b8ff4eb84e571911715fb9cc971b317790ae7377
[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 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
32         Log: Oops.
33      Branch: perl
34            ! lib/ExtUtils/MM_BeOS.pm
35 ____________________________________________________________________________
36 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
37         Log: EBCDIC tweak.
38      Branch: perl
39            ! ext/Digest/MD5/t/utf8.t
40 ____________________________________________________________________________
41 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
42         Log: Update the EBCDIC MD5 checksums, and automate the process.
43      Branch: perl
44            ! ext/Digest/MD5/t/files.t
45 ____________________________________________________________________________
46 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
47         Log: The EBCDIC remapping of the low 256 bites again.
48      Branch: perl
49            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
50            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
51            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
52 ____________________________________________________________________________
53 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
54         Log: NetWare updates from C Aditya.
55      Branch: perl
56            ! lib/ExtUtils/MM_NW5.pm makedef.pl
57 ____________________________________________________________________________
58 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
59         Log: DJGPP updates from Laszlo Molnar.
60      Branch: perl
61            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
62 ____________________________________________________________________________
63 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
64         Log: Upgrade to Encode 1.68.
65      Branch: perl
66            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
67            ! ext/Encode/lib/Encode/Alias.pm
68            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
69 ____________________________________________________________________________
70 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
71         Log: Integrate perlio;
72              
73              Several of non-default builds now seem to work reasonably well
74              English.t seems to fail on an errno test, and socketpair blathers
75              about something.
76              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
77              back door, and instead have perlsdio.h vector stdio via iperlsys.h
78              function tables (latter was done in earlier change).
79              Update comments in Makefile.mk 
80              
81              Finish off 16350 for non-PERLIO build on linux,
82              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
83              for some slots which now perlsdio.h is targeting.
84              
85              setbuf / setvbuf are not PerlIO_ concepts
86              
87              perl_clone is a threads thing
88              
89              Have perlsdio.h use the iperlsys.h aliases and see
90              if that helps non-PERLIO IMP_SYS on Win32.
91              (Miniperl okay on linux).
92              
93              More layer syms
94              
95              Use PerlSIO_fdupopen() if not using PerlIO
96              
97              Do not build if not using layers
98      Branch: perl
99           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
100           !> win32/makefile.mk win32/perlhost.h win32/win32.c
101           !> win32/win32io.c
102 ____________________________________________________________________________
103 [ 16367] By: nick                                  on 2002/05/03  07:25:13
104         Log: Several of non-default builds now seem to work reasonably well
105              English.t seems to fail on an errno test, and socketpair blathers
106              about something.
107              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
108              back door, and instead have perlsdio.h vector stdio via iperlsys.h
109              function tables (latter was done in earlier change).
110              Update comments in Makefile.mk 
111      Branch: perlio
112            ! perlio.h win32/makefile.mk win32/win32.c
113 ____________________________________________________________________________
114 [ 16366] By: nick                                  on 2002/05/03  07:07:36
115         Log: Finish off 16350 for non-PERLIO build on linux,
116              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
117              for some slots which now perlsdio.h is targeting.
118      Branch: perlio
119            ! iperlsys.h
120 ____________________________________________________________________________
121 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
122         Log: If no Socket should not try to test Net::
123      Branch: perl
124            ! t/lib/1_compile.t
125 ____________________________________________________________________________
126 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
127         Log: Integrate macperl #16360 and #16363;
128              
129              Make op/alarm.t pass
130              
131              README.macos update
132      Branch: perl
133           !> README.macos t/op/alarm.t
134 ____________________________________________________________________________
135 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
136         Log: README.macos update
137      Branch: macperl
138            ! README.macos
139 ____________________________________________________________________________
140 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
141         Log: Config / test updates
142      Branch: macperl
143            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
144            ! macos/Makefile.mk
145 ____________________________________________________________________________
146 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
147         Log: Safe signals for Mac OS
148      Branch: macperl
149            ! macos/macish.c macos/macish.h
150 ____________________________________________________________________________
151 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
152         Log: Make op/alarm.t pass
153      Branch: macperl
154            ! t/op/alarm.t
155 ____________________________________________________________________________
156 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
157         Log: a tweak to change#13584: need to avoid pad-walking during
158              global destruction
159      Branch: maint-5.6/perl
160            ! op.c
161 ____________________________________________________________________________
162 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
163         Log: Forgot the most important part of #16357.
164      Branch: perl
165            ! lib/Unicode/Collate.pm
166 ____________________________________________________________________________
167 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
168         Log: Subject: Unicode::Collate 0.11 Released
169              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
170              Date: Fri, 03 May 2002 03:19:29 +0900
171              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
172      Branch: perl
173            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
174            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
175 ____________________________________________________________________________
176 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
177         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
178              From: Andy Dougherty <doughera@lafayette.edu>
179              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
180              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
181      Branch: perl
182            ! Makefile.SH ext/util/make_ext
183 ____________________________________________________________________________
184 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
185         Log: Integrate #16353 from macperl;
186              
187              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
188              in test 92 of run/fresh_perl.t on MacOS
189              
190              (as pudge rightfully points out, this is voodoo
191              programming at it best, the real bug is somewhere else,
192              now we just happened to shake the chicken the right way)
193      Branch: perl
194           !> lib/utf8_heavy.pl
195 ____________________________________________________________________________
196 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
197         Log: Subject: Re: Encode, charnames and utf8heavy
198              From: Dan Kogai <dankogai@dan.co.jp>
199              Date: Thu, 2 May 2002 00:44:30 +0900
200              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
201              
202              (plus a respective perlunicode tweak)
203      Branch: perl
204            ! lib/utf8_heavy.pl pod/perlunicode.pod
205 ____________________________________________________________________________
206 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
207         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
208              in test 92 of run/fresh_perl.t on MacOS
209      Branch: macperl
210            ! lib/utf8_heavy.pl
211 ____________________________________________________________________________
212 [ 16352] By: nick                                  on 2002/05/02  17:48:31
213         Log: setbuf / setvbuf are not PerlIO_ concepts
214      Branch: perlio
215            ! XSUB.h
216 ____________________________________________________________________________
217 [ 16351] By: nick                                  on 2002/05/02  17:12:21
218         Log: perl_clone is a threads thing
219      Branch: perlio
220            ! makedef.pl
221 ____________________________________________________________________________
222 [ 16350] By: nick                                  on 2002/05/02  17:09:43
223         Log: *** EXPERIMENTAL ***
224              Have perlsdio.h use the iperlsys.h aliases and see
225              if that helps non-PERLIO IMP_SYS on Win32.
226              (Miniperl okay on linux).
227      Branch: perlio
228            ! iperlsys.h perlsdio.h
229 ____________________________________________________________________________
230 [ 16349] By: nick                                  on 2002/05/02  16:10:15
231         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
232              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
233              - use it in perlio.c
234      Branch: perlio
235            ! perlio.c win32/perlhost.h win32/win32.c
236 ____________________________________________________________________________
237 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
238         Log: manual integrate of change#16332 from maint-5.6 branch
239      Branch: perl
240            ! mg.c perl.c sv.c util.c
241 ____________________________________________________________________________
242 [ 16347] By: nick                                  on 2002/05/02  15:19:59
243         Log: More layer syms
244      Branch: perlio
245            ! makedef.pl
246 ____________________________________________________________________________
247 [ 16346] By: nick                                  on 2002/05/02  15:19:20
248         Log: Use PerlSIO_fdupopen() if not using PerlIO
249      Branch: perlio
250            ! perlio.c
251 ____________________________________________________________________________
252 [ 16345] By: nick                                  on 2002/05/02  15:18:12
253         Log: Do not build if not using layers
254      Branch: perlio
255            ! win32/win32io.c
256 ____________________________________________________________________________
257 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
258         Log: Upgrade to Encode 1.67.
259      Branch: perl
260            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
261            ! ext/Encode/lib/Encode/Guess.pm
262 ____________________________________________________________________________
263 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
264         Log: Integrate perlio;
265              
266              Remove show-stoppers to non-PERLIO Win32 builds
267              (still not a very good show).
268      Branch: perl
269           !> makedef.pl win32/makefile.mk
270 ____________________________________________________________________________
271 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
272         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
273              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
274              Date: Thu, 02 May 2002 04:22:02 +0100
275              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
276      Branch: perl
277            ! malloc.c
278 ____________________________________________________________________________
279 [ 16341] By: nick                                  on 2002/05/02  12:57:23
280         Log: Remove show-stoppers to non-PERLIO Win32 builds
281              (still not a very good show).
282      Branch: perlio
283            ! makedef.pl win32/makefile.mk
284 ____________________________________________________________________________
285 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
286         Log: Subject: [PATCH] 1/3rd of utf8
287              From: Nicholas Clark <nick@unfortu.net>
288              Date: Wed, 1 May 2002 22:58:42 +0100
289              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
290      Branch: perl
291            ! ext/Storable/t/malice.t
292 ____________________________________________________________________________
293 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
294         Log: Integrate #16334 from maint-5.6;
295              
296              don't pad $0 with spaces when setting it, use nulls instead (the
297              spaces show up as a very long line in a ps listing)
298      Branch: perl
299           !> mg.c
300 ____________________________________________________________________________
301 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
302         Log: Integrate perlio;
303              
304              Fix the "PerlIO require leak". Snag was that clean_objs
305              autoloaded DESTROY (needing IO) after known layers had
306              been freed. Postpone layer list free to PerlIO_cleanup,
307              rather than PerlIO_destruct. Tweak sequence in perl_destruct
308              so that sv_undef is immortal till layer list is done with it.
309      Branch: perl
310           !> perl.c perlio.c
311 ____________________________________________________________________________
312 [ 16337] By: ams                                   on 2002/05/02  08:21:42
313         Log: Subject: Re: [PATCH] Storable docs
314              From: Philip Newton <Philip.Newton@gmx.net>
315              Date: Thu, 02 May 2002 07:58:38 +0200
316              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
317              (Applied mostly with tweaks by hand.)
318      Branch: perl
319            ! ext/Storable/Storable.pm
320 ____________________________________________________________________________
321 [ 16336] By: nick                                  on 2002/05/02  07:59:16
322         Log: Integrate mainline
323      Branch: perlio
324           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
325           +> ext/Digest/MD5/t/utf8.t
326            - ext/Digest/MD5/t/aaa.t
327           !> Configure MANIFEST Makefile.SH config_h.SH
328           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
329           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
330           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
331           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
332           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
333           !> lib/Thread.pm util.c
334 ____________________________________________________________________________
335 [ 16335] By: nick                                  on 2002/05/02  07:54:51
336         Log: Fix the "PerlIO require leak". Snag was that clean_objs
337              autoloaded DESTROY (needing IO) after known layers had
338              been freed. Postpone layer list free to PerlIO_cleanup,
339              rather than PerlIO_destruct. Tweak sequence in perl_destruct
340              so that sv_undef is immortal till layer list is done with it.
341      Branch: perlio
342            ! perl.c perlio.c
343 ____________________________________________________________________________
344 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
345         Log: don't pad $0 with spaces when setting it, use nulls instead (the
346              spaces show up as a very long line in a ps listing)
347      Branch: maint-5.6/perl
348            ! mg.c
349 ____________________________________________________________________________
350 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
351         Log: fix yet more race conditions related to fdopen() and dup2():
352              
353              fclose() is not thread-safe when two FILE* structures point
354              to the same underlying fd, as it happens in perl's socket
355              handles; need to invalidate the fileno slot of one of the
356              FILE* structures, but unfortunately stdio has no interface
357              to do this; we can do little else but fiddle with the
358              FILE* structure directly (yuck! hope this could be done better
359              under native PerlIO in 5.8)
360      Branch: maint-5.6/perl
361            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
362 ____________________________________________________________________________
363 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
364         Log: isolate all environ diddling to the initial interpreter; any
365              additional interpreters created after the first one cannot
366              propagate %ENV changes down to the real environment; this
367              should fix %ENV related races (e.g. multiple threads attempting
368              to free() environ entries when they run C<%ENV = ()>)
369      Branch: maint-5.6/perl
370            ! mg.c perl.c sv.c util.c
371 ____________________________________________________________________________
372 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
373         Log: fix race condition in my_popen(): parent may dup2() into an fd
374              that got opened by another thread because it closes it
375              beforehand; instead, let the dup2() itself close the fd
376      Branch: maint-5.6/perl
377            ! util.c
378 ____________________________________________________________________________
379 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
380         Log: pipe() IO structures were not fully initialized
381      Branch: maint-5.6/perl
382            ! doio.c pp_sys.c
383 ____________________________________________________________________________
384 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
385         Log: fix handle leak in my_popen() if the fork() fails
386      Branch: maint-5.6/perl
387            ! util.c
388 ____________________________________________________________________________
389 [ 16328] By: nick                                  on 2002/05/02  06:08:22
390         Log: Integrate mainline
391      Branch: perlio
392           +> ext/threads/shared/semaphore.pm
393           +> ext/threads/shared/t/semaphore.t
394           !> MANIFEST ext/threads/shared/Makefile.PL
395           !> ext/threads/shared/t/queue.t
396 ____________________________________________________________________________
397 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
398         Log: Cleanup threads dirs.
399      Branch: perl
400            ! Makefile.SH
401 ____________________________________________________________________________
402 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
403         Log: Add the new Digest::MD5 test.
404      Branch: perl
405            + ext/Digest/MD5/t/utf8.t
406            ! MANIFEST
407 ____________________________________________________________________________
408 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
409         Log: New try at the Class::DBI core dump at global cleanup.
410      Branch: perl
411            ! gv.h util.c
412 ____________________________________________________________________________
413 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
414         Log: Upgrade to Digest::MD5 2.19.
415      Branch: perl
416            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
417            ! ext/Digest/MD5/t/files.t
418 ____________________________________________________________________________
419 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
420         Log: Ooops.  Not everybody does threads.
421      Branch: perl
422            ! ext/threads/shared/t/semaphore.t
423 ____________________________________________________________________________
424 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
425         Log: Fix files.t for blead.
426      Branch: perl
427            + ext/Digest/MD5/README
428            ! MANIFEST ext/Digest/MD5/t/files.t
429 ____________________________________________________________________________
430 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
431         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
432              work yet with blead, my bad.
433      Branch: perl
434            + ext/Digest/MD5/t/md5-aaa.t
435            - ext/Digest/MD5/t/aaa.t
436            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
437            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
438            ! ext/Digest/MD5/t/files.t
439 ____________________________________________________________________________
440 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
441         Log: metaconfig unit change for #16319.
442      Branch: metaconfig/U/perl
443            ! d_u32align.U
444 ____________________________________________________________________________
445 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
446         Log: Somebody might be compiling a newer Digest::MD5.
447      Branch: perl
448            ! Configure config_h.SH
449 ____________________________________________________________________________
450 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
451         Log: Until Arthur fills in semaphore.t.
452      Branch: perl
453            ! ext/threads/shared/Makefile.PL
454            ! ext/threads/shared/t/semaphore.t
455 ____________________________________________________________________________
456 [ 16317] By: sky                                   on 2002/05/01  19:36:33
457         Log: Fix emulation case when loading both Thread and threads::shared
458              would get awkward.
459      Branch: perl
460            ! lib/Thread.pm
461 ____________________________________________________________________________
462 [ 16316] By: ams                                   on 2002/05/01  19:35:25
463         Log: Subject: [PATCH] Storable docs
464              From: Nicholas Clark <nick@unfortu.net>
465              Date: Wed, 1 May 2002 20:44:42 +0100
466              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
467      Branch: perl
468            ! ext/Storable/Storable.pm
469 ____________________________________________________________________________
470 [ 16315] By: sky                                   on 2002/05/01  19:15:46
471         Log: Now passes old test case.
472      Branch: perl
473            ! ext/threads/shared/semaphore.pm
474 ____________________________________________________________________________
475 [ 16314] By: sky                                   on 2002/05/01  19:15:26
476         Log: Cleanup memory a bit better in some cases.
477      Branch: perl
478            ! ext/threads/threads.xs
479 ____________________________________________________________________________
480 [ 16313] By: nick                                  on 2002/05/01  18:38:03
481         Log: Integrate mainline
482      Branch: perlio
483           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
484           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
485           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
486           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
487           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
488           !> pod/perl.pod pod/perlthrtut.pod toke.c
489           !> vms/descrip_mms.template vms/perlvms.pod
490 ____________________________________________________________________________
491 [ 16312] By: sky                                   on 2002/05/01  18:12:37
492         Log: Don't forget to add it to the MANIFEST
493      Branch: perl
494            + ext/threads/shared/t/semaphore.t
495            ! MANIFEST
496 ____________________________________________________________________________
497 [ 16311] By: sky                                   on 2002/05/01  17:54:19
498         Log: Add semaphore.pm
499      Branch: perl
500            + ext/threads/shared/semaphore.pm
501 ____________________________________________________________________________
502 [ 16310] By: sky                                   on 2002/05/01  17:13:57
503         Log: Fix makefile to put queue.pm correctly, update test script.
504      Branch: perl
505            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
506 ____________________________________________________________________________
507 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
508         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
509              From: Dan Kogai <dankogai@dan.co.jp>
510              Date: Thu, 2 May 2002 00:14:41 +0900
511              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
512      Branch: perl
513            ! ext/PerlIO/t/fallback.t
514 ____________________________________________________________________________
515 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
516         Log: Encode tweak from Dan Kogai.
517      Branch: perl
518            ! ext/Encode/Encode.xs
519 ____________________________________________________________________________
520 [ 16307] By: sky                                   on 2002/05/01  13:40:58
521         Log: Flush directly to avoid erros when running from test harness
522      Branch: perl
523            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
524 ____________________________________________________________________________
525 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
526         Log: Update Changes.
527      Branch: perl
528            ! Changes patchlevel.h
529 ____________________________________________________________________________
530 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
531         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
532              From: PPrymmer@factset.com
533              Date: Wed, 1 May 2002 10:12:53 -0400
534              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
535      Branch: perl
536            ! lib/User/pwent.t
537 ____________________________________________________________________________
538 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
539         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
540              From: PPrymmer@factset.com
541              Date: Wed, 1 May 2002 09:54:51 -0400
542              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
543      Branch: perl
544            ! vms/descrip_mms.template
545 ____________________________________________________________________________
546 [ 16303] By: sky                                   on 2002/05/01  13:00:57
547         Log: First attempt at updating perlthrtut for ithreaded threads.pm
548      Branch: perl
549            ! pod/perlthrtut.pod
550 ____________________________________________________________________________
551 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
552         Log: Provide the \N{U+HHHH} syntax before we forget.
553      Branch: perl
554            ! lib/charnames.pm lib/charnames.t toke.c
555 ____________________________________________________________________________
556 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
557         Log: Subject: Copy-and-Pasto in perl.pod     
558              From: lupe@lupe-christoph.de (Lupe Christoph)    
559              Date: Wed, 1 May 2002 13:31:47 +0200
560              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
561      Branch: perl
562            ! pod/perl.pod
563 ____________________________________________________________________________
564 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
565         Log: Upgrade to Encode 1.66.
566      Branch: perl
567            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
568            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
569 ____________________________________________________________________________
570 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
571         Log: Integrate perlio; symbol cleanups.
572      Branch: perl
573           !> global.sym makedef.pl
574 ____________________________________________________________________________
575 [ 16298] By: ams                                   on 2002/05/01  09:42:27
576         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
577              From: Philip Newton <Philip.Newton@gmx.net>
578              Date: Wed, 01 May 2002 12:41:10 +0200
579              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
580      Branch: perl
581            ! vms/perlvms.pod
582 ____________________________________________________________________________
583 [ 16297] By: nick                                  on 2002/05/01  06:50:24
584         Log: Remove "spurious" (and unnecessary) variables from layer_syms
585              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
586      Branch: perlio
587            ! makedef.pl
588 ____________________________________________________________________________
589 [ 16296] By: nick                                  on 2002/05/01  06:21:28
590         Log: perl embed.pl to update global.sym
591      Branch: perlio
592            ! global.sym
593 ____________________________________________________________________________
594 [ 16295] By: nick                                  on 2002/05/01  06:16:18
595         Log: Raw integrate of mainline (global.sym wrong on Win32)
596      Branch: perlio
597           +> t/comp/hints.t
598           !> (integrate 45 files)
599 ____________________________________________________________________________
600 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
601         Log: metaconfig unit change for #16293.
602      Branch: metaconfig/U/perl
603            ! bincompat5005.U
604 ____________________________________________________________________________
605 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
606         Log: Try #2 of getting rid of bincompat5005.
607      Branch: perl
608            ! Configure NetWare/config_H.wc Porting/Glossary
609            ! Porting/config.sh Porting/config_H config_h.SH embed.h
610            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
611            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
612            ! wince/config.h wince/config_H.ce
613 ____________________________________________________________________________
614 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
615         Log: metaconfig unit changes for #16291.
616      Branch: metaconfig
617            ! U/installdirs/inc_version_list.U
618      Branch: metaconfig/U/perl
619            ! bincompat5005.U xs_apiversion.U
620 ____________________________________________________________________________
621 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
622         Log: No bincompat5005.
623      Branch: perl
624            ! Configure INSTALL NetWare/config.wc Porting/Glossary
625            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
626            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
627            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
628            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
629            ! win32/config.bc win32/config.gc win32/config.vc
630            ! win32/config.vc64 wince/config.ce
631 ____________________________________________________________________________
632 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
633         Log: Remove sv_setpviv{_,mg}; regen perlapi.
634      Branch: perl
635            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
636 ____________________________________________________________________________
637 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
638         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
639              From: Dave Mitchell <davem@fdgroup.com>
640              Date: Tue, 30 Apr 2002 23:55:43 +0100
641              Message-ID: <20020430235543.A27796@fdgroup.com>
642      Branch: perl
643            ! sv.c
644 ____________________________________________________________________________
645 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
646         Log: Update to Getopt::Long 2.30.
647      Branch: perl
648            ! lib/Getopt/Long.pm
649 ____________________________________________________________________________
650 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
651         Log: Integrate perlio;
652              
653              Attempt at sanity in PerlIO/makedef.pl world:
654              1. Add comments to what each clump of symbols is for
655              2. Explicitly export layer syms like I thought they were
656              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
657              section.
658              4. Re-sort perlio.sym
659      Branch: perl
660           !> makedef.pl perlio.sym
661 ____________________________________________________________________________
662 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
663         Log: Fix bug id 20020427.004 on %^H.
664              Add a regression test for %^H.
665              Change the sort pragma implementation to use a
666              global variable instead of %^H.
667      Branch: perl
668            + t/comp/hints.t
669            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
670 ____________________________________________________________________________
671 [ 16285] By: nick                                  on 2002/04/30  19:00:03
672         Log: Attempt at sanity in PerlIO/makedef.pl world:
673              1. Add comments to what each clump of symbols is for
674              2. Explicitly export layer syms like I thought they were
675              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
676              section.
677              4. Re-sort perlio.sym
678      Branch: perlio
679            ! makedef.pl perlio.sym
680 ____________________________________________________________________________
681 [ 16284] By: nick                                  on 2002/04/30  18:10:23
682         Log: Rest of integrate
683      Branch: perlio
684           +> lib/ExtUtils/MM_MacOS.pm
685           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
686           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
687           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
688           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
689           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
690           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
691           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
692           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
693           !> lib/Test/Harness/t/strap-analyze.t
694           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
695           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
696 ____________________________________________________________________________
697 [ 16283] By: nick                                  on 2002/04/30  17:53:37
698         Log: Integrate mailine makedef.pl so I can look at it
699      Branch: perlio
700           !> makedef.pl
701 ____________________________________________________________________________
702 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
703         Log: Upgrade to Encode 1.65.
704      Branch: perl
705            ! ext/Encode/Changes ext/Encode/Encode.pm
706            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
707            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
708 ____________________________________________________________________________
709 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
710         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
711      Branch: perl
712            ! makedef.pl
713 ____________________________________________________________________________
714 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
715         Log: NetWare: disable DEBUG/ASSERT for now.
716      Branch: perl
717            ! ext/Storable/Storable.xs
718 ____________________________________________________________________________
719 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
720         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
721              From: Michael G Schwern <schwern@pobox.com>
722              Date: Tue, 30 Apr 2002 01:05:41 -0400
723              Message-ID: <20020430050541.GL756@blackrider>
724      Branch: perl
725            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
726            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
727            ! lib/Test/Harness/t/test-harness.t
728 ____________________________________________________________________________
729 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
730         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
731              From: Michael G Schwern <schwern@pobox.com>
732              Date: Tue, 30 Apr 2002 00:24:59 -0400
733              Message-ID: <20020430042459.GJ756@blackrider>
734      Branch: perl
735            + lib/ExtUtils/MM_MacOS.pm
736            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
737            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
738            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
739 ____________________________________________________________________________
740 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
741         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
742              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
743      Branch: perl
744            ! util.c
745 ____________________________________________________________________________
746 [ 16276] By: ams                                   on 2002/04/30  08:42:32
747         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
748              From: "Craig A. Berry" <craigberry@mac.com>
749              Date: Mon, 29 Apr 2002 23:37:06 -0500
750              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
751      Branch: perl
752            ! t/pod/testp2pt.pl
753 ____________________________________________________________________________
754 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
755         Log: Regen toc.
756      Branch: perl
757            ! pod/perltoc.pod
758 ____________________________________________________________________________
759 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
760         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
761              From: PPrymmer@factset.com
762              Date: Mon, 29 Apr 2002 17:58:06 -0400
763              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
764      Branch: perl
765            ! vms/perlvms.pod
766 ____________________________________________________________________________
767 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
768         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
769              from Todd Miller.
770      Branch: perl
771            ! hints/openbsd.sh
772 ____________________________________________________________________________
773 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
774         Log: Integrate perlio;
775              
776              Adding Encode::* to .pm creates stash at compile time
777              which means we need a stronger check on Encode at boot time.
778      Branch: perl
779           !> ext/PerlIO/encoding/encoding.pm
780           !> ext/PerlIO/encoding/encoding.xs
781 ____________________________________________________________________________
782 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
783         Log: OpenBSD hints update from Todd Miller.
784              
785              - old versions of OpenBSD don't have 'arch -s'
786              - OpenBSD 3.1 and higher don't use libdl but users may have
787              and old libdl on the system so we need to avoid using it.
788      Branch: perl
789            ! hints/openbsd.sh
790 ____________________________________________________________________________
791 [ 16270] By: nick                                  on 2002/04/29  17:33:38
792         Log: Adding Encode::* to .pm creates stash at compile time
793              which means we need a stronger check on Encode at boot time.
794      Branch: perlio
795            ! ext/PerlIO/encoding/encoding.pm
796            ! ext/PerlIO/encoding/encoding.xs
797 ____________________________________________________________________________
798 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
799         Log: Detypo by Ronald Kimball.
800      Branch: perl
801            ! pod/perlport.pod
802 ____________________________________________________________________________
803 [ 16268] By: nick                                  on 2002/04/29  15:47:00
804         Log: Integrate mainline
805      Branch: perlio
806           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
807           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
808           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
809           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
810           !> pod/perlfaq2.pod pod/perlfaq3.pod
811 ____________________________________________________________________________
812 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
813         Log: Update Changes.
814      Branch: perl
815            ! Changes patchlevel.h
816 ____________________________________________________________________________
817 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
818         Log: MM_NW5 update from C Aditya.
819      Branch: perl
820            ! lib/ExtUtils/MM_NW5.pm
821 ____________________________________________________________________________
822 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
823         Log: FAQ sync.
824      Branch: perl
825            ! pod/perlfaq2.pod pod/perlfaq3.pod
826 ____________________________________________________________________________
827 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
828         Log: NetBSD hints rewrite from Johnny Lam.
829      Branch: perl
830            ! hints/netbsd.sh
831 ____________________________________________________________________________
832 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
833         Log: Upgrade to Encode 1.64.
834      Branch: perl
835            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
836            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
837 ____________________________________________________________________________
838 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
839         Log: Subject: [Unicode::Normalize] mkheader tweak
840              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
841              Date: Mon, 29 Apr 2002 12:58:01 +0900
842              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
843      Branch: perl
844            ! ext/Unicode/Normalize/mkheader
845 ____________________________________________________________________________
846 [ 16261] By: nick                                  on 2002/04/29  06:29:48
847         Log: Integrate mainline
848      Branch: perlio
849            - macos/MacPerlTests.cmd macos/xsubpp.patch
850           !> (integrate 40 files)
851 ____________________________________________________________________________
852 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
853         Log: Upgrade to Unicode::Normalize 0.76,
854              from SADAHIRO Tomoyuki.
855      Branch: perl
856            ! ext/Unicode/Normalize/Changes
857            ! ext/Unicode/Normalize/Normalize.pm
858            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
859            ! ext/Unicode/Normalize/t/func.t
860 ____________________________________________________________________________
861 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
862         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
863              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
864              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
865              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
866      Branch: perl
867            ! pod/perlport.pod
868 ____________________________________________________________________________
869 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
870         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
871              the basic and list tests started hanging).
872      Branch: perl
873            ! ext/threads/t/basic.t ext/threads/t/list.t
874            ! ext/threads/t/thread.t
875 ____________________________________________________________________________
876 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
877         Log: Integrate #16254 from macperl;
878              
879              Fix most tests on MacOS (not yet ext/ or /lib)
880      Branch: perl
881           !> (integrate 30 files)
882 ____________________________________________________________________________
883 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
884         Log: As requested by pudge.
885      Branch: perl
886            - macos/MacPerlTests.cmd macos/xsubpp.patch
887            ! MANIFEST
888 ____________________________________________________________________________
889 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
890         Log: Integrate perl
891      Branch: macperl
892           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
893           +> wince/cecopy-lib.pl wince/comp.pl
894           !> (integrate 38 files)
895 ____________________________________________________________________________
896 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
897         Log: Fix most tests on MacOS (not yet ext/ or /lib)
898      Branch: macperl
899            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
900            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
901            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
902            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
903            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
904            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
905            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
906            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
907 ____________________________________________________________________________
908 [ 16253] By: nick                                  on 2002/04/28  19:10:50
909         Log: Integrate mainline
910      Branch: perlio
911           +> wince/cecopy-lib.pl wince/comp.pl
912           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
913           !> ext/threads/t/basic.t ext/threads/t/list.t
914           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
915           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
916           !> wince/win32.h wince/wince.c
917 ____________________________________________________________________________
918 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
919         Log: More configuration/build changes
920      Branch: macperl
921            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
922            ! macos/Makefile.mk macos/config.h macos/config.sh
923            ! macos/macish.h
924 ____________________________________________________________________________
925 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
926         Log: Subject: WinCE many fixes
927              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
928              Date: Sun, 28 Apr 2002 21:54:31 +0400
929              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
930      Branch: perl
931            + wince/cecopy-lib.pl wince/comp.pl
932            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
933            ! wince/config_h.PL wince/perldll.def wince/win32.h
934            ! wince/wince.c
935 ____________________________________________________________________________
936 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
937         Log: Retract the cond.t part of #16249 since the nature
938              of the test changed.
939      Branch: perl
940            ! ext/threads/shared/t/cond.t
941 ____________________________________________________________________________
942 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
943         Log: (retracted by #16258)
944              
945              Fix thread tests not to depend on sleep() as
946              a scheduling aid.  In two tests (basic and list)
947              I had to change from sleep() hack to another hack...
948              basically, using the filesystem as a semaphore.
949              The assumption made is that rmdir() is atomic.
950              (The sleep() scheduling assumption broke with the
951              GNU pth in NetBSD.)
952              
953              (the cond.t part retracted by #16250)
954      Branch: perl
955            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
956            ! ext/threads/t/list.t ext/threads/t/thread.t
957 ____________________________________________________________________________
958 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
959         Log: Be tidy.
960      Branch: perl
961            ! ext/PerlIO/t/fallback.t
962 ____________________________________________________________________________
963 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
964         Log: Integrate perlio;
965              
966              Builds under -Uuseperlio
967              Uses PUSHSTACK/POPSTACK in :encoding and :Via
968              
969              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
970              as gate on layer tests which fail on -Dusesfio
971              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
972              
973              Have :encoding() default to perlqq style fallbacks.
974              Add test for that.
975      Branch: perl
976           +> ext/PerlIO/t/fallback.t
977           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
978           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
979           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
980           !> t/io/binmode.t t/io/crlf.t
981 ____________________________________________________________________________
982 [ 16246] By: nick                                  on 2002/04/28  10:08:05
983         Log: Have :encoding() default to perlqq style fallbacks.
984              Add test for that.
985      Branch: perlio
986            + ext/PerlIO/t/fallback.t
987            ! MANIFEST ext/PerlIO/encoding/encoding.pm
988            ! ext/PerlIO/encoding/encoding.xs
989 ____________________________________________________________________________
990 [ 16245] By: nick                                  on 2002/04/28  08:57:54
991         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
992              as gate on layer tests which fail on -Dusesfio
993              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
994      Branch: perlio
995            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
996            ! t/io/crlf.t
997 ____________________________________________________________________________
998 [ 16244] By: nick                                  on 2002/04/28  08:22:07
999         Log: Builds under -Uuseperlio
1000              Uses PUSHSTACK/POPSTACK in :encoding and :Via
1001      Branch: perlio
1002            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1003 ____________________________________________________________________________
1004 [ 16243] By: nick                                  on 2002/04/28  07:19:01
1005         Log: Integrate mainline
1006      Branch: perlio
1007           +> ext/threads/t/list.t
1008           !> (integrate 40 files)
1009 ____________________________________________________________________________
1010 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
1011         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
1012      Branch: perl
1013            ! hints/netbsd.sh
1014 ____________________________________________________________________________
1015 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
1016         Log: Plan better.
1017      Branch: perl
1018            ! t/io/fs.t
1019 ____________________________________________________________________________
1020 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
1021         Log: No trunc worries.
1022      Branch: perl
1023            ! pod/perldelta.pod
1024 ____________________________________________________________________________
1025 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
1026         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
1027              From: Michael G Schwern <schwern@pobox.com>
1028              Date: Sat, 27 Apr 2002 23:20:19 -0400
1029              Message-ID: <20020428032019.GF1821@blackrider>
1030      Branch: perl
1031            ! pod/perlfunc.pod t/io/fs.t
1032 ____________________________________________________________________________
1033 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
1034         Log: More valgrind findings: e.g. t/op/utfhash.t.
1035      Branch: perl
1036            ! hv.c
1037 ____________________________________________________________________________
1038 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
1039         Log: Unused variables now that "did you use incorrect case" is gone;
1040              and valgrind claims that the savepvn() in utilize() leaks in e.g.
1041              lib/blib.t.
1042      Branch: perl
1043            ! op.c
1044 ____________________________________________________________________________
1045 [ 16236] By: sky                                   on 2002/04/28  00:15:45
1046         Log: Added test cases and fixed some obvious things.
1047      Branch: perl
1048            + ext/threads/t/list.t
1049            ! MANIFEST ext/threads/threads.xs
1050 ____________________________________________________________________________
1051 [ 16235] By: sky                                   on 2002/04/27  23:50:11
1052         Log: Removed last traces of autodetach.
1053              Added list() methid.
1054              Changed documentation.
1055      Branch: perl
1056            ! ext/threads/threads.pm ext/threads/threads.xs
1057 ____________________________________________________________________________
1058 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
1059         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
1060              From: Jerrad Pierce <belg4mit@MIT.EDU>
1061              Date: Sat, 27 Apr 2002 19:14:17 -0400
1062              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
1063      Branch: perl
1064            ! lib/FileCache.pm
1065 ____________________________________________________________________________
1066 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
1067         Log: More NetBSD patches from Johnny Lam.
1068              
1069              Remove the need for a $prefix setting that was added in the
1070              previous patch I sent.     Also add the proper rpath options
1071              to the linker flags depending on whether we're on a ELF or
1072              a.out platform.     These were tested both in a non-pkgsrc and
1073              pkgsrc build.
1074              
1075              Append to $libs instead of overwriting its value.  This was
1076              causing $(LDLOADLIBS) to not get added to the dynamic_libs
1077              link command on NetBSD systems and was the cause of the GDBM
1078              problems reported.  Also use '$(LDLOADLIBS)' instead of
1079              expanding its value so that it is more easily overridden in
1080              the Makefile by "make all LDLOADLIBS=...".
1081              
1082              Remove "-L/usr/local/lib" because the location of libgdbm.so
1083              is already added during the Configure process, and this
1084              spurious addition may cause the wrong libgdbm.so to be linked
1085              against as a result.
1086      Branch: perl
1087            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
1088            ! lib/ExtUtils/MM_Unix.pm
1089 ____________________________________________________________________________
1090 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
1091         Log: More VC5-induced casting found by Nikola Knezevic.
1092      Branch: perl
1093            ! av.c hv.c mg.c sv.c
1094 ____________________________________________________________________________
1095 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
1096         Log: More U32 regflags.
1097      Branch: perl
1098            ! op.h regcomp.c thrdvar.h
1099 ____________________________________________________________________________
1100 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
1101         Log: Integrate from bleadperl
1102      Branch: macperl
1103           +> ext/Encode/lib/Encode/Guess.pm
1104           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
1105           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
1106           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
1107           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
1108           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
1109           +> lib/ExtUtils/t/zz_cleanup_dummy.t
1110           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
1111           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
1112           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
1113           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
1114            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
1115            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
1116            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
1117            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
1118            - lib/ExtUtils/t/Problem-Module/Makefile.PL
1119            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
1120            - t/op/system_tests
1121           !> (integrate 133 files)
1122 ____________________________________________________________________________
1123 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
1124         Log: Retract #16195 since it seems to be unnecessary.
1125      Branch: perl
1126            ! lib/ExtUtils/MM_Unix.pm
1127 ____________________________________________________________________________
1128 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
1129         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
1130              From: "Craig A. Berry" <craigberry@mac.com>
1131              Date: Sat, 27 Apr 2002 15:11:31 -0500
1132              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
1133      Branch: perl
1134            ! vms/descrip_mms.template
1135 ____________________________________________________________________________
1136 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
1137         Log: Some more known open() modes.
1138      Branch: perl
1139            ! pod/perldiag.pod
1140 ____________________________________________________________________________
1141 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
1142         Log: Upgrade to Encode 1.63.
1143      Branch: perl
1144            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1145            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
1146            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
1147            ! ext/Encode/lib/Encode/Encoding.pm
1148            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
1149            ! ext/Encode/lib/Encode/JP/JIS7.pm
1150            ! ext/Encode/lib/Encode/KR/2022_KR.pm
1151            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
1152 ____________________________________________________________________________
1153 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
1154         Log: Update Changes.
1155      Branch: perl
1156            ! Changes patchlevel.h
1157 ____________________________________________________________________________
1158 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
1159         Log: Integrate perlio;
1160              
1161              Correct which var is nulled, stack movement protection.
1162      Branch: perl
1163           !> ext/PerlIO/encoding/encoding.xs
1164 ____________________________________________________________________________
1165 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
1166         Log: Subject: PATCH t/TEST
1167              From: Mark-Jason Dominus <mjd@plover.com>
1168              Date: Sat, 27 Apr 2002 14:06:56 -0400
1169              Message-ID: <20020427180656.5422.qmail@plover.com>
1170      Branch: perl
1171            ! t/TEST
1172 ____________________________________________________________________________
1173 [ 16222] By: sky                                   on 2002/04/27  17:00:29
1174         Log: Ahem, look another way.
1175      Branch: perl
1176            ! ext/threads/shared/t/queue.t
1177 ____________________________________________________________________________
1178 [ 16221] By: nick                                  on 2002/04/27  16:34:48
1179         Log: Correct which var is nulled, stack movement protection.
1180      Branch: perlio
1181            ! ext/PerlIO/encoding/encoding.xs
1182 ____________________________________________________________________________
1183 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
1184         Log: Integrate perlio;
1185              
1186              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
1187              - if encoding loads Encode then stack grows.
1188              - pp_binmode was not allowing for that to happen
1189              - added PUTBACK/SPAGAIN.
1190      Branch: perl
1191           !> pp_sys.c
1192 ____________________________________________________________________________
1193 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
1194         Log: First half of NetBSD patch-ai, from Johnny Lam:
1195              
1196              The first part removes "installman" and "installhtml" from the
1197              .PHONY target, which was causing problems during installation.
1198              
1199              (the installman and installhtml are not phony targets,
1200              they are real files)
1201      Branch: perl
1202            ! Makefile.SH
1203 ____________________________________________________________________________
1204 [ 16218] By: nick                                  on 2002/04/27  16:22:40
1205         Log: Integrate mainline
1206      Branch: perlio
1207           +> ext/threads/shared/t/cond.t
1208           !> MANIFEST ext/threads/shared/shared.xs
1209           !> ext/threads/shared/t/queue.t
1210 ____________________________________________________________________________
1211 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
1212         Log: NetBSD patch-ab from Johnny Lam:
1213              
1214              Some tweaks to the NetBSD hints file to make the Configure
1215              process more useful when not building from pkgsrc.  This file
1216              will definitely need to change again when the 1.6 release of
1217              NetBSD comes out, but I'll handle the changes at the later
1218              date.
1219      Branch: perl
1220            ! hints/netbsd.sh
1221 ____________________________________________________________________________
1222 [ 16216] By: nick                                  on 2002/04/27  16:19:21
1223         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
1224              - if encoding loads Encode then stack grows.
1225              - pp_binmode was not allowing for that to happen
1226              - added PUTBACK/SPAGAIN.
1227      Branch: perlio
1228            ! pp_sys.c
1229 ____________________________________________________________________________
1230 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
1231         Log: Integrate perlio;
1232              
1233              Fix fd leak on Via(bogus).
1234              Finish implementing PerlIOVia_open().
1235              Export more guts of PerlIO_* so Via_open() can work.
1236              Fix various PerlIO_allocate() features exposed by above.
1237              
1238              Re-instate $PerlIO::encoding::check at boot.
1239              (Retaining Dan's XS side require though I don't see need.)
1240      Branch: perl
1241           !> embed.fnc ext/PerlIO/Via/Via.xs
1242           !> ext/PerlIO/encoding/encoding.pm
1243           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
1244           !> perlio.c perlio.h perliol.h
1245 ____________________________________________________________________________
1246 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
1247         Log: Upgrade to Encode 1.62.
1248      Branch: perl
1249            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1250 ____________________________________________________________________________
1251 [ 16213] By: ams                                   on 2002/04/27  15:38:50
1252         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
1253              From: Philip Newton <Philip.Newton@gmx.net>
1254              Date: Sat, 27 Apr 2002 08:51:30 +0200
1255              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
1256              
1257              Subject: Re: Change 16183: Stop being coy.
1258              From: Philip Newton <Philip.Newton@gmx.net>
1259              Date: Sat, 27 Apr 2002 08:52:13 +0200
1260              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
1261      Branch: perl
1262            ! INSTALL pod/perldelta.pod
1263 ____________________________________________________________________________
1264 [ 16212] By: sky                                   on 2002/04/27  13:54:46
1265         Log: Add test numbers to make "make test" happy. Order is irrelevant
1266              but number of oks is not.
1267      Branch: perl
1268            ! ext/threads/shared/t/queue.t
1269 ____________________________________________________________________________
1270 [ 16211] By: nick                                  on 2002/04/27  13:29:55
1271         Log: Re-instate $PerlIO::encoding::check at boot.
1272              (Retaining Dan's XS side require though I don't see need.)
1273      Branch: perlio
1274            ! ext/PerlIO/encoding/encoding.pm
1275            ! ext/PerlIO/encoding/encoding.xs
1276 ____________________________________________________________________________
1277 [ 16210] By: sky                                   on 2002/04/27  12:56:44
1278         Log: Fixed race condtions and deadlocks in interaction with 
1279              cond_wait/cond_signal and lock.
1280              Now we wait for a lock to gie up if we return from COND_WAIT
1281              and we are still locked. We also notifiers potential 
1282              lockers that it is free for locking when we go into COND_WAIT.
1283      Branch: perl
1284            + ext/threads/shared/t/cond.t
1285            ! MANIFEST ext/threads/shared/shared.xs
1286            ! ext/threads/shared/t/queue.t
1287 ____________________________________________________________________________
1288 [ 16209] By: nick                                  on 2002/04/27  12:32:41
1289         Log: Integrate mainline
1290      Branch: perlio
1291           +> t/win32/system_tests
1292            - t/op/system_tests
1293           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
1294           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
1295           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
1296           !> t/lib/warnings/pp_hot t/win32/system.t
1297 ____________________________________________________________________________
1298 [ 16208] By: sky                                   on 2002/04/27  11:46:53
1299         Log: Saving locks after we set it to 0 was kind of pointless.
1300              Hunting down fixes in cond_* functions.
1301      Branch: perl
1302            ! ext/threads/shared/shared.xs
1303 ____________________________________________________________________________
1304 [ 16207] By: nick                                  on 2002/04/27  10:12:00
1305         Log: Fix fd leak on Via(bogus).
1306              Finish implementing PerlIOVia_open().
1307              Export more guts of PerlIO_* so Via_open() can work.
1308              Fix various PerlIO_allocate() features exposed by above.
1309      Branch: perlio
1310            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
1311            ! perlio.h perliol.h
1312 ____________________________________________________________________________
1313 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
1314         Log: NetBSD and OpenBSD cannot do comments at #! line
1315              (or long #! lines?)
1316      Branch: perl
1317            ! t/japh/abigail.t
1318 ____________________________________________________________________________
1319 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
1320         Log: Add taint rethink to the todo list.
1321      Branch: perl
1322            ! pod/perltodo.pod
1323 ____________________________________________________________________________
1324 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
1325         Log: Integrate changes #16199 and #16201 from macperl;
1326              
1327              Time::Local compatibility patches, from Graham
1328              
1329              MacPerl require() portability patches
1330      Branch: perl
1331           !> lib/Time/Local.pm pp_ctl.c
1332 ____________________________________________________________________________
1333 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
1334         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
1335              From: Nicholas Clark <nick@unfortu.net>
1336              Date: Fri, 26 Apr 2002 23:27:23 +0100
1337              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
1338      Branch: perl
1339            ! t/lib/warnings/pp_hot
1340 ____________________________________________________________________________
1341 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
1342         Log: Working on MacPerl tests
1343      Branch: macperl
1344            ! macos/MacPerlTests.cmd
1345 ____________________________________________________________________________
1346 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
1347         Log: MacPerl require() portability patches
1348      Branch: macperl
1349            ! pp_ctl.c
1350 ____________________________________________________________________________
1351 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
1352         Log: Fix a few MacPerl_CanonDir() problems
1353      Branch: macperl
1354            ! macos/macish.c macos/macish.h
1355 ____________________________________________________________________________
1356 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
1357         Log: Time::Local compatibility patches, from Graham
1358      Branch: macperl
1359            ! lib/Time/Local.pm
1360 ____________________________________________________________________________
1361 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
1362         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
1363              From: Simon Cozens <simon@netthink.co.uk>
1364              Date: Fri, 26 Apr 2002 21:58:21 +0100
1365              Message-ID: <20020426205821.GB5855@netthink.co.uk>
1366      Branch: perl
1367            ! ext/Time/HiRes/HiRes.pm
1368 ____________________________________________________________________________
1369 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
1370         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
1371              to know about it always (not just when using the pth).
1372      Branch: perl
1373            ! hints/netbsd.sh
1374 ____________________________________________________________________________
1375 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
1376         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
1377      Branch: perl
1378            ! ext/Digest/MD5/t/files.t
1379 ____________________________________________________________________________
1380 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
1381         Log: Subject: FIXIN problem under Win32
1382              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1383              Date: Thu, 25 Apr 2002 23:03:31 +0200
1384              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
1385      Branch: perl
1386            ! lib/ExtUtils/MM_Unix.pm
1387 ____________________________________________________________________________
1388 [ 16194] By: nick                                  on 2002/04/26  17:36:16
1389         Log: Integrate mainline
1390      Branch: perlio
1391           +> ext/Encode/lib/Encode/Guess.pm
1392           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
1393           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
1394           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
1395           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
1396           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
1397           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
1398           +> t/lib/sample-tests/die_last_minute
1399           !> (integrate 94 files)
1400 ____________________________________________________________________________
1401 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
1402         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
1403              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1404              Date: Fri, 26 Apr 2002 15:38:16 +0200
1405              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
1406      Branch: perl
1407            + t/win32/system_tests
1408            - t/op/system_tests
1409            ! MANIFEST t/win32/system.t
1410 ____________________________________________________________________________
1411 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
1412         Log: Mention explicitly the NetBSD + pth combination.
1413      Branch: perl
1414            ! pod/perldelta.pod
1415 ____________________________________________________________________________
1416 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
1417         Log: Subject: [PATCH] Fix email address.
1418              From: Abigail <abigail@foad.org>
1419              Date: Fri, 26 Apr 2002 18:03:11 +0200
1420              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
1421      Branch: perl
1422            ! t/japh/abigail.t
1423 ____________________________________________________________________________
1424 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
1425         Log: NetWare update from C Aditya.
1426      Branch: perl
1427            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
1428            ! lib/ExtUtils/MM_Unix.pm
1429 ____________________________________________________________________________
1430 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
1431         Log: Subject: [PATCH vms/test.com] use t/TEST
1432              From: "Craig A. Berry" <craigberry@mac.com>
1433              Date: Fri, 26 Apr 2002 09:34:46 -0500
1434              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
1435      Branch: perl
1436            ! vms/test.com
1437 ____________________________________________________________________________
1438 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
1439         Log: Update Changes.
1440      Branch: perl
1441            ! Changes patchlevel.h
1442 ____________________________________________________________________________
1443 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
1444         Log: Subject: [Encode] s/=over2/=over 2/g
1445              From: Dan Kogai <dankogai@dan.co.jp>
1446              Date: Fri, 26 Apr 2002 14:57:09 +0900
1447              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
1448      Branch: perl
1449            ! ext/Encode/Encode.pm
1450 ____________________________________________________________________________
1451 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
1452         Log: Use temp int variable in the W*() since direct casting
1453              to either an int or an IV would not be right.
1454      Branch: perl
1455            ! ext/POSIX/POSIX.xs
1456 ____________________________________________________________________________
1457 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
1458         Log: The #16182 radiates U32ness.
1459      Branch: perl
1460            ! embed.fnc embed.h proto.h regcomp.c toke.c
1461 ____________________________________________________________________________
1462 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
1463         Log: Subject: t/TEST ported to VMS
1464              From: "Craig A. Berry" <craigberry@mac.com>
1465              Date: Fri, 26 Apr 2002 00:13:31 -0500
1466              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
1467      Branch: perl
1468            ! t/TEST
1469 ____________________________________________________________________________
1470 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
1471         Log: Stop being coy.
1472      Branch: perl
1473            ! pod/perldelta.pod
1474 ____________________________________________________________________________
1475 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
1476         Log: Subject: Re: binary compatibility
1477              From: Mark-Jason Dominus <mjd@plover.com>
1478              Date: Wed, 24 Apr 2002 17:35:07 -0400
1479              Message-ID: <20020424213507.7846.qmail@plover.com>
1480      Branch: perl
1481            ! op.h
1482 ____________________________________________________________________________
1483 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
1484         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
1485              allocating half of the retstack!)
1486      Branch: perl
1487            ! README.win32 sv.c
1488 ____________________________________________________________________________
1489 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
1490         Log: temporary variable not wide enough to hold all the bits in
1491              op->op_targ
1492      Branch: perl
1493            ! op.c
1494 ____________________________________________________________________________
1495 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
1496         Log: Add an idea/question from Damian. 
1497      Branch: perl
1498            ! pod/perltodo.pod
1499 ____________________________________________________________________________
1500 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
1501         Log: build missing utilities on windows; clean stray files
1502      Branch: perl
1503            ! win32/Makefile win32/makefile.mk
1504 ____________________________________________________________________________
1505 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
1506         Log: Upgrade to Encode 1.61, from Dan Kogai.
1507      Branch: perl
1508            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
1509            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
1510            ! ext/Encode/lib/Encode/Guess.pm
1511            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
1512            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
1513            ! ext/Encode/t/mime-header.t
1514 ____________________________________________________________________________
1515 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
1516         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
1517              From: andreas.koenig@anima.de (Andreas J. Koenig)
1518              Date: Tue, 23 Apr 2002 04:40:42 +0200      
1519              Message-ID: <m37kmzi1cl.fsf@anima.de>
1520      Branch: perl
1521            ! pod/perluniintro.pod
1522 ____________________________________________________________________________
1523 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
1524         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
1525              platform needs to fill in the other branch here)
1526      Branch: perl
1527            ! ext/Digest/MD5/t/files.t
1528 ____________________________________________________________________________
1529 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
1530         Log: MANIFEST is needlessly held open for entire duration of "make test"
1531      Branch: perl
1532            ! t/TEST t/harness
1533 ____________________________________________________________________________
1534 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
1535         Log: various signed/unsigned mismatch nits
1536      Branch: perl
1537            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
1538            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1539            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
1540            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
1541            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
1542            ! ext/Time/HiRes/HiRes.xs regcomp.c
1543 ____________________________________________________________________________
1544 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
1545         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
1546              From: Nicholas Clark <nick@unfortu.net>
1547              Date: Thu, 25 Apr 2002 22:41:57 +0100
1548              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
1549      Branch: perl
1550            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
1551            + ext/Storable/t/make_downgrade.pl
1552            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
1553            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
1554            ! ext/Storable/t/utf8hash.t
1555 ____________________________________________________________________________
1556 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
1557         Log: Extra guidance for JAPH debuggers.
1558      Branch: perl
1559            ! t/japh/abigail.t
1560 ____________________________________________________________________________
1561 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
1562         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
1563              From: Paul_GreenVOS@vos.stratus.com
1564              Date: Wed, 24 Apr 02 18:27 edt
1565              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
1566      Branch: perl
1567            ! vos/vos.c
1568 ____________________________________________________________________________
1569 [ 16169] By: ams                                   on 2002/04/25  20:33:35
1570         Log: Subject: [PATCH] don't build B/C twice on VMS
1571              From: "Craig A. Berry" <craigberry@mac.com>
1572              Date: Thu, 25 Apr 2002 16:00:57 -0500
1573              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
1574      Branch: perl
1575            ! configure.com
1576 ____________________________________________________________________________
1577 [ 16168] By: ams                                   on 2002/04/25  20:31:19
1578         Log: Subject: Re: POSIX::WEXITSTATUS broken again
1579              From: Andy Dougherty <doughera@lafayette.edu>
1580              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
1581              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
1582      Branch: perl
1583            ! ext/POSIX/POSIX.xs
1584 ____________________________________________________________________________
1585 [ 16167] By: ams                                   on 2002/04/25  19:49:09
1586         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
1587              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1588              Date: Thu, 25 Apr 2002 13:39:35 -0700
1589              Message-Id: <HmGy8gzkguHW092yn@efn.org>
1590      Branch: perl
1591            ! t/harness
1592 ____________________________________________________________________________
1593 [ 16166] By: ams                                   on 2002/04/25  19:43:06
1594         Log: $fh->close(); print $fh "foo" would segfault under -w in
1595              report_evil_fh() because $fh doesn't have a name.
1596      Branch: perl
1597            ! util.c
1598 ____________________________________________________________________________
1599 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
1600         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
1601              being found properly
1602      Branch: perl
1603            ! ext/Cwd/t/cwd.t
1604 ____________________________________________________________________________
1605 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
1606         Log: Brace yourself from Craig Berry to keep older compilers happy.
1607      Branch: perl
1608            ! vms/vms.c
1609 ____________________________________________________________________________
1610 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
1611         Log: More %{} overload tests.
1612      Branch: perl
1613            ! lib/overload.t
1614 ____________________________________________________________________________
1615 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
1616         Log: some extension builds need to find pl2bat.bat on windows
1617      Branch: perl
1618            ! win32/buildext.pl
1619 ____________________________________________________________________________
1620 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
1621         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
1622              From: "Craig A. Berry" <craigberry@mac.com>
1623              Date: Thu, 25 Apr 2002 12:30:06 -0500
1624              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
1625      Branch: perl
1626            ! lib/ExtUtils/MM_VMS.pm
1627 ____________________________________________________________________________
1628 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
1629         Log: windows build fails if there is no perlglob.exe in the PATH
1630      Branch: perl
1631            ! win32/buildext.pl
1632 ____________________________________________________________________________
1633 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
1634         Log: Mysterious setlocale() core dump in ancient Solaris
1635              found by Merijn Broeren.  Doesn't look like Perl's fault.
1636      Branch: perl
1637            ! pod/perldelta.pod
1638 ____________________________________________________________________________
1639 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
1640         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
1641              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
1642              Date: Thu, 25 Apr 2002 17:35:23 +0200
1643              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
1644      Branch: perl
1645            ! pp_ctl.c
1646 ____________________________________________________________________________
1647 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
1648         Log: Subject: [PATCH] pp_ctl.c:pp_require
1649              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
1650              Date: Thu, 25 Apr 2002 16:01:14 +0200
1651              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
1652      Branch: perl
1653            ! pp_ctl.c
1654 ____________________________________________________________________________
1655 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
1656         Log: -Wformat cleanups from Robin Barker.
1657      Branch: perl
1658            ! dump.c embed.fnc proto.h sv.c
1659 ____________________________________________________________________________
1660 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
1661         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
1662              From: Michael G Schwern <schwern@pobox.com>
1663              Date: Thu, 25 Apr 2002 01:51:27 -0400
1664              Message-ID: <20020425055127.GB3456@blackrider>
1665      Branch: perl
1666            + t/lib/sample-tests/bignum t/lib/sample-tests/die
1667            + t/lib/sample-tests/die_head_end
1668            + t/lib/sample-tests/die_last_minute
1669            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
1670            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
1671            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
1672 ____________________________________________________________________________
1673 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
1674         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
1675              From: Michael G Schwern <schwern@pobox.com>
1676              Date: Thu, 25 Apr 2002 01:32:10 -0400
1677              Message-ID: <20020425053210.GA3334@blackrider>
1678      Branch: perl
1679            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
1680            + lib/Test/Simple/t/strays.t
1681            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
1682            ! lib/Test/Simple.pm lib/Test/Simple/Changes
1683            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
1684            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
1685            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
1686            ! lib/Test/Simple/t/use_ok.t
1687 ____________________________________________________________________________
1688 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
1689         Log: Elaborate a bit on Storable.
1690      Branch: perl
1691            ! pod/perldelta.pod
1692 ____________________________________________________________________________
1693 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
1694         Log: Cleaner Encode tests under -Mutf8.
1695      Branch: perl
1696            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
1697 ____________________________________________________________________________
1698 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
1699         Log: Subject: [PATCH] installperl
1700              From: Abe Timmerman <abe@ztreet.demon.nl>
1701              Date: Thu, 25 Apr 2002 01:00:00 +0200
1702              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
1703      Branch: perl
1704            ! installperl
1705 ____________________________________________________________________________
1706 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
1707         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
1708              From: Dan Kogai <dankogai@dan.co.jp>
1709              Date: Thu, 25 Apr 2002 10:49:13 +0900
1710              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
1711      Branch: perl
1712            ! ext/PerlIO/encoding/encoding.xs
1713 ____________________________________________________________________________
1714 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
1715         Log: Stray =back.
1716      Branch: perl
1717            ! README.win32
1718 ____________________________________________________________________________
1719 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
1720         Log: Add an untested warning variant.
1721      Branch: perl
1722            ! t/lib/warnings/op
1723 ____________________________________________________________________________
1724 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
1725         Log: Update Changes.
1726      Branch: perl
1727            ! Changes patchlevel.h
1728 ____________________________________________________________________________
1729 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
1730         Log: Wrong plan.
1731      Branch: perl
1732            ! ext/Encode/t/mime-header.t
1733 ____________________________________________________________________________
1734 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
1735         Log: Upgrade to Encode 1.60, from Dan Kogai.
1736      Branch: perl
1737            + ext/Encode/lib/Encode/Guess.pm
1738            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
1739            + ext/Encode/t/mime-header.t
1740            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
1741            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1742            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
1743            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
1744            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
1745            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
1746 ____________________________________________________________________________
1747 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
1748         Log: another case of enabling binmode() where it should not be: if the
1749              *.enc files are CRLF terminated, the result gets CRCRLF terminations
1750      Branch: perl
1751            ! ext/Encode/t/CJKT.t
1752 ____________________________________________________________________________
1753 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
1754         Log: microperl update; boldly assume time() and time_t
1755              (since we assume ANSI and i_time, anyway).
1756      Branch: perl
1757            ! uconfig.h uconfig.sh
1758 ____________________________________________________________________________
1759 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
1760         Log: Integrate #16136, #16137, #16138 from macperl;
1761              
1762              Silly fix for the SC compiler's fixation with "comp" as a type
1763              
1764              Skip more PerlIO symbols for sfio
1765              
1766              Play nicely in miniperl
1767      Branch: perl
1768           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
1769           !> lib/File/Spec/Mac.pm makedef.pl
1770 ____________________________________________________________________________
1771 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
1772         Log: Sync configpm and config.h for use in 5.8
1773              (still need to do config.sh)
1774      Branch: macperl
1775            ! macos/config.h macos/configpm
1776 ____________________________________________________________________________
1777 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
1778         Log: Make MM_MacOS work with new MakeMaker
1779      Branch: macperl
1780            ! macos/lib/ExtUtils/MM_MacOS.pm
1781 ____________________________________________________________________________
1782 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
1783         Log: Makefile.mk changes for 5.8: additional extensions
1784              and source files; bump version
1785      Branch: macperl
1786            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
1787 ____________________________________________________________________________
1788 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
1789         Log: Play nicely in miniperl
1790      Branch: macperl
1791            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
1792 ____________________________________________________________________________
1793 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
1794         Log: Skip more PerlIO symbols for sfio
1795      Branch: macperl
1796            ! makedef.pl
1797 ____________________________________________________________________________
1798 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
1799         Log: Silly fix for the SC compiler's fixation with "comp" as a type
1800      Branch: macperl
1801            ! ext/Unicode/Normalize/Normalize.xs
1802 ____________________________________________________________________________
1803 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
1804         Log: Merge macperl xsubpp with current xsubpp
1805      Branch: macperl
1806            ! macos/xsubpp
1807 ____________________________________________________________________________
1808 [ 16134] By: nick                                  on 2002/04/24  18:08:37
1809         Log: Integrate mainline
1810      Branch: perlio
1811           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
1812           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
1813            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
1814            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
1815            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
1816            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
1817            - lib/ExtUtils/t/Problem-Module/Makefile.PL
1818            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
1819           !> (integrate 44 files)
1820 ____________________________________________________________________________
1821 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
1822         Log: Delete more included modules from bundled_ext
1823      Branch: macperl
1824            - macos/bundled_ext/Digest/MD5/Changes
1825            - macos/bundled_ext/Digest/MD5/MD5.pm
1826            - macos/bundled_ext/Digest/MD5/MD5.xs
1827            - macos/bundled_ext/Digest/MD5/Makefile.PL
1828            - macos/bundled_ext/Digest/MD5/Makefile.mk
1829            - macos/bundled_ext/Digest/MD5/README
1830            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
1831            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
1832            - macos/bundled_ext/Digest/MD5/rfc1321.txt
1833            - macos/bundled_ext/Digest/MD5/t/badfile.t
1834            - macos/bundled_ext/Digest/MD5/t/files.t
1835            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
1836            - macos/bundled_ext/Digest/MD5/typemap
1837            - macos/bundled_ext/Filter/Util/Call/Call.pm
1838            - macos/bundled_ext/Filter/Util/Call/Call.xs
1839            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
1840            - macos/bundled_ext/Filter/Util/Call/ppport.h
1841            - macos/bundled_ext/Filter/t/call.t
1842            - macos/bundled_ext/Filter/t/filter-util.pl
1843            - macos/bundled_ext/List/Util/ChangeLog
1844            - macos/bundled_ext/List/Util/Makefile.PL
1845            - macos/bundled_ext/List/Util/README
1846            - macos/bundled_ext/List/Util/Util.xs
1847            - macos/bundled_ext/List/Util/lib/List/Util.pm
1848            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
1849            - macos/bundled_ext/List/Util/t/blessed.t
1850            - macos/bundled_ext/List/Util/t/dualvar.t
1851            - macos/bundled_ext/List/Util/t/first.t
1852            - macos/bundled_ext/List/Util/t/max.t
1853            - macos/bundled_ext/List/Util/t/maxstr.t
1854            - macos/bundled_ext/List/Util/t/min.t
1855            - macos/bundled_ext/List/Util/t/minstr.t
1856            - macos/bundled_ext/List/Util/t/readonly.t
1857            - macos/bundled_ext/List/Util/t/reduce.t
1858            - macos/bundled_ext/List/Util/t/reftype.t
1859            - macos/bundled_ext/List/Util/t/shuffle.t
1860            - macos/bundled_ext/List/Util/t/sum.t
1861            - macos/bundled_ext/List/Util/t/tainted.t
1862            - macos/bundled_ext/List/Util/t/weak.t
1863            - macos/bundled_ext/MIME/Base64/Base64.pm
1864            - macos/bundled_ext/MIME/Base64/Base64.xs
1865            - macos/bundled_ext/MIME/Base64/Changes
1866            - macos/bundled_ext/MIME/Base64/Makefile.PL
1867            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
1868            - macos/bundled_ext/MIME/Base64/README
1869            - macos/bundled_ext/MIME/Base64/t/base64.t
1870            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
1871            - macos/bundled_ext/MIME/Base64/t/unicode.t
1872            - macos/bundled_ext/Storable/ChangeLog
1873            - macos/bundled_ext/Storable/Makefile.PL
1874            - macos/bundled_ext/Storable/README
1875            - macos/bundled_ext/Storable/Storable.pm
1876            - macos/bundled_ext/Storable/Storable.xs
1877            - macos/bundled_ext/Storable/t/blessed.t
1878            - macos/bundled_ext/Storable/t/canonical.t
1879            - macos/bundled_ext/Storable/t/compat-0.6.t
1880            - macos/bundled_ext/Storable/t/dclone.t
1881            - macos/bundled_ext/Storable/t/dump.pl
1882            - macos/bundled_ext/Storable/t/forgive.t
1883            - macos/bundled_ext/Storable/t/freeze.t
1884            - macos/bundled_ext/Storable/t/lock.t
1885            - macos/bundled_ext/Storable/t/overload.t
1886            - macos/bundled_ext/Storable/t/recurse.t
1887            - macos/bundled_ext/Storable/t/retrieve.t
1888            - macos/bundled_ext/Storable/t/store.t
1889            - macos/bundled_ext/Storable/t/tied.t
1890            - macos/bundled_ext/Storable/t/tied_hook.t
1891            - macos/bundled_ext/Storable/t/tied_items.t
1892            - macos/bundled_ext/Storable/t/utf8.t
1893            - macos/bundled_ext/Time/HiRes/Changes
1894            - macos/bundled_ext/Time/HiRes/HiRes.pm
1895            - macos/bundled_ext/Time/HiRes/HiRes.t
1896            - macos/bundled_ext/Time/HiRes/HiRes.xs
1897            - macos/bundled_ext/Time/HiRes/Makefile.PL
1898            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
1899            - macos/bundled_ext/Time/HiRes/hints/sco.pl
1900 ____________________________________________________________________________
1901 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
1902         Log: Thou shalt not assume %x works for UVs.
1903      Branch: perl
1904            ! ext/Encode/Encode.xs
1905 ____________________________________________________________________________
1906 [ 16131] By: nick                                  on 2002/04/24  15:50:31
1907         Log: Submit an old integrate
1908      Branch: perlio
1909           +> (branch 27 files)
1910            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
1911            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
1912            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
1913            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
1914            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
1915            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
1916            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
1917           !> (integrate 84 files)
1918 ____________________________________________________________________________
1919 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
1920         Log: Partially retract #12056, from Craig Berry.
1921      Branch: perl
1922            ! vms/vms.c
1923 ____________________________________________________________________________
1924 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
1925         Log: Delete more included modules from bundled_lib
1926      Branch: macperl
1927            - macos/bundled_lib/blib/lib/Class/ISA.pm
1928            - macos/bundled_lib/blib/lib/Digest.pm
1929            - macos/bundled_lib/blib/lib/Filter/Simple.pm
1930            - macos/bundled_lib/blib/lib/Memoize.pm
1931            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
1932            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
1933            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
1934            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
1935            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
1936            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
1937            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
1938            - macos/bundled_lib/blib/lib/NEXT.pm
1939            - macos/bundled_lib/blib/lib/Net/Cmd.pm
1940            - macos/bundled_lib/blib/lib/Net/Config.pm
1941            - macos/bundled_lib/blib/lib/Net/Domain.pm
1942            - macos/bundled_lib/blib/lib/Net/FTP.pm
1943            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
1944            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
1945            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
1946            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
1947            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
1948            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
1949            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
1950            - macos/bundled_lib/blib/lib/Net/NNTP.pm
1951            - macos/bundled_lib/blib/lib/Net/Netrc.pm
1952            - macos/bundled_lib/blib/lib/Net/POP3.pm
1953            - macos/bundled_lib/blib/lib/Net/SMTP.pm
1954            - macos/bundled_lib/blib/lib/Net/Time.pm
1955            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
1956            - macos/bundled_lib/blib/lib/Switch.pm
1957            - macos/bundled_lib/t/Class/ISA/test.pl
1958            - macos/bundled_lib/t/Digest/Digest.t
1959            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
1960            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
1961            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
1962            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
1963            - macos/bundled_lib/t/Filter/Simple/data.t
1964            - macos/bundled_lib/t/Filter/Simple/export.t
1965            - macos/bundled_lib/t/Filter/Simple/filter.t
1966            - macos/bundled_lib/t/Filter/Simple/filter_only.t
1967            - macos/bundled_lib/t/Filter/Simple/import.t
1968            - macos/bundled_lib/t/Memoize/array.t
1969            - macos/bundled_lib/t/Memoize/array_confusion.t
1970            - macos/bundled_lib/t/Memoize/correctness.t
1971            - macos/bundled_lib/t/Memoize/errors.t
1972            - macos/bundled_lib/t/Memoize/expire.t
1973            - macos/bundled_lib/t/Memoize/expire_file.t
1974            - macos/bundled_lib/t/Memoize/expire_module_n.t
1975            - macos/bundled_lib/t/Memoize/expire_module_t.t
1976            - macos/bundled_lib/t/Memoize/flush.t
1977            - macos/bundled_lib/t/Memoize/normalize.t
1978            - macos/bundled_lib/t/Memoize/prototype.t
1979            - macos/bundled_lib/t/Memoize/speed.t
1980            - macos/bundled_lib/t/Memoize/tie.t
1981            - macos/bundled_lib/t/Memoize/tie_gdbm.t
1982            - macos/bundled_lib/t/Memoize/tie_ndbm.t
1983            - macos/bundled_lib/t/Memoize/tie_sdbm.t
1984            - macos/bundled_lib/t/Memoize/tie_storable.t
1985            - macos/bundled_lib/t/Memoize/tiefeatures.t
1986            - macos/bundled_lib/t/Memoize/unmemoize.t
1987            - macos/bundled_lib/t/NEXT/actual.t
1988            - macos/bundled_lib/t/NEXT/actuns.t
1989            - macos/bundled_lib/t/NEXT/next.t
1990            - macos/bundled_lib/t/NEXT/unseen.t
1991            - macos/bundled_lib/t/Switch/t/given.t
1992            - macos/bundled_lib/t/Switch/t/nested.t
1993            - macos/bundled_lib/t/Switch/t/switch.t
1994            - macos/bundled_lib/t/libnet/config.t
1995            - macos/bundled_lib/t/libnet/ftp.t
1996            - macos/bundled_lib/t/libnet/hostname.t
1997            - macos/bundled_lib/t/libnet/libnet_t.pl
1998            - macos/bundled_lib/t/libnet/netrc.t
1999            - macos/bundled_lib/t/libnet/nntp.t
2000            - macos/bundled_lib/t/libnet/require.t
2001            - macos/bundled_lib/t/libnet/smtp.t
2002 ____________________________________________________________________________
2003 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
2004         Log: Remove Text::Balanced from bundled_lib (already in lib)
2005      Branch: macperl
2006            - macos/bundled_lib/blib/lib/Text/Balanced.pm
2007            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
2008            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
2009            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
2010            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
2011            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
2012            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
2013            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
2014            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
2015 ____________________________________________________________________________
2016 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
2017         Log: A word of warning to the users of UTF-8 locales.
2018      Branch: perl
2019            ! pod/perluniintro.pod
2020 ____________________________________________________________________________
2021 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
2022         Log: Forgotten from #16125.
2023      Branch: perl
2024            ! t/lib/MakeMaker/Test/Utils.pm
2025 ____________________________________________________________________________
2026 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
2027         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
2028      Branch: perl
2029            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
2030            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
2031            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
2032            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
2033            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
2034            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
2035            - lib/ExtUtils/t/Problem-Module/Makefile.PL
2036            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
2037            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
2038            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
2039            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2040            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2041            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
2042            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
2043            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
2044            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
2045            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
2046 ____________________________________________________________________________
2047 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
2048         Log: Subject: New UTF-8 surprise
2049              From: andreas.koenig@anima.de (Andreas J. Koenig)
2050              Date: Mon, 22 Apr 2002 12:08:48 +0200
2051              Message-ID: <m38z7gjb9r.fsf@anima.de>
2052      Branch: perl
2053            ! pp_hot.c t/op/subst.t
2054 ____________________________________________________________________________
2055 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
2056         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
2057              tree that is branched from //depot/maint-5.6/macperl/macos/...
2058      Branch: macperl
2059           +> (branch 3590 files)
2060 ____________________________________________________________________________
2061 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
2062         Log: Try to be clearer about perlio.
2063      Branch: perl
2064            ! INSTALL
2065 ____________________________________________________________________________
2066 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
2067         Log: Subject: Re: binary compatibility
2068              From: Andy Dougherty <doughera@lafayette.edu>
2069              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
2070              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
2071      Branch: perl
2072            ! INSTALL patchlevel.h
2073 ____________________________________________________________________________
2074 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
2075         Log: Go on record about the binary backward incompatibility.
2076      Branch: perl
2077            ! pod/perldelta.pod
2078 ____________________________________________________________________________
2079 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
2080         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
2081              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2082              Date: Wed, 24 Apr 2002 01:51:43 +0400
2083              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
2084      Branch: perl
2085            ! t/win32/system.t
2086 ____________________________________________________________________________
2087 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
2088         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
2089              From: PPrymmer@factset.com
2090              Date: Tue, 23 Apr 2002 17:14:32 -0400
2091              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
2092      Branch: perl
2093            ! lib/locale.t
2094 ____________________________________________________________________________
2095 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
2096         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
2097              From: Paul_GreenVOS@vos.stratus.com
2098              Date: Tue, 23 Apr 02 15:06 edt   
2099              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
2100      Branch: perl
2101            ! Makefile.SH cflags.SH
2102 ____________________________________________________________________________
2103 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
2104         Log: metaconfig unit change for #16115.
2105      Branch: metaconfig
2106            ! U/compline/byteorder.U
2107      Branch: perl
2108            ! config_h.SH
2109 ____________________________________________________________________________
2110 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
2111         Log: Regen Configure to mirror #16111 (with one added tweak).
2112      Branch: perl
2113            ! Configure
2114 ____________________________________________________________________________
2115 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
2116         Log: Retract #16109.
2117      Branch: perl
2118            ! lib/ExtUtils/MM_Unix.pm
2119 ____________________________________________________________________________
2120 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
2121         Log: FAQ sync.
2122      Branch: perl
2123            ! pod/perlfaq3.pod pod/perlfaq8.pod
2124 ____________________________________________________________________________
2125 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
2126         Log: use encoding no more defaults to Latin 1.
2127      Branch: perl
2128            ! pod/perluniintro.pod
2129 ____________________________________________________________________________
2130 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
2131         Log: Configure test for byteorder loses bits
2132      Branch: perl
2133            ! Configure
2134 ____________________________________________________________________________
2135 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
2136         Log: hacking around byteorder variance between config.sh and config.h
2137              isn't needed after change#16099
2138      Branch: perl
2139            ! ext/Storable/t/malice.t
2140 ____________________________________________________________________________
2141 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
2142         Log: (retracted by #16114)
2143              
2144              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
2145              From: "Green, Paul" <Paul.Green@stratus.com>
2146              Date: Tue, 23 Apr 2002 13:47:19 -0400
2147              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
2148      Branch: perl
2149            ! lib/ExtUtils/MM_Unix.pm
2150 ____________________________________________________________________________
2151 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
2152         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
2153              From: Norton Allen <allen@huarp.harvard.edu>
2154              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
2155              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
2156      Branch: perl
2157            ! lib/File/Find.pm
2158 ____________________________________________________________________________
2159 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
2160         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
2161              From: Norton Allen <allen@huarp.harvard.edu>
2162              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
2163              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
2164      Branch: perl
2165            ! README.qnx hints/qnx.sh
2166 ____________________________________________________________________________
2167 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
2168         Log: Subject: [PATCH] pod/perlhist.pod
2169              From: Abigail <abigail@foad.org>
2170              Date: Tue, 23 Apr 2002 16:21:31 +0200
2171              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
2172              
2173              (removed 5.005_04 which never happened)
2174      Branch: perl
2175            ! pod/perlhist.pod
2176 ____________________________________________________________________________
2177 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
2178         Log: Subject: Re: [PATCH abigail.t] another portability attempt
2179              From: Abigail <abigail@foad.org>
2180              Date: Tue, 23 Apr 2002 11:35:54 +0200
2181              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
2182      Branch: perl
2183            ! t/japh/abigail.t
2184 ____________________________________________________________________________
2185 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
2186         Log: NetWare tweak from C Aditya.
2187      Branch: perl
2188            ! NetWare/Nwmain.c NetWare/nw5.c
2189 ____________________________________________________________________________
2190 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
2191         Log: fix a typo
2192      Branch: perl
2193            ! regexec.c
2194 ____________________________________________________________________________
2195 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
2196         Log: Uncurliff.
2197      Branch: perl
2198            ! README.ko
2199 ____________________________________________________________________________
2200 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
2201         Log: Pointer to UV casting.
2202      Branch: perl
2203            ! regexec.c
2204 ____________________________________________________________________________
2205 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
2206         Log: metaconfig unit change for #16099.
2207      Branch: metaconfig
2208            ! U/compline/byteorder.U
2209 ____________________________________________________________________________
2210 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
2211         Log: Use UV (not long) for BYTEORDER.
2212      Branch: perl
2213            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2214            ! config_h.SH
2215 ____________________________________________________________________________
2216 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
2217         Log: # cpp commands must start in the first column.
2218      Branch: perl
2219            ! scope.c
2220 ____________________________________________________________________________
2221 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
2222         Log: Reborn as text.
2223      Branch: perl
2224            + NetWare/interface.cpp
2225 ____________________________________________________________________________
2226 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
2227         Log: Dead as binary.
2228      Branch: perl
2229            - NetWare/interface.cpp
2230 ____________________________________________________________________________
2231 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
2232         Log: Undo #16091, a time-warped escapee.
2233      Branch: perl
2234            ! lib/ExtUtils/t/MM_Cygwin.t
2235 ____________________________________________________________________________
2236 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
2237         Log: *size tweaks from Sarathy.
2238      Branch: perl
2239            ! ext/Storable/t/malice.t
2240 ____________________________________________________________________________
2241 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
2242         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
2243              From: Stas Bekman <stas@stason.org>
2244              Date: Tue, 23 Apr 2002 01:52:22 +0800
2245              Message-ID: <3CC44DD6.3090401@stason.org>
2246      Branch: perl
2247            ! pod/perlguts.pod
2248 ____________________________________________________________________________
2249 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
2250         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
2251              From: Paul_GreenVOS@vos.stratus.com
2252              Date: Mon, 22 Apr 02 20:35 edt
2253              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
2254      Branch: perl
2255            + hints/t001.c
2256            ! MANIFEST hints/README.hints hints/vos.sh
2257 ____________________________________________________________________________
2258 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
2259         Log: (retracted by #16095)
2260      Branch: perl
2261            ! lib/ExtUtils/t/MM_Cygwin.t
2262 ____________________________________________________________________________
2263 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
2264         Log: Subject: Re: perl@16083
2265              From: Nicholas Clark <nick@unfortu.net>
2266              Date: Mon, 22 Apr 2002 23:17:45 +0100
2267              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
2268      Branch: perl
2269            ! ext/Storable/t/malice.t
2270 ____________________________________________________________________________
2271 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
2272         Log: Upgrade to Encode 1.58.
2273      Branch: perl
2274            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
2275            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
2276            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
2277            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
2278            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
2279            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
2280            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
2281            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
2282            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
2283            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
2284            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
2285            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
2286            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
2287            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
2288            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
2289            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
2290            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
2291            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
2292 ____________________________________________________________________________
2293 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
2294         Log: On Win32 the end.t failure should be gone now.
2295      Branch: perl
2296            ! pod/perldelta.pod
2297 ____________________________________________________________________________
2298 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
2299         Log: Subject: [PATCH] update VOS-specific pod files
2300              From: Paul_GreenVOS@vos.stratus.com
2301              Date: Mon, 22 Apr 02 16:02 edt
2302              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
2303      Branch: perl
2304            ! README.vos pod/perlport.pod
2305 ____________________________________________________________________________
2306 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
2307         Log: Subject: [PATCH] cleanup ./hints/vos.sh
2308              From: Paul_GreenVOS@vos.stratus.com
2309              Date: Mon, 22 Apr 02 15:26 edt
2310              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
2311      Branch: perl
2312            ! hints/vos.sh
2313 ____________________________________________________________________________
2314 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
2315         Log: Upgrade to Encode 1.57, from Dan Kogai.
2316      Branch: perl
2317            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2318            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
2319            ! ext/Encode/lib/Encode/Encoding.pm
2320            ! ext/Encode/lib/Encode/JP/JIS7.pm
2321            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
2322            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
2323 ____________________________________________________________________________
2324 [ 16084] By: ams                                   on 2002/04/22  18:10:13
2325         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
2326              From: Stas Bekman <stas@stason.org>
2327              Date: Tue, 23 Apr 2002 01:59:07 +0800
2328              Message-Id: <3CC44F6B.5010300@stason.org>
2329      Branch: perl
2330            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
2331 ____________________________________________________________________________
2332 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
2333         Log: Update Changes.
2334      Branch: perl
2335            ! Changes patchlevel.h
2336 ____________________________________________________________________________
2337 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
2338         Log: In MANIFEST but not added.
2339      Branch: perl
2340            + NetWare/interface.cpp
2341 ____________________________________________________________________________
2342 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
2343         Log: Duh.
2344      Branch: perl
2345            ! lib/ExtUtils/MM_Unix.pm
2346 ____________________________________________________________________________
2347 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
2348         Log: Subject: Re: t/japh/abigail.t [PATCH]
2349              From: Norton Allen <allen@huarp.harvard.edu>
2350              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
2351              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
2352      Branch: perl
2353            ! t/japh/abigail.t
2354 ____________________________________________________________________________
2355 [ 16079] By: ams                                   on 2002/04/22  15:59:55
2356         Log: Subject: {PATCH docs] sockatmark
2357              From: Mark-Jason Dominus <mjd@plover.com>
2358              Date: Mon, 22 Apr 2002 02:43:42 -0400
2359              Message-Id: <20020422064342.24646.qmail@plover.com>
2360      Branch: perl
2361            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
2362 ____________________________________________________________________________
2363 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
2364         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
2365              From: Paul_GreenVOS@vos.stratus.com
2366              Date: Mon, 22 Apr 02 12:40 edt
2367              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
2368      Branch: perl
2369            ! cflags.SH
2370 ____________________________________________________________________________
2371 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
2372         Log: Add new files from #16076; re-sort.
2373      Branch: perl
2374            ! MANIFEST
2375 ____________________________________________________________________________
2376 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
2377         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
2378      Branch: perl
2379            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
2380            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
2381            + NetWare/perllib.cpp NetWare/splittree.pl
2382            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
2383            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
2384            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
2385            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
2386            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
2387            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
2388            ! x2p/hash.c x2p/walk.c
2389 ____________________________________________________________________________
2390 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
2391         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
2392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2393              Date: Mon, 22 Apr 2002 17:56:17 +0200
2394              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
2395      Branch: perl
2396            ! README.aix
2397 ____________________________________________________________________________
2398 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
2399         Log: Signedness nit.
2400      Branch: perl
2401            ! ext/PerlIO/encoding/encoding.xs
2402 ____________________________________________________________________________
2403 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
2404         Log: No semicolons after blocks.
2405      Branch: perl
2406            ! ext/Encode/Encode.xs
2407 ____________________________________________________________________________
2408 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
2409         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
2410      Branch: perl
2411            ! ext/PerlIO/encoding/encoding.pm
2412            ! ext/PerlIO/encoding/encoding.xs
2413 ____________________________________________________________________________
2414 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
2415         Log: Upgrade to Encode 1.56, from Dan Kogai.
2416      Branch: perl
2417            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
2418            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2419            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
2420            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
2421            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
2422            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2423            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
2424            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
2425            ! ext/Encode/lib/Encode/Config.pm
2426            ! ext/Encode/lib/Encode/Encoder.pm
2427            ! ext/Encode/lib/Encode/Encoding.pm
2428            ! ext/Encode/lib/Encode/JP/H2Z.pm
2429            ! ext/Encode/lib/Encode/JP/JIS7.pm
2430            ! ext/Encode/lib/Encode/KR/2022_KR.pm
2431            ! ext/Encode/lib/Encode/PerlIO.pod
2432            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
2433            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
2434            ! ext/Encode/ucm/big5-hkscs.ucm
2435 ____________________________________________________________________________
2436 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
2437         Log: Comment tweak from Philip.
2438      Branch: perl
2439            ! opcode.pl
2440 ____________________________________________________________________________
2441 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
2442         Log: a Test::Harness tweak to make the test lines show up prettier
2443      Branch: perl
2444            ! lib/Test/Harness.pm
2445 ____________________________________________________________________________
2446 [ 16067] By: nick                                  on 2002/04/22  09:19:23
2447         Log: Integrate mainline
2448      Branch: perlio
2449           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
2450           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
2451           !> t/lib/warnings/perlio t/win32/system.t
2452 ____________________________________________________________________________
2453 [ 16066] By: nick                                  on 2002/04/22  09:01:43
2454         Log: Integrate //depot/perlio into mainline
2455      Branch: perl
2456           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2457           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
2458           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
2459 ____________________________________________________________________________
2460 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
2461         Log: clean up after stray test file littering
2462              
2463              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
2464              it seems that it shouldn't (looks like a handle leak in PerlIO
2465              to me)
2466      Branch: perl
2467            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
2468            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
2469            ! t/lib/warnings/perlio t/win32/system.t
2470 ____________________________________________________________________________
2471 [ 16064] By: nick                                  on 2002/04/22  08:02:58
2472         Log: Integrate mainline into perlio
2473      Branch: perlio
2474           +> ext/Storable/t/malice.t
2475            ! pod/perliol.pod
2476           !> (integrate 57 files)
2477 ____________________________________________________________________________
2478 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
2479         Log: integrate change#16062 from mainline
2480              
2481              another windows fix: only create a new console for subprocesses
2482              when all three stdhandles are invalid (from Jan Dubois)
2483      Branch: maint-5.6/perl
2484            ! win32/win32.c
2485 ____________________________________________________________________________
2486 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
2487         Log: another windows fix: only create a new console for subprocesses
2488              when all three stdhandles are invalid (from Jan Dubois)
2489      Branch: perl
2490            ! win32/win32.c
2491 ____________________________________________________________________________
2492 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
2493         Log: all the thread tests now pass on windows (32-bit and 64-bit)
2494      Branch: perl
2495            ! README.win32
2496 ____________________________________________________________________________
2497 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
2498         Log: enable maximal optimizations on win64
2499      Branch: perl
2500            ! win32/Makefile win32/makefile.mk
2501 ____________________________________________________________________________
2502 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
2503         Log: Tweaks copied from Philip Newton's Encode patches.
2504      Branch: perl
2505            ! AUTHORS
2506 ____________________________________________________________________________
2507 [ 16057] By: sky                                   on 2002/04/22  00:19:40
2508         Log: End blocks were not run on Win32.
2509              The real fix should be to turn this flag on in RunPerl but
2510              I think we are too close 5.8 to change that.
2511      Branch: perl
2512            ! ext/threads/threads.xs
2513 ____________________________________________________________________________
2514 [ 16056] By: sky                                   on 2002/04/21  23:29:22
2515         Log: Do not unlock mutex twice.
2516              Do not unlock mutex after it has been destroyed and freed.
2517              Do not email p5p without uncrossing eyes.
2518      Branch: perl
2519            ! ext/threads/threads.xs
2520 ____________________________________________________________________________
2521 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
2522         Log: squelch some more type mismatch warnings
2523              
2524              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
2525              missing parens in macro definition
2526      Branch: perl
2527            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
2528            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
2529            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
2530            ! pp.c regexec.c sv.h
2531 ____________________________________________________________________________
2532 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
2533         Log: Make writing user-defined character properties nicer.
2534      Branch: perl
2535            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
2536 ____________________________________________________________________________
2537 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
2538         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
2539              isn't the case on win64
2540      Branch: perl
2541            ! ext/Storable/t/malice.t
2542 ____________________________________________________________________________
2543 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
2544         Log: One more way to do character class subtraction.
2545      Branch: perl
2546            ! pod/perlunicode.pod
2547 ____________________________________________________________________________
2548 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
2549         Log: Mopup of #16048.
2550      Branch: perl
2551            ! pp_sys.c
2552 ____________________________________________________________________________
2553 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
2554         Log: some test failures have been fixed
2555      Branch: perl
2556            ! README.win32
2557 ____________________________________________________________________________
2558 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
2559         Log: use compare_text() rather than compare() to avoid bogus
2560              failures when the test files happen to be CRLF terminated
2561      Branch: perl
2562            ! ext/Encode/t/JP.t
2563 ____________________________________________________________________________
2564 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
2565         Log: fixes for all the warnings reported by Visual C (most of this
2566              change is from change#12026)
2567      Branch: perl
2568            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
2569            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
2570            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
2571            ! regexec.c sv.c toke.c universal.c utf8.c util.c
2572            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
2573 ____________________________________________________________________________
2574 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
2575         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
2576              From: Nicholas Clark <nick@unfortu.net>
2577              Date: Sun, 21 Apr 2002 19:15:24 +0100
2578              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
2579      Branch: perl
2580            + ext/Storable/t/malice.t
2581            ! MANIFEST ext/Storable/Storable.pm
2582 ____________________________________________________________________________
2583 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
2584         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
2585              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2586              Date: Sun, 21 Apr 2002 19:37:51 +0200
2587              Message-ID: <3CC3150F.5798.22A05AE@localhost>
2588      Branch: perl
2589            ! ext/Encode/t/perlio.t
2590 ____________________________________________________________________________
2591 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
2592         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
2593              From: Andrey Sapozhnikov <sapa@icb.chel.su>
2594              Date: Fri, 19 Apr 2002 19:55:56 +0600
2595              Message-ID: <3CC021EC.5080005@icb.chel.su>
2596              
2597              (tweaked a bit)
2598      Branch: perl
2599            ! pod/perltrap.pod
2600 ____________________________________________________________________________
2601 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
2602         Log: Do not assume that io buffer flushing happens in the same
2603              order as joins (that assumption broke in a multicpu IRIX box)
2604      Branch: perl
2605            ! ext/threads/t/thread.t
2606 ____________________________________________________________________________
2607 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
2608         Log: As if people would be reading the documentation :-)
2609      Branch: perl
2610            ! opcode.pl
2611 ____________________________________________________________________________
2612 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
2613         Log: Typo tweaks.
2614      Branch: perl
2615            ! pod/perlrun.pod
2616 ____________________________________________________________________________
2617 [ 16041] By: sky                                   on 2002/04/21  13:53:54
2618         Log: Got the last memory leak in the while(1) { threads->create(sub 
2619              {})->join() }, now we can loop over a million threads without a 
2620              problem. 
2621              Cleared up SVs that should have been mortal but never where.
2622      Branch: perl
2623            ! ext/threads/threads.xs
2624 ____________________________________________________________________________
2625 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
2626         Log: Make doc clearer, as suggested by Brent Dax
2627      Branch: perl
2628            ! opcode.pl
2629 ____________________________________________________________________________
2630 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
2631         Log: Revert change #15974.
2632      Branch: perl
2633            ! ext/B/B/Deparse.pm
2634 ____________________________________________________________________________
2635 [ 16038] By: nick                                  on 2002/04/21  08:43:48
2636         Log: Integrate mainline
2637      Branch: perlio
2638           +> win32/config.vc64 win32/config_H.vc64
2639           !> (integrate 43 files)
2640 ____________________________________________________________________________
2641 [ 16037] By: nick                                  on 2002/04/21  08:10:07
2642         Log: Integrate mainline
2643      Branch: perlio
2644           +> ext/Encode/ucm/big5-eten.ucm
2645            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
2646            - win32/config.win64 win32/config_H.win64
2647           !> MANIFEST Porting/makerel ext/Encode/Changes
2648           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
2649           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
2650           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
2651           !> ext/Encode/lib/Encode/Config.pm
2652           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2653           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
2654           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
2655           !> pod/perlunicode.pod vms/vms.c
2656 ____________________________________________________________________________
2657 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
2658         Log: S_ stands sfor static.
2659      Branch: perl
2660            ! hv.c
2661 ____________________________________________________________________________
2662 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
2663         Log: htovs et al might be macros.
2664      Branch: perl
2665            ! perl.h
2666 ____________________________________________________________________________
2667 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
2668         Log: missed checkin of this file in change#16033
2669      Branch: perl
2670            ! makedef.pl
2671 ____________________________________________________________________________
2672 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
2673         Log: Windows 64-bit support:
2674              
2675              * support for building it in the regular makefiles
2676              * large files support via the _*i64() functions (this should be
2677              portable to the 32-bit universe too, but quite untested and
2678              and binary-incompatible, therefore not enabled there)
2679              * three additional test failures in addition to the t/end.t one
2680              (see README.win32)
2681              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
2682              the ones available from the CRT (needed because Perl uses
2683              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
2684              * add a few 64-bit notes to README.win32
2685              
2686              The following general problems were also fixed:
2687              
2688              * s/struct stat/Stat_t/g
2689              * Data::Dumper had some naughty 'long' typecasts
2690              * Errno_pm.PL didn't work safe when winsock.h was not in the same
2691              directory as errno.h
2692              * various tell/seek things were incorrectly prototyped
2693              * squelch ugly looking noise when running tests
2694              * Embed.t wasn't linking in all the libraries
2695              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
2696              * re-enable all the disabled warnings (additional fixes may be
2697              needed for the warnings uncovered by this)
2698      Branch: perl
2699            + win32/config.vc64 win32/config_H.vc64
2700            ! MANIFEST README.win32 doio.c dosish.h
2701            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
2702            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
2703            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
2704            ! win32/config.vc win32/makefile.mk win32/perlglob.c
2705            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
2706            ! win32/win32iop.h win32/win32sck.c
2707 ____________________________________________________________________________
2708 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
2709         Log: Upgrade to Encode 1.52, from Dan Kogai.
2710      Branch: perl
2711            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2712            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
2713            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
2714            ! ext/Encode/lib/Encode/JP/JIS7.pm
2715            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
2716            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
2717            ! ext/Encode/ucm/big5-hkscs.ucm
2718 ____________________________________________________________________________
2719 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
2720         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
2721              From: Mark-Jason Dominus <mjd@plover.com>
2722              Date: Sat, 20 Apr 2002 03:36:28 -0400
2723              Message-ID: <20020420073628.324.qmail@plover.com>
2724      Branch: perl
2725            ! pod/perlopentut.pod
2726 ____________________________________________________________________________
2727 [ 16030] By: sky                                   on 2002/04/20  22:02:32
2728         Log: Remove auto-detach
2729              Cleans up memory now, destroys the mutex and frees thread
2730              Makes returnvalues mortal
2731              Doesn't run thread_destruct until the thread has stopped AND
2732              all references to it are gone.
2733      Branch: perl
2734            ! ext/threads/threads.xs
2735 ____________________________________________________________________________
2736 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
2737         Log: Subject: [PATCH @16005] rescue perldoc for VMS
2738              From: "Craig A. Berry" <craigberry@mac.com>
2739              Date: Sat, 20 Apr 2002 15:16:30 -0500
2740              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
2741      Branch: perl
2742            ! vms/vms.c
2743 ____________________________________________________________________________
2744 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
2745         Log: Subject: Re: [PATCH] typo
2746              From: andreas.koenig@anima.de (Andreas J. Koenig)
2747              Date: Sat, 20 Apr 2002 15:41:23 +0200
2748              Message-ID: <m37kn2o5bw.fsf@anima.de>
2749      Branch: perl
2750            ! ext/Encode/encoding.pm
2751 ____________________________________________________________________________
2752 [ 16027] By: nick                                  on 2002/04/20  21:42:09
2753         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
2754              and change test not to skip them.
2755      Branch: perlio
2756            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
2757 ____________________________________________________________________________
2758 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
2759         Log: Upgrade to Encode 1.51, from Dan Kogai.
2760      Branch: perl
2761            + ext/Encode/ucm/big5-eten.ucm
2762            - ext/Encode/ucm/big5.ucm
2763            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
2764            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
2765            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
2766            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
2767            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2768            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
2769 ____________________________________________________________________________
2770 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
2771         Log: purge existing win64 stuff (this never really worked in 5.7.x)
2772              in preparation for completely redone win64 support
2773      Branch: perl
2774            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
2775            ! MANIFEST Porting/makerel
2776 ____________________________________________________________________________
2777 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
2778         Log: Subject: Re: perl@16005
2779              From: Stas Bekman <stas@stason.org>
2780              Date: Sat, 20 Apr 2002 13:06:49 +0800
2781              Message-ID: <3CC0F769.1010705@stason.org>
2782              (with a minor formatting nit)
2783      Branch: perl
2784            ! pod/perlfunc.pod
2785 ____________________________________________________________________________
2786 [ 16023] By: nick                                  on 2002/04/20  19:06:04
2787         Log: Some tweaks for encodings which need lines.
2788              Also disabled trial of using fallbacks.
2789      Branch: perlio
2790            ! ext/PerlIO/encoding/encoding.pm
2791            ! ext/PerlIO/encoding/encoding.xs
2792 ____________________________________________________________________________
2793 [ 16022] By: nick                                  on 2002/04/20  18:37:38
2794         Log: Various tweaks to Encode
2795      Branch: perlio
2796            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2797            ! ext/Encode/Unicode/Unicode.xs
2798            ! ext/Encode/lib/Encode/Encoding.pm
2799            ! ext/Encode/lib/Encode/JP/JIS7.pm
2800            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
2801 ____________________________________________________________________________
2802 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
2803         Log: Subject: [PATCH] perlunicode.pod typos
2804              From: andreas.koenig@anima.de (Andreas J. Koenig)     
2805              Date: Sat, 20 Apr 2002 11:20:25 +0200
2806              Message-ID: <m3vgamoheu.fsf@anima.de>
2807      Branch: perl
2808            ! pod/perlunicode.pod
2809 ____________________________________________________________________________
2810 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
2811         Log: Test tweak from mjd.
2812      Branch: perl
2813            ! lib/Memoize/t/errors.t
2814 ____________________________________________________________________________
2815 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
2816         Log: Integrate perlio;
2817              
2818              Tweak to Encode.xs to avoid buffer overrun.
2819              
2820              Add :bytes to POD part.
2821              Remove 'alias' to Encode now it exists as a module.
2822              
2823              Fill in the PERLIO sections.
2824      Branch: perl
2825           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
2826 ____________________________________________________________________________
2827 [ 16018] By: nick                                  on 2002/04/20  13:38:24
2828         Log: Fill in the PERLIO sections.
2829      Branch: perlio
2830            ! pod/perlrun.pod
2831 ____________________________________________________________________________
2832 [ 16017] By: nick                                  on 2002/04/20  13:37:15
2833         Log: Add :bytes to POD part.
2834              Remove 'alias' to Encode now it exists as a module.
2835      Branch: perlio
2836            ! lib/PerlIO.pm
2837 ____________________________________________________________________________
2838 [ 16016] By: sky                                   on 2002/04/20  13:12:31
2839         Log: Really let the update of the link list do something.
2840      Branch: perl
2841            ! ext/threads/threads.xs
2842 ____________________________________________________________________________
2843 [ 16015] By: nick                                  on 2002/04/20  07:51:26
2844         Log: Integrate mainline
2845      Branch: perlio
2846           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
2847           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
2848           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
2849 ____________________________________________________________________________
2850 [ 16014] By: nick                                  on 2002/04/20  07:46:11
2851         Log: Tweak to Encode.xs to avoid buffer overrun.
2852      Branch: perlio
2853            ! ext/Encode/Encode.xs
2854 ____________________________________________________________________________
2855 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
2856         Log: Subject: [PATCH] t/japh/abigail.t
2857              From: abigail@foad.org
2858              Date: Fri, 19 Apr 2002 02:21:36 +0200
2859              Message-ID: <20020419002136.16948.qmail@foad.org>
2860              
2861              Subject: Re: [PATCH] t/japh/abigail.t
2862              From: "Craig A. Berry" <craigberry@mac.com>
2863              Date: Fri, 19 Apr 2002 11:23:45 -0500
2864              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
2865      Branch: perl
2866            ! t/japh/abigail.t
2867 ____________________________________________________________________________
2868 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
2869         Log: User-defined character properties were unintentionally
2870              removed, noticed by Dan Kogai.
2871      Branch: perl
2872            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
2873            ! pod/perlunicode.pod t/op/pat.t
2874 ____________________________________________________________________________
2875 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
2876         Log: Subject: Re: [PATCH] Big5-related changes.
2877              From: Autrijus Tang <autrijus@autrijus.org>
2878              Date: Sat, 20 Apr 2002 04:06:31 +0800
2879              Message-ID: <20020419200631.GA20964@not.autrijus.org>
2880      Branch: perl
2881            ! README.cn README.tw
2882 ____________________________________________________________________________
2883 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
2884         Log: Add a BUGS sections to O.pm
2885      Branch: perl
2886            ! ext/B/O.pm
2887 ____________________________________________________________________________
2888 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
2889         Log: Disable warning noise
2890      Branch: perl
2891            ! t/io/open.t
2892 ____________________________________________________________________________
2893 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
2894         Log: More tests for the 3-arg open
2895      Branch: perl
2896            ! t/io/open.t t/lib/warnings/doio
2897 ____________________________________________________________________________
2898 [ 16007] By: nick                                  on 2002/04/19  17:45:53
2899         Log: Silence warning generating warning message for U+FFFF does not map etc.
2900      Branch: perlio
2901            ! ext/Encode/Encode.xs
2902 ____________________________________________________________________________
2903 [ 16006] By: nick                                  on 2002/04/19  15:24:57
2904         Log: Integrate mainline (for Tk with Encode testing)
2905              Some perlio & encode issues otherwise cleanish.
2906      Branch: perlio
2907           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
2908           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
2909           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
2910           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
2911           +> ext/threads/t/thread.t
2912            - ext/Encode/lib/Encode/Unicode.pm
2913           !> (integrate 38 files)
2914 ____________________________________________________________________________
2915 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
2916         Log: Update Changes.
2917      Branch: perl
2918            ! Changes patchlevel.h
2919 ____________________________________________________________________________
2920 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
2921         Log: Subject: [PATCH] warn on ref open without perlio
2922              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2923              Date: Thu, 18 Apr 2002 23:17:44 +0200
2924              Message-ID: <20020418231744.A24159@rafael>
2925              
2926              (with one nit, the skip message needed "# " prefix)
2927      Branch: perl
2928            ! doio.c pod/perldiag.pod t/lib/warnings/doio
2929 ____________________________________________________________________________
2930 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
2931         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
2932              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2933              Date: Fri, 19 Apr 2002 15:43:47 +0200
2934              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
2935      Branch: perl
2936            ! README.hpux
2937 ____________________________________________________________________________
2938 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
2939         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
2940      Branch: perl
2941            ! ext/PerlIO/encoding/encoding.pm
2942            ! ext/PerlIO/encoding/encoding.xs
2943 ____________________________________________________________________________
2944 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
2945         Log: Upgrade to Encode 1.50, from Dan Kogai.
2946      Branch: perl
2947            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
2948            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
2949            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
2950            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
2951            - ext/Encode/lib/Encode/Unicode.pm
2952            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
2953            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2954            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
2955            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
2956            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2957            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
2958            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
2959            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
2960            ! ext/Encode/t/jisx0208.ref
2961 ____________________________________________________________________________
2962 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
2963         Log: Subject: CPAN.pm sync
2964              From: andreas.koenig@anima.de (Andreas J. Koenig)
2965              Date: Fri, 19 Apr 2002 11:55:07 +0200
2966              Message-ID: <m3ads0qah0.fsf@anima.de>
2967      Branch: perl
2968            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2969 ____________________________________________________________________________
2970 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
2971         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
2972      Branch: perl
2973            ! pod/perltooc.pod
2974 ____________________________________________________________________________
2975 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
2976         Log: The previous change on this was *ahem* slightly off-topic.
2977      Branch: perl
2978            ! ext/PerlIO/encoding/encoding.pm
2979 ____________________________________________________________________________
2980 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
2981         Log: variant of change#14657 from mainline, modified for binary
2982              compatibility for 5.6.x (from  Jan Dubois)
2983      Branch: maint-5.6/perl
2984            ! lib/Win32.pod win32/win32.c
2985 ____________________________________________________________________________
2986 [ 15996] By: ams                                   on 2002/04/18  16:16:26
2987         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
2988              From: abigail@foad.org
2989              Date: Thu, 18 Apr 2002 17:09:45 +0200
2990              Message-Id: <20020418150945.389.qmail@foad.org>
2991      Branch: perl
2992            ! pod/perldebtut.pod
2993 ____________________________________________________________________________
2994 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
2995         Log: z/OS situation update.
2996      Branch: perl
2997            ! pod/perldelta.pod
2998 ____________________________________________________________________________
2999 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
3000         Log: Doc tweaks.
3001      Branch: perl
3002            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
3003 ____________________________________________________________________________
3004 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
3005         Log: The tests need perlio.
3006      Branch: perl
3007            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
3008 ____________________________________________________________________________
3009 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
3010         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
3011              From: Mark-Jason Dominus <mjd@plover.com>
3012              Date: Thu, 18 Apr 2002 09:38:17 -0400
3013              Message-ID: <20020418133817.22436.qmail@plover.com>    
3014              
3015              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
3016              From: Mark-Jason Dominus <mjd@plover.com>
3017              Date: Thu, 18 Apr 2002 09:54:50 -0400
3018              Message-ID: <20020418135450.22999.qmail@plover.com>    
3019      Branch: perl
3020            ! pod/perlfaq8.pod
3021 ____________________________________________________________________________
3022 [ 15991] By: sky                                   on 2002/04/18  09:18:14
3023         Log: Port testcases from thr5005 tests so we don't fail on same things.
3024              Added yield support using threads->yield().
3025      Branch: perl
3026            + ext/threads/t/thread.t
3027            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
3028 ____________________________________________________________________________
3029 [ 15990] By: nick                                  on 2002/04/18  07:56:40
3030         Log: Integrate mainline
3031      Branch: perlio
3032            - t/io/full.t
3033           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
3034           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
3035           !> perl.c t/op/groups.t toke.c win32/win32.c
3036 ____________________________________________________________________________
3037 [ 15989] By: sky                                   on 2002/04/18  07:15:55
3038         Log: Always flush the PerlIO buffers after running END blocks in 
3039              perl_destruct. This should fix ext/threads/t/end.t under Win32.
3040      Branch: perl
3041            ! perl.c
3042 ____________________________________________________________________________
3043 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
3044         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
3045      Branch: perl
3046            ! perl.c
3047 ____________________________________________________________________________
3048 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
3049         Log: Move /dev/full testing post-5.8.0.
3050      Branch: perl
3051            - t/io/full.t
3052            ! MANIFEST
3053 ____________________________________________________________________________
3054 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
3055         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
3056              ("Crays have only REAL memory.")
3057      Branch: perl
3058            ! hints/unicos.sh hints/unicosmk.sh
3059 ____________________________________________________________________________
3060 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
3061         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
3062              From: luc.st-louis@ca.transport.bombardier.com
3063              Date: Wed, 17 Apr 2002 14:22:25 -0400
3064              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
3065      Branch: perl
3066            ! win32/win32.c
3067 ____________________________________________________________________________
3068 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
3069         Log: With -Uuseperlio the error might be EBADF.
3070      Branch: perl
3071            ! t/io/full.t
3072 ____________________________________________________________________________
3073 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
3074         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
3075              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3076              Date: Wed, 17 Apr 2002 21:16:22 +0400
3077              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
3078      Branch: perl
3079            ! lib/ExtUtils/t/Embed.t
3080 ____________________________________________________________________________
3081 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
3082         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
3083              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3084              Date: Wed, 17 Apr 2002 20:08:03 +0400
3085              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
3086      Branch: perl
3087            ! win32/win32.c
3088 ____________________________________________________________________________
3089 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
3090         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
3091              From: Mark-Jason Dominus <mjd@plover.com>
3092              Date: Wed, 17 Apr 2002 11:14:17 -0400
3093              Message-ID: <20020417151417.27268.qmail@plover.com>
3094      Branch: perl
3095            ! t/io/full.t
3096 ____________________________________________________________________________
3097 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
3098         Log: README.cjk update.
3099      Branch: perl
3100            ! README.cn README.jp README.ko README.tw
3101 ____________________________________________________________________________
3102 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
3103         Log: Subject: [PATCH toke.c] @:foo?
3104              From: Philip Newton <Philip.Newton@gmx.net>
3105              Date: Wed, 17 Apr 2002 19:48:09 +0200
3106              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
3107      Branch: perl
3108            ! toke.c
3109 ____________________________________________________________________________
3110 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
3111         Log: Subject: Re: gcc on HP
3112              From: Philip Newton <Philip.Newton@gmx.net>
3113              Date: Wed, 17 Apr 2002 20:36:34 +0200
3114              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
3115      Branch: perl
3116            ! README.hpux
3117 ____________________________________________________________________________
3118 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
3119         Log: Adjust test for groups that appear multiple times on Cygwin
3120      Branch: perl
3121            ! t/op/groups.t
3122 ____________________________________________________________________________
3123 [ 15976] By: nick                                  on 2002/04/17  17:03:40
3124         Log: Integrate mainline
3125      Branch: perlio
3126           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
3127           +> ext/PerlIO/encoding/encoding.pm
3128           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
3129           +> ext/threads/shared/t/queue.t t/io/full.t
3130            - ext/Encode/lib/Encode/XS.pm
3131           !> (integrate 50 files)
3132 ____________________________________________________________________________
3133 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
3134         Log: Update Changes.
3135      Branch: perl
3136            ! Changes patchlevel.h
3137 ____________________________________________________________________________
3138 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
3139         Log: Subject: [PATCH B::Deparse] "foo bar"->()
3140              From: Robin Houston <robin@kitsite.com>
3141              Date: Wed, 17 Apr 2002 15:45:32 +0100
3142              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
3143      Branch: perl
3144            ! ext/B/B/Deparse.pm
3145 ____________________________________________________________________________
3146 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
3147         Log: metaconfig unit change for #15972.
3148      Branch: metaconfig/U/perl
3149            ! Extensions.U
3150 ____________________________________________________________________________
3151 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
3152         Log: As suggested by Arthur: the threads and threads::shared
3153              modules are always present.  This tries to preempt two
3154              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
3155              to have this new fancy threads implementation but my Perl
3156              doesn't seem to have it" (2) someone attempting to install
3157              threads using CPAN.pm and CPAN.pm helpfully starting to
3158              install perl 5.8.0 (which they might already have installed).
3159      Branch: perl
3160            ! Configure ext/threads/Makefile.PL
3161            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
3162            ! ext/threads/shared/shared.xs ext/threads/threads.pm
3163            ! ext/threads/threads.xs
3164 ____________________________________________________________________________
3165 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
3166         Log: More signedness nits.
3167      Branch: perl
3168            ! ext/Encode/Encode.xs
3169 ____________________________________________________________________________
3170 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
3171         Log: fast_abs_path() is tainted.
3172      Branch: perl
3173            ! ext/Cwd/t/cwd.t
3174 ____________________________________________________________________________
3175 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
3176         Log: Signedness nit.
3177      Branch: perl
3178            ! ext/Encode/bin/enc2xs
3179 ____________________________________________________________________________
3180 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
3181         Log: Subject: gcc on HP
3182              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3183              Date: Wed, 17 Apr 2002 12:43:38 +0200
3184              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
3185      Branch: perl
3186            ! README.hpux
3187 ____________________________________________________________________________
3188 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
3189         Log: Add just a little bit more explanation to PerlIO::encoding.
3190      Branch: perl
3191            ! ext/PerlIO/encoding/encoding.pm
3192 ____________________________________________________________________________
3193 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
3194         Log: PerlIO::encoding 0.01 from Dan Kogai.
3195      Branch: perl
3196            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
3197            + ext/PerlIO/encoding/encoding.pm
3198            + ext/PerlIO/encoding/encoding.xs
3199            ! MANIFEST
3200 ____________________________________________________________________________
3201 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
3202         Log: Upgrade to Encode 1.42, from Dan Kogai.
3203      Branch: perl
3204            - ext/Encode/lib/Encode/XS.pm
3205            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
3206            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
3207            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3208            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
3209            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
3210            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
3211            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3212            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
3213            ! ext/Encode/lib/Encode/Config.pm
3214            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
3215            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
3216            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
3217            ! ext/Encode/t/encoding.t
3218 ____________________________________________________________________________
3219 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
3220         Log: Test tweaks from mjd and Benjamin Goldberg.
3221      Branch: perl
3222            ! t/io/full.t
3223 ____________________________________________________________________________
3224 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
3225         Log: Document taint-safeness.   Life in the fast_abs_path()
3226              lane is unsafe.
3227      Branch: perl
3228            ! lib/Cwd.pm
3229 ____________________________________________________________________________
3230 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
3231         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
3232              From: Mark-Jason Dominus <mjd@plover.com>
3233              Date: Tue, 16 Apr 2002 19:24:12 -0400
3234              Message-ID: <20020416232412.14297.qmail@plover.com>
3235      Branch: perl
3236            + t/io/full.t
3237            ! MANIFEST perlio.c
3238 ____________________________________________________________________________
3239 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
3240         Log: Manifestations of mjd, from mjd.
3241      Branch: perl
3242            ! MANIFEST
3243 ____________________________________________________________________________
3244 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
3245         Log: metaconfig unit change for #15959.
3246      Branch: metaconfig/U/perl
3247            ! Extensions.U
3248 ____________________________________________________________________________
3249 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
3250         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
3251              From: Andy Dougherty <doughera@lafayette.edu>
3252              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
3253              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
3254      Branch: perl
3255            ! Configure
3256 ____________________________________________________________________________
3257 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
3258         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
3259              From: Nicholas Clark <nick@unfortu.net>
3260              Date: Tue, 16 Apr 2002 22:22:41 +0100
3261              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
3262      Branch: perl
3263            ! embed.fnc global.sym hv.c universal.c
3264 ____________________________________________________________________________
3265 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
3266         Log: Documents for Merijn and lots of XXXs for NI-S :-)
3267      Branch: perl
3268            ! pod/perlfunc.pod pod/perlrun.pod
3269 ____________________________________________________________________________
3270 [ 15956] By: sky                                   on 2002/04/16  21:26:53
3271         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
3272              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
3273              stuff being 0xabababab on cleanup.
3274      Branch: perl
3275            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
3276            ! MANIFEST
3277 ____________________________________________________________________________
3278 [ 15955] By: nick                                  on 2002/04/16  20:46:03
3279         Log: Integate mainline (other machine)
3280      Branch: perlio
3281           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
3282           !> t/op/magic.t
3283 ____________________________________________________________________________
3284 [ 15954] By: nick                                  on 2002/04/16  20:13:32
3285         Log: Integrate mainline
3286      Branch: perlio
3287           +> README.cn README.jp README.ko README.tw
3288           +> ext/threads/shared/t/av_refs.t
3289           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
3290           !> (integrate 41 files)
3291 ____________________________________________________________________________
3292 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
3293         Log: B::walkoptree bugfix (see also #15850)
3294      Branch: perl
3295            ! ext/B/B.xs ext/B/t/terse.t
3296 ____________________________________________________________________________
3297 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
3298         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
3299              From: Philip Newton <Philip.Newton@gmx.net>
3300              Date: Tue, 16 Apr 2002 21:09:44 +0200
3301              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
3302      Branch: perl
3303            ! pod/perltodo.pod
3304 ____________________________________________________________________________
3305 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
3306         Log: Subject: [PATCH] B::Deparse problems with japhs
3307              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3308              Date: Tue, 16 Apr 2002 15:47:33 +0100
3309              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
3310      Branch: perl
3311            ! ext/B/B/Deparse.pm
3312 ____________________________________________________________________________
3313 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
3314         Log: Stas' tainting worries, obscured by me.
3315      Branch: perl
3316            ! ext/Cwd/t/cwd.t lib/Cwd.pm
3317 ____________________________________________________________________________
3318 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
3319         Log: Pod tweak to avoid =item<japanese> problems.
3320      Branch: perl
3321            ! README.jp
3322 ____________________________________________________________________________
3323 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
3324         Log: Some UTF-8 todos.
3325      Branch: perl
3326            ! pod/perltodo.pod
3327 ____________________________________________________________________________
3328 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
3329         Log: Let's not promise too much: use utf8 only works on identifier
3330              names, not package or subroutine names (admittedly limited [1], but
3331              that's what the Camel says, and that's what we are going to stick
3332              to for 5.8.0).  Also document that use vars does not do utf8.
3333              [1] The obvious problem in both is that package and subroutine
3334              names need to mappable to the filesystem.
3335      Branch: perl
3336            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
3337 ____________________________________________________________________________
3338 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
3339         Log: Subject: [PATCH] small typo in IO::Pipe pod
3340              From: Slaven Rezic <rezic@onlineoffice.de>
3341              Date: Tue, 16 Apr 2002 12:31:10 +0200
3342              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
3343      Branch: perl
3344            ! ext/IO/lib/IO/Pipe.pm
3345 ____________________________________________________________________________
3346 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
3347         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
3348              From: Arthur Bergman <arthur@contiller.se>
3349              Date: Tue, 16 Apr 2002 11:58:45 +0200
3350              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
3351      Branch: perl
3352            ! lib/Attribute/Handlers.pm
3353 ____________________________________________________________________________
3354 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
3355         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
3356              Jungshik Shin.  Regen toc.
3357      Branch: perl
3358            + README.cn README.jp README.ko README.tw
3359            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3360 ____________________________________________________________________________
3361 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
3362         Log: my $utf8here, our $utf8here, and package variable $utf8here.
3363              
3364              The actual minimal fix is in utf8.c and from NI-S,
3365              the rest are the tests (in fresh_perl since I couldn't get
3366              them easily to work elsewhere) and a slight behaviour change:
3367              previously UTF-8 identifiers had to start with an alphabetic
3368              character.  No more so, now they can start with an (Unicode)
3369              ID_Continue character (which however is not a (Unicode) digit).
3370              (Limiting the first character to ID_Start would be rather
3371              restrictive, since ID_Start allows only alphabetic letters.)
3372              
3373              TODO: use vars qw($utf8here).  This I don't find to be
3374              a showstopper.
3375      Branch: perl
3376            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
3377            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
3378 ____________________________________________________________________________
3379 [ 15942] By: ams                                   on 2002/04/16  02:24:25
3380         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
3381              From: "Craig A. Berry" <craigberry@mac.com>
3382              Date: Mon, 15 Apr 2002 22:06:14 -0500
3383              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
3384      Branch: perl
3385            ! lib/FileCache.t
3386 ____________________________________________________________________________
3387 [ 15941] By: ams                                   on 2002/04/16  02:16:35
3388         Log: Subject: [PATCH] s2p fix for VMS
3389              From: "Craig A. Berry" <craigberry@mac.com>
3390              Date: Mon, 15 Apr 2002 21:48:36 -0500
3391              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
3392      Branch: perl
3393            ! configure.com t/x2p/s2p.t x2p/s2p.PL
3394 ____________________________________________________________________________
3395 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
3396         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
3397              (and the licensing of the other code clarified, from Mark Bixby.)
3398      Branch: perl
3399            ! mpeix/mpeix.c
3400 ____________________________________________________________________________
3401 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
3402         Log: AUTHORS updates.
3403      Branch: perl
3404            ! AUTHORS
3405 ____________________________________________________________________________
3406 [ 15938] By: sky                                   on 2002/04/15  22:13:17
3407         Log: Add support for my $foo : shared; 
3408              Add testcase for this.
3409              Update manifest.
3410      Branch: perl
3411            + ext/threads/shared/t/shared_attr.t
3412            ! MANIFEST ext/threads/shared/shared.pm
3413 ____________________________________________________________________________
3414 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
3415         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
3416              From: abigail@foad.org
3417              Date: Mon, 15 Apr 2002 17:41:17 +0200
3418              Message-ID: <20020415154117.1559.qmail@foad.org>
3419              
3420              (With EBCDIC skippage added, and the skip reason
3421              skippage on the two ?? loops tweaked.)
3422      Branch: perl
3423            + t/japh/abigail.t
3424            ! MANIFEST t/TEST
3425 ____________________________________________________________________________
3426 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
3427         Log: Subject: Re: [ID 20020412.005] Dancing ??s
3428              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
3429              Date: Sun, 14 Apr 2002 16:09:30 +0100
3430              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
3431      Branch: perl
3432            ! pod/perlop.pod pp_hot.c t/op/pat.t
3433 ____________________________________________________________________________
3434 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
3435         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
3436              From: abigail@foad.org
3437              Date: Mon, 15 Apr 2002 17:40:02 +0200
3438              Message-ID: <20020415154002.1549.qmail@foad.org>
3439      Branch: perl
3440            ! t/test.pl
3441 ____________________________________________________________________________
3442 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
3443         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
3444              From: "Craig A. Berry" <craigberry@mac.com>
3445              Date: Mon, 15 Apr 2002 14:05:26 -0500
3446              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
3447      Branch: perl
3448            ! universal.c
3449 ____________________________________________________________________________
3450 [ 15933] By: sky                                   on 2002/04/15  21:26:16
3451         Log: Test arrays containing references, and references to shared arrays.
3452      Branch: perl
3453            + ext/threads/shared/t/av_refs.t
3454 ____________________________________________________________________________
3455 [ 15932] By: nick                                  on 2002/04/15  15:06:49
3456         Log: Integrate mainline (for Encode)
3457      Branch: perlio
3458           +> ext/Encode/Encode/ConfigLocal_PM.e2x
3459           +> ext/Encode/lib/Encode/JP/JIS7.pm
3460            - ext/Encode/lib/Encode/JP/2022_JP.pm
3461            - ext/Encode/lib/Encode/JP/2022_JP1.pm
3462            - ext/Encode/lib/Encode/JP/JIS.pm
3463           !> (integrate 26 files)
3464 ____________________________________________________________________________
3465 [ 15931] By: ams                                   on 2002/04/15  14:51:31
3466         Log: Subject: [PATCH] Chip didn't time travel.
3467              From: abigail@foad.org
3468              Date: Mon, 15 Apr 2002 17:40:22 +0200
3469              Message-Id: <20020415154022.1554.qmail@foad.org>
3470      Branch: perl
3471            ! pod/perlhist.pod
3472 ____________________________________________________________________________
3473 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
3474         Log: Update Changes.
3475      Branch: perl
3476            ! Changes patchlevel.h
3477 ____________________________________________________________________________
3478 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
3479         Log: The #15921 made the 'no warnings' unnecessary.
3480      Branch: perl
3481            ! t/op/magic.t
3482 ____________________________________________________________________________
3483 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
3484         Log: Subject: Re: [FILE] FileCache.t
3485              From: belg4mit <belg4mit@mit.edu>
3486              Date: Mon, 15 Apr 2002 01:31:21 -0400
3487              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
3488      Branch: perl
3489            ! lib/FileCache.t
3490 ____________________________________________________________________________
3491 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
3492         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
3493      Branch: perl
3494            ! lib/FileCache.pm lib/FileCache.t
3495 ____________________________________________________________________________
3496 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
3497         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
3498              From: Nicholas Clark <nick@unfortu.net>
3499              Date: Sun, 14 Apr 2002 22:54:43 +0100
3500              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
3501      Branch: perl
3502            ! lib/Hash/Util.t
3503 ____________________________________________________________________________
3504 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
3505         Log: Subject: [Encode] 1.40 released!
3506              From: Dan Kogai <dankogai@dan.co.jp>
3507              Date: Mon, 15 Apr 2002 07:51:52 +0900
3508              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
3509      Branch: perl
3510            + ext/Encode/Encode/ConfigLocal_PM.e2x
3511            + ext/Encode/lib/Encode/JP/JIS7.pm
3512            - ext/Encode/lib/Encode/JP/2022_JP.pm
3513            - ext/Encode/lib/Encode/JP/2022_JP1.pm
3514            - ext/Encode/lib/Encode/JP/JIS.pm
3515            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
3516            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3517            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
3518            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
3519            ! ext/Encode/lib/Encode/Config.pm
3520            ! ext/Encode/lib/Encode/Encoder.pm
3521            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
3522            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
3523 ____________________________________________________________________________
3524 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
3525         Log: return undef is of questionable style.
3526      Branch: perl
3527            ! lib/Hash/Util.pm
3528 ____________________________________________________________________________
3529 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
3530         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
3531              From: mjd@plover.com
3532              Date: 15 Apr 2002 06:46:02 -0000
3533              Message-ID: <20020415064602.17052.qmail@plover.com>     
3534      Branch: perl
3535            ! t/op/magic.t
3536 ____________________________________________________________________________
3537 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
3538         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
3539              From: mjd@plover.com
3540              Date: 14 Apr 2002 22:30:17 -0000
3541              Message-ID: <20020414223017.17361.qmail@plover.com>
3542      Branch: perl
3543            ! t/op/re_tests
3544 ____________________________________________________________________________
3545 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
3546         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
3547              From: Mark-Jason Dominus <mjd@plover.com>
3548              Date: Mon, 15 Apr 2002 02:41:52 -0400
3549              Message-ID: <20020415064152.16958.qmail@plover.com>
3550      Branch: perl
3551            ! perl.c t/lib/warnings/toke
3552 ____________________________________________________________________________
3553 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
3554         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
3555              From: "Craig A. Berry" <craigberry@mac.com>
3556              Date: Sun, 14 Apr 2002 18:56:02 -0500
3557              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
3558      Branch: perl
3559            ! configure.com
3560 ____________________________________________________________________________
3561 [ 15919] By: nick                                  on 2002/04/15  06:14:25
3562         Log: Integrate mainline
3563      Branch: perlio
3564           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
3565           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
3566           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
3567 ____________________________________________________________________________
3568 [ 15918] By: ams                                   on 2002/04/15  04:25:48
3569         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
3570              From: Stas Bekman <stas@stason.org>
3571              Date: Mon, 15 Apr 2002 11:45:03 +0800
3572              Message-Id: <3CBA4CBF.9030306@stason.org>
3573      Branch: perl
3574            ! lib/Cwd.pm
3575 ____________________________________________________________________________
3576 [ 15917] By: ams                                   on 2002/04/15  04:21:14
3577         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
3578              From: Mark-Jason Dominus <mjd@plover.com>
3579              Date: Mon, 15 Apr 2002 00:30:26 -0400
3580              Message-Id: <20020415043026.11417.qmail@plover.com>
3581      Branch: perl
3582            ! perl.c t/lib/warnings/toke
3583 ____________________________________________________________________________
3584 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
3585         Log: Correct precedence problem in #15915
3586      Branch: perl
3587            ! lib/vars.pm
3588 ____________________________________________________________________________
3589 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
3590         Log: use vars wasn't use utf8 aware.
3591      Branch: perl
3592            ! lib/vars.pm
3593 ____________________________________________________________________________
3594 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
3595         Log: Subject: [PATCH] Re: restricted hashes are unblessable
3596              From: Nicholas Clark <nick@unfortu.net>
3597              Date: Sat, 13 Apr 2002 23:43:02 +0100
3598              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
3599              
3600              The function name sucks but can't think of anything better.
3601      Branch: perl
3602            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
3603 ____________________________________________________________________________
3604 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
3605         Log: Subject: AUTHORS update
3606              From: Chris Nandor <pudge@pobox.com>
3607              Date: Sun, 14 Apr 2002 11:54:40 -0400
3608              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
3609      Branch: perl
3610            ! AUTHORS
3611 ____________________________________________________________________________
3612 [ 15912] By: nick                                  on 2002/04/14  14:47:18
3613         Log: XS versions of encode/decode for Encode::Unicode
3614      Branch: perlio
3615            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
3616 ____________________________________________________________________________
3617 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
3618         Log: metaconfig unit changes for #15910.
3619      Branch: metaconfig
3620            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3621            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3622            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3623            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3624            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3625            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3626            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3627            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3628            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3629            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3630            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3631            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3632            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3633            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3634            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3635            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3636            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3637            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3638            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3639            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3640            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3641            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3642            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3643            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3644 ____________________________________________________________________________
3645 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
3646         Log: Simplify the _r probing code by adding the i_systime
3647              only for the APIs where it matters.
3648      Branch: perl
3649            ! Configure reentr.pl
3650 ____________________________________________________________________________
3651 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
3652         Log: Integrate perlio;
3653              
3654              Avoid expensive paranoid check that decoder does return legal UTF-8
3655              
3656              Disable test code (assertions) in CRLF layer.
3657      Branch: perl
3658           !> ext/Encode/Encode.xs perlio.c
3659 ____________________________________________________________________________
3660 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
3661         Log: Subject: patch for FileCache in 5.7.3
3662              From: JPIERCE <belg4mit@MIT.EDU>
3663              Date: Sun, 14 Apr 2002 00:38:21 -0400
3664              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
3665      Branch: perl
3666            ! lib/FileCache.pm
3667 ____________________________________________________________________________
3668 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
3669         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
3670              From: Tim Bunce <Tim.Bunce@pobox.com>
3671              Date: Sun, 14 Apr 2002 12:07:35 +0100
3672              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
3673      Branch: perl
3674            ! ext/Storable/Storable.xs
3675 ____________________________________________________________________________
3676 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
3677         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
3678              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3679              Date: Sun, 14 Apr 2002 16:29:59 +0200
3680              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
3681      Branch: perl
3682            ! hints/hpux.sh
3683 ____________________________________________________________________________
3684 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
3685         Log: Subject: Enable portable gcc code on hp-ux
3686              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3687              Date: Sun, 14 Apr 2002 16:30:01 +0200
3688              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
3689      Branch: perl
3690            ! hints/hpux.sh
3691 ____________________________________________________________________________
3692 [ 15904] By: nick                                  on 2002/04/14  09:18:01
3693         Log: Disable test code (assertions) in CRLF layer.
3694      Branch: perlio
3695            ! perlio.c
3696 ____________________________________________________________________________
3697 [ 15903] By: nick                                  on 2002/04/14  09:16:39
3698         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
3699      Branch: perlio
3700            ! ext/Encode/Encode.xs
3701 ____________________________________________________________________________
3702 [ 15902] By: nick                                  on 2002/04/14  09:15:45
3703         Log: Integrate mainline
3704      Branch: perlio
3705           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
3706           +> t/win32/longpath.t t/win32/system.t
3707            - t/op/winsystem.t
3708           !> (integrate 30 files)
3709 ____________________________________________________________________________
3710 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
3711         Log: Fixed URL for the Alpha editor.
3712      Branch: perl
3713            ! pod/perlfaq3.pod
3714 ____________________________________________________________________________
3715 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
3716         Log: Dedodgify.
3717      Branch: perl
3718            ! ext/Storable/Storable.xs
3719 ____________________________________________________________________________
3720 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
3721         Log: AUTHORS updates.
3722      Branch: perl
3723            ! AUTHORS
3724 ____________________________________________________________________________
3725 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
3726         Log: s2p needs Config.pm.
3727      Branch: perl
3728            ! Makefile.SH
3729 ____________________________________________________________________________
3730 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
3731         Log: Subject: [PATCH] Benchmark.t 75,90,109
3732              From: Nicholas Clark <nick@unfortu.net>
3733              Date: Sat, 13 Apr 2002 21:43:04 +0100
3734              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
3735      Branch: perl
3736            ! lib/Benchmark.t
3737 ____________________________________________________________________________
3738 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
3739         Log: Tweaks by Autrijus Tang.
3740      Branch: perl
3741            ! ext/Encode/encoding.pm
3742 ____________________________________________________________________________
3743 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
3744         Log: FAQ sync.
3745      Branch: perl
3746            ! pod/perlfaq5.pod
3747 ____________________________________________________________________________
3748 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
3749         Log: z/OS tally update.
3750      Branch: perl
3751            ! pod/perldelta.pod
3752 ____________________________________________________________________________
3753 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
3754         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
3755              From: Nicholas Clark <nick@unfortu.net>
3756              Date: Sat, 13 Apr 2002 02:58:07 +0100
3757              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
3758      Branch: perl
3759            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
3760            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
3761            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
3762            ! t/lib/st-dump.pl
3763 ____________________________________________________________________________
3764 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
3765         Log: Add piconv and enc2xs to the list of utilities.
3766      Branch: perl
3767            ! utils.lst
3768 ____________________________________________________________________________
3769 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
3770         Log: s.
3771      Branch: perl
3772            ! pod/perlunicode.pod
3773 ____________________________________________________________________________
3774 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
3775         Log: Phrasing fixes by Nick Clark
3776      Branch: perl
3777            ! pod/perlunicode.pod
3778 ____________________________________________________________________________
3779 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
3780         Log: More POD fixes and typos
3781      Branch: perl
3782            ! pod/perlunicode.pod
3783 ____________________________________________________________________________
3784 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
3785         Log: Subject: Re: UTF-8 and DB_File ?
3786              From: andreas.koenig@anima.de (Andreas J. Koenig)
3787              Date: Sat, 13 Apr 2002 13:29:41 +0200
3788              Message-ID: <m3ads7j0pm.fsf@anima.de>
3789      Branch: perl
3790            ! pod/perlunicode.pod
3791 ____________________________________________________________________________
3792 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
3793         Log: Fix a typo noticed by Paul Johnson.
3794      Branch: perl
3795            ! MANIFEST
3796 ____________________________________________________________________________
3797 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
3798         Log: Subject: Re: Win32 Status
3799              From: Michael G Schwern <schwern@pobox.com>
3800              Date: Fri, 12 Apr 2002 10:15:33 -0400
3801              Message-ID: <20020412141533.GB9788@blackrider>
3802      Branch: perl
3803            ! lib/ExtUtils/t/INST.t
3804 ____________________________________________________________________________
3805 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
3806         Log: Upgrade to Encode 1.34, from Dan Kogai.
3807      Branch: perl
3808            ! ext/Encode/Changes ext/Encode/Encode.pm
3809            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
3810            ! ext/Encode/t/Unicode.t
3811 ____________________________________________________________________________
3812 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
3813         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
3814              From: Graham TerMarsch <graham@howlingfrog.com>
3815              Date: Fri, 12 Apr 2002 12:28:47 -0700
3816              Message-Id: <200204121228.47826.graham@howlingfrog.com>
3817      Branch: perl
3818            ! AUTHORS
3819 ____________________________________________________________________________
3820 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
3821         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
3822              From: Nicholas Clark <nick@unfortu.net>
3823              Date: Fri, 12 Apr 2002 21:59:06 +0100
3824              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
3825      Branch: perl
3826            ! pp_pack.c t/op/pack.t
3827 ____________________________________________________________________________
3828 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
3829         Log: Re-sort MANIFEST.
3830      Branch: perl
3831            ! MANIFEST
3832 ____________________________________________________________________________
3833 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
3834         Log: Move also the Win32 system testing to t/win32.
3835      Branch: perl
3836            + t/win32/system.t
3837            - t/op/winsystem.t
3838            ! MANIFEST
3839 ____________________________________________________________________________
3840 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
3841         Log: Integrate change #15879 from maint-5.6;
3842              
3843              Win32::GetLongPathName() did not return valid results if there
3844              were "." and ".." components in the path; also fix a potential
3845              buffer overflow if the long path happens to be longer than
3846              MAX_PATH (this can presumably happen if they use \\?\... style
3847              paths); add a rather limited testsuite that exercises just the
3848              edge cases
3849      Branch: perl
3850           +> t/win32/longpath.t
3851           !> MANIFEST t/harness win32/win32.c
3852 ____________________________________________________________________________
3853 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
3854         Log: Win32::GetLongPathName() did not return valid results if there
3855              were "." and ".." components in the path; also fix a potential
3856              buffer overflow if the long path happens to be longer than
3857              MAX_PATH (this can presumably happen if they use \\?\... style
3858              paths); add a rather limited testsuite that exercises just the
3859              edge cases
3860      Branch: maint-5.6/perl
3861            + t/win32/longpath.t
3862            ! MANIFEST t/harness win32/win32.c
3863 ____________________________________________________________________________
3864 [ 15878] By: nick                                  on 2002/04/12  14:38:32
3865         Log: Integrate mainline
3866      Branch: perlio
3867           +> lib/ExtUtils/t/INST_PREFIX.t
3868           !> (integrate 37 files)
3869 ____________________________________________________________________________
3870 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
3871         Log: Update Changes.
3872      Branch: perl
3873            ! Changes patchlevel.h
3874 ____________________________________________________________________________
3875 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
3876         Log: Discuss the magic of \w in security terms.
3877      Branch: perl
3878            ! pod/perlsec.pod pod/perlunicode.pod
3879 ____________________________________________________________________________
3880 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
3881         Log: Add a warning about the symbolic methods and
3882              symbolic sub refs not being checked for taint.
3883      Branch: perl
3884            ! pod/perlsec.pod
3885 ____________________________________________________________________________
3886 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
3887         Log: In EBCDIC the BOM detection doesn't seem
3888              to be working right.  For now skipping the test,
3889              waiting for Dan's opinion.
3890      Branch: perl
3891            ! ext/Encode/t/Unicode.t
3892 ____________________________________________________________________________
3893 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
3894         Log: Update to Net::Ping 2.16.
3895      Branch: perl
3896            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
3897 ____________________________________________________________________________
3898 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
3899         Log: Upgrade to CGI.pm 2.81.
3900      Branch: perl
3901            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
3902 ____________________________________________________________________________
3903 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
3904         Log: Move up restricted hashes a bit.
3905      Branch: perl
3906            ! pod/perldelta.pod
3907 ____________________________________________________________________________
3908 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
3909         Log: Now using Unicode 3.2.0.
3910      Branch: perl
3911            ! pod/perldelta.pod
3912 ____________________________________________________________________________
3913 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
3914         Log: UNICOS too has sockpair issues (unsurprisingly,
3915              since UNICOS/mk has them too)
3916      Branch: perl
3917            ! ext/Socket/socketpair.t
3918 ____________________________________________________________________________
3919 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
3920         Log: FAQ patch from mjd regarding Tie::File.
3921      Branch: perl
3922            ! pod/perlfaq5.pod
3923 ____________________________________________________________________________
3924 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
3925         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
3926              consider using the NamesList.
3927      Branch: perl
3928            ! lib/charnames.pm lib/charnames.t
3929 ____________________________________________________________________________
3930 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
3931         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
3932              From: "Craig A. Berry" <craigberry@mac.com>
3933              Date: Thu, 11 Apr 2002 13:47:21 -0500
3934              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
3935      Branch: perl
3936            ! lib/File/CheckTree.pm lib/File/CheckTree.t
3937 ____________________________________________________________________________
3938 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
3939         Log: More NT Unicode information from Jan Dubois.
3940      Branch: perl
3941            ! pod/perltodo.pod
3942 ____________________________________________________________________________
3943 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
3944         Log: Add one perltodo item (and move bunch of them to better spot),
3945              add sysopen() to "Functions for filehandles, files, or directories".
3946      Branch: perl
3947            ! pod/perlfunc.pod pod/perltodo.pod
3948 ____________________________________________________________________________
3949 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
3950         Log: Prettyprinting: shorten the lines to avoid linewrapping.
3951      Branch: perl
3952            ! t/TEST
3953 ____________________________________________________________________________
3954 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
3955         Log: Also NEC SUPER-UX has buggy sockpair().
3956      Branch: perl
3957            ! ext/Socket/socketpair.t
3958 ____________________________________________________________________________
3959 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
3960         Log: dTHX works on its own just fine.
3961      Branch: perl
3962            ! ext/DynaLoader/dl_aix.xs
3963 ____________________________________________________________________________
3964 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
3965         Log: Must hold off building s2p until there's a miniperl.
3966      Branch: perl
3967            ! Makefile.SH
3968 ____________________________________________________________________________
3969 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
3970         Log: AIX: strerror_r() needs dTHX.
3971      Branch: perl
3972            ! ext/DynaLoader/dl_aix.xs
3973 ____________________________________________________________________________
3974 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
3975         Log: Extracting the s2p may require the right dynlibpath.
3976      Branch: perl
3977            ! Makefile.SH
3978 ____________________________________________________________________________
3979 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
3980         Log: Doc tweaks.
3981      Branch: perl
3982            ! ext/Time/HiRes/HiRes.pm
3983 ____________________________________________________________________________
3984 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
3985         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
3986              From: Michael G Schwern <schwern@pobox.com>
3987              Date: Thu, 11 Apr 2002 01:25:26 -0400
3988              Message-ID: <20020411052525.GA17038@blackrider>
3989      Branch: perl
3990            + lib/ExtUtils/t/INST_PREFIX.t
3991            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
3992            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3993            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3994            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
3995            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
3996            ! lib/ExtUtils/t/prefixify.t
3997 ____________________________________________________________________________
3998 [ 15855] By: nick                                  on 2002/04/11  06:26:44
3999         Log: Integrate mainline
4000      Branch: perlio
4001           !> (integrate 42 files)
4002 ____________________________________________________________________________
4003 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
4004         Log: Unused variables.
4005      Branch: perl
4006            ! ext/threads/shared/shared.xs ext/threads/threads.xs
4007 ____________________________________________________________________________
4008 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
4009         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
4010              From: Ilya Martynov <ilya@martynov.org>
4011              Date: 11 Apr 2002 03:21:17 +0400
4012              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
4013      Branch: perl
4014            ! lib/Term/ReadLine.pm
4015 ____________________________________________________________________________
4016 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
4017         Log: Upgrade to Encode 1.33, from Dan Kogai.
4018      Branch: perl
4019            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4020            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
4021            ! ext/Encode/lib/Encode/Supported.pod
4022            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
4023            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
4024            ! ext/Encode/ucm/adobeSymbol.ucm
4025            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
4026 ____________________________________________________________________________
4027 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
4028         Log: Backward portability from Dan Kogai.
4029      Branch: perl
4030            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
4031            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
4032            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4033            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
4034            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
4035            ! ext/Storable/t/store.t ext/Storable/t/tied.t
4036            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
4037            ! ext/Storable/t/utf8.t
4038 ____________________________________________________________________________
4039 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
4040         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
4041              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
4042              bug in B::walkoptree still to be fixed.
4043      Branch: perl
4044            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
4045 ____________________________________________________________________________
4046 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
4047         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
4048              From: Philip Newton <Philip.Newton@gmx.net>
4049              Date: Wed, 10 Apr 2002 21:29:58 +0200
4050              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
4051      Branch: perl
4052            ! pod/perldelta.pod
4053 ____________________________________________________________________________
4054 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
4055         Log: Integrate perlio;
4056              
4057              Add a \t to Win32 pm_to_blib $(TOUCH) line.
4058      Branch: perl
4059           !> lib/ExtUtils/MM_Win32.pm
4060 ____________________________________________________________________________
4061 [ 15847] By: nick                                  on 2002/04/10  13:08:29
4062         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
4063      Branch: perlio
4064            ! lib/ExtUtils/MM_Win32.pm
4065 ____________________________________________________________________________
4066 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
4067         Log: Try to fool old AIX when threading, from Merijn.
4068      Branch: perl
4069            ! perl.h
4070 ____________________________________________________________________________
4071 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
4072         Log: Update Changes.
4073      Branch: perl
4074            ! Changes patchlevel.h
4075 ____________________________________________________________________________
4076 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
4077         Log: Welcome to the 5.7.3.
4078      Branch: perl
4079            ! NetWare/Makefile win32/Makefile
4080 ____________________________________________________________________________
4081 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
4082         Log: Make x2p/s2p part of the test_prep target now that we
4083              have a test for it.
4084      Branch: perl
4085            ! Makefile.SH
4086 ____________________________________________________________________________
4087 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
4088         Log: Integrate perlio.
4089              
4090              We have been 5.7.3 for a while - install there ...
4091      Branch: perl
4092           !> win32/makefile.mk
4093 ____________________________________________________________________________
4094 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
4095         Log: SImilarly to old HP-UX, in old AIX too including
4096              crypt.h leads into trouble.  (from Merijn)
4097      Branch: perl
4098            ! hints/aix.sh
4099 ____________________________________________________________________________
4100 [ 15840] By: nick                                  on 2002/04/10  10:04:19
4101         Log: We have been 5.7.3 for a while - install there ...
4102      Branch: perlio
4103            ! win32/makefile.mk
4104 ____________________________________________________________________________
4105 [ 15839] By: nick                                  on 2002/04/10  10:03:46
4106         Log: Intgrate mainline
4107      Branch: perlio
4108           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
4109            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
4110            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
4111           !> (integrate 40 files)
4112 ____________________________________________________________________________
4113 [ 15838] By: ams                                   on 2002/04/10  04:16:45
4114         Log: Subject: [PATCH] ext/attrs.t getting skipped
4115              From: "Craig A. Berry" <craigberry@mac.com>
4116              Date: Tue, 9 Apr 2002 23:58:49 -0500
4117              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
4118      Branch: perl
4119            ! t/TEST
4120 ____________________________________________________________________________
4121 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
4122         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
4123              From: Michael G Schwern <schwern@pobox.com>
4124              Date: Tue, 9 Apr 2002 20:52:55 -0400
4125              Message-ID: <20020410005254.GI8954@blackrider>
4126      Branch: perl
4127            ! t/op/sub_lval.t
4128 ____________________________________________________________________________
4129 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
4130         Log: Undo accident in #15385.
4131      Branch: metaconfig/U/perl
4132            ! Extensions.U
4133 ____________________________________________________________________________
4134 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
4135         Log: Retract the UTF-8 filenames patch.  This may be
4136              better dealt with in Perl level, a la File::Spec
4137              (since the whole mess is strongly filesystem-specific).
4138      Branch: metaconfig/U/perl
4139            + usecjk.U
4140            ! Extensions.U
4141      Branch: perl
4142            - ext/File/Glob/t/utf8.t
4143            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
4144            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
4145            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4146            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
4147            ! t/op/readdir.t
4148 ____________________________________________________________________________
4149 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
4150         Log: Upgrade to Encode 1.32, from Dan Kogai.
4151      Branch: perl
4152            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
4153            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
4154            - ext/Encode/ucm/macGurmukhi.ucm
4155            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
4156            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
4157            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
4158            ! ext/Encode/lib/Encode/Encoder.pm
4159            ! ext/Encode/lib/Encode/Supported.pod
4160            ! ext/Encode/lib/Encode/Unicode.pm
4161            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
4162            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
4163 ____________________________________________________________________________
4164 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
4165         Log: Add tests for s2p/psed, from Wolfgang Laun.
4166      Branch: perl
4167            + t/x2p/s2p.t
4168            ! MANIFEST t/TEST
4169 ____________________________________________________________________________
4170 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
4171         Log: FAQ sync.
4172      Branch: perl
4173            ! pod/perlfaq2.pod pod/perlfaq3.pod
4174 ____________________________________________________________________________
4175 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
4176         Log: Remove false dependency between getgrent and setpwent
4177              having/not having FILE**.  Also make the names of the
4178              {set,get,end}* interface struct members a bit shorter.
4179      Branch: perl
4180            ! reentr.c reentr.h reentr.pl
4181 ____________________________________________________________________________
4182 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
4183         Log: Avoid bad prototypes.
4184      Branch: perl
4185            ! hints/hpux.sh
4186 ____________________________________________________________________________
4187 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
4188         Log: metaconfig unit change for #15828.
4189      Branch: metaconfig
4190            ! U/protos/Protochk.U
4191 ____________________________________________________________________________
4192 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
4193         Log: As Merijn points out, pthread.h really needs to be known
4194              by protochk.
4195      Branch: perl
4196            ! Configure
4197 ____________________________________________________________________________
4198 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
4199         Log: Integrate perlio;
4200              
4201              Patch up Encode for Tk
4202      Branch: perl
4203           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
4204           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
4205 ____________________________________________________________________________
4206 [ 15826] By: nick                                  on 2002/04/09  12:38:25
4207         Log: Patch up Encode for Tk
4208      Branch: perlio
4209            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
4210            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
4211 ____________________________________________________________________________
4212 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
4213         Log: Portability tweak.
4214      Branch: perl
4215            ! lib/File/CheckTree.t
4216 ____________________________________________________________________________
4217 [ 15824] By: sky                                   on 2002/04/09  10:51:07
4218         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
4219              From: Abigail <abigail@osp.nl>
4220              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
4221              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
4222      Branch: perl
4223            ! pod/perlhist.pod
4224 ____________________________________________________________________________
4225 [ 15823] By: nick                                  on 2002/04/09  08:17:59
4226         Log: Integrate mainline
4227      Branch: perlio
4228           +> ext/Encode/lib/Encode/Config.pm
4229           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
4230           !> (integrate 37 files)
4231 ____________________________________________________________________________
4232 [ 15822] By: ams                                   on 2002/04/09  06:43:50
4233         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
4234              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4235              Date: Tue, 09 Apr 2002 02:00:51 -0400
4236              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
4237      Branch: perl
4238            ! lib/File/CheckTree.pm
4239 ____________________________________________________________________________
4240 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
4241         Log: Small perldelta tweaks.
4242      Branch: perl
4243            ! pod/perldelta.pod
4244 ____________________________________________________________________________
4245 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
4246         Log: File::Checktree update from Paul Grassie.
4247      Branch: perl
4248            ! lib/File/CheckTree.pm lib/File/CheckTree.t
4249 ____________________________________________________________________________
4250 [ 15819] By: ams                                   on 2002/04/08  22:43:48
4251         Log: Subject: patch against t/op/sub_lval.t
4252              From: Jim Cromie <jcromie@divsol.com>
4253              Date: Mon, 08 Apr 2002 17:38:16 -0600
4254              Message-Id: <3CB229E8.9080500@divsol.com>
4255      Branch: perl
4256            ! t/op/sub_lval.t
4257 ____________________________________________________________________________
4258 [ 15818] By: ams                                   on 2002/04/08  22:40:16
4259         Log: Humbly pay homage to the redundancy gods.
4260      Branch: perl
4261            ! mg.c
4262 ____________________________________________________________________________
4263 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
4264         Log: metaconfig mirror #15816.
4265      Branch: metaconfig
4266            ! U/modified/Unix.U
4267 ____________________________________________________________________________
4268 [ 15816] By: ams                                   on 2002/04/08  22:18:32
4269         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
4270      Branch: perl
4271            ! Porting/Glossary
4272 ____________________________________________________________________________
4273 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
4274         Log: Small piconv tweaks (sent to Dan).
4275      Branch: perl
4276            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
4277            ! ext/Encode/lib/Encode/Alias.pm
4278 ____________________________________________________________________________
4279 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
4280         Log: Update Changes.
4281      Branch: perl
4282            ! Changes patchlevel.h
4283 ____________________________________________________________________________
4284 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
4285         Log: FAQ sync.  (Ignoring the few URL differences for now.)
4286      Branch: perl
4287            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
4288            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
4289            ! pod/perlfaq7.pod pod/perlfaq9.pod
4290 ____________________________________________________________________________
4291 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
4292         Log: Upgrade to Encode 1.31, from Dan Kogai.
4293      Branch: perl
4294            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
4295            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
4296            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
4297            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
4298 ____________________________________________________________________________
4299 [ 15811] By: ams                                   on 2002/04/08  17:00:37
4300         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
4301              From: Andy Dougherty <doughera@lafayette.edu>
4302              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
4303              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
4304      Branch: perl
4305            ! lib/sort.t pp_sort.c
4306 ____________________________________________________________________________
4307 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
4308         Log: metaconfig unit changes for #15809.
4309      Branch: metaconfig
4310            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
4311 ____________________________________________________________________________
4312 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
4313         Log: Mirroring #15806.
4314      Branch: perl
4315            ! Porting/Glossary Porting/config.sh Porting/config_H
4316 ____________________________________________________________________________
4317 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
4318         Log: metaconfig unit changes for #15807.
4319      Branch: metaconfig
4320            ! U/protos/Protochk.U U/threads/d_asctime_r.U
4321            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
4322            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
4323            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
4324            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
4325            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
4326            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
4327            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
4328            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
4329            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
4330            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
4331            ! U/threads/d_getprotobyname_r.U
4332            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4333            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4334            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4335            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4336            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4337            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4338            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4339            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4340            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4341            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4342            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4343            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4344            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4345            ! U/threads/i_pthread.U
4346      Branch: perl
4347            ! config_h.SH
4348 ____________________________________________________________________________
4349 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
4350         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
4351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4352              Date: Mon, 08 Apr 2002 14:34:27 +0200
4353              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
4354      Branch: perl
4355            ! Configure hints/hpux.sh reentr.pl
4356 ____________________________________________________________________________
4357 [ 15806] By: ams                                   on 2002/04/08  13:50:43
4358         Log: Subject: [PATCH] Updates to Porting/Glossary
4359              From: Paul_GreenVOS@vos.stratus.com
4360              Date: Mon, 8 Apr 02 10:44 edt
4361              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
4362      Branch: perl
4363            ! Porting/Glossary
4364 ____________________________________________________________________________
4365 [ 15805] By: ams                                   on 2002/04/08  13:47:32
4366         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
4367              coredumps on startup)
4368              From: Michael G Schwern <schwern@pobox.com>
4369              Date: Mon, 8 Apr 2002 10:34:49 -0400
4370              Message-Id: <20020408143449.GB3245@blackrider>
4371      Branch: perl
4372            ! lib/ExtUtils/MM_Unix.pm
4373 ____________________________________________________________________________
4374 [ 15804] By: ams                                   on 2002/04/08  13:29:28
4375         Log: Subject: [PATCH] example in pod/perllexwarn.pod
4376              From: Slaven Rezic <slaven.rezic@berlin.de>
4377              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
4378              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
4379      Branch: perl
4380            ! pod/perllexwarn.pod
4381 ____________________________________________________________________________
4382 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
4383         Log: Upgrade to Encode 1.30, from Dan Kogai. 
4384      Branch: perl
4385            + ext/Encode/lib/Encode/Encoder.pm
4386            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
4387            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
4388            ! ext/Encode/lib/Encode/Supported.pod
4389            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
4390            ! ext/Encode/t/grow.t
4391 ____________________________________________________________________________
4392 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
4393         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
4394              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4395              Date: Mon, 08 Apr 2002 01:08:40 +0100
4396              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
4397      Branch: perl
4398            ! ext/MIME/Base64/t/base64.t
4399 ____________________________________________________________________________
4400 [ 15801] By: nick                                  on 2002/04/08  07:28:27
4401         Log: Integrate mainline
4402      Branch: perlio
4403           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
4404           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
4405           +> ext/File/Glob/t/utf8.t
4406           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
4407           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
4408           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
4409            - ext/Encode/lib/Encode/10646_1.pm
4410            - ext/Encode/lib/Encode/Internal.pm
4411            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
4412            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
4413            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
4414            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
4415            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
4416            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
4417            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
4418           !> (integrate 157 files)
4419 ____________________________________________________________________________
4420 [ 15800] By: ams                                   on 2002/04/08  07:06:21
4421         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
4422              From: Jan Dubois <JanD@ActiveState.com>
4423              Date: Mon, 08 Apr 2002 00:10:39 -0700
4424              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
4425      Branch: perl
4426            ! lib/ExtUtils/Packlist.pm
4427 ____________________________________________________________________________
4428 [ 15799] By: ams                                   on 2002/04/08  04:50:36
4429         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
4430              From: Stas Bekman <stas@stason.org>
4431              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
4432              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
4433      Branch: perl
4434            ! pod/perlguts.pod
4435 ____________________________________________________________________________
4436 [ 15798] By: ams                                   on 2002/04/08  03:56:52
4437         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
4438      Branch: perl
4439            ! util.c
4440 ____________________________________________________________________________
4441 [ 15797] By: ams                                   on 2002/04/08  01:30:38
4442         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
4443              same line of code. (As suggested by Simon Cozens.)
4444      Branch: perl
4445            ! mg.c
4446 ____________________________________________________________________________
4447 [ 15796] By: ams                                   on 2002/04/08  01:27:24
4448         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
4449              Simon Cozens.
4450      Branch: perl
4451            ! embed.fnc util.c
4452 ____________________________________________________________________________
4453 [ 15795] By: ams                                   on 2002/04/08  01:05:16
4454         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
4455              From: Tom Brown <thecap@peach.ece.utexas.edu>
4456              Date: Sun, 07 Apr 2002 23:20:05 GMT
4457              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
4458      Branch: perl
4459            ! ext/Devel/DProf/DProf.xs
4460 ____________________________________________________________________________
4461 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
4462         Log: Retract #15793 since #15775 should fix the problem.
4463      Branch: perl
4464            ! hv.c
4465 ____________________________________________________________________________
4466 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
4467         Log: (Retracted by #15794)
4468              Subject: [PATCH] hv.c
4469              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4470              Date: Sun, 7 Apr 2002 14:25:48 +0200
4471              Message-ID: <3CB056EC.16340.1119992@localhost>
4472      Branch: perl
4473            ! hv.c
4474 ____________________________________________________________________________
4475 [ 15792] By: ams                                   on 2002/04/07  21:48:49
4476         Log: Make other nits nervous.
4477      Branch: perl
4478            ! gv.c perl.c
4479 ____________________________________________________________________________
4480 [ 15791] By: ams                                   on 2002/04/07  20:31:08
4481         Log: Subject: [MIME::Base64 patch] t/base64.t fix
4482              From: Dan Kogai <dankogai@dan.co.jp>
4483              Date: Mon, 8 Apr 2002 06:19:29 +0900
4484              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
4485      Branch: perl
4486            ! ext/MIME/Base64/t/base64.t
4487 ____________________________________________________________________________
4488 [ 15790] By: ams                                   on 2002/04/07  20:15:52
4489         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
4490              From: Slaven Rezic <slaven.rezic@berlin.de>
4491              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
4492              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
4493      Branch: perl
4494            ! ext/Devel/Peek/Peek.xs
4495 ____________________________________________________________________________
4496 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
4497         Log: Fully qualify in warning message the name of a subroutine redefined
4498              via glob assignment
4499      Branch: perl
4500            ! sv.c t/lib/warnings/op t/lib/warnings/sv
4501 ____________________________________________________________________________
4502 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
4503         Log: Update from Dan Kogai.
4504      Branch: perl
4505            ! ext/Encode/t/Unicode.t
4506 ____________________________________________________________________________
4507 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
4508         Log: Can't right now twist my brain to figure out
4509              the right CR/LF code point mappings in EBCDIC.
4510      Branch: perl
4511            ! lib/Pod/t/eol.t
4512 ____________________________________________________________________________
4513 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
4514         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
4515              From: Nicholas Clark <nick@ccl4.org>
4516              Date: Sun, 7 Apr 2002 15:01:56 +0100
4517              Message-ID: <20020407150156.R10686@plum.flirble.org>
4518      Branch: perl
4519            ! ext/Data/Dumper/Dumper.xs
4520 ____________________________________________________________________________
4521 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
4522         Log: Tpyo.
4523      Branch: perl
4524            ! lib/Pod/t/eol.t
4525 ____________________________________________________________________________
4526 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
4527         Log: EBCDIC branch was forgotten.
4528      Branch: perl
4529            ! ext/Devel/Peek/Peek.t
4530 ____________________________________________________________________________
4531 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
4532         Log: charnames::viacode() was broken, noticed by Jeffrey.
4533      Branch: perl
4534            ! lib/charnames.pm lib/charnames.t
4535 ____________________________________________________________________________
4536 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
4537         Log: Missing files.
4538      Branch: perl
4539            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
4540            ! MANIFEST ext/Encode/MANIFEST
4541 ____________________________________________________________________________
4542 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
4543         Log: (intentionally empty)
4544      Branch: perl
4545            ! MANIFEST sv.h
4546 ____________________________________________________________________________
4547 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
4548         Log: Upgrade to Encode 1.26, from Dan Kogai.
4549      Branch: perl
4550            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
4551            + ext/Encode/ucm/jis0212.ucm
4552            - ext/Encode/lib/Encode/10646_1.pm
4553            - ext/Encode/lib/Encode/Internal.pm
4554            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
4555            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
4556            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
4557            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
4558            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
4559            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
4560            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
4561            - ext/Encode/ucm/macRumanian.ucm
4562            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
4563            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
4564            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
4565            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
4566            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
4567            ! ext/Encode/lib/Encode/Encoding.pm
4568            ! ext/Encode/lib/Encode/Supported.pod
4569            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
4570            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
4571            ! ext/Encode/ucm/adobeSymbol.ucm
4572            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
4573            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
4574            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
4575            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
4576            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
4577            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
4578            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
4579            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
4580            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
4581            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
4582            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
4583            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
4584            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
4585            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
4586            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
4587            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
4588            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
4589            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
4590            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
4591            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
4592            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
4593            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
4594            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
4595            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
4596            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
4597            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
4598            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
4599            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
4600            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
4601            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
4602            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
4603            ! ext/Encode/ucm/nextstep.ucm
4604 ____________________________________________________________________________
4605 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
4606         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
4607              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
4608              Now, where was my coffee mug...
4609      Branch: perl
4610            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
4611            ! pp_sys.c
4612 ____________________________________________________________________________
4613 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
4614         Log: Subject: [PATCH] MakeMaker basic.t on Win32
4615              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4616              Date: Sun, 7 Apr 2002 14:25:48 +0200
4617              Message-ID: <3CB056EC.27101.1119A3D@localhost>
4618              
4619              Subject: [PATCH] MakeMaker && Win32 && nmake
4620              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4621              Date: Sun, 7 Apr 2002 14:25:48 +0200
4622              Message-ID: <3CB056EC.9001.11199ED@localhost>
4623      Branch: perl
4624            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
4625 ____________________________________________________________________________
4626 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
4627         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
4628              From: Philip Newton <Philip.Newton@gmx.net>
4629              Date: Sun, 07 Apr 2002 07:51:49 +0200      
4630              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
4631      Branch: perl
4632            ! utf8.c
4633 ____________________________________________________________________________
4634 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
4635         Log: There was no nice way of getting in UTF-8 filenames:
4636              now one can use in the (new) three-arg form of readdir()
4637              and in File::Glob import a ":utf8" to transparently accept
4638              the filenames as Unicode.  Note that only :utf8 is supported,
4639              not fancier stuff like :encoding(foobar)
4640      Branch: perl
4641            + ext/File/Glob/t/utf8.t
4642            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
4643            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
4644            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4645            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
4646            ! t/op/readdir.t
4647 ____________________________________________________________________________
4648 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
4649         Log: Subject: [PATCH] Re: perl@15772
4650              From: Nicholas Clark <nick@ccl4.org>
4651              Date: Sun, 7 Apr 2002 11:06:42 +0100
4652              Message-ID: <20020407110641.O10686@plum.flirble.org>
4653      Branch: perl
4654            ! hv.c
4655 ____________________________________________________________________________
4656 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
4657         Log: Subject: [PATCH] Re: 15764 breakage
4658              From: Michael G Schwern <schwern@pobox.com>
4659              Date: Sat, 6 Apr 2002 19:14:02 -0500
4660              Message-ID: <20020407001401.GA7076@blackrider>
4661      Branch: perl
4662            ! lib/ExtUtils/MM_Unix.pm
4663 ____________________________________________________________________________
4664 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
4665         Log: Instruction tweak.
4666      Branch: perl
4667            ! README.os390
4668 ____________________________________________________________________________
4669 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
4670         Log: Update Changes.
4671      Branch: perl
4672            ! Changes patchlevel.h
4673 ____________________________________________________________________________
4674 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
4675         Log: Subject: [PATCH] Encode tweaks for VMS
4676              From: Michael G Schwern <schwern@pobox.com>
4677              Date: Sat, 6 Apr 2002 03:26:09 -0500
4678              Message-ID: <20020406082609.GA28758@blackrider>
4679      Branch: perl
4680            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
4681            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
4682            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
4683            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4684 ____________________________________________________________________________
4685 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
4686         Log: Prettyprinting and version paranoia.
4687      Branch: perl
4688            ! ext/DB_File/t/db-recno.t
4689 ____________________________________________________________________________
4690 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
4691         Log: Be explicit about the two DB_File tests croaking
4692              in Mac OS X.
4693      Branch: perl
4694            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
4695 ____________________________________________________________________________
4696 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
4697         Log: Regen toc.
4698      Branch: perl
4699            ! pod/perltoc.pod
4700 ____________________________________________________________________________
4701 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
4702         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
4703              From: Benjamin Goldberg <goldbb2@earthlink.net>
4704              Date: Fri, 05 Apr 2002 19:15:42 -0500
4705              Message-ID: <3CAE3E2E.8483505@earthlink.net>
4706      Branch: perl
4707            ! hv.h
4708 ____________________________________________________________________________
4709 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
4710         Log: Underline that the current implementation is not
4711              guaranteed to be forever; and reformat a bit.
4712      Branch: perl
4713            ! lib/utf8.pm
4714 ____________________________________________________________________________
4715 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
4716         Log: Subject: Weak spots in the utf8 manpage
4717              From: andreas.koenig@anima.de (Andreas J. Koenig)
4718              Date: Fri, 05 Apr 2002 10:08:44 +0200      
4719              Message-ID: <m3u1qqefeb.fsf@anima.de>      
4720      Branch: perl
4721            ! lib/utf8.pm
4722 ____________________________________________________________________________
4723 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
4724         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
4725              From: Michael G Schwern <schwern@pobox.com>
4726              Date: Sat, 6 Apr 2002 03:22:03 -0500
4727              Message-ID: <20020406082203.GA28713@blackrider>
4728      Branch: perl
4729            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
4730            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
4731            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
4732            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
4733            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
4734            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
4735            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4736            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
4737            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
4738            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
4739 ____________________________________________________________________________
4740 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
4741         Log: No need to avoid utf8 warnings after #15762.
4742      Branch: perl
4743            ! lib/Unicode/Collate.pm
4744 ____________________________________________________________________________
4745 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
4746         Log: As noted by Philip Newton: nothing wrong with BOM,
4747              but 0xFFFE quite wrong.
4748      Branch: perl
4749            ! t/lib/warnings/utf8 utf8.c utf8.h
4750 ____________________________________________________________________________
4751 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
4752         Log: Explain the "gaps" in the UTF-8 encoding.
4753      Branch: perl
4754            ! pod/perlunicode.pod utf8.h
4755 ____________________________________________________________________________
4756 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
4757         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
4758              From: Nicholas Clark <nick@unfortu.net>
4759              Date: Sat, 6 Apr 2002 14:54:51 +0100
4760              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
4761      Branch: perl
4762            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
4763 ____________________________________________________________________________
4764 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
4765         Log: Signedness nits.
4766      Branch: perl
4767            ! hv.c
4768 ____________________________________________________________________________
4769 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
4770         Log: Make hv_notallowed a static as suggested by Nick Clark;
4771              and synchronize the nomenclature to talk about restricted
4772              (not fixed) hashes.
4773      Branch: perl
4774            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
4775            ! proto.h
4776 ____________________________________________________________________________
4777 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
4778         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
4779              From: Nicholas Clark <nick@unfortu.net>
4780              Date: Sat, 6 Apr 2002 00:21:17 +0100
4781              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
4782              
4783              (with the last one reversed)
4784      Branch: perl
4785            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
4786            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
4787 ____________________________________________________________________________
4788 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
4789         Log: Update the warning message.
4790      Branch: perl
4791            ! README.tru64
4792 ____________________________________________________________________________
4793 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
4794         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
4795              From: Dan Kogai <dankogai@dan.co.jp>
4796              Date: Sat, 6 Apr 2002 06:08:40 +0900
4797              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
4798      Branch: perl
4799            ! pod/perlunicode.pod
4800 ____________________________________________________________________________
4801 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
4802         Log: Some tests were failing silently instead of saying "not ok"
4803      Branch: perl
4804            ! t/comp/proto.t
4805 ____________________________________________________________________________
4806 [ 15753] By: nick                                  on 2002/04/05  19:30:12
4807         Log: Integrate mainline
4808      Branch: perlio
4809           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
4810           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
4811           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
4812 ____________________________________________________________________________
4813 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
4814         Log: Minor Tie::File test patch, from mjd.
4815      Branch: perl
4816            ! lib/Tie/File/t/24_cache_loop.t
4817 ____________________________________________________________________________
4818 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
4819         Log: Not *that* different line endings (noticed by Philip Newton)
4820      Branch: perl
4821            ! pod/perldelta.pod
4822 ____________________________________________________________________________
4823 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
4824         Log: Retract #15745 for now; won't work without more Encode fixes.
4825      Branch: perl
4826            ! ext/Encode/lib/Encode/10646_1.pm
4827 ____________________________________________________________________________
4828 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
4829         Log: metaconfig unit change for #15748.
4830      Branch: metaconfig
4831            ! U/modified/Oldconfig.U
4832 ____________________________________________________________________________
4833 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
4834         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
4835              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4836              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
4837              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
4838      Branch: perl
4839            ! Configure
4840 ____________________________________________________________________________
4841 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
4842         Log: NetWare update from C Aditya.
4843      Branch: perl
4844            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
4845 ____________________________________________________________________________
4846 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
4847         Log: Win32 pacifying from mjd.
4848      Branch: perl
4849            ! lib/Tie/File/t/26_twrite.t
4850 ____________________________________________________________________________
4851 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
4852         Log: Integrate perlio;
4853              
4854              Not only did UCS-2 have dodgy name it was buggy.
4855      Branch: perl
4856           !> ext/Encode/lib/Encode/10646_1.pm
4857 ____________________________________________________________________________
4858 [ 15744] By: nick                                  on 2002/04/05  13:02:36
4859         Log: Not only did UCS-2 have dodgy name it was buggy.
4860      Branch: perlio
4861            ! ext/Encode/lib/Encode/10646_1.pm
4862 ____________________________________________________________________________
4863 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
4864         Log: Subject: Patch for bug ID 20020221.007
4865              From: Archer Sully <archer@meer.net>
4866              Date: Thu, 4 Apr 2002 21:45:34 -0700
4867              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
4868              
4869              Fix for "[ID 20020221.007] SEGV in Storable with empty string
4870              scalar object" (dclone)
4871      Branch: perl
4872            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
4873 ____________________________________________________________________________
4874 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
4875         Log: Subject: Re: lib/sort.t failure 
4876              From: "John P. Linderman" <jpl@research.att.com>
4877              Date: Fri, 05 Apr 2002 06:19:07 -0500
4878              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
4879              
4880              with a minor formatting tweak
4881      Branch: perl
4882            ! pod/perlfunc.pod
4883 ____________________________________________________________________________
4884 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
4885         Log: Subject: Re: lib/sort.t failure (and [PATCH])
4886              From: "John P. Linderman" <jpl@research.att.com>
4887              Date: Fri, 05 Apr 2002 07:13:27 -0500
4888              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
4889      Branch: perl
4890            ! lib/sort.t
4891 ____________________________________________________________________________
4892 [ 15740] By: nick                                  on 2002/04/05  09:31:42
4893         Log: Integrate mainline
4894      Branch: perlio
4895           +> (branch 49 files)
4896           !> (integrate 82 files)
4897 ____________________________________________________________________________
4898 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
4899         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
4900              From: Dan Kogai <dankogai@dan.co.jp>
4901              Date: Fri, 5 Apr 2002 11:52:50 +0900
4902              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
4903      Branch: perl
4904            ! ext/Encode/t/Aliases.t
4905 ____________________________________________________________________________
4906 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
4907         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
4908              From: Dan Kogai <dankogai@dan.co.jp>
4909              Date: Fri, 5 Apr 2002 11:39:55 +0900
4910              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
4911      Branch: perl
4912            ! ext/Encode/lib/Encode/Alias.pm
4913 ____________________________________________________________________________
4914 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
4915         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
4916              From: Ilmari Karonen <iltzu@sci.fi>
4917              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
4918              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
4919      Branch: perl
4920            ! gv.c t/op/method.t
4921 ____________________________________________________________________________
4922 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
4923         Log: I was fooled for a while, somebody else might be too.
4924      Branch: perl
4925            ! t/test.pl
4926 ____________________________________________________________________________
4927 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
4928         Log: test.pl-ify.
4929      Branch: perl
4930            ! t/op/method.t
4931 ____________________________________________________________________________
4932 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
4933         Log: Upgrade to Encode 1.20, from Dan Kogai.
4934      Branch: perl
4935            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
4936            + ext/Encode/ucm/adobeSymbol.ucm
4937            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
4938            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
4939            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
4940            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
4941            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
4942            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
4943            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
4944            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
4945            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
4946            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
4947            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
4948            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
4949            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
4950            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
4951            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
4952            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
4953            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
4954            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
4955            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
4956            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
4957            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
4958            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
4959            + ext/Encode/ucm/macSymbol.ucm
4960            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
4961            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
4962            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
4963            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
4964            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4965            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
4966            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
4967            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
4968            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
4969            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
4970            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
4971            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
4972            ! ext/Encode/lib/Encode/Alias.pm
4973            ! ext/Encode/lib/Encode/Supported.pod
4974            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
4975            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
4976            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
4977            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
4978            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
4979            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
4980            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
4981            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
4982            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
4983            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
4984            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
4985            ! ext/Encode/ucm/nextstep.ucm
4986 ____________________________________________________________________________
4987 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
4988         Log: Subject: left-over "use 5.7.2" in threads.pm
4989              From: Slaven Rezic <slaven.rezic@berlin.de>
4990              Date: 21 Mar 2002 23:18:13 +0100
4991              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
4992      Branch: perl
4993            ! ext/threads/threads.pm
4994 ____________________________________________________________________________
4995 [ 15732] By: ams                                   on 2002/04/04  17:08:13
4996         Log: Subject: [PATCH 5.7.3 DOCS]
4997              From: mjd@plover.com
4998              Date: 4 Apr 2002 15:59:39 -0000
4999              Message-Id: <20020404155939.6754.qmail@plover.com>
5000      Branch: perl
5001            ! pod/perlfaq9.pod
5002 ____________________________________________________________________________
5003 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
5004         Log: metaconfig unit change for #15730.
5005      Branch: metaconfig
5006            ! U/threads/usethreads.U
5007 ____________________________________________________________________________
5008 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
5009         Log: Subject: Re: lib/sort.t failure [PATCH]
5010              From: Andy Dougherty <doughera@lafayette.edu>
5011              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
5012              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
5013              
5014              Default to usethreads in case the user most probably forgot it.
5015      Branch: perl
5016            ! Configure
5017 ____________________________________________________________________________
5018 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
5019         Log: Typo nits from Wolfgang Laun.
5020      Branch: perl
5021            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
5022 ____________________________________________________________________________
5023 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
5024         Log: Detypo in diagnostics.
5025      Branch: perl
5026            ! lib/locale.t
5027 ____________________________________________________________________________
5028 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
5029         Log: pod2html: try to be EOL agnostic.
5030              (Needs testing on CRLF and CR platforms.)
5031      Branch: perl
5032            + lib/Pod/t/eol.t
5033            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
5034 ____________________________________________________________________________
5035 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
5036         Log: Subject: [PATCH} Pod::HTML and HTML4
5037              From: Robert Spier <rspier@pobox.com>
5038              Date: Wed, 03 Apr 2002 16:26:21 -0800
5039              Message-ID: <3CAB9DAD.20305@pobox.com>
5040      Branch: perl
5041            ! lib/Pod/Html.pm
5042 ____________________________________________________________________________
5043 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
5044         Log: Byebye, beebee.
5045      Branch: perl
5046            ! t/lib/warnings/perlio
5047 ____________________________________________________________________________
5048 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
5049         Log: Subject: Re: enc2xs needs portable way to know it's in the core
5050              From: PPrymmer@factset.com
5051              Date: Wed, 3 Apr 2002 14:29:32 -0500
5052              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
5053      Branch: perl
5054            ! configure.com
5055 ____________________________________________________________________________
5056 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
5057         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
5058              From: Dominic Dunlop <domo@computer.org>
5059              Date: Wed, 3 Apr 2002 22:44:01 +0200
5060              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
5061      Branch: perl
5062            ! lib/File/Spec/t/rel2abs2rel.t
5063 ____________________________________________________________________________
5064 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
5065         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
5066              From: Paul_GreenVOS@vos.stratus.com
5067              Date: Wed, 3 Apr 02 16:34 est
5068              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
5069      Branch: perl
5070            ! pp_pack.c
5071 ____________________________________________________________________________
5072 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
5073         Log: Upgrade to Tie::File 0.93, from mjd.
5074      Branch: perl
5075            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
5076            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
5077            ! lib/Tie/File/t/41_heap.t
5078 ____________________________________________________________________________
5079 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
5080         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
5081              From: Andy Dougherty <doughera@lafayette.edu>
5082              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
5083              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
5084      Branch: perl
5085            ! lib/AnyDBM_File.t
5086 ____________________________________________________________________________
5087 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
5088         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
5089              and ccflags including -DNO_LOCALE
5090      Branch: perl
5091            ! perl.h
5092 ____________________________________________________________________________
5093 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
5094         Log: EPOC tweaks from Olaf Flebbe.
5095      Branch: perl
5096            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
5097 ____________________________________________________________________________
5098 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
5099         Log: Subject: [PATCH] Set @INC earlier
5100              From: Andy Dougherty <doughera@lafayette.edu>
5101              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
5102              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
5103      Branch: perl
5104            ! lib/AnyDBM_File.t lib/sort.t
5105 ____________________________________________________________________________
5106 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
5107         Log: perlcompile.pod was listing all B:: modules, except B::Concise
5108              (resubmitted)
5109      Branch: perl
5110            ! pod/perlcompile.pod
5111 ____________________________________________________________________________
5112 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
5113         Log: perlcompile.pod was listing all B:: modules, except B::Concise
5114      Branch: perl
5115            ! pod/perlcompile.pod
5116 ____________________________________________________________________________
5117 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
5118         Log: non-perlio robustness.
5119      Branch: perl
5120            ! ext/Socket/socketpair.t lib/utf8.t
5121 ____________________________________________________________________________
5122 [ 15713] By: nick                                  on 2002/04/03  18:06:49
5123         Log: Integrate mainline
5124      Branch: perlio
5125           +> lib/Tie/File/t/41_heap.t
5126           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
5127           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
5128           !> regexec.c t/op/re_tests t/op/tiearray.t
5129 ____________________________________________________________________________
5130 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
5131         Log: Tweak for 8.3 compat.
5132      Branch: perl
5133            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
5134            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
5135            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
5136            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
5137            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
5138            ! ext/Encode/bin/enc2xs
5139 ____________________________________________________________________________
5140 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
5141         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
5142              From: Mark-Jason Dominus <mjd@plover.com>
5143              Date: Wed, 03 Apr 2002 13:04:40 -0500
5144              Message-ID: <20020403180440.7614.qmail@plover.com>
5145      Branch: perl
5146            ! t/op/tiearray.t
5147 ____________________________________________________________________________
5148 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
5149         Log: Forgotten.
5150      Branch: perl
5151            + lib/Tie/File/t/41_heap.t
5152            ! MANIFEST
5153 ____________________________________________________________________________
5154 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
5155         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
5156              From: Mark Kvale <kvale@phy.ucsf.edu>
5157              Date: Tue, 2 Apr 2002 13:57:37 -0800
5158              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
5159      Branch: perl
5160            ! t/op/re_tests
5161 ____________________________________________________________________________
5162 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
5163         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
5164              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
5165              Date: Wed, 03 Apr 2002 03:34:34 +0100
5166              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
5167      Branch: perl
5168            ! regcomp.c
5169 ____________________________________________________________________________
5170 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
5171         Log: The leavetry crash should now be history.
5172      Branch: perl
5173            ! t/op/tiearray.t
5174 ____________________________________________________________________________
5175 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
5176         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
5177              From: Michael G Schwern <schwern@pobox.com>
5178              Date: Wed, 3 Apr 2002 10:56:44 -0500
5179              Message-ID: <20020403155644.GC916@blackrider>
5180      Branch: perl
5181            ! lib/ExtUtils/MM_Win95.pm
5182 ____________________________________________________________________________
5183 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
5184         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
5185              From: Dave Mitchell <davem@fdgroup.com>
5186              Date: Wed, 3 Apr 2002 02:08:26 +0100
5187              Message-ID: <20020403020825.B16724@fdgroup.com>
5188      Branch: perl
5189            ! pp_ctl.c
5190 ____________________________________________________________________________
5191 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
5192         Log: Prototype tweak for non-threaded builds.
5193      Branch: perl
5194            ! perl.c
5195 ____________________________________________________________________________
5196 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
5197         Log: Detached threads do not help; they still hold resources.
5198      Branch: perl
5199            ! ext/threads/threads.pm pod/perldiag.pod
5200 ____________________________________________________________________________
5201 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
5202         Log: Doc tweak from Wolfgang Laun.
5203      Branch: perl
5204            ! lib/File/Compare.pm
5205 ____________________________________________________________________________
5206 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
5207         Log: Subject: [PATCH bleadperl] regexec.c
5208              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5209              Date: Wed, 3 Apr 2002 11:13:30 +0200
5210              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
5211      Branch: perl
5212            ! regexec.c
5213 ____________________________________________________________________________
5214 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
5215         Log: Document the "Cleanup skipped ..." warning.
5216      Branch: perl
5217            ! ext/threads/threads.pm pod/perldiag.pod
5218 ____________________________________________________________________________
5219 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
5220         Log: Integrate perlio;
5221              
5222              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
5223              
5224              Fix segfaults when mainthread exits with other threads running:
5225              - track number of running threads
5226              - if main thread calls perl_destruct() with other threads running
5227              skip most of cleanup (with a warning).
5228      Branch: perl
5229           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
5230           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
5231           !> pod/perlapi.pod proto.h
5232 ____________________________________________________________________________
5233 [ 15698] By: nick                                  on 2002/04/03  13:15:30
5234         Log: Fix segfaults when mainthread exits with other threads running:
5235              - track number of running threads
5236              - if main thread calls perl_destruct() with other threads running
5237              skip most of cleanup (with a warning).
5238      Branch: perlio
5239            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
5240            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
5241 ____________________________________________________________________________
5242 [ 15697] By: nick                                  on 2002/04/03  07:34:13
5243         Log: Integrate mainline
5244      Branch: perlio
5245           +> lib/Net/Ping/t/250_ping_hires.t
5246           !> (integrate 33 files)
5247 ____________________________________________________________________________
5248 [ 15696] By: nick                                  on 2002/04/03  06:41:58
5249         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
5250      Branch: perlio
5251            ! lib/ExtUtils/xsubpp
5252 ____________________________________________________________________________
5253 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
5254         Log: Subject: [PATCH @15047] debugger
5255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5256              Date: Sat, 16 Mar 2002 04:38:50 -0500
5257              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
5258      Branch: perl
5259            ! lib/perl5db.pl
5260 ____________________________________________________________________________
5261 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
5262         Log: Third Degree flags.
5263      Branch: perl
5264            ! Makefile.SH
5265 ____________________________________________________________________________
5266 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
5267         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
5268              From: Mark-Jason Dominus <mjd@plover.com>
5269              Date: Tue, 02 Apr 2002 16:35:11 -0500
5270              Message-ID: <20020402213511.27781.qmail@plover.com>
5271              
5272              (tweaked)
5273      Branch: perl
5274            ! pod/perlfunc.pod
5275 ____________________________________________________________________________
5276 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
5277         Log: Upgrade to Tie::File 0.92, from mjd.
5278      Branch: perl
5279            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
5280            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
5281            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
5282            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
5283            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
5284            ! lib/Tie/File/t/40_abs_cache.t
5285 ____________________________________________________________________________
5286 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
5287         Log: Subject: [PATCH] Update my email address in perl.c
5288              From: Paul_GreenVOS@vos.stratus.com
5289              Date: Tue, 2 Apr 02 15:27 est
5290              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
5291      Branch: perl
5292            ! AUTHORS perl.c
5293 ____________________________________________________________________________
5294 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
5295         Log: POD fix.
5296      Branch: perl
5297            ! pod/perldelta.pod
5298 ____________________________________________________________________________
5299 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
5300         Log: What started as a small nit (the charnames test, nit found
5301              be Hugo), ballooned a bit... the goal is Larry's wish that
5302              illegal Unicode (such as U+FFFF) by default doesn't warn,
5303              since what if somebody WANTS to create illegal Unicode?
5304              Now getting close to this in the regex runtime.
5305              (Also, fix more of my fixation that BOM would be U+FFFE.)
5306      Branch: perl
5307            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
5308            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
5309 ____________________________________________________________________________
5310 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
5311         Log: Talk more about Net::Ping.
5312      Branch: perl
5313            ! pod/perldelta.pod
5314 ____________________________________________________________________________
5315 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
5316         Log: Upgrade to Net::Ping 2.14.
5317      Branch: perl
5318            + lib/Net/Ping/t/250_ping_hires.t
5319            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
5320            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
5321            ! lib/Net/Ping/t/140_stream_inst.t
5322 ____________________________________________________________________________
5323 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
5324         Log: XML::Parser 2.31 should be out shortly.
5325      Branch: perl
5326            ! pod/perldelta.pod
5327 ____________________________________________________________________________
5328 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
5329         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
5330              From: George Necula <necula@eecs.berkeley.edu>
5331              Date: Tue, 2 Apr 2002 10:22:41 -0800
5332              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
5333      Branch: perl
5334            ! lib/File/Spec/Cygwin.pm
5335 ____________________________________________________________________________
5336 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
5337         Log: EBCDIC test tweak.
5338      Branch: perl
5339            ! pod/perldelta.pod t/uni/case.pl
5340 ____________________________________________________________________________
5341 [ 15683] By: nick                                  on 2002/04/02  15:36:17
5342         Log: Integrate mainline
5343      Branch: perlio
5344           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
5345           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
5346           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
5347 ____________________________________________________________________________
5348 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
5349         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
5350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5351              Date: Tue, 2 Apr 2002 00:37:08 -0500
5352              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
5353      Branch: perl
5354            ! os2/os2ish.h perlio.c
5355 ____________________________________________________________________________
5356 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
5357         Log: Subject: [PATCH @15047] debugger again
5358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5359              Date: Tue, 2 Apr 2002 00:30:31 -0500
5360              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
5361      Branch: perl
5362            ! lib/perl5db.pl
5363 ____________________________________________________________________________
5364 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
5365         Log: Subject: [PATCH @15047] test() in CPAN.pm
5366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5367              Date: Tue, 2 Apr 2002 00:46:45 -0500
5368              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
5369      Branch: perl
5370            ! lib/CPAN.pm
5371 ____________________________________________________________________________
5372 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
5373         Log: Sync with libnet-1.11
5374      Branch: perl
5375            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
5376            ! lib/Net/SMTP.pm
5377 ____________________________________________________________________________
5378 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
5379         Log: NetWare tweaks from C Aditya.
5380      Branch: perl
5381            ! NetWare/t/NWScripts.pl scope.c
5382 ____________________________________________________________________________
5383 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
5384         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
5385              From: Dan Kogai <dankogai@dan.co.jp>
5386              Date: Tue, 2 Apr 2002 22:21:47 +0900
5387              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
5388      Branch: perl
5389            ! ext/Encode/Encode.xs
5390 ____________________________________________________________________________
5391 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
5392         Log: Integrate perlio;
5393              
5394              Calculate buffer size needs in float to avoid 32-bit overflow.
5395              
5396              Add buffer size growth test.
5397      Branch: perl
5398           +> ext/Encode/t/grow.t
5399           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
5400 ____________________________________________________________________________
5401 [ 15675] By: nick                                  on 2002/04/02  07:49:41
5402         Log: Add buffer size growth test.
5403      Branch: perlio
5404            + ext/Encode/t/grow.t
5405            ! MANIFEST ext/Encode/MANIFEST
5406 ____________________________________________________________________________
5407 [ 15674] By: nick                                  on 2002/04/02  07:40:49
5408         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
5409      Branch: perlio
5410            ! ext/Encode/Encode.xs
5411 ____________________________________________________________________________
5412 [ 15673] By: nick                                  on 2002/04/02  07:40:06
5413         Log: Integrate mainline
5414      Branch: perlio
5415           +> (branch 102 files)
5416            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
5417            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
5418            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
5419            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
5420            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
5421            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
5422            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
5423            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
5424            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
5425            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
5426            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
5427            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
5428            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
5429            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
5430            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
5431            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
5432            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
5433            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
5434            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
5435            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
5436            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
5437            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
5438            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
5439            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
5440            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
5441            - ext/Encode/Encode/macCentEuro.ucm
5442            - ext/Encode/Encode/macCroatian.ucm
5443            - ext/Encode/Encode/macCyrillic.ucm
5444            - ext/Encode/Encode/macDingbats.ucm
5445            - ext/Encode/Encode/macGreek.ucm
5446            - ext/Encode/Encode/macIceland.ucm
5447            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
5448            - ext/Encode/Encode/macRumanian.ucm
5449            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
5450            - ext/Encode/Encode/macTurkish.ucm
5451            - ext/Encode/Encode/macUkraine.ucm
5452            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
5453            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
5454            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
5455            - ext/Encode/compile ext/Encode/encode.h
5456            - ext/Encode/lib/Encode/CN/2022_CN.pm
5457            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
5458            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
5459            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
5460            - lib/unicore/PropertyValueAliases.txt
5461           !> (integrate 143 files)
5462 ____________________________________________________________________________
5463 [ 15672] By: ams                                   on 2002/04/02  04:42:44
5464         Log: Win32 fix for Tie::File from MJD.
5465      Branch: perl
5466            ! lib/Tie/File.pm
5467 ____________________________________________________________________________
5468 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
5469         Log: Add a few tests to the timing-sensitive list.
5470      Branch: perl
5471            ! INSTALL
5472 ____________________________________________________________________________
5473 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
5474         Log: Subject: [PATCH sort.t] extensive regression testing
5475              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5476              Date: Mon, 1 Apr 2002 23:50:24 +0200
5477              Message-ID: <20020401235024.E677@rafael>
5478      Branch: perl
5479            ! lib/sort.t
5480 ____________________________________________________________________________
5481 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
5482         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)
5483              From: Nicholas Clark <nick@unfortu.net>
5484              Date: Mon, 1 Apr 2002 21:54:05 +0100
5485              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
5486      Branch: perl
5487            ! lib/Memoize/t/errors.t
5488 ____________________________________________________________________________
5489 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
5490         Log: Subject: getting rid of a few superfluous $&/$`
5491              From: Jeffrey Friedl <jfriedl@yahoo.com>
5492              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
5493              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
5494              
5495              (with more-backward-compat than just using @- and @+, also by Jeffrey)
5496              
5497              (The version number of Text::Balanced intentionally not
5498              increased since Damian will make a new release after 5.8)
5499      Branch: perl
5500            ! lib/Pod/Html.pm lib/Text/Balanced.pm
5501 ____________________________________________________________________________
5502 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
5503         Log: Subject: [PATCH 5.7.3 TESTS]
5504              From: mjd@plover.com
5505              Date: 1 Apr 2002 20:32:18 -0000
5506              Message-ID: <20020401203218.25230.qmail@plover.com>
5507      Branch: perl
5508            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
5509            ! t/op/tiearray.t t/test.pl
5510 ____________________________________________________________________________
5511 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
5512         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
5513              From: Paul_GreenVOS@vos.stratus.com
5514              Date: Mon, 1 Apr 02 15:15 est
5515              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
5516      Branch: perl
5517            ! iperlsys.h
5518 ____________________________________________________________________________
5519 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
5520         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
5521              From: Paul_GreenVOS@vos.stratus.com
5522              Date: Mon, 1 Apr 02 14:11 est
5523              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
5524      Branch: perl
5525            ! lib/ExtUtils/MM_Unix.pm
5526 ____________________________________________________________________________
5527 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
5528         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
5529              From: Nicholas Clark <nick@unfortu.net>
5530              Date: Mon, 1 Apr 2002 19:30:05 +0100
5531              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
5532      Branch: perl
5533            ! t/op/pat.t t/op/utfhash.t
5534 ____________________________________________________________________________
5535 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
5536         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
5537              From: Mark-Jason Dominus <mjd@plover.com>
5538              Date: Mon, 01 Apr 2002 13:22:01 -0500
5539              Message-ID: <20020401182201.21189.qmail@plover.com>
5540      Branch: perl
5541            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
5542 ____________________________________________________________________________
5543 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
5544         Log: Update Changes.
5545      Branch: perl
5546            ! Changes patchlevel.h
5547 ____________________________________________________________________________
5548 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
5549         Log: Subject: [PATCH 5.7.3 DOC]
5550              From: mjd@plover.com
5551              Date: 1 Apr 2002 17:23:40 -0000
5552              Message-ID: <20020401172340.16410.qmail@plover.com>
5553      Branch: perl
5554            ! pod/perldelta.pod
5555 ____________________________________________________________________________
5556 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
5557         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
5558      Branch: perl
5559            ! hints/unicos.sh
5560 ____________________________________________________________________________
5561 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
5562         Log: Advertise piconv and enc2xs.
5563      Branch: perl
5564            ! pod/perldelta.pod
5565 ____________________________________________________________________________
5566 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
5567         Log: Add enc2xs.
5568      Branch: perl
5569            + utils/enc2xs.PL
5570            ! MANIFEST utils/Makefile
5571 ____________________________________________________________________________
5572 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
5573         Log: Integrate perlio;
5574              
5575              Be more explicit testing for \015 not \r
5576      Branch: perl
5577           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
5578           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
5579 ____________________________________________________________________________
5580 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
5581         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
5582              From: Philip Newton <Philip.Newton@gmx.net>
5583              Date: Mon, 01 Apr 2002 17:06:18 +0200
5584              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
5585      Branch: perl
5586            ! lib/charnames.pm lib/charnames.t
5587 ____________________________________________________________________________
5588 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
5589         Log: Subject: detypo patch
5590              From: andreas.koenig@anima.de (Andreas J. Koenig)
5591              Date: Mon, 01 Apr 2002 10:09:21 +0200
5592              Message-ID: <m3r8lzsuvi.fsf@anima.de>
5593      Branch: perl
5594            ! INSTALL
5595 ____________________________________________________________________________
5596 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
5597         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
5598              From: Philip Newton <Philip.Newton@gmx.net>
5599              Date: Mon, 01 Apr 2002 08:12:01 +0200
5600              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
5601      Branch: perl
5602            ! lib/charnames.pm lib/charnames.t
5603 ____________________________________________________________________________
5604 [ 15653] By: nick                                  on 2002/04/01  09:20:24
5605         Log: Be more explicit testing for \015 not \r
5606      Branch: perlio
5607            ! t/io/crlf.t
5608 ____________________________________________________________________________
5609 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
5610         Log: If under UTF-8 locale the utf8.pm really needs to be found.
5611      Branch: perl
5612            ! t/comp/cpp.t t/run/switchPx.t
5613 ____________________________________________________________________________
5614 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
5615         Log: Upgrade to Tie::File 0.91, from mjd.
5616      Branch: perl
5617            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
5618            + lib/Tie/File/t/26_twrite.t
5619            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
5620            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
5621            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
5622            ! lib/Tie/File/t/16_handle.t
5623 ____________________________________________________________________________
5624 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
5625         Log: DJGPP tweaks from Laszlo.
5626      Branch: perl
5627            ! lib/ExtUtils/MM_DOS.pm util.c
5628 ____________________________________________________________________________
5629 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
5630         Log: Discussion about minimal installations.
5631      Branch: perl
5632            ! INSTALL
5633 ____________________________________________________________________________
5634 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
5635         Log: Comment tweak from Hugo.
5636      Branch: perl
5637            ! regexec.c
5638 ____________________________________________________________________________
5639 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
5640         Log: Another UTF-8 locale tweak from Hugo.
5641      Branch: perl
5642            ! regexec.c
5643 ____________________________________________________________________________
5644 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
5645         Log: Document the known MacOS X locale problem.
5646      Branch: perl
5647            ! pod/perldelta.pod
5648 ____________________________________________________________________________
5649 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
5650         Log: Regex fix from Hugo: in UTF-8 locales the character
5651              counting code didn't work right for minimal matches.
5652      Branch: perl
5653            ! regexec.c
5654 ____________________________________________________________________________
5655 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
5656         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
5657              From: Spider Boardman <spider@Orb.Nashua.NH.US>
5658              Date: Sun, 31 Mar 2002 20:32:43 -0500
5659              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
5660      Branch: perl
5661            ! lib/ExtUtils/xsubpp
5662 ____________________________________________________________________________
5663 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
5664         Log: Document known FreeBSD locale glitch. 
5665      Branch: perl
5666            ! pod/perldelta.pod
5667 ____________________________________________________________________________
5668 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
5669         Log: There is --list in glibc iconv.
5670      Branch: perl
5671            ! ext/Encode/bin/piconv
5672 ____________________________________________________________________________
5673 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
5674         Log: Slight usage tweaks to piconv: show usage with
5675              no -t -f or -l arguments, or with -h.
5676      Branch: perl
5677            ! ext/Encode/bin/piconv
5678 ____________________________________________________________________________
5679 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
5680         Log: Get the piconv installed.
5681      Branch: perl
5682            + utils/piconv.PL
5683            ! MANIFEST utils/Makefile
5684 ____________________________________________________________________________
5685 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
5686         Log: Spelling tweaks.
5687      Branch: perl
5688            ! ext/Encode/bin/piconv
5689 ____________________________________________________________________________
5690 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
5691         Log: Upgrade to Encode 1.11, from Dan Kogai.
5692      Branch: perl
5693            + ext/Encode/Encode/Changes.e2x
5694            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
5695            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
5696            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
5697            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
5698            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
5699            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
5700            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
5701            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
5702            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
5703            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
5704            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
5705            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
5706            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
5707            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
5708            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
5709            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
5710            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
5711            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
5712            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
5713            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
5714            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
5715            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
5716            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
5717            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
5718            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
5719            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
5720            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
5721            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
5722            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
5723            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
5724            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
5725            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
5726            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
5727            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
5728            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
5729            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
5730            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
5731            + ext/Encode/ucm/viscii.ucm
5732            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
5733            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
5734            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
5735            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
5736            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
5737            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
5738            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
5739            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
5740            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
5741            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
5742            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
5743            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
5744            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
5745            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
5746            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
5747            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
5748            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
5749            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
5750            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
5751            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
5752            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
5753            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
5754            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
5755            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
5756            - ext/Encode/Encode/ksc5601.ucm
5757            - ext/Encode/Encode/macCentEuro.ucm
5758            - ext/Encode/Encode/macCroatian.ucm
5759            - ext/Encode/Encode/macCyrillic.ucm
5760            - ext/Encode/Encode/macDingbats.ucm
5761            - ext/Encode/Encode/macGreek.ucm
5762            - ext/Encode/Encode/macIceland.ucm
5763            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
5764            - ext/Encode/Encode/macRumanian.ucm
5765            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
5766            - ext/Encode/Encode/macTurkish.ucm
5767            - ext/Encode/Encode/macUkraine.ucm
5768            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
5769            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
5770            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
5771            - lib/encoding.pm lib/encoding.t
5772            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
5773            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
5774            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
5775            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
5776            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
5777            ! ext/Encode/Makefile.PL ext/Encode/README
5778            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
5779            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5780            ! ext/Encode/lib/Encode/Alias.pm
5781            ! ext/Encode/lib/Encode/Supported.pod
5782 ____________________________________________________________________________
5783 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
5784         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
5785              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
5786              respective test    and doc tweaks.
5787      Branch: perl
5788            ! lib/charnames.pm lib/charnames.t
5789 ____________________________________________________________________________
5790 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
5791         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
5792              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5793              Date: Sun, 31 Mar 2002 22:47:31 +0200
5794              Message-ID: <20020331224731.E854@rafael>
5795      Branch: perl
5796            ! pod/perlfunc.pod
5797 ____________________________________________________________________________
5798 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
5799         Log: Subject: [PATCH] __attribute__ problems with g++
5800              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5801              Date: Sun, 31 Mar 2002 22:43:03 +0200
5802              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
5803      Branch: perl
5804            ! perl.h
5805 ____________________________________________________________________________
5806 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
5807         Log: Put back the #! line, false alarm.
5808      Branch: perl
5809            ! lib/ExtUtils/t/Constant.t
5810 ____________________________________________________________________________
5811 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
5812         Log: Subject: Re: [Patch] pod/perlvar.pod
5813              From: Philip Newton <Philip.Newton@gmx.net>
5814              Date: Sun, 31 Mar 2002 07:40:43 +0200
5815              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
5816      Branch: perl
5817            ! pod/perlvar.pod
5818 ____________________________________________________________________________
5819 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
5820         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
5821              From: Spider Boardman <spider@Orb.Nashua.NH.US>
5822              Date: Sat, 30 Mar 2002 21:37:37 -0500
5823              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
5824      Branch: perl
5825            ! ext/Socket/socketpair.t
5826 ____________________________________________________________________________
5827 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
5828         Log: Subject: Re: compile tweak for Win32
5829              From: Michael G Schwern <schwern@pobox.com>
5830              Date: Fri, 29 Mar 2002 17:48:22 -0500      
5831              Message-ID: <20020329224822.GG16816@blackrider>
5832      Branch: perl
5833            ! win32/buildext.pl
5834 ____________________________________________________________________________
5835 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
5836         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
5837              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5838              Date: Sat, 30 Mar 2002 22:19:46 +0100
5839              Message-ID: <20020330221946.A28497@rafael>
5840      Branch: perl
5841            ! t/lib/1_compile.t
5842 ____________________________________________________________________________
5843 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
5844         Log: Subject: [PATCH regmesg.t] increase output verbosity
5845              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5846              Date: Sat, 30 Mar 2002 22:34:08 +0100
5847              Message-ID: <20020330223408.C28497@rafael>
5848      Branch: perl
5849            ! t/op/regmesg.t
5850 ____________________________________________________________________________
5851 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
5852         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
5853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5854              Date: Sat, 30 Mar 2002 21:36:23 +0100
5855              Message-ID: <20020330213623.A677@rafael>
5856      Branch: perl
5857            ! regcomp.c
5858 ____________________________________________________________________________
5859 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
5860         Log: If using a network filesystem several different hosts
5861              may be trying to lock the same file.  In this case offering
5862              to kill the other process is not that helpful.  (Unless one
5863              has *real* clustering, but that's not usually the case.)
5864      Branch: perl
5865            ! lib/CPAN.pm
5866 ____________________________________________________________________________
5867 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
5868         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
5869              From: andreas.koenig@anima.de (Andreas J. Koenig)
5870              Date: Sat, 30 Mar 2002 06:12:36 +0100
5871              Message-ID: <m3hemyvdtn.fsf@anima.de>
5872      Branch: perl
5873            ! lib/Dumpvalue.pm
5874 ____________________________________________________________________________
5875 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
5876         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
5877              From: Jeremy Zawodny <Jeremy@Zawodny.com>
5878              Date: Fri, 29 Mar 2002 17:55:20 -0800
5879              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
5880      Branch: perl
5881            ! utils/dprofpp.PL
5882 ____________________________________________________________________________
5883 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
5884         Log: Subject: [Patch] pod/perlvar.pod
5885              From: Dan Kogai <dankogai@dan.co.jp>
5886              Date: Sun, 31 Mar 2002 02:03:36 +0900
5887              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
5888      Branch: perl
5889            ! pod/perlvar.pod
5890 ____________________________________________________________________________
5891 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
5892         Log: Subject: [PATCH] MM & Encode fixes
5893              From: Michael G Schwern <schwern@pobox.com>
5894              Date: Sat, 30 Mar 2002 06:41:56 -0500
5895              Message-ID: <20020330114156.GA16533@blackrider>
5896      Branch: perl
5897            + lib/ExtUtils/t/basic.t
5898            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
5899            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
5900            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
5901            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5902            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
5903            ! lib/ExtUtils/t/hints.t
5904 ____________________________________________________________________________
5905 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
5906         Log: EBCDICification.
5907      Branch: perl
5908            ! lib/charnames.t
5909 ____________________________________________________________________________
5910 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
5911         Log: Upgrade to Tie::File 0.90, from mjd.
5912      Branch: perl
5913            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
5914            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
5915            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
5916            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
5917            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
5918            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
5919            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
5920            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
5921            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
5922 ____________________________________________________________________________
5923 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
5924         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
5925              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5926              Date: Sat, 30 Mar 2002 00:20:39 +0100
5927              Message-ID: <20020330002039.A716@rafael>
5928      Branch: perl
5929            ! lib/sort.pm
5930 ____________________________________________________________________________
5931 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
5932         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
5933              From: Michael G Schwern <schwern@pobox.com>
5934              Date: Fri, 29 Mar 2002 18:14:20 -0500
5935              Message-ID: <20020329231419.GI16816@blackrider>
5936      Branch: perl
5937            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
5938            ! wince/Makefile.ce
5939 ____________________________________________________________________________
5940 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
5941         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
5942              From: Paul_GreenVOS@vos.stratus.com
5943              Date: Fri, 29 Mar 02 18:01 est
5944              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
5945      Branch: perl
5946            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
5947 ____________________________________________________________________________
5948 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
5949         Log: AUTHORS updates.
5950      Branch: perl
5951            ! AUTHORS
5952 ____________________________________________________________________________
5953 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
5954         Log: Upgrade to Encode 1.01, from Dan Kogai.
5955      Branch: perl
5956            ! ext/Encode/Changes ext/Encode/Encode.pm
5957            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
5958            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
5959            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
5960            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
5961            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
5962            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
5963            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
5964            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
5965            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
5966            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
5967            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
5968            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
5969            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
5970            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
5971            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
5972            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
5973            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
5974            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
5975            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
5976            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
5977            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
5978            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
5979            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
5980            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
5981            ! ext/Encode/Encode/ksc5601.ucm
5982            ! ext/Encode/Encode/macCentEuro.ucm
5983            ! ext/Encode/Encode/macCroatian.ucm
5984            ! ext/Encode/Encode/macCyrillic.ucm
5985            ! ext/Encode/Encode/macDingbats.ucm
5986            ! ext/Encode/Encode/macGreek.ucm
5987            ! ext/Encode/Encode/macIceland.ucm
5988            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
5989            ! ext/Encode/Encode/macRumanian.ucm
5990            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
5991            ! ext/Encode/Encode/macTurkish.ucm
5992            ! ext/Encode/Encode/macUkraine.ucm
5993            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
5994            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
5995            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
5996            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5997            ! ext/Encode/lib/Encode/CJKConstants.pm
5998            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
5999            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
6000            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
6001 ____________________________________________________________________________
6002 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
6003         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
6004              From: "Craig A. Berry" <craigberry@mac.com>
6005              Date: Fri, 29 Mar 2002 13:46:28 -0600
6006              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
6007      Branch: perl
6008            ! configure.com
6009 ____________________________________________________________________________
6010 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
6011         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
6012              which one has to get from the CPAN distribution.
6013      Branch: perl
6014            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
6015            + lib/Memoize/t/expmod_t.t
6016            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
6017            - lib/Memoize/t/expire_module_t.t
6018            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
6019            ! lib/Memoize/README
6020 ____________________________________________________________________________
6021 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
6022         Log: metaconfig unit tweak.
6023      Branch: metaconfig/U/perl
6024            ! versiononly.U
6025 ____________________________________________________________________________
6026 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
6027         Log: Configure-related tweaks.
6028      Branch: perl
6029            ! Porting/Glossary Porting/config.sh Porting/config_H
6030            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6031            ! vos/config.ga.h
6032 ____________________________________________________________________________
6033 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
6034         Log: Ooops.
6035      Branch: perl
6036            ! t/op/ver.t
6037 ____________________________________________________________________________
6038 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
6039         Log: Subject: [PATCH @15606] d_time for vms
6040              From: "Craig A. Berry" <craigberry@mac.com>
6041              Date: Fri, 29 Mar 2002 11:58:29 -0600
6042              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
6043      Branch: perl
6044            ! configure.com
6045 ____________________________________________________________________________
6046 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
6047         Log: Subject: Re: Regex-Unicode bugs
6048              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6049              Date: Thu, 28 Mar 2002 10:12:35 +0100
6050              Message-ID: <20020328101235.F678@rafael>
6051      Branch: perl
6052            ! t/op/regmesg.t
6053 ____________________________________________________________________________
6054 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
6055         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
6056              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6057              Date: Fri, 29 Mar 2002 16:53:27 +0000
6058              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
6059      Branch: perl
6060            ! pod/perlre.pod pod/perlretut.pod
6061 ____________________________________________________________________________
6062 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
6063         Log: Subject: Re: debugger debuggers wanted
6064              From: spidb@cpan.org
6065              Date: Fri, 29 Mar 2002 06:34:11 -0500
6066              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
6067      Branch: perl
6068            ! lib/perl5db.pl
6069 ____________________________________________________________________________
6070 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
6071         Log: Update Changes.
6072      Branch: perl
6073            ! Changes patchlevel.h
6074 ____________________________________________________________________________
6075 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
6076         Log: Rename for 8.3-friendliness.
6077      Branch: perl
6078            + lib/unicore/PropValueAliases.txt
6079            - lib/unicore/PropertyValueAliases.txt
6080            ! MANIFEST lib/unicore/README.perl
6081 ____________________________________________________________________________
6082 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
6083         Log: Retract ExtUtils/t/basic.t until it works.
6084      Branch: perl
6085            - lib/ExtUtils/t/basic.t
6086            ! MANIFEST
6087 ____________________________________________________________________________
6088 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
6089         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
6090              From: Slaven Rezic <slaven.rezic@berlin.de>
6091              Date: 28 Mar 2002 22:27:14 +0100
6092              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
6093      Branch: perl
6094            ! hints/freebsd.sh
6095 ____________________________________________________________________________
6096 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
6097         Log: Interesting... where did this come from?
6098              (The Configure change in #15600)
6099      Branch: perl
6100            ! config_h.SH
6101 ____________________________________________________________________________
6102 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
6103         Log: metaconfig unit change for #15600.
6104      Branch: metaconfig/U/perl
6105            ! versiononly.U
6106 ____________________________________________________________________________
6107 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
6108         Log: Subject: versiononly should not put `old' versions in inc
6109              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6110              Date: Fri, 29 Mar 2002 12:53:49 +0100
6111              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
6112      Branch: perl
6113            ! Configure
6114 ____________________________________________________________________________
6115 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
6116         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
6117              From: Michael G Schwern <schwern@pobox.com>
6118              Date: Fri, 29 Mar 2002 04:12:47 -0500
6119              Message-ID: <20020329091247.GA7432@blackrider>
6120              
6121              (with two nits: (1) change lib/Extutils/Command/MM.pm
6122              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
6123              @INC to compile.t)
6124      Branch: perl
6125            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
6126            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
6127            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
6128            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
6129            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
6130            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
6131            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
6132            + lib/ExtUtils/t/Problem-Module/Makefile.PL
6133            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
6134            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
6135            + t/lib/MakeMaker/Test/Utils.pm
6136            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
6137            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6138            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
6139            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
6140            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
6141            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6142            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6143            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
6144            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
6145            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
6146            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
6147            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
6148            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
6149            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
6150            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
6151            ! t/lib/TieOut.pm
6152 ____________________________________________________________________________
6153 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
6154         Log: Leftovers from Encode 0.99.
6155      Branch: perl
6156            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
6157            - ext/Encode/compile ext/Encode/encode.h
6158            - ext/Encode/lib/Encode/CN/2022_CN.pm
6159            - ext/Encode/lib/Encode/Details.pod
6160 ____________________________________________________________________________
6161 [ 15597] By: nick                                  on 2002/03/29  14:03:35
6162         Log: Integrate mainline
6163      Branch: perlio
6164           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
6165           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
6166           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
6167           !> (integrate 130 files)
6168 ____________________________________________________________________________
6169 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
6170         Log: Subject: Another Unicode-3.2-induced doc fix
6171              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6172              Date: Fri, 29 Mar 2002 21:45:47 +0900
6173              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
6174      Branch: perl
6175            ! ext/Unicode/Normalize/Normalize.pm
6176 ____________________________________________________________________________
6177 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
6178         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
6179              From: Slaven Rezic <slaven.rezic@berlin.de>
6180              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
6181              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
6182      Branch: perl
6183            ! reentr.c reentr.pl
6184 ____________________________________________________________________________
6185 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
6186         Log: Subject: [PATCH] Quieting OS X
6187              From: Michael G Schwern <schwern@pobox.com>
6188              Date: Fri, 29 Mar 2002 05:46:23 -0500
6189              Message-ID: <20020329104622.GA9163@blackrider>
6190      Branch: perl
6191            ! ext/POSIX/t/posix.t t/op/stat.t
6192 ____________________________________________________________________________
6193 [ 15593] By: ams                                   on 2002/03/29  07:32:22
6194         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
6195              From: Paul_GreenVOS@vos.stratus.com
6196              Date: Fri, 29 Mar 02 0:05 est
6197              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
6198      Branch: perl
6199            ! ext/Time/HiRes/HiRes.xs
6200 ____________________________________________________________________________
6201 [ 15592] By: ams                                   on 2002/03/29  07:28:29
6202         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
6203              From: Spider Boardman <spidb@cpan.org>
6204              Date: Fri, 29 Mar 2002 00:52:24 -0500
6205              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
6206      Branch: perl
6207            ! op.c t/op/attrs.t
6208 ____________________________________________________________________________
6209 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
6210         Log: It's perlce.
6211      Branch: perl
6212            ! pod/perldelta.pod
6213 ____________________________________________________________________________
6214 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
6215         Log: MPE/iX tweaks from Mark Bixby.
6216      Branch: perl
6217            ! ext/Storable/t/lock.t mpeix/relink
6218 ____________________________________________________________________________
6219 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
6220         Log: Upgrade to Encode 1.00, from Dan Kogai.
6221              
6222              (one nit: bin/enc2xs needed also ../..)
6223      Branch: perl
6224            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
6225            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
6226            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
6227            ! (edit 104 files)
6228 ____________________________________________________________________________
6229 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
6230         Log: Subject: [PATCH] NEXT LINE --> NEL
6231              From: Philip Newton <Philip.Newton@gmx.net>
6232              Date: Thu, 28 Mar 2002 21:03:10 +0000
6233              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
6234      Branch: perl
6235            ! lib/charnames.pm lib/charnames.t
6236 ____________________________________________________________________________
6237 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
6238         Log: binmode :bytes, again.
6239      Branch: perl
6240            ! lib/utf8.t
6241 ____________________________________________________________________________
6242 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
6243         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
6244              From: Mark-Jason Dominus <mjd@plover.com>
6245              Date: Thu, 28 Mar 2002 10:36:03 -0500
6246              Message-ID: <20020328153603.11992.qmail@plover.com>
6247      Branch: perl
6248            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
6249 ____________________________________________________________________________
6250 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
6251         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
6252      Branch: perl
6253            ! lib/charnames.pm lib/charnames.t pp_pack.c
6254 ____________________________________________________________________________
6255 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
6256         Log: If expecting UTF-8, probably not expecting UTF-16.
6257      Branch: perl
6258            ! t/comp/require.t
6259 ____________________________________________________________________________
6260 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
6261         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
6262              From: Paul_GreenVOS@vos.stratus.com
6263              Date: Thu, 28 Mar 02 8:22 est
6264              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
6265      Branch: perl
6266            ! lib/Time/Local.pm
6267 ____________________________________________________________________________
6268 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
6269         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
6270              From: Paul_GreenVOS@vos.stratus.com
6271              Date: Thu, 28 Mar 02 7:46 est
6272              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
6273      Branch: perl
6274            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
6275 ____________________________________________________________________________
6276 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
6277         Log: A little bit better error message for \pq, still
6278              not good because the script context is not shown.
6279      Branch: perl
6280            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
6281 ____________________________________________________________________________
6282 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
6283         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
6284              From: Jeffrey Friedl <jfriedl@yahoo.com>
6285              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
6286              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
6287      Branch: perl
6288            ! sv.c t/op/pat.t
6289 ____________________________________________________________________________
6290 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
6291         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
6292              From: Mark-Jason Dominus <mjd@plover.com>
6293              Date: Thu, 28 Mar 2002 05:04:40 -0500
6294              Message-ID: <20020328100440.22081.qmail@plover.com>
6295      Branch: perl
6296            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
6297 ____________________________________________________________________________
6298 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
6299         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
6300              From: mjd@plover.com
6301              Date: 28 Mar 2002 09:22:06 -0000
6302              Message-ID: <20020328092206.18833.qmail@plover.com>
6303      Branch: perl
6304            ! lib/encoding.t
6305 ____________________________________________________________________________
6306 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
6307         Log: Unicode 3.2.0-induced doc tweaks.
6308      Branch: perl
6309            ! pod/perlretut.pod pod/perlunicode.pod
6310 ____________________________________________________________________________
6311 [ 15576] By: nick                                  on 2002/03/28  07:40:04
6312         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
6313      Branch: perlio
6314           +> (branch 31 files)
6315           !> (integrate 162 files)
6316 ____________________________________________________________________________
6317 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
6318         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
6319              From: Paul_GreenVOS@vos.stratus.com
6320              Date: Thu, 28 Mar 02 0:16 est
6321              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
6322      Branch: perl
6323            ! ext/POSIX/t/posix.t
6324 ____________________________________________________________________________
6325 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
6326         Log: Subject: Re: Regex-Unicode bugs
6327              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6328              Date: Wed, 27 Mar 2002 13:48:06 +0100
6329              Message-ID: <20020327134806.C18945@rafael>
6330              
6331              regmesg.t patch still would be nice.
6332      Branch: perl
6333            ! regcomp.c
6334 ____________________________________________________________________________
6335 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
6336         Log: Subject: Re: Regex-Unicode bugs
6337              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
6338              Date: Wed, 27 Mar 2002 12:39:57 +0000
6339              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
6340      Branch: perl
6341            ! pod/perldiag.pod regcomp.c
6342 ____________________________________________________________________________
6343 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
6344         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
6345              From: Paul_GreenVOS@vos.stratus.com
6346              Date: Wed, 27 Mar 02 23:33 est
6347              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
6348      Branch: perl
6349            ! t/io/fs.t
6350 ____________________________________________________________________________
6351 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
6352         Log: The Official 3.2.0 came out.
6353      Branch: perl
6354            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
6355            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
6356            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
6357            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
6358            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
6359            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
6360            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
6361            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
6362            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
6363            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
6364            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
6365            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
6366            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
6367            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
6368            + lib/unicore/lib/UnifiedI.pl
6369            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
6370 ____________________________________________________________________________
6371 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
6372         Log: socketpair binmode :bytes.
6373      Branch: perl
6374            ! ext/Socket/socketpair.t
6375 ____________________________________________________________________________
6376 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
6377         Log: Don't install anything beneath 't' directories.
6378      Branch: perl
6379            ! installperl
6380 ____________________________________________________________________________
6381 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
6382         Log: More UTF-8 locale sensitivity.
6383      Branch: perl
6384            ! t/io/utf8.t
6385 ____________________________________________________________________________
6386 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
6387         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
6388              From: Stas Bekman <stas@stason.org>
6389              Date: Thu, 28 Mar 2002 10:13:45 +0800
6390              Message-ID: <3CA27C59.4020209@stason.org>
6391              
6392              Temp file cleanup.
6393      Branch: perl
6394            ! lib/Pod/t/pod2html-lib.pl
6395 ____________________________________________________________________________
6396 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
6397         Log: Be compatible also with non-UTF-8 locales.
6398      Branch: perl
6399            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
6400            ! lib/Locale/Language.pod
6401 ____________________________________________________________________________
6402 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
6403         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
6404              From: Spider Boardman <spidb@cpan.org>
6405              Date: Wed, 27 Mar 2002 20:52:28 -0500
6406              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
6407      Branch: perl
6408            ! cv.h op.c t/op/attrs.t toke.c
6409 ____________________________________________________________________________
6410 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
6411         Log: "Last element".
6412      Branch: perl
6413            ! pod/perlfunc.pod
6414 ____________________________________________________________________________
6415 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
6416         Log: Subject: Error in perlfunc for "die"
6417              From: William R Ward <bill@wards.net>
6418              Date: 27 Mar 2002 12:31:32 -0800
6419              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
6420      Branch: perl
6421            ! pod/perlfunc.pod
6422 ____________________________________________________________________________
6423 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
6424         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
6425              From: Mark Kvale <kvale@phy.ucsf.edu>
6426              Date: Wed, 27 Mar 2002 16:45:37 -0800
6427              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
6428      Branch: perl
6429            ! pod/perlre.pod pod/perlretut.pod
6430 ____________________________________________________________________________
6431 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
6432         Log: Try to handle UTF-8 locales.
6433      Branch: perl
6434            ! lib/locale.t
6435 ____________________________________________________________________________
6436 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
6437         Log: More binmode :bytes.
6438      Branch: perl
6439            ! t/io/utf8.t
6440 ____________________________________________________________________________
6441 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
6442         Log: binmode(FH, ":bytes") is the right way, methinks.
6443      Branch: perl
6444            ! ext/PerlIO/t/encoding.t
6445 ____________________________________________________________________________
6446 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
6447         Log: UTF-8 locale: need to open explicitly for bytes.
6448      Branch: perl
6449            ! ext/PerlIO/t/encoding.t
6450 ____________________________________________________________________________
6451 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
6452         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
6453      Branch: perl
6454            ! lib/Locale/Language.pm lib/Locale/Language.pod
6455 ____________________________________________________________________________
6456 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
6457         Log: Warn instead of croak.
6458      Branch: perl
6459            ! pod/perldiag.pod utf8.c
6460 ____________________________________________________________________________
6461 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
6462         Log: UTF-8 locale: there might already be one UTF-8 discipline.
6463      Branch: perl
6464            ! lib/open.t
6465 ____________________________________________________________________________
6466 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
6467         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
6468              From: "Craig A. Berry" <craigberry@mac.com>
6469              Date: Wed, 27 Mar 2002 15:22:13 -0600
6470              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
6471      Branch: perl
6472            ! t/lib/1_compile.t t/lib/compmod.pl
6473 ____________________________________________________________________________
6474 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
6475         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
6476              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6477              Date: Wed, 27 Mar 2002 22:35:03 +0100
6478              Message-ID: <20020327223503.A678@rafael>
6479      Branch: perl
6480            ! pod/perlop.pod
6481 ____________________________________________________________________________
6482 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
6483         Log: Start using the Unicode 3.2.0 data (NOTE: still
6484              unofficial, but the data is unlikely to change much.
6485              Doublecheck when 3.2.0 gets released.)
6486      Branch: perl
6487            + lib/unicore/PropertyAliases.txt
6488            + lib/unicore/PropertyValueAliases.txt
6489            ! (edit 129 files)
6490 ____________________________________________________________________________
6491 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
6492         Log: Update Changes.
6493      Branch: perl
6494            ! Changes patchlevel.h
6495 ____________________________________________________________________________
6496 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
6497         Log: Further fixing for #15549.  Six tests are failing
6498              under Solaris with en_US.UTF-8 but those failures seem
6499              unrelated to the BOUND problem, will look at them later.
6500      Branch: perl
6501            ! regexec.c
6502 ____________________________________________________________________________
6503 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
6504         Log: Possible fix for "Orks, Dragons, and Elves":
6505              should now build under UTF-8 locales (is building
6506              under Solaris en_US.UTF-8 right now).
6507      Branch: perl
6508            ! Makefile.SH regexec.c
6509 ____________________________________________________________________________
6510 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
6511         Log: Forgotten from #15523.
6512      Branch: perl
6513            ! lib/Math/BigInt/Calc.pm
6514 ____________________________________________________________________________
6515 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
6516         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
6517              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
6518              Date: Wed, 27 Mar 2002 13:32:00 +0100
6519              Message-ID: <20020327133200.A18945@rafael>
6520      Branch: perl
6521            ! regcomp.c t/lib/warnings/regcomp
6522 ____________________________________________________________________________
6523 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
6524         Log: Subject: [PATCH] MANIFES --> MANIFEST
6525              From: Philip Newton <Philip.Newton@gmx.net>
6526              Date: Wed, 27 Mar 2002 10:05:46 +0000
6527              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
6528              
6529              (plus a few tweaks more)
6530      Branch: perl
6531            ! Porting/check83.pl
6532 ____________________________________________________________________________
6533 [ 15545] By: nick                                  on 2002/03/27  07:37:36
6534         Log: Integrate mainline
6535      Branch: perlio
6536           +> lib/Math/BigInt/t/with_sub.t
6537            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
6538            - lib/bignum/t/trace.t
6539           !> (integrate 76 files)
6540 ____________________________________________________________________________
6541 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
6542         Log: Obsolete mailing list information.
6543      Branch: perl
6544            ! README.bs2000 README.os390 README.vmesa
6545 ____________________________________________________________________________
6546 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
6547         Log: More URL "whitespacing".
6548      Branch: perl
6549            ! README.bs2000 README.hurd README.mpeix README.netware
6550            ! README.os390 README.vmesa README.vos README.win32
6551            ! pod/perl5004delta.pod pod/perl5005delta.pod
6552            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
6553            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
6554            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
6555            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
6556            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
6557            ! pod/perltodo.pod
6558 ____________________________________________________________________________
6559 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
6560         Log: I like doubleclicking on URLs in pods to select them.
6561      Branch: perl
6562            ! README.amiga README.epoc README.vos pod/perl561delta.pod
6563            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
6564            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6565            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
6566            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
6567            ! pod/perltodo.pod pod/perlvar.pod
6568 ____________________________________________________________________________
6569 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
6570         Log: Regen modlib.
6571      Branch: perl
6572            ! pod/perlmodlib.pod
6573 ____________________________________________________________________________
6574 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
6575         Log: Update the CPAN sites list.
6576      Branch: perl
6577            ! pod/perlmodlib.PL pod/perlmodlib.pod
6578 ____________________________________________________________________________
6579 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
6580         Log: Regen modlib, toc.
6581      Branch: perl
6582            ! pod/perlmodlib.pod pod/perltoc.pod
6583 ____________________________________________________________________________
6584 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
6585         Log: s/rationale/rational/
6586      Branch: perl
6587            ! lib/Math/BigRat.pm lib/bigrat.pm
6588 ____________________________________________________________________________
6589 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
6590         Log: s/done/esac/
6591      Branch: perl
6592            ! hints/dec_osf.sh
6593 ____________________________________________________________________________
6594 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
6595         Log: Advertise big* and BigRat.
6596      Branch: perl
6597            ! pod/perldelta.pod
6598 ____________________________________________________________________________
6599 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
6600         Log: A missing ) in #15527.
6601      Branch: perl
6602            ! pp_sys.c
6603 ____________________________________________________________________________
6604 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
6605         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
6606              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6607              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
6608              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
6609      Branch: perl
6610            ! lib/ExtUtils/typemap
6611 ____________________________________________________________________________
6612 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
6613         Log: Subject: Re: Cygwin PerlIO.t failing
6614              From: Stas Bekman <stas@stason.org>
6615              Date: Wed, 27 Mar 2002 01:34:11 +0800
6616              Message-ID: <3CA0B113.1070800@stason.org>
6617      Branch: perl
6618            ! ext/PerlIO/PerlIO.t
6619 ____________________________________________________________________________
6620 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
6621         Log: Subject: [PATCH] safety check for vms/test.com
6622              From: "Craig A. Berry" <craigberry@mac.com>
6623              Date: Tue, 26 Mar 2002 12:15:21 -0600
6624              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
6625      Branch: perl
6626            ! vms/test.com
6627 ____________________________________________________________________________
6628 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
6629         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
6630              From: PPrymmer@factset.com
6631              Date: Tue, 26 Mar 2002 13:04:59 -0500
6632              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
6633      Branch: perl
6634            ! configure.com
6635 ____________________________________________________________________________
6636 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
6637         Log: Subject: [PATCH] Minor typo in test harness
6638              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
6639              Date: Tue, 26 Mar 2002 17:44:06 -0000
6640              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
6641      Branch: perl
6642            ! t/lib/warnings/perlio
6643 ____________________________________________________________________________
6644 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
6645         Log: Subject: PATCH s2p.PL
6646              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6647              Date: Tue, 26 Mar 2002 17:16:46 +0100
6648              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
6649      Branch: perl
6650            ! x2p/s2p.PL
6651 ____________________________________________________________________________
6652 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
6653         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
6654      Branch: perl
6655            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
6656            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
6657            ! MANIFEST
6658 ____________________________________________________________________________
6659 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
6660         Log: Avoid and document a weird bug in UNICOS/mk.
6661      Branch: perl
6662            ! pod/perldelta.pod pp_sys.c
6663 ____________________________________________________________________________
6664 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
6665         Log: Math::BigInt::Lite 0.09, from Tels.
6666      Branch: perl
6667            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
6668            ! MANIFEST
6669 ____________________________________________________________________________
6670 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
6671         Log: For now disable the test in OS/390; it seems to hang,
6672              but frustratingly seems to run from command line and
6673              from Perl debugger.
6674      Branch: perl
6675            ! lib/Math/BigInt/t/mbi_rand.t
6676 ____________________________________________________________________________
6677 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
6678         Log: EPOC update from Olaf Flebbe.
6679      Branch: perl
6680            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
6681            ! pod/perlport.pod t/io/fs.t
6682 ____________________________________________________________________________
6683 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
6684         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
6685              and bignum 0.11, from Tels.
6686      Branch: perl
6687            + lib/Math/BigInt/t/with_sub.t
6688            - lib/bignum/t/trace.t
6689            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6690            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
6691            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
6692            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
6693            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
6694            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
6695            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
6696            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
6697            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
6698            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
6699            ! lib/bignum/t/bigrat.t lib/bigrat.pm
6700            ! t/lib/Math/BigInt/Subclass.pm
6701 ____________________________________________________________________________
6702 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
6703         Log: Integrate perlio;
6704              
6705              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
6706              
6707              Testcase for crlf spanning buffer boundary
6708      Branch: perl
6709           +> t/io/crlf.t
6710           !> MANIFEST perlio.c
6711 ____________________________________________________________________________
6712 [ 15521] By: nick                                  on 2002/03/26  15:31:55
6713         Log: Testcase for crlf spanning buffer boundary
6714      Branch: perlio
6715            + t/io/crlf.t
6716            ! MANIFEST
6717 ____________________________________________________________________________
6718 [ 15520] By: nick                                  on 2002/03/26  15:09:52
6719         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
6720      Branch: perlio
6721            ! perlio.c
6722 ____________________________________________________________________________
6723 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
6724         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
6725      Branch: perl
6726            ! t/lib/1_compile.t
6727 ____________________________________________________________________________
6728 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
6729         Log: Document the Configure (really, awk) glitch in
6730              UNICOS/mk.
6731      Branch: perl
6732            ! pod/perldelta.pod
6733 ____________________________________________________________________________
6734 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
6735         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
6736              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6737              Date: Fri, 22 Mar 2002 16:11:28 +0100
6738              Message-ID: <3C9B57B0.31936.496399@localhost>
6739      Branch: perl
6740            ! win32/win32.c
6741 ____________________________________________________________________________
6742 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
6743         Log: Subject: Re: Jarkko likes OOOOs
6744              From: "Gerrit P. Haase" <gp@familiehaase.de>
6745              Date: Tue, 26 Mar 2002 08:44:02 +0100
6746              Message-ID: <40509050505.20020326084402@familiehaase.de>
6747      Branch: perl
6748            ! t/io/fs.t
6749 ____________________________________________________________________________
6750 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
6751         Log: Subject: [patch utils/perlbug] subject header setting problem      
6752              From: Stas Bekman <stas@stason.org>
6753              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
6754              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
6755      Branch: perl
6756            ! utils/perlbug.PL
6757 ____________________________________________________________________________
6758 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
6759         Log: Subject: [PATCH] win32/makefile.mk
6760              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6761              Date: Tue, 26 Mar 2002 13:56:19 +0100
6762              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
6763      Branch: perl
6764            ! win32/makefile.mk
6765 ____________________________________________________________________________
6766 [ 15513] By: nick                                  on 2002/03/26  07:17:17
6767         Log: Integrate mainline
6768      Branch: perlio
6769           +> (branch 39 files)
6770            - (delete 109 files)
6771           !> (integrate 105 files)
6772 ____________________________________________________________________________
6773 [ 15512] By: nick                                  on 2002/03/26  06:52:42
6774         Log: Integrate mainline
6775      Branch: perlio
6776           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
6777           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
6778           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
6779           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
6780           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
6781 ____________________________________________________________________________
6782 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
6783         Log: Installation advice from Robert Spier. 
6784      Branch: perl
6785            ! INSTALL
6786 ____________________________________________________________________________
6787 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
6788         Log: Stas setting things right.
6789      Branch: perl
6790            ! ext/PerlIO/PerlIO.t
6791 ____________________________________________________________________________
6792 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
6793         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
6794              From: Paul_GreenVOS@vos.stratus.com
6795              Date: Mon, 25 Mar 02 23:57 est
6796              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
6797      Branch: perl
6798            ! ext/IO/lib/IO/t/io_unix.t
6799 ____________________________________________________________________________
6800 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
6801         Log: Add threads hints for UNICOS/mk and UNICOS.
6802              (I'm just guessing on UNICOS.)
6803      Branch: perl
6804            ! hints/unicos.sh hints/unicosmk.sh
6805 ____________________________________________________________________________
6806 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
6807         Log: Mention the effect of Unicode keys on hashes.
6808      Branch: perl
6809            ! pod/perlunicode.pod
6810 ____________________________________________________________________________
6811 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
6812         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
6813              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
6814              Date: Mon, 25 Mar 2002 17:24:33 -0600
6815              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
6816      Branch: perl
6817            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
6818            ! vms/vms_yfix.pl
6819 ____________________________________________________________________________
6820 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
6821         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
6822      Branch: perl
6823            ! hints/dec_osf.sh
6824 ____________________________________________________________________________
6825 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
6826         Log: The .ucm of Encode are big when uncompressed.
6827      Branch: perl
6828            ! INSTALL
6829 ____________________________________________________________________________
6830 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
6831         Log: I don't understand what is going on what these
6832              news tests, retracting the whole lot.
6833      Branch: perl
6834            ! ext/PerlIO/PerlIO.t
6835 ____________________________________________________________________________
6836 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
6837         Log: Upgrade to Encode 0.99, from Dan Kogai.
6838      Branch: perl
6839            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
6840            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
6841            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
6842            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
6843            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
6844            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
6845            + ext/Encode/Encode/ksc5601.ucm
6846            + ext/Encode/Encode/macCentEuro.ucm
6847            + ext/Encode/Encode/macCroatian.ucm
6848            + ext/Encode/Encode/macCyrillic.ucm
6849            + ext/Encode/Encode/macDingbats.ucm
6850            + ext/Encode/Encode/macGreek.ucm
6851            + ext/Encode/Encode/macIceland.ucm
6852            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
6853            + ext/Encode/Encode/macRumanian.ucm
6854            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
6855            + ext/Encode/Encode/macTurkish.ucm
6856            + ext/Encode/Encode/macUkraine.ucm
6857            + ext/Encode/Encode/shiftjis.ucm
6858            + ext/Encode/lib/Encode/10646_1.pm
6859            + ext/Encode/lib/Encode/CJKConstants.pm
6860            + ext/Encode/lib/Encode/CN/2022_CN.pm
6861            + ext/Encode/lib/Encode/JP/2022_JP.pm
6862            + ext/Encode/lib/Encode/JP/2022_JP1.pm
6863            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
6864            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
6865            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
6866            + ext/Encode/ucm2table
6867            - (delete 109 files)
6868            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
6869            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
6870            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
6871            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
6872            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6873            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
6874            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
6875            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
6876            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
6877            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
6878            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
6879            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
6880            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
6881            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
6882            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
6883            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
6884            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
6885            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
6886            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
6887            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
6888            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
6889            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
6890            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
6891            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
6892            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
6893            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
6894            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
6895            ! ext/Encode/Makefile.PL ext/Encode/README
6896            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
6897            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
6898            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
6899            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
6900            ! ext/Encode/lib/Encode/Details.pod
6901            ! ext/Encode/lib/Encode/Encoding.pm
6902            ! ext/Encode/lib/Encode/Internal.pm
6903            ! ext/Encode/lib/Encode/JP/H2Z.pm
6904            ! ext/Encode/lib/Encode/JP/JIS.pm
6905            ! ext/Encode/lib/Encode/Supported.pod
6906            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
6907            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6908            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
6909            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
6910            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
6911            ! ext/Encode/t/jisx0212.ref
6912 ____________________________________________________________________________
6913 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
6914         Log: Noise with -w.
6915      Branch: perl
6916            ! ext/PerlIO/PerlIO.t
6917 ____________________________________________________________________________
6918 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
6919         Log: If no perlio no perlio warnings, either.
6920      Branch: perl
6921            ! lib/warnings.t
6922 ____________________________________________________________________________
6923 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
6924         Log: ...and put some of the new perlio tests here.
6925              The in-memory ones not yet since my poor brain
6926              refuses to find the right TODO incantation.
6927      Branch: perl
6928            ! ext/PerlIO/PerlIO.t
6929 ____________________________________________________________________________
6930 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
6931         Log: Take away the perlio-requiring tests..
6932      Branch: perl
6933            ! t/io/open.t
6934 ____________________________________________________________________________
6935 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
6936         Log: More correct now, but actually the two new tests
6937              need to be moved, since they are perlio-only...
6938      Branch: perl
6939            ! t/io/open.t
6940 ____________________________________________________________________________
6941 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
6942         Log: More neo-io tests from Stas Bekman.
6943      Branch: perl
6944            ! t/io/open.t
6945 ____________________________________________________________________________
6946 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
6947         Log: Document the QNX6 sprintf glitch.
6948      Branch: perl
6949            ! pod/perldelta.pod
6950 ____________________________________________________________________________
6951 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
6952         Log: AmigaOS must use the ixemul directly, since there
6953              is no more vfork support.
6954      Branch: perl
6955            ! hints/amigaos.sh
6956 ____________________________________________________________________________
6957 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
6958         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
6959              From: Norton Allen <allen@huarp.harvard.edu>
6960              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
6961              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
6962      Branch: perl
6963            ! pp_sys.c
6964 ____________________________________________________________________________
6965 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
6966         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
6967              From: Norton Allen <allen@huarp.harvard.edu>
6968              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
6969              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
6970      Branch: perl
6971            ! ext/Socket/socketpair.t
6972 ____________________________________________________________________________
6973 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
6974         Log: Clarify the 8.3 rule.
6975      Branch: perl
6976            ! Porting/check83.pl
6977 ____________________________________________________________________________
6978 [ 15490] By: nick                                  on 2002/03/25  16:05:07
6979         Log: Integrate mainline
6980      Branch: perlio
6981           +> ext/Encode/lib/Encode/EncFormat.pod
6982           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
6983            - ext/Encode/lib/EncodeFormat.pod
6984           !> (integrate 41 files)
6985 ____________________________________________________________________________
6986 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
6987         Log: Update Changes.
6988      Branch: perl
6989            ! Changes patchlevel.h
6990 ____________________________________________________________________________
6991 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
6992         Log: Forgotten from #15486.
6993      Branch: perl
6994            ! perl.c
6995 ____________________________________________________________________________
6996 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
6997         Log: It seems that FreeBSD does not like using Perl's malloc
6998              when multithreaded.
6999      Branch: perl
7000            ! hints/freebsd.sh
7001 ____________________________________________________________________________
7002 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
7003         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
7004              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7005              Date: Mon, 25 Mar 2002 11:33:17 +0100
7006              Message-ID: <20020325113317.A1410@rafael>
7007              
7008              Apparently VMS does not do YYDEBUG.
7009      Branch: perl
7010            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
7011 ____________________________________________________________________________
7012 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
7013         Log: Subject: [PATCH] warnings for perlio + others
7014              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7015              Date: Mon, 25 Mar 2002 13:01:44 -0000
7016              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
7017      Branch: perl
7018            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
7019            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
7020            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
7021            ! warnings.pl
7022 ____________________________________________________________________________
7023 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
7024         Log: As verified by Doug MacEachern.
7025      Branch: perl
7026            ! pod/perldelta.pod
7027 ____________________________________________________________________________
7028 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
7029         Log: MPE/iX update from Mark Bixby.
7030      Branch: perl
7031            + mpeix/mpeix.c
7032            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
7033            ! hints/mpeix.sh mpeix/mpeixish.h
7034 ____________________________________________________________________________
7035 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
7036         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
7037              From: Nicholas Clark <nick@unfortu.net>
7038              Date: Sun, 24 Mar 2002 22:50:06 +0000
7039              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
7040      Branch: perl
7041            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
7042 ____________________________________________________________________________
7043 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
7044         Log: Subject: [PATCH] fix warning + carp interaction
7045              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
7046              Date: Sun, 24 Mar 2002 23:00:21 -0000
7047              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
7048      Branch: perl
7049            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
7050            ! warnings.pl
7051 ____________________________________________________________________________
7052 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
7053         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
7054              (All the code changes have already been applied earlier.)
7055      Branch: perl
7056            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
7057 ____________________________________________________________________________
7058 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
7059         Log: DB_File: for the core version, no need to specify
7060              a minimum MM version.
7061      Branch: perl
7062            ! ext/DB_File/Makefile.PL
7063 ____________________________________________________________________________
7064 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
7065         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
7066              From: Dave Mitchell <davem@fdgroup.com>
7067              Date: Sun, 24 Mar 2002 22:23:08 +0000
7068              Message-ID: <20020324222308.B21963@fdgroup.com>
7069      Branch: perl
7070            ! pp_pack.c
7071 ____________________________________________________________________________
7072 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
7073         Log: Subject: [PATCH @15450] errno help for VMS
7074              From: "Craig A. Berry" <craigberry@mac.com>
7075              Date: Sun, 24 Mar 2002 16:17:52 -0600
7076              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
7077      Branch: perl
7078            ! ext/POSIX/t/posix.t vms/vms.c
7079 ____________________________________________________________________________
7080 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
7081         Log: Upgrade to Locale::Codes 2.03.
7082      Branch: perl
7083            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
7084            ! lib/Locale/Country.pm
7085 ____________________________________________________________________________
7086 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
7087         Log: metaconfig unit change for #15474.
7088      Branch: metaconfig/U/perl
7089            ! Extensions.U
7090 ____________________________________________________________________________
7091 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
7092         Log: The #15472 said "properly".  Ha!
7093      Branch: perl
7094            ! Configure
7095 ____________________________________________________________________________
7096 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
7097         Log: metaconfig unit change for #15472.
7098      Branch: metaconfig/U/perl
7099            ! Extensions.U
7100 ____________________________________________________________________________
7101 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
7102         Log: Properly scan for the subextensions of Encode
7103              when doing static builds.
7104      Branch: perl
7105            ! Configure
7106 ____________________________________________________________________________
7107 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
7108         Log: Tru64: Document the known odbm failure with static builds.
7109      Branch: perl
7110            ! README.tru64
7111 ____________________________________________________________________________
7112 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
7113         Log: microperl tweaks.
7114      Branch: perl
7115            ! Makefile.micro locale.c util.c
7116 ____________________________________________________________________________
7117 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
7118         Log: metaconfig unit changes for #15468.
7119      Branch: metaconfig
7120            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
7121            ! U/modified/libc.U U/modified/libs.U
7122            ! U/threads/d_pthread_atfork.U
7123 ____________________________________________________________________________
7124 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
7125         Log: Various metaconfig unit cleanup; only one visible change
7126              in Configure, though.
7127      Branch: perl
7128            ! Configure
7129 ____________________________________________________________________________
7130 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
7131         Log: Upgrade to Encode 0.98, from Dan Kogai.
7132      Branch: perl
7133            + ext/Encode/lib/Encode/EncFormat.pod
7134            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
7135            - ext/Encode/lib/EncodeFormat.pod
7136            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
7137            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
7138            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
7139            ! ext/Encode/lib/Encode/Alias.pm
7140            ! ext/Encode/lib/Encode/Details.pod
7141            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
7142            ! ext/Encode/lib/Encode/JP/JIS.pm
7143            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
7144 ____________________________________________________________________________
7145 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
7146         Log: Integrate perlio;
7147              
7148              Avoid core-dump in Encode with PERLIO=mmap
7149      Branch: perl
7150           !> ext/Encode/Encode.xs
7151 ____________________________________________________________________________
7152 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
7153         Log: In the spirit of #15464.
7154      Branch: perl
7155            ! perl.c sv.c
7156 ____________________________________________________________________________
7157 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
7158         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
7159              From: Michael G Schwern <schwern@pobox.com>
7160              Date: Sun, 24 Mar 2002 02:27:25 -0500
7161              Message-ID: <20020324072725.GA3554@blackrider>
7162      Branch: perl
7163            ! perl.c
7164 ____________________________________________________________________________
7165 [ 15463] By: nick                                  on 2002/03/24  10:24:41
7166         Log: Integrate mainline
7167      Branch: perlio
7168           +> (branch 28 files)
7169            - lib/bigfloat.t lib/bigint.t
7170           !> (integrate 59 files)
7171 ____________________________________________________________________________
7172 [ 15462] By: nick                                  on 2002/03/24  08:59:35
7173         Log: Avoid core-dump in Encode with PERLIO=mmap
7174      Branch: perlio
7175            ! ext/Encode/Encode.xs
7176 ____________________________________________________________________________
7177 [ 15461] By: nick                                  on 2002/03/24  08:58:21
7178         Log: Too many machines doing integrate mainline
7179      Branch: perlio
7180           !> Changes Configure lib/AutoSplit.t
7181           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
7182           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
7183           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
7184           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
7185 ____________________________________________________________________________
7186 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
7187         Log: Retract Math::BigInt::Lite for now, seems to confuse
7188              bignum and bigrat.
7189      Branch: perl
7190            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
7191            ! MANIFEST
7192 ____________________________________________________________________________
7193 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
7194         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
7195              From: "Craig A. Berry" <craigberry@mac.com>
7196              Date: Sat, 23 Mar 2002 23:23:00 -0600
7197              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
7198      Branch: perl
7199            ! configure.com vms/vms.c
7200 ____________________________________________________________________________
7201 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
7202         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
7203              From: Michael G Schwern <schwern@pobox.com>
7204              Date: Sat, 23 Mar 2002 21:32:32 -0500
7205              Message-ID: <20020324023232.GA29972@blackrider>
7206              
7207              (with Russ Allbery's simplifications)
7208      Branch: perl
7209            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
7210 ____________________________________________________________________________
7211 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
7212         Log: Merge Math::BigInt::Lite 0.08, from Tels.
7213      Branch: perl
7214            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
7215            ! MANIFEST
7216 ____________________________________________________________________________
7217 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
7218         Log: Too chatty.
7219      Branch: perl
7220            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
7221 ____________________________________________________________________________
7222 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
7223         Log: Merge bignum 0.10, from Tels.
7224      Branch: perl
7225            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
7226            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
7227            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
7228            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
7229            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
7230            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
7231            ! MANIFEST
7232 ____________________________________________________________________________
7233 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
7234         Log: Rename the Perl 4 tests in preparation of bignum.
7235      Branch: perl
7236            + lib/bigfloatpl.t lib/bigintpl.t
7237            - lib/bigfloat.t lib/bigint.t
7238            ! MANIFEST
7239 ____________________________________________________________________________
7240 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
7241         Log: Merge Math::BigRat 0.04, from Tels.
7242      Branch: perl
7243            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
7244            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
7245            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
7246            + t/lib/Math/BigRat/Test.pm
7247            ! MANIFEST
7248 ____________________________________________________________________________
7249 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
7250         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
7251              From: Dave Mitchell <davem@fdgroup.com>
7252              Date: Sat, 23 Mar 2002 22:27:24 +0000
7253              Message-ID: <20020323222724.A19425@fdgroup.com>
7254      Branch: perl
7255            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
7256 ____________________________________________________________________________
7257 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
7258         Log: Forgotten.
7259      Branch: perl
7260            ! ext/Unicode/Normalize/README
7261 ____________________________________________________________________________
7262 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
7263         Log: Update Changes.
7264      Branch: perl
7265            ! Changes patchlevel.h
7266 ____________________________________________________________________________
7267 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
7268         Log: Subject: perldoc -m [PATCH]
7269              From: "John L. Allen" <allen@grumman.com>
7270              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
7271              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
7272      Branch: perl
7273            ! utils/perldoc.PL
7274 ____________________________________________________________________________
7275 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
7276         Log: Subject: Re: Copious warnings from Sys::Syslog
7277              From: andreas.koenig@anima.de (Andreas J. Koenig)
7278              Date: Sat, 23 Mar 2002 06:47:08 +0100
7279              Message-ID: <m31yebvns3.fsf@anima.de>
7280      Branch: perl
7281            ! ext/Sys/Syslog/Syslog.pm
7282 ____________________________________________________________________________
7283 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
7284         Log: Upgrade to Math::BigInt 1.55, from Tels.
7285      Branch: perl
7286            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
7287            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
7288            + lib/Math/BigInt/t/use_lib4.t
7289            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7290            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
7291            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
7292            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
7293            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
7294            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
7295            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
7296            ! lib/Math/BigInt/t/upgrade.t
7297 ____________________________________________________________________________
7298 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
7299         Log: Upgrade to Encode 0.97, from Dan Kogai.
7300      Branch: perl
7301            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
7302            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
7303            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
7304            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7305            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
7306            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7307            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
7308            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
7309            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
7310            ! ext/Encode/t/Tcl.t
7311 ____________________________________________________________________________
7312 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
7313         Log: Slight tweaks on #15443.
7314      Branch: perl
7315            ! pod/perlvar.pod
7316 ____________________________________________________________________________
7317 [ 15444] By: nick                                  on 2002/03/23  17:30:42
7318         Log: Integrate mainline
7319      Branch: perlio
7320           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
7321           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
7322           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
7323           !> (integrate 50 files)
7324 ____________________________________________________________________________
7325 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
7326         Log: Subject: patch [bleadperl]: Document %! special variable
7327              From: mjd@plover.com
7328              Date: 23 Mar 2002 18:25:44 -0000
7329              Message-ID: <20020323182544.11741.qmail@plover.com>    
7330      Branch: perl
7331            ! pod/perlvar.pod
7332 ____________________________________________________________________________
7333 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
7334         Log: Since the Encode::JP is unsupported under EBCDIC we
7335              cannot run this test (aliases as such should work fine).
7336      Branch: perl
7337            ! ext/Encode/t/Aliases.t
7338 ____________________________________________________________________________
7339 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
7340         Log: EBCDIC: the sorting order is different under
7341              byte-EBCDIC and Unicode.
7342      Branch: perl
7343            ! t/op/utfhash.t
7344 ____________________________________________________________________________
7345 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
7346         Log: EBCDIC: the character codes are different.
7347      Branch: perl
7348            ! lib/Pod/t/pod2html-lib.pl
7349 ____________________________________________________________________________
7350 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
7351         Log: Purify: #15434 got the test the wrong.
7352              (Is there an approved way of testing "is this an unop"?)
7353      Branch: perl
7354            ! op.c
7355 ____________________________________________________________________________
7356 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
7357         Log: Purify: Array bounds read: could read one character past the end.
7358      Branch: perl
7359            ! pp_pack.c
7360 ____________________________________________________________________________
7361 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
7362         Log: Purify: Array bounds read: reading one byte before the buffer.
7363      Branch: perl
7364            ! util.c
7365 ____________________________________________________________________________
7366 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
7367         Log: Purify: Unitialized memory read.  Too many code paths
7368              to keep track of, I guess.
7369      Branch: perl
7370            ! sv.c
7371 ____________________________________________________________________________
7372 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
7373         Log: Purify: Array bounds write: pre-extend the strxfrm
7374              buffer by a factor of four (suggested maximum by HP-UX;
7375              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
7376              know how portable that is; locale.c uses yet another trick
7377              (not a particularly good trick, I might add))
7378      Branch: perl
7379            ! ext/POSIX/POSIX.xs
7380 ____________________________________________________________________________
7381 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
7382         Log: Purify: Array bounds read: o->op_last was accessed
7383              for unops (via newUNOP() and ck_eof()).
7384              (analysis okay, patch bad: see #15439)
7385      Branch: perl
7386            ! op.c
7387 ____________________________________________________________________________
7388 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
7389         Log: Subject: [PATCH] vms/test.com, File::Find tests
7390              From: "Craig A. Berry" <craigberry@mac.com>
7391              Date: Fri, 22 Mar 2002 16:52:59 -0600
7392              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
7393      Branch: perl
7394            ! vms/test.com
7395 ____________________________________________________________________________
7396 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
7397         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
7398              From: Michael G Schwern <schwern@pobox.com>
7399              Date: Fri, 22 Mar 2002 18:08:19 -0500
7400              Message-ID: <20020322230819.GB16454@blackrider>
7401      Branch: perl
7402            ! ext/Sys/Syslog/Syslog.pm
7403 ____________________________________________________________________________
7404 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
7405         Log: Update the information on Encode.
7406      Branch: perl
7407            ! pod/perldelta.pod
7408 ____________________________________________________________________________
7409 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
7410         Log: Upgrade to Encode 0.96, from Dan Kogai.
7411      Branch: perl
7412            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
7413            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
7414            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
7415            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
7416            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7417            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
7418            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
7419            ! ext/Encode/lib/Encode/Alias.pm
7420            ! ext/Encode/lib/Encode/Encoding.pm
7421            ! ext/Encode/lib/Encode/Internal.pm
7422            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
7423 ____________________________________________________________________________
7424 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
7425         Log: Subject: [PATCH] h2xs.t fix for VMS
7426              From: "Craig A. Berry" <craigberry@mac.com>
7427              Date: Fri, 22 Mar 2002 15:47:38 -0600
7428              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
7429      Branch: perl
7430            ! lib/h2xs.t
7431 ____________________________________________________________________________
7432 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
7433         Log: One more pass.
7434      Branch: perl
7435            ! epoc/config.sh
7436 ____________________________________________________________________________
7437 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
7438         Log: Even better version from Olaf Flebbe.
7439      Branch: perl
7440            ! epoc/config.sh pp_sys.c util.c
7441 ____________________________________________________________________________
7442 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
7443         Log: EPOC update from Olaf Flebbe.
7444      Branch: perl
7445            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
7446            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
7447 ____________________________________________________________________________
7448 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
7449         Log: Tweak from John P. Linderman.
7450      Branch: perl
7451            ! pod/perlhack.pod
7452 ____________________________________________________________________________
7453 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
7454         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
7455              From: Stas Bekman <stas@stason.org>
7456              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
7457              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
7458      Branch: perl
7459            ! pod/perlfunc.pod
7460 ____________________________________________________________________________
7461 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
7462         Log: Subject: [PATCH] check sysconf's return value in reentr.c
7463              From: <slaven.rezic@berlin.de>
7464              Date: Fri, 22 Mar 2002 18:30:36 +0100
7465              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
7466              
7467              (plus use 4k instead 2k as the "usual" size)
7468      Branch: perl
7469            ! reentr.c reentr.pl
7470 ____________________________________________________________________________
7471 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
7472         Log: Update Changes.
7473      Branch: perl
7474            ! Changes patchlevel.h
7475 ____________________________________________________________________________
7476 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
7477         Log: Forgot from #15416.
7478      Branch: perl
7479            ! pod/perlfaq3.pod
7480 ____________________________________________________________________________
7481 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
7482         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
7483              From: andreas.koenig@anima.de (Andreas J. Koenig)
7484              Date: Fri, 22 Mar 2002 16:27:51 +0100
7485              Message-ID: <m3n0x0vczs.fsf@anima.de>
7486      Branch: perl
7487            ! pod/perlmodstyle.pod
7488 ____________________________________________________________________________
7489 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
7490         Log: metaconfig unit changes for #15418.
7491      Branch: metaconfig
7492            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7493            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7494            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7495            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7496            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7497            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7498            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7499            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7500            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7501            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7502            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7503            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7504            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7505            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7506            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7507            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7508            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7509            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7510            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7511            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7512            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7513            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7514            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7515            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7516 ____________________________________________________________________________
7517 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
7518         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
7519              Also, there's no i_stdio.
7520      Branch: perl
7521            ! Configure reentr.h reentr.pl
7522 ____________________________________________________________________________
7523 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
7524         Log: Document a known AIX warning.
7525      Branch: perl
7526            ! pod/perldelta.pod
7527 ____________________________________________________________________________
7528 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
7529         Log: Undo #15415, allow the faq people to catch up first.
7530      Branch: perl
7531            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7532 ____________________________________________________________________________
7533 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
7534         Log: FAQ sync.
7535      Branch: perl
7536            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
7537 ____________________________________________________________________________
7538 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
7539         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
7540              From: andreas.koenig@anima.de (Andreas J. Koenig)
7541              Date: Fri, 22 Mar 2002 15:16:19 +0100
7542              Message-ID: <m38z8kwuvg.fsf@anima.de>
7543              
7544              (plus reformat)
7545      Branch: perl
7546            ! pod/perldelta.pod
7547 ____________________________________________________________________________
7548 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
7549         Log: Integrate perlio;
7550              
7551              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
7552              
7553              Check for sanity of UTF-8 keys in hashes
7554      Branch: perl
7555           +> t/op/utfhash.t
7556           !> MANIFEST doio.c
7557 ____________________________________________________________________________
7558 [ 15412] By: nick                                  on 2002/03/22  10:50:53
7559         Log: Check for sanity of UTF-8 keys in hashes
7560              (feel free to add more tests...)
7561      Branch: perlio
7562            + t/op/utfhash.t
7563            ! MANIFEST
7564 ____________________________________________________________________________
7565 [ 15411] By: ams                                   on 2002/03/22  08:36:33
7566         Log: Revert #15200 for backwards compatiblity reasons.
7567      Branch: perl
7568            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
7569            ! pp_ctl.c t/op/override.t
7570 ____________________________________________________________________________
7571 [ 15410] By: nick                                  on 2002/03/22  07:47:41
7572         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
7573              - when (e.g.) STDOUT is char special file and gets IoOFP
7574              created - do _NOT_ pass num_svs as that fopen-s stringified
7575              glob, and not fdopen-s the fd.
7576      Branch: perlio
7577            ! doio.c
7578 ____________________________________________________________________________
7579 [ 15409] By: nick                                  on 2002/03/22  07:19:33
7580         Log: Integrate mainline
7581      Branch: perlio
7582           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
7583           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
7584           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
7585           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
7586           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
7587           +> ext/Encode/lib/Encode/Details.pod
7588           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
7589           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
7590           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
7591           +> lib/Pod/t/pod2html-lib.pl
7592            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
7593           !> (integrate 39 files)
7594 ____________________________________________________________________________
7595 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
7596         Log: Win32 tweak from mjd.
7597      Branch: perl
7598            ! lib/Tie/File.pm
7599 ____________________________________________________________________________
7600 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
7601         Log: If Unicode keys are entered to a hash, a bit is turned on.
7602              If the bit is on, when the keys are fetched from the hash
7603              (%h, each %h, keys %h), the Unicodified versions of the keys
7604              are returned if needed.  This solution errs on the size of
7605              over-Unicodifying, the old solution erred on the side of
7606              under-Unicodifying.  As long as the hash keys can be a mix
7607              of byte and Unicode strings, a perfect fit is hard to come by.
7608      Branch: perl
7609            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
7610            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
7611 ____________________________________________________________________________
7612 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
7613         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
7614              From: Mike Guy <mjtg@cam.ac.uk>
7615              Date: Fri, 22 Mar 2002 02:08:20 +0000
7616              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
7617      Branch: perl
7618            ! pod/perldelta.pod
7619 ____________________________________________________________________________
7620 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
7621         Log: PM_SETRE() fallout.
7622      Branch: perl
7623            ! ext/ByteLoader/bytecode.h
7624 ____________________________________________________________________________
7625 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
7626         Log: Subject: [PATCH pod/perlxs.pod] doc fix
7627              From: Stas Bekman <stas@stason.org>
7628              Date: Thu, 21 Mar 2002 18:47:35 +0800
7629              Message-ID: <3C99BA47.9010403@stason.org>
7630      Branch: perl
7631            ! pod/perlxs.pod
7632 ____________________________________________________________________________
7633 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
7634         Log: Subject: [PATCH]
7635              From: Slaven Rezic <slaven.rezic@berlin.de>
7636              Date: 21 Mar 2002 10:19:23 +0100
7637              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
7638              
7639              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
7640      Branch: perl
7641            ! hints/freebsd.sh
7642 ____________________________________________________________________________
7643 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
7644         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
7645              From: Tim Bunce <Tim.Bunce@pobox.com>
7646              Date: Thu, 21 Mar 2002 21:18:05 +0000
7647              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
7648      Branch: perl
7649            ! ext/Storable/Storable.xs
7650 ____________________________________________________________________________
7651 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
7652         Log: Reword the Apache^Wmod_perl bit so that Sarathy
7653              can sleep easier :-)
7654      Branch: perl
7655            ! pod/perldelta.pod
7656 ____________________________________________________________________________
7657 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
7658         Log: It seems that the strange failure (core dump) of
7659              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
7660              (1) using Sun's cc helps
7661              (2) rewriting the ithreads PM_SETRE() to do the
7662              setting in two steps helps
7663              (3) no other platforms have the crash
7664              (4) Tru64's Third Degree sees nothing evil
7665              So we implement (2).
7666      Branch: perl
7667            ! op.h
7668 ____________________________________________________________________________
7669 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
7670         Log: Solaris: default to the SUNwspro cc if it is available.
7671      Branch: perl
7672            ! hints/solaris_2.sh
7673 ____________________________________________________________________________
7674 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
7675         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
7676              does not get fixed in time.
7677      Branch: perl
7678            ! pod/perldelta.pod
7679 ____________________________________________________________________________
7680 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
7681         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
7682              From: Dave Mitchell <davem@fdgroup.com>
7683              Date: Thu, 21 Mar 2002 17:24:40 +0000
7684              Message-ID: <20020321172440.C13683@fdgroup.com>
7685      Branch: perl
7686            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
7687            ! pod/perlapi.pod proto.h sv.h toke.c
7688 ____________________________________________________________________________
7689 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
7690         Log: One more proto escapee.
7691      Branch: perl
7692            ! hints/linux.sh
7693 ____________________________________________________________________________
7694 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
7695         Log: metaconfig unit change for #15394.
7696      Branch: metaconfig/U/perl
7697            ! Checkcc.U
7698 ____________________________________________________________________________
7699 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
7700         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
7701              From: Robin Barker <rmb1@cise.npl.co.uk>
7702              Date: Thu, 21 Mar 2002 17:35:00 GMT
7703              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
7704      Branch: perl
7705            ! Configure
7706 ____________________________________________________________________________
7707 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
7708         Log: Subject: Re: [tests for Pod::Html]
7709              From: Stas Bekman <stas@stason.org>
7710              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
7711              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
7712      Branch: perl
7713            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
7714            - t/pod2html/README
7715            ! MANIFEST lib/Pod/t/pod2html-lib.pl
7716 ____________________________________________________________________________
7717 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
7718         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
7719              From: Stas Bekman <stas@stason.org>
7720              Date: Thu, 21 Mar 2002 18:50:56 +0800
7721              Message-ID: <3C99BB10.50004@stason.org>
7722      Branch: perl
7723            ! ext/Cwd/Cwd.xs
7724 ____________________________________________________________________________
7725 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
7726         Log: Upgrade to Encode 0.95, from Dan Kogai.
7727      Branch: perl
7728            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
7729            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
7730            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
7731            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
7732            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
7733            + ext/Encode/lib/Encode/Details.pod
7734            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
7735            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
7736            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
7737            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
7738            ! ext/Encode/Makefile.PL
7739 ____________________________________________________________________________
7740 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
7741         Log: Mention the new syslog try-harder feature.
7742      Branch: perl
7743            ! pod/perldelta.pod
7744 ____________________________________________________________________________
7745 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
7746         Log: metaconfig unit changes for #15388.
7747      Branch: metaconfig
7748            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7749            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7750            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7751            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7752            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7753            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7754            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7755            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7756            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7757            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7758            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7759            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7760            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7761            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7762            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7763            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7764            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7765            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7766            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7767            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7768            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7769            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7770            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7771            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7772 ____________________________________________________________________________
7773 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
7774         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
7775              From: Spider Boardman <spider@web.zk3.dec.com>
7776              Date: Thu, 21 Mar 2002 09:23:45 -0500
7777              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
7778      Branch: perl
7779            ! Configure hints/hpux.sh reentr.pl
7780 ____________________________________________________________________________
7781 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
7782         Log: NetWare diff from C Aditya.
7783      Branch: perl
7784            ! perl.h
7785 ____________________________________________________________________________
7786 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
7787         Log: The htmlview test doesn't work yet.
7788      Branch: perl
7789            + t/pod2html/README
7790            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
7791            ! MANIFEST
7792 ____________________________________________________________________________
7793 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
7794         Log: Placeholder.
7795      Branch: perl
7796            ! MANIFEST
7797 ____________________________________________________________________________
7798 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
7799         Log: Integrate perlio: missing tabs in makefile.mk.
7800      Branch: perl
7801           !> win32/makefile.mk
7802 ____________________________________________________________________________
7803 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
7804         Log: Subject: [tests for Pod::Html]
7805              From: Stas Bekman <stas@stason.org>
7806              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
7807              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
7808      Branch: perl
7809            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
7810            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
7811            + lib/Pod/t/pod2html-lib.pl
7812            ! MANIFEST
7813 ____________________________________________________________________________
7814 [ 15382] By: nick                                  on 2002/03/21  07:21:57
7815         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
7816      Branch: perlio
7817           +> ext/Encode/AUTHORS ext/Encode/Changes
7818           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
7819           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
7820           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
7821           +> ext/I18N/Langinfo/fallback/const-c.inc
7822           +> ext/I18N/Langinfo/fallback/const-xs.inc
7823           +> lib/ExtUtils/t/Constant.t
7824            - ext/Encode/Encode/euc-jp-0212.enc
7825            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
7826            - ext/Encode/t/table.euc ext/Encode/t/table.ref
7827            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
7828           !> (integrate 105 files)
7829 ____________________________________________________________________________
7830 [ 15381] By: nick                                  on 2002/03/21  06:59:57
7831         Log: Restore tabs so dmake will parse file!
7832      Branch: perlio
7833            ! win32/makefile.mk
7834 ____________________________________________________________________________
7835 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
7836         Log: Upgrade to Unicode::Normalize 0.16.
7837      Branch: perl
7838            ! ext/Unicode/Normalize/Changes
7839            ! ext/Unicode/Normalize/Normalize.pm
7840 ____________________________________________________________________________
7841 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
7842         Log: Schwern's wallet is a bit more loose.
7843      Branch: perl
7844            ! t/lib/1_compile.t
7845 ____________________________________________________________________________
7846 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
7847         Log: Subject: [PATCH]
7848              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7849              Date: Wed, 20 Mar 2002 22:56:17 -0000
7850              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
7851              
7852              packWARN also for subdirs.
7853      Branch: perl
7854            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
7855            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
7856            ! win32/win32.c
7857 ____________________________________________________________________________
7858 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
7859         Log: A plan is better.
7860      Branch: perl
7861            ! ext/Encode/t/CJKalias.t
7862 ____________________________________________________________________________
7863 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
7864         Log: Upgrade to Encode 0.94, from Dan Kogai.
7865      Branch: perl
7866            + ext/Encode/lib/Encode/Description.pod
7867            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
7868            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
7869            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
7870            ! ext/Encode/lib/Encode/Encoding.pm
7871            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
7872            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
7873            ! ext/Encode/t/CJKalias.t
7874 ____________________________________________________________________________
7875 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
7876         Log: Rats' nest.
7877      Branch: perl
7878            ! hints/solaris_2.sh
7879 ____________________________________________________________________________
7880 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
7881         Log: Rrright.
7882      Branch: perl
7883            ! pod/perlguts.pod
7884 ____________________________________________________________________________
7885 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
7886         Log: Update Changes.
7887      Branch: perl
7888            ! Changes patchlevel.h
7889 ____________________________________________________________________________
7890 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
7891         Log: Reapply #15336.
7892      Branch: perl
7893            ! ext/Encode/lib/Encode/Tcl.pm
7894 ____________________________________________________________________________
7895 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
7896         Log: Upgrade to Encode 0.93, from Dan Kogai.
7897      Branch: perl
7898            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
7899            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
7900            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
7901            ! ext/Encode/README ext/Encode/TW/TW.pm
7902            ! ext/Encode/lib/Encode/CN/HZ.pm
7903            ! ext/Encode/lib/Encode/Encoding.pm
7904            ! ext/Encode/lib/Encode/Internal.pm
7905            ! ext/Encode/lib/Encode/JP/Constants.pm
7906            ! ext/Encode/lib/Encode/JP/H2Z.pm
7907            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
7908            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
7909            ! ext/Encode/lib/Encode/Tcl/Escape.pm
7910            ! ext/Encode/lib/Encode/Tcl/Table.pm
7911            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
7912            ! ext/Encode/lib/Encode/iso10646_1.pm
7913            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
7914            ! ext/Encode/t/JP.t
7915 ____________________________________________________________________________
7916 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
7917         Log: Subject: patch for syslog
7918              From: <Nick.Williams@morganstanley.com>
7919              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
7920              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
7921      Branch: perl
7922            ! ext/Sys/Syslog/Syslog.pm
7923 ____________________________________________________________________________
7924 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
7925         Log: Some failure updates.
7926      Branch: perl
7927            ! pod/perldelta.pod
7928 ____________________________________________________________________________
7929 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
7930         Log: Getopt::Long 2.29 from Johan Vromans.
7931      Branch: perl
7932            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
7933 ____________________________________________________________________________
7934 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
7935         Log: Rename ExtUtils.t to Constant.t, as suggested by
7936              Nicholas Clark.
7937      Branch: perl
7938            + lib/ExtUtils/t/Constant.t
7939            - lib/ExtUtils/t/ExtUtils.t
7940            ! MANIFEST
7941 ____________________________________________________________________________
7942 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
7943         Log: Subject: [PATCH] TODO - Make Schwern Poorer
7944              From: Nicholas Clark <nick@unfortu.net>
7945              Date: Tue, 19 Mar 2002 22:50:28 +0000
7946              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
7947      Branch: perl
7948            ! t/lib/1_compile.t
7949 ____________________________________________________________________________
7950 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
7951         Log: Subject: Re: The story of O [PATCH]
7952              From: Richard.Foley@t-online.de (Richard Foley)
7953              Date: Sun, 17 Mar 2002 08:37:26 +0100
7954              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
7955      Branch: perl
7956            ! lib/perl5db.pl
7957 ____________________________________________________________________________
7958 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
7959         Log: Mention the external modules Encode::HanExtra and
7960              PadWalker.
7961      Branch: perl
7962            ! pod/perldelta.pod
7963 ____________________________________________________________________________
7964 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
7965         Log: Subject: [PATCH] List lexicals from debugger
7966              From: Peter Scott <Peter@PSDT.com>
7967              Date: Tue, 19 Mar 2002 12:28:52 -0800
7968              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
7969      Branch: perl
7970            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
7971 ____________________________________________________________________________
7972 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
7973         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
7974              and :encoding(xxx) was errorneously parsed.
7975      Branch: perl
7976            ! lib/open.pm
7977 ____________________________________________________________________________
7978 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
7979         Log: Subject: [PATCH bleadperl] exec.t tweak
7980              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7981              Date: Wed, 20 Mar 2002 01:21:40 +0100
7982              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
7983              
7984              4NT returns 2 as error-code for nonexistant file.
7985      Branch: perl
7986            ! t/op/exec.t
7987 ____________________________________________________________________________
7988 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
7989         Log: minor Tie::File test patch to make win32 happier, from mjd.
7990      Branch: perl
7991            ! lib/Tie/File/t/30_defer.t
7992 ____________________________________________________________________________
7993 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
7994         Log: Subject: [PATCH bleadperl] magic.t tweak
7995              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7996              Date: Wed, 20 Mar 2002 00:39:16 +0100
7997              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
7998      Branch: perl
7999            ! t/op/magic.t
8000 ____________________________________________________________________________
8001 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
8002         Log: Typo fix from Andreas Koenig, plus a tweak.
8003      Branch: perl
8004            ! pod/perlunicode.pod
8005 ____________________________________________________________________________
8006 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
8007         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
8008              in Mandrake 8.2.  Now we need to figure out a way not to
8009              unbreak Apache.
8010      Branch: perl
8011            ! hints/linux.sh
8012 ____________________________________________________________________________
8013 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
8014         Log: Fix for "UTF-8 bug with s///" from Hugo.
8015      Branch: perl
8016            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
8017            ! t/op/pat.t
8018 ____________________________________________________________________________
8019 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
8020         Log: metaconfig unit change for #15354.
8021      Branch: metaconfig
8022            ! U/threads/usethreads.U
8023 ____________________________________________________________________________
8024 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
8025         Log: Installation updates on threads and perlio.
8026      Branch: perl
8027            ! Configure INSTALL
8028 ____________________________________________________________________________
8029 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
8030         Log: Tpo.
8031      Branch: perl
8032            ! pod/perlfaq6.pod
8033 ____________________________________________________________________________
8034 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
8035         Log: Regen modlib and toc.
8036      Branch: perl
8037            ! pod/perlmodlib.pod pod/perltoc.pod
8038 ____________________________________________________________________________
8039 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
8040         Log: Whitespace tweaks.
8041      Branch: perl
8042            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
8043            ! pod/perltodo.pod pod/perlunicode.pod
8044 ____________________________________________________________________________
8045 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
8046         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
8047              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
8048              (And as suggested by Markus Kuhn.)
8049              
8050              While we are at it, document also the case of
8051              mixed hash keys as a known potential troublemaker.
8052              (Since it's locale-related, sometimes.)
8053      Branch: perl
8054            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
8055            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
8056            ! pod/perluniintro.pod
8057 ____________________________________________________________________________
8058 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
8059         Log: Surely a typo.
8060      Branch: perl
8061            ! gv.c
8062 ____________________________________________________________________________
8063 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
8064         Log: Take two.
8065      Branch: perl
8066            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
8067            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
8068 ____________________________________________________________________________
8069 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
8070         Log: Let's try this from scratch.
8071      Branch: perl
8072            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
8073            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
8074 ____________________________________________________________________________
8075 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
8076         Log: I could do this all day...
8077      Branch: perl
8078            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
8079            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
8080 ____________________________________________________________________________
8081 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
8082         Log: Grrr.
8083      Branch: perl
8084            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
8085            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
8086 ____________________________________________________________________________
8087 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
8088         Log: Subject: Re: Nearly OK for cygwin@15318
8089              From: John Peacock <jpeacock@rowman.com>
8090              Date: Tue, 19 Mar 2002 15:58:08 -0500
8091              Message-ID: <3C97A660.3060302@rowman.com>
8092      Branch: perl
8093            ! pod/perlport.pod
8094 ____________________________________________________________________________
8095 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
8096         Log: Subject: Re: Nearly OK for cygwin@15318
8097              From: <slaven.rezic@berlin.de>
8098              Date: Tue, 19 Mar 2002 21:47:49 +0100
8099              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
8100              
8101              Subject: Re: Nearly OK for cygwin@15318
8102              From: <slaven.rezic@berlin.de>
8103              Date: Tue, 19 Mar 2002 21:37:18 +0100
8104              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
8105      Branch: perl
8106            ! pod/perlport.pod t/io/fs.t
8107 ____________________________________________________________________________
8108 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
8109         Log: D'oh.
8110      Branch: perl
8111            + ext/I18N/Langinfo/fallback/const-c.inc
8112            + ext/I18N/Langinfo/fallback/const-xs.inc
8113 ____________________________________________________________________________
8114 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
8115         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
8116              From: Nicholas Clark <nick@unfortu.net>
8117              Date: Tue, 19 Mar 2002 22:37:08 +0000
8118              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
8119              
8120              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
8121              From: Nicholas Clark <nick@ccl4.org>
8122              Date: Tue, 19 Mar 2002 22:39:55 +0000
8123              Message-ID: <20020319223954.G94831@plum.flirble.org>
8124      Branch: perl
8125            - ext/I18N/Langinfo/fallback.xs
8126            ! MANIFEST
8127 ____________________________________________________________________________
8128 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
8129         Log: Text, not binary.
8130      Branch: perl
8131            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
8132            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
8133 ____________________________________________________________________________
8134 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
8135         Log: Subject: Re: perl@15244
8136              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8137              Date: Mon, 18 Mar 2002 17:37:31 +0100
8138              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
8139              
8140              (Goedendag: Dutch whitespace police)
8141      Branch: perl
8142            ! hints/hpux.sh
8143 ____________________________________________________________________________
8144 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
8145         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
8146              From: Nicholas Clark <nick@unfortu.net>
8147              Date: Tue, 19 Mar 2002 21:52:47 +0000
8148              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
8149      Branch: perl
8150            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
8151            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
8152            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
8153            ! ext/Sys/Syslog/Makefile.PL
8154 ____________________________________________________________________________
8155 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
8156         Log: More pathname portability checks.
8157      Branch: perl
8158            ! Porting/check83.pl
8159 ____________________________________________________________________________
8160 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
8161         Log: Begone, Encode::Tcl::Extended.
8162      Branch: perl
8163            ! ext/Encode/lib/Encode/Tcl.pm
8164 ____________________________________________________________________________
8165 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
8166         Log: This is like trying to put the shaving cream
8167              back to the can...
8168      Branch: perl
8169            ! hints/linux.sh
8170 ____________________________________________________________________________
8171 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
8172         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
8173              types of usleep().  Fun, fun. fun.
8174      Branch: perl
8175            ! hints/linux.sh
8176 ____________________________________________________________________________
8177 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
8178         Log: Sarathy's new suggestion for Linux threading flags.
8179      Branch: perl
8180            ! hints/linux.sh
8181 ____________________________________________________________________________
8182 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
8183         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
8184      Branch: perl
8185            - ext/Encode/Encode/euc-jp-0212.ucm
8186            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
8187            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
8188 ____________________________________________________________________________
8189 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
8190         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
8191              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8192              Date: Tue, 19 Mar 2002 00:42:22 +0100
8193              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
8194      Branch: perl
8195            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
8196 ____________________________________________________________________________
8197 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
8198         Log: "+" is not a valid filename character in VMS.
8199      Branch: perl
8200            + ext/Encode/Encode/euc-jp-0212.ucm
8201            - ext/Encode/Encode/euc-jp+0212.ucm
8202            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
8203 ____________________________________________________________________________
8204 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
8205         Log: Update Changes.
8206      Branch: perl
8207            ! Changes patchlevel.h
8208 ____________________________________________________________________________
8209 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
8210         Log: Take away _GNU_SOURCE since that does not seem
8211              to play well with other software (like Apache),
8212              just hint away the WHOAs.
8213      Branch: perl
8214            ! hints/linux.sh
8215 ____________________________________________________________________________
8216 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
8217         Log: metaconfig unit change for #15326.
8218      Branch: metaconfig
8219            ! U/threads/d_crypt_r.U
8220 ____________________________________________________________________________
8221 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
8222         Log: Support crypt_r(const char*,const char*, CRYPTD*).
8223      Branch: perl
8224            ! Configure reentr.h reentr.pl
8225 ____________________________________________________________________________
8226 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
8227         Log: VMS acrobatics from Peter Prymmer.
8228      Branch: perl
8229            ! lib/ExtUtils/t/ExtUtils.t
8230 ____________________________________________________________________________
8231 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
8232         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
8233              From: Stas Bekman <stas@stason.org>
8234              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
8235              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
8236      Branch: perl
8237            ! lib/Pod/Html.pm
8238 ____________________________________________________________________________
8239 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
8240         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
8241              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8242              Date: Tue, 19 Mar 2002 10:49:27 +0100
8243              Message-ID: <20020319104927.C705@rafael>   
8244      Branch: perl
8245            ! ext/B/t/xref.t
8246 ____________________________________________________________________________
8247 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
8248         Log: Integrate perlio;
8249              
8250              Move docs for Encode::valid_utf8 (which does not exist)
8251              to be docs for utf8::valid() (which does).
8252      Branch: perl
8253           !> ext/Encode/Encode.pm lib/utf8.pm
8254 ____________________________________________________________________________
8255 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
8256         Log: Remove Encode::Tcl::Extended, suggested by
8257              SADAHIRO Tomoyuki.
8258      Branch: perl
8259            - ext/Encode/Encode/euc-jp-0212.enc
8260            - ext/Encode/lib/Encode/Tcl/Extended.pm
8261            ! MANIFEST ext/Encode/MANIFEST
8262            ! ext/Encode/lib/Encode/Tcl/Escape.pm
8263            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
8264 ____________________________________________________________________________
8265 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
8266         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
8267      Branch: perl
8268            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
8269            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
8270            + ext/Encode/t/jisx0212.ref
8271            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
8272            - ext/Encode/t/table.ref
8273            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
8274            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
8275            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
8276            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
8277            ! ext/Encode/lib/Encode/CN/HZ.pm
8278            ! ext/Encode/lib/Encode/Encoding.pm
8279            ! ext/Encode/lib/Encode/Internal.pm
8280            ! ext/Encode/lib/Encode/JP/Constants.pm
8281            ! ext/Encode/lib/Encode/JP/H2Z.pm
8282            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8283            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
8284            ! ext/Encode/lib/Encode/Tcl/Escape.pm
8285            ! ext/Encode/lib/Encode/Tcl/Extended.pm
8286            ! ext/Encode/lib/Encode/Tcl/Table.pm
8287            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
8288            ! ext/Encode/lib/Encode/iso10646_1.pm
8289            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
8290            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
8291            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
8292 ____________________________________________________________________________
8293 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
8294         Log: constness+signedness nit.
8295      Branch: perl
8296            ! ext/Unicode/Normalize/Normalize.xs
8297 ____________________________________________________________________________
8298 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
8299         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
8300      Branch: perl
8301            ! ext/Unicode/Normalize/Changes
8302            ! ext/Unicode/Normalize/Normalize.pm
8303            ! ext/Unicode/Normalize/Normalize.xs
8304            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8305            ! ext/Unicode/Normalize/t/func.t
8306 ____________________________________________________________________________
8307 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
8308         Log: Split the ebcdic details to perlebcdic.
8309      Branch: perl
8310            ! pod/perlebcdic.pod pod/perluniintro.pod
8311 ____________________________________________________________________________
8312 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
8313         Log: Be explicit.
8314      Branch: perl
8315            ! pod/perluniintro.pod
8316 ____________________________________________________________________________
8317 [ 15315] By: nick                                  on 2002/03/19  09:24:18
8318         Log: Integrate mainline
8319      Branch: perlio
8320           +> ext/List/Util/t/openhan.t
8321           !> (integrate 53 files)
8322 ____________________________________________________________________________
8323 [ 15314] By: nick                                  on 2002/03/19  07:39:07
8324         Log: Move docs for Encode::valid_utf8 (which does not exist)
8325              to be docs for utf8::valid() (which does).
8326      Branch: perlio
8327            ! ext/Encode/Encode.pm lib/utf8.pm
8328 ____________________________________________________________________________
8329 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
8330         Log: Update the Unicode vs EBCDIC situation.
8331      Branch: perl
8332            ! pod/perlebcdic.pod pod/perluniintro.pod
8333 ____________________________________________________________________________
8334 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
8335         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
8336              From: Robert Spier <rspier@pobox.com>
8337              Date: Mon, 18 Mar 2002 19:22:55 -0800
8338              Message-ID: <15510.44815.383439.823671@rls.cx>
8339      Branch: perl
8340            ! ext/threads/t/end.t
8341 ____________________________________________________________________________
8342 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
8343         Log: UTF-8 walk errors that become visible in EBCDIC.
8344      Branch: perl
8345            ! regexec.c
8346 ____________________________________________________________________________
8347 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
8348         Log: s/regcinclasslen/reginclass/ and remove the old
8349              reginclass since nothing is using it.
8350      Branch: perl
8351            ! embed.fnc embed.h proto.h regexec.c
8352 ____________________________________________________________________________
8353 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
8354         Log: Close the file so it can be (a) removed (b) reopened.
8355      Branch: perl
8356            ! ext/B/t/xref.t
8357 ____________________________________________________________________________
8358 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
8359         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
8360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8361              Date: Mon, 18 Mar 2002 23:14:31 +0100
8362              Message-ID: <20020318231431.A699@rafael>
8363      Branch: perl
8364            ! ext/B/B.xs utf8.c
8365 ____________________________________________________________________________
8366 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
8367         Log: Failed patch hunk reapplied.
8368      Branch: perl
8369            ! lib/Tie/File/t/32_defer_misc.t
8370 ____________________________________________________________________________
8371 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
8372         Log: For DEBUGGING threaded builds.
8373      Branch: perl
8374            ! sv.c
8375 ____________________________________________________________________________
8376 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
8377         Log: AUTHORS update.
8378      Branch: perl
8379            ! AUTHORS
8380 ____________________________________________________________________________
8381 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
8382         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
8383              (Fix from Craig Berry)
8384      Branch: perl
8385            ! pp_sys.c
8386 ____________________________________________________________________________
8387 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
8388         Log: Subject: [PATCH] configure.com home-grown kill() check
8389              From: "Craig A. Berry" <craigberry@mac.com>
8390              Date: Mon, 18 Mar 2002 13:52:59 -0600
8391              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
8392      Branch: perl
8393            ! configure.com
8394 ____________________________________________________________________________
8395 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
8396         Log: Upgrade to Tie::File 0.50.
8397      Branch: perl
8398            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
8399            ! lib/Tie/File/t/32_defer_misc.t
8400 ____________________________________________________________________________
8401 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
8402         Log: AUTHORS updates.
8403      Branch: perl
8404            ! AUTHORS
8405 ____________________________________________________________________________
8406 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
8407         Log: Update Changes.
8408      Branch: perl
8409            ! Changes patchlevel.h
8410 ____________________________________________________________________________
8411 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
8412         Log: OS/390 update.
8413      Branch: perl
8414            ! pod/perldelta.pod
8415 ____________________________________________________________________________
8416 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
8417         Log: Forgot from #15288.
8418      Branch: perl
8419            ! ext/B/B.xs
8420 ____________________________________________________________________________
8421 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
8422         Log: Make regex DEBUGGING faster.
8423      Branch: perl
8424            ! perl.c perl.h regexec.c
8425 ____________________________________________________________________________
8426 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
8427         Log: Undo accidental perl.h part of #15295 (wait for #15297)
8428      Branch: perl
8429            ! perl.h
8430 ____________________________________________________________________________
8431 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
8432         Log: Subject: prefix slip
8433              From: andreas.koenig@anima.de (Andreas J. Koenig)
8434              Date: Mon, 18 Mar 2002 16:24:46 +0100
8435              Message-ID: <m3y9gp3nlt.fsf@anima.de>
8436              
8437              (perl.h part accidental, undone by #15296)
8438      Branch: perl
8439            ! INSTALL perl.h
8440 ____________________________________________________________________________
8441 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
8442         Log: Be tidy.
8443      Branch: perl
8444            ! ext/B/t/xref.t
8445 ____________________________________________________________________________
8446 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
8447         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
8448              From: Spider Boardman <spider@web.zk3.dec.com>
8449              Date: Mon, 18 Mar 2002 10:09:50 -0500
8450              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
8451      Branch: perl
8452            ! README.tru64 hints/dec_osf.sh
8453 ____________________________________________________________________________
8454 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
8455         Log: NetWare tweaks from C Aditya <caditya@novell.com>
8456      Branch: perl
8457            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
8458 ____________________________________________________________________________
8459 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
8460         Log: metaconfig unit change for #15290.
8461      Branch: metaconfig/U/perl
8462            ! perlxv.U
8463 ____________________________________________________________________________
8464 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
8465         Log: Subject: d_nv_preserves_uv_bits
8466              From: Nicholas Clark <nick@unfortu.net>
8467              Date: Thu, 14 Mar 2002 22:24:19 +0000
8468              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
8469      Branch: perl
8470            ! Configure Porting/Glossary Porting/config.sh config_h.SH
8471            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
8472            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8473            ! win32/config.bc win32/config.gc win32/config.vc
8474            ! win32/config.win64
8475 ____________________________________________________________________________
8476 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
8477         Log: Subject: Re: perl@15244
8478              From: Spider Boardman <spider@web.zk3.dec.com>
8479              Date: Mon, 18 Mar 2002 09:38:55 -0500
8480              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
8481              
8482              (IA64 work.)
8483      Branch: perl
8484            ! hints/hpux.sh perl.h
8485 ____________________________________________________________________________
8486 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
8487         Log: Subject: [PATCH B] B::perlstring()
8488              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8489              Date: Sun, 17 Mar 2002 23:06:12 +0100
8490              Message-ID: <20020317230612.A24442@rafael>
8491      Branch: perl
8492            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
8493 ____________________________________________________________________________
8494 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
8495         Log: Subject: [PATCH] another pack "w" thing
8496              From: Nicholas Clark <nick@unfortu.net>
8497              Date: Sat, 16 Mar 2002 21:52:15 +0000
8498              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
8499      Branch: perl
8500            ! pp_pack.c t/op/pack.t
8501 ____________________________________________________________________________
8502 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
8503         Log: More prototypes blindness in Solaris.
8504              (TODO: readdir64_r really needs to be seen.)
8505      Branch: perl
8506            ! hints/solaris_2.sh
8507 ____________________________________________________________________________
8508 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
8509         Log: Integrate perlio;
8510              
8511              Tidy the "does not map" message for non-characters
8512              (e.g. iso-8859-3 "\xA5").
8513      Branch: perl
8514           !> ext/Encode/Encode.xs
8515 ____________________________________________________________________________
8516 [ 15284] By: nick                                  on 2002/03/18  11:00:31
8517         Log: Integrate mainline
8518      Branch: perlio
8519           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
8520           +> lib/Tie/File/t/32_defer_misc.t
8521           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
8522           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
8523           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
8524           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
8525           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
8526           !> reentr.pl regexec.c t/op/pat.t util.c
8527 ____________________________________________________________________________
8528 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
8529         Log: Sync with Scalar-List-Utils-1.07
8530      Branch: perl
8531            + ext/List/Util/t/openhan.t
8532            ! MANIFEST ext/List/Util/ChangeLog
8533            ! ext/List/Util/lib/List/Util.pm
8534            ! ext/List/Util/lib/Scalar/Util.pm
8535 ____________________________________________________________________________
8536 [ 15282] By: nick                                  on 2002/03/18  08:11:28
8537         Log: Tidy the "does not map" message for non-characters
8538              (e.g. iso-8859-3 "\xA5").
8539      Branch: perlio
8540            ! ext/Encode/Encode.xs
8541 ____________________________________________________________________________
8542 [ 15281] By: ams                                   on 2002/03/18  04:44:37
8543         Log: URL fix from MJD.
8544      Branch: perl
8545            ! pod/perlfaq3.pod
8546 ____________________________________________________________________________
8547 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
8548         Log: More prototype calming (really should fix the Configure
8549              protochk, but not at this point in time).
8550      Branch: perl
8551            ! hints/solaris_2.sh
8552 ____________________________________________________________________________
8553 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
8554         Log: return at the wrong side of #endif.
8555      Branch: perl
8556            ! util.c
8557 ____________________________________________________________________________
8558 [ 15278] By: ams                                   on 2002/03/17  23:45:31
8559         Log: Typo fix from Stas Bekman.
8560      Branch: perl
8561            ! pod/perlhack.pod
8562 ____________________________________________________________________________
8563 [ 15277] By: ams                                   on 2002/03/17  23:41:35
8564         Log: Upgrade to Tie::File 0.21.
8565      Branch: perl
8566            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
8567            + lib/Tie/File/t/32_defer_misc.t
8568            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
8569            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
8570            ! lib/Tie/File/t/22_autochomp.t
8571 ____________________________________________________________________________
8572 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
8573         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
8574              character classes use inlined macros instead of the full
8575              function call.
8576      Branch: perl
8577            ! regexec.c
8578 ____________________________________________________________________________
8579 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
8580         Log: Integrate perlio;
8581              
8582              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
8583              
8584              Other :encoding oddities
8585              - we should really pop while we can still make method calls
8586              in case DESTROY does something.
8587              - Provide a no-op DESTROY
8588              - Use SvPV_only() rather than just SvPV_on()
8589      Branch: perl
8590           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8591           !> ext/Encode/lib/Encode/Encoding.pm sv.c
8592 ____________________________________________________________________________
8593 [ 15274] By: nick                                  on 2002/03/17  20:00:12
8594         Log: Other :encoding oddities
8595              - we should really pop while we can still make method calls
8596              in case DESTROY does something.
8597              - Provide a no-op DESTROY
8598              - Use SvPV_only() rather than just SvPV_on()
8599      Branch: perlio
8600            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8601            ! ext/Encode/lib/Encode/Encoding.pm
8602 ____________________________________________________________________________
8603 [ 15273] By: nick                                  on 2002/03/17  19:53:24
8604         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
8605      Branch: perlio
8606            ! sv.c
8607 ____________________________________________________________________________
8608 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
8609         Log: Implement the retry-on-ERANGE for the get*_r().
8610              The buffer will keep doubling until 64k.
8611      Branch: perl
8612            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
8613            ! reentr.h reentr.pl
8614 ____________________________________________________________________________
8615 [ 15271] By: nick                                  on 2002/03/17  17:38:44
8616         Log: Integrate mainline
8617      Branch: perlio
8618           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
8619           +> t/op/pow.t
8620           !> (integrate 28 files)
8621 ____________________________________________________________________________
8622 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
8623         Log: Subject: UTF-8 bug (maybe alreayd known?)
8624              From: andreas.koenig@anima.de (Andreas J. Koenig)
8625              Date: Fri, 08 Mar 2002 16:36:01 +0100
8626              Message-ID: <m3n0xjul5q.fsf@anima.de>
8627      Branch: perl
8628            ! pp_hot.c t/op/pat.t
8629 ____________________________________________________________________________
8630 [ 15269] By: nick                                  on 2002/03/17  09:12:39
8631         Log: Integarate mainline
8632      Branch: perlio
8633           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
8634           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
8635           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
8636           !> (integrate 69 files)
8637 ____________________________________________________________________________
8638 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
8639         Log: Subject: SEGV in s/// and UTF-8
8640              From: andreas.koenig@anima.de (Andreas J. Koenig)
8641              Date: Tue, 12 Mar 2002 00:40:09 +0100
8642              Message-ID: <m3r8mqad2e.fsf@anima.de>
8643      Branch: perl
8644            ! regexec.c t/op/pat.t
8645 ____________________________________________________________________________
8646 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
8647         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
8648              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
8649              which assume that 2**someinteger is accurate.
8650      Branch: perl
8651            + t/op/pow.t
8652            ! MANIFEST pp.c t/test.pl
8653 ____________________________________________________________________________
8654 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
8655         Log: _r-ify config.win64, too.
8656      Branch: perl
8657            ! win32/config.win64
8658 ____________________________________________________________________________
8659 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
8660         Log: Better place to initialize (IRIX cc noticed that
8661              the many "goto defchars" bypass the initialization)
8662      Branch: perl
8663            ! regcomp.c
8664 ____________________________________________________________________________
8665 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
8666         Log: If not building threaded, never mind the threaded prototypes.
8667      Branch: perl
8668            ! Configure reentr.pl
8669 ____________________________________________________________________________
8670 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
8671         Log: metaconfig: If not using threads, not point probing for the
8672              prototypes (since they might be hidden behind many defines
8673              we won't have if not building threaded)
8674      Branch: metaconfig
8675            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
8676            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
8677            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
8678            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
8679            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
8680            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
8681            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8682            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
8683            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
8684            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
8685            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
8686            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
8687            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
8688            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
8689            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
8690            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
8691            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
8692            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8693            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
8694            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
8695            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
8696            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
8697            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
8698            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
8699 ____________________________________________________________________________
8700 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
8701         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
8702      Branch: perl
8703            ! hints/freebsd.sh
8704 ____________________________________________________________________________
8705 [ 15261] By: ams                                   on 2002/03/16  18:14:04
8706         Log: Upgrade to Tie::File 0.20.
8707      Branch: perl
8708            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
8709            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
8710            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
8711            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
8712            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
8713            ! lib/Tie/File/t/11_rv_splice_rs.t
8714            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
8715            ! lib/Tie/File/t/16_handle.t
8716 ____________________________________________________________________________
8717 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
8718         Log: There seems to be a trend for the *time_r to be hidden.
8719      Branch: perl
8720            ! hints/irix_6.sh
8721 ____________________________________________________________________________
8722 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
8723         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
8724              From: Stas Bekman <stas@stason.org>
8725              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
8726              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
8727      Branch: perl
8728            ! lib/Pod/Html.pm
8729 ____________________________________________________________________________
8730 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
8731         Log: Subject: [PATCH] Re: dumpvar.pl bug
8732              From: Peter Scott <Peter@PSDT.com>
8733              Date: Fri, 15 Mar 2002 18:19:21 -0800
8734              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
8735      Branch: perl
8736            ! lib/dumpvar.pl lib/perl5db.pl
8737 ____________________________________________________________________________
8738 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
8739         Log: More paranoid _r protochecking.  At least Tru64 and
8740              Linux need additional hinting help to believe that
8741              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
8742              to see what goes bang.
8743      Branch: perl
8744            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
8745            ! reentr.pl
8746 ____________________________________________________________________________
8747 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
8748         Log: metaconfig: more paranoid _r protochecking.
8749      Branch: metaconfig
8750            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
8751            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
8752            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
8753            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
8754            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
8755            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
8756            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8757            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
8758            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
8759            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
8760            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
8761            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
8762            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
8763            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
8764            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
8765            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
8766            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
8767            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8768            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
8769            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
8770            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
8771            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
8772            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
8773            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
8774 ____________________________________________________________________________
8775 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
8776         Log: HP-UX gcc 3 warnings found by Sarathy.
8777      Branch: perl
8778            ! regcomp.c sv.c
8779 ____________________________________________________________________________
8780 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
8781         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
8782              From: Slaven Rezic <slaven.rezic@berlin.de>
8783              Date: 16 Mar 2002 15:29:18 +0100
8784              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
8785      Branch: perl
8786            ! pod/perldelta.pod
8787 ____________________________________________________________________________
8788 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
8789         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
8790      Branch: perl
8791            ! Porting/findrfuncs reentr.h reentr.pl
8792 ____________________________________________________________________________
8793 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
8794         Log: UIN32_MAX with borken under HP-UX+gcc
8795      Branch: perl
8796            ! handy.h
8797 ____________________________________________________________________________
8798 [ 15251] By: ams                                   on 2002/03/16  02:38:08
8799         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
8800              *::DESTROY() is deprecated
8801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8802              Date: Thu, 14 Mar 2002 18:39:22 -0500
8803              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
8804              
8805              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
8806              *::DESTROY() is deprecated
8807              From: Dave Mitchell <davem@fdgroup.com>
8808              Date: Fri, 15 Mar 2002 19:22:49 +0000
8809              Message-Id: <20020315192249.A22389@fdgroup.com>
8810      Branch: perl
8811            ! gv.c t/op/method.t
8812 ____________________________________________________________________________
8813 [ 15250] By: ams                                   on 2002/03/16  02:14:41
8814         Log: Plural nit.
8815      Branch: perl
8816            ! pod/perldelta.pod
8817 ____________________________________________________________________________
8818 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
8819         Log: Doesn't make sense to test for protos if the
8820              functions are not to be used (!= functions exist!)
8821              This might be the key (well, a key) to the HP-UX
8822              problems.
8823      Branch: perl
8824            ! reentr.h reentr.pl
8825 ____________________________________________________________________________
8826 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
8827         Log: Typo in #15247.
8828      Branch: perl
8829            ! hints/hpux.sh
8830 ____________________________________________________________________________
8831 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
8832         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
8833              in HP-UX (from H.Merijn Brand)
8834      Branch: perl
8835            ! hints/hpux.sh
8836 ____________________________________________________________________________
8837 [ 15246] By: ams                                   on 2002/03/15  17:53:23
8838         Log: Subject: minor corrections in perldelta.pod
8839              From: mjd@plover.com
8840              Date: 15 Mar 2002 18:48:42 -0000
8841              Message-Id: <20020315184842.13573.qmail@plover.com>
8842      Branch: perl
8843            ! pod/perldelta.pod
8844 ____________________________________________________________________________
8845 [ 15245] By: ams                                   on 2002/03/15  17:37:52
8846         Log: Upgrade to Tie::File 0.19.
8847      Branch: perl
8848            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
8849            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
8850            + lib/Tie/File/t/21_win32.t
8851            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
8852            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
8853            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
8854            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
8855            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
8856            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
8857            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
8858            ! lib/Tie/File/t/17_misc_meth.t
8859 ____________________________________________________________________________
8860 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
8861         Log: Update Changes.
8862      Branch: perl
8863            ! Changes patchlevel.h
8864 ____________________________________________________________________________
8865 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
8866         Log: Forgot from #15241.
8867      Branch: perl
8868            ! win32/config_sh.PL
8869 ____________________________________________________________________________
8870 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
8871         Log: Subject: patch pod/perltodo.pod
8872              From: mjd@plover.com
8873              Date: 15 Mar 2002 15:42:18 -0000
8874              Message-ID: <20020315154218.10163.qmail@plover.com>
8875              
8876              (With s/WANT/Want/)
8877      Branch: perl
8878            ! pod/perltodo.pod
8879 ____________________________________________________________________________
8880 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
8881         Log: Subject: [PATCH bleadperl] (revision 5 undef)
8882              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8883              Date: Fri, 15 Mar 2002 00:39:48 +0100
8884              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
8885      Branch: perl
8886            ! win32/config.bc win32/config.gc win32/config.vc
8887            ! win32/config.win64
8888 ____________________________________________________________________________
8889 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
8890         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
8891              From: Michael G Schwern <schwern@pobox.com>
8892              Date: Thu, 14 Mar 2002 16:39:29 -0500
8893              Message-ID: <20020314213929.GA2912@blackrider>
8894      Branch: perl
8895            ! lib/perl5db.pl
8896 ____________________________________________________________________________
8897 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
8898         Log: Integrate perlio.
8899      Branch: perl
8900           !> embed.fnc ext/Encode/t/JP.t
8901 ____________________________________________________________________________
8902 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
8903         Log: Monster _r patch: try to scan for all known _r variants,
8904              and then use them (under ithreads).  May fail in HP-UX,
8905              and the op/groups is known to be fickle everywhere.  Known
8906              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
8907              warnings in AIX since the first arguments of getnetbyaddr
8908              and getnetbyadd_r are of different types.  Thanks, IBM.)
8909              
8910              In non-Configure platforms deny the existence of any
8911              of the _r thingies.  (Also add the recently introduced
8912              d_tm_* to places it wasn't already in.)
8913              
8914              TODO: the suggested glibc buffer growth retry loop in case
8915              some entries (at least for: gr*, host*) are big.
8916              Forgot win32/config.win64.
8917      Branch: perl
8918            + reentr.c reentr.h reentr.pl
8919            ! Configure MANIFEST Makefile.SH NetWare/Makefile
8920            ! NetWare/config.wc Porting/Glossary Porting/config.sh
8921            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
8922            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
8923            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
8924            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
8925            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
8926            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
8927            ! win32/config.bc win32/config.gc win32/config.vc
8928            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
8929 ____________________________________________________________________________
8930 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
8931         Log: Be more explicit on when is the $! worth anything.
8932      Branch: perl
8933            ! pod/perlvar.pod
8934 ____________________________________________________________________________
8935 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
8936         Log: metaconfig: _r _r we go.
8937      Branch: metaconfig
8938            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
8939            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
8940            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
8941            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
8942            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
8943            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
8944            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8945            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
8946            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
8947            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
8948            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
8949            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
8950            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
8951            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
8952            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
8953            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
8954            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
8955            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8956            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
8957            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
8958            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
8959            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
8960            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
8961            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
8962 ____________________________________________________________________________
8963 [ 15235] By: nick                                  on 2002/03/15  07:31:54
8964         Log: Add the binmode()s to make JP.t pass on Win32
8965      Branch: perlio
8966            ! ext/Encode/t/JP.t
8967 ____________________________________________________________________________
8968 [ 15234] By: nick                                  on 2002/03/15  07:20:49
8969         Log: Integrate perlio
8970      Branch: perl
8971           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
8972 ____________________________________________________________________________
8973 [ 15233] By: nick                                  on 2002/03/15  07:18:02
8974         Log: Mark JP.t's data files as binary
8975      Branch: perlio
8976            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
8977 ____________________________________________________________________________
8978 [ 15232] By: nick                                  on 2002/03/15  07:13:38
8979         Log: Integrate mainline
8980      Branch: perlio
8981           +> ext/B/t/xref.t
8982           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
8983           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
8984           !> perl.c t/op/arith.t
8985 ____________________________________________________________________________
8986 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
8987         Log: The section needs to be in the makedepend script
8988              (from Jan-Erik Karlsson).
8989      Branch: perl
8990            ! makedepend.SH
8991 ____________________________________________________________________________
8992 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
8993         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
8994              From: Nicholas Clark <nick@unfortu.net>
8995              Date: Thu, 14 Mar 2002 23:05:23 +0000
8996              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
8997      Branch: perl
8998            ! ext/Safe/safe2.t
8999 ____________________________________________________________________________
9000 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
9001         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
9002              From: "Brent Dax" <brentdax@cpan.org>
9003              Date: Thu, 14 Mar 2002 09:08:41 -0800
9004              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
9005      Branch: perl
9006            ! lib/Pod/Html.pm
9007 ____________________________________________________________________________
9008 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
9009         Log: metaconfig: one round again for the _r.
9010      Branch: metaconfig
9011            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9012            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9013            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9014            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9015            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9016            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9017            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9018            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9019            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9020            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9021            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9022            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9023            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9024            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9025            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9026            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9027            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9028            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9029            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9030            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9031            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9032            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9033            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9034            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9035 ____________________________________________________________________________
9036 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
9037         Log: metaconfig: new round of the _r units.
9038      Branch: metaconfig
9039            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9040            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9041            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9042            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9043            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9044            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9045            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9046            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9047            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9048            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9049            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9050            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9051            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9052            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9053            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9054            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9055            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9056            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9057            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9058            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9059            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9060            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9061            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9062            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9063      Branch: metaconfig/U/perl
9064            + i_crypt.U
9065 ____________________________________________________________________________
9066 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
9067         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
9068              From: Paul_GreenVOS@vos.stratus.com
9069              Date: Tue, 12 Mar 02 19:22 est   
9070              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
9071      Branch: perl
9072            ! lib/Benchmark.t t/op/arith.t
9073 ____________________________________________________________________________
9074 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
9075         Log: Subject: Re: Win32: C:\Program Files
9076              From: "Ken Williams" <ken@mathforum.org>
9077              Date: Wed, 13 Mar 2002 17:50:59 -0600
9078              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
9079              
9080              Add -t to perl -h.
9081      Branch: perl
9082            ! perl.c
9083 ____________________________________________________________________________
9084 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
9085         Log: Extra paranoia from Nick Clark.
9086      Branch: perl
9087            ! ext/Safe/safe2.t
9088 ____________________________________________________________________________
9089 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
9090         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
9091              From: Nicholas Clark <nick@ccl4.org>
9092              Date: Wed, 13 Mar 2002 14:22:50 +0000
9093              Message-ID: <20020313142250.G92566@plum.flirble.org>
9094      Branch: perl
9095            ! ext/Safe/safe2.t
9096 ____________________________________________________________________________
9097 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
9098         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
9099              From: <slaven.rezic@berlin.de>
9100              Date: Tue, 12 Mar 2002 13:03:41 +0100      
9101              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
9102      Branch: perl
9103            ! Makefile.SH
9104 ____________________________________________________________________________
9105 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
9106         Log: Subject: [PATCH] a test for B::Xref
9107              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9108              Date: Wed, 13 Mar 2002 17:18:57 +0100
9109              Message-ID: <20020313171857.F1144@rafael>
9110      Branch: perl
9111            + ext/B/t/xref.t
9112            ! MANIFEST ext/B/B/Xref.pm
9113 ____________________________________________________________________________
9114 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
9115         Log: Subject: [PATCH] Exporter.pm POD fixups
9116              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9117              Date: Wed, 13 Mar 2002 16:21:42 +0100
9118              Message-ID: <20020313162142.A1144@rafael>
9119      Branch: perl
9120            ! lib/Exporter.pm
9121 ____________________________________________________________________________
9122 [ 15219] By: nick                                  on 2002/03/14  07:00:16
9123         Log: Integrate mainline
9124      Branch: perlio
9125           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
9126 ____________________________________________________________________________
9127 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
9128         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
9129              From: Michael G Schwern <schwern@pobox.com>
9130              Date: Wed, 13 Mar 2002 17:43:00 -0500
9131              Message-ID: <20020313224300.GG3311@blackrider>
9132      Branch: perl
9133            ! lib/ExtUtils/MM_VMS.pm
9134 ____________________________________________________________________________
9135 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
9136         Log: Pod tweak.
9137      Branch: perl
9138            ! lib/open.pm
9139 ____________________________________________________________________________
9140 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
9141         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
9142              From: "Craig A. Berry" <craigberry@mac.com>
9143              Date: Wed, 13 Mar 2002 01:44:01 -0600
9144              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
9145      Branch: perl
9146            ! vms/descrip_mms.template
9147 ____________________________________________________________________________
9148 [ 15215] By: nick                                  on 2002/03/13  08:08:36
9149         Log: Integrate mainline.
9150      Branch: perlio
9151           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
9152            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
9153            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
9154            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
9155            - ext/Data/Util/t/Hash.t
9156           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
9157           !> ext/Encode/lib/Encode/CN/HZ.pm
9158           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9159           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
9160           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
9161           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9162           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
9163           !> t/op/override.t toke.c universal.c
9164 ____________________________________________________________________________
9165 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
9166         Log: metaconfig: three guesses.
9167      Branch: metaconfig
9168            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9169            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9170            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9171            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9172            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9173            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9174            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9175            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9176            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9177            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9178            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9179            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9180            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9181            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9182            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9183            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9184            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9185            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9186            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9187            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9188            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9189            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9190            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9191            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9192 ____________________________________________________________________________
9193 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
9194         Log: metaconfig: regen _r units again.
9195      Branch: metaconfig
9196            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9197            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9198            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9199            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9200            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9201            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9202            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9203            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9204            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9205            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9206            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9207            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9208            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9209            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9210            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9211            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9212            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9213            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9214            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9215            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9216            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9217            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9218            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9219            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9220 ____________________________________________________________________________
9221 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
9222         Log: metaconfig: regen _r units.
9223      Branch: metaconfig
9224            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
9225            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9226            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9227            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9228            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9229            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9230            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9231            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9232            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9233            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9234            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9235            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9236            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9237            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9238            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9239            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9240            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9241            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9242            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9243            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9244            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9245            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9246            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9247            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9248            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9249 ____________________________________________________________________________
9250 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
9251         Log: metaconfig unit tweaks.
9252      Branch: metaconfig
9253            + U/threads/d_setprotoent_r.U
9254            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
9255            ! U/threads/d_tmpnam_r.U
9256 ____________________________________________________________________________
9257 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
9258         Log: metaconfig: replace the _r units with autogenerated ones.
9259      Branch: metaconfig
9260            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9261            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
9262            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9263            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
9264            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
9265            + U/threads/d_getprotobyname_r.U
9266            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9267            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
9268            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
9269            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9270            + U/threads/d_setservent_r.U
9271            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
9272            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
9273            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
9274            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
9275            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
9276            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
9277            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
9278            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
9279            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
9280            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9281            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9282            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9283            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
9284            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9285            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
9286            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
9287            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9288            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9289            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9290            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
9291            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
9292            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
9293            ! U/threads/d_ttyname_r.U
9294 ____________________________________________________________________________
9295 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
9296         Log: More known threadsafings.
9297      Branch: perl
9298            ! Porting/findrfuncs
9299 ____________________________________________________________________________
9300 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
9301         Log: Small tweaks.
9302      Branch: perl
9303            ! lib/Internals.t universal.c
9304 ____________________________________________________________________________
9305 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
9306         Log: VERSIONize.
9307      Branch: perl
9308            ! ext/Encode/lib/Encode/CN/HZ.pm
9309            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9310            ! ext/Encode/lib/Encode/JP/JIS.pm
9311 ____________________________________________________________________________
9312 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
9313         Log: Subject: perl datastructure conversion shortcuts for DDD
9314              From: Stas Bekman <stas@stason.org>
9315              Date: Mon, 11 Mar 2002 14:54:31 +0800
9316              Message-ID: <3C8C54A7.5020502@stason.org>
9317      Branch: perl
9318            ! pod/perlhack.pod
9319 ____________________________________________________________________________
9320 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
9321         Log: Regen modlib.
9322      Branch: perl
9323            ! pod/perlmodlib.pod
9324 ____________________________________________________________________________
9325 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
9326         Log: Regen toc.
9327      Branch: perl
9328            ! pod/perltoc.pod
9329 ____________________________________________________________________________
9330 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
9331         Log: Tiny pod tweaks.
9332      Branch: perl
9333            ! lib/Hash/Util.pm
9334 ____________________________________________________________________________
9335 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
9336         Log: perldeltaize Hash::Util.
9337      Branch: perl
9338            ! pod/perldelta.pod
9339 ____________________________________________________________________________
9340 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
9341         Log: Move the readonly interface back to universal.c,
9342              (new name: Internals::SvREADONLY), remove Data::Util,
9343              move Hash::Util to lib, also introduce refcnt interface
9344              (Internals::SvREFCNT).     Make both the new interfaces
9345              to be more sane so that if they set the value, they return
9346              the new value, not the old one.
9347      Branch: perl
9348            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
9349            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
9350            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
9351            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
9352            - ext/Data/Util/t/Hash.t
9353            ! MANIFEST ext/B/t/stash.t universal.c
9354 ____________________________________________________________________________
9355 [ 15200] By: ams                                   on 2002/03/12  15:16:05
9356         Log: Subject: Disambiguate "Can't locate"
9357              From: Mike Guy <mjtg@cam.ac.uk>
9358              Date: Tue, 12 Mar 2002 16:04:23 +0000
9359              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
9360      Branch: perl
9361            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
9362            ! pp_ctl.c t/op/override.t
9363 ____________________________________________________________________________
9364 [ 15199] By: ams                                   on 2002/03/12  15:04:43
9365         Log: Subject: [PATCH] perl/lib/File/stat.t
9366              From: Paul_GreenVOS@vos.stratus.com
9367              Date: Tue, 12 Mar 02 11:00 est
9368              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
9369      Branch: perl
9370            ! lib/File/stat.t
9371 ____________________________________________________________________________
9372 [ 15198] By: ams                                   on 2002/03/12  15:00:44
9373         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
9374              From: Robin Barker <rmb1@cise.npl.co.uk>
9375              Date: Tue, 12 Mar 2002 13:31:58 GMT
9376              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
9377      Branch: perl
9378            ! pod/perlfunc.pod
9379 ____________________________________________________________________________
9380 [ 15197] By: ams                                   on 2002/03/12  14:57:34
9381         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
9382              From: "Clinton A. Pierce" <clintp@geeksalad.org>
9383              Date: Tue, 12 Mar 2002 10:11:53 -0500
9384              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
9385      Branch: perl
9386            ! toke.c
9387 ____________________________________________________________________________
9388 [ 15196] By: nick                                  on 2002/03/12  13:40:35
9389         Log: Integrate mainline
9390      Branch: perlio
9391           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
9392           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
9393           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
9394           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
9395            - t/lib/access.t
9396           !> (integrate 96 files)
9397 ____________________________________________________________________________
9398 [ 15195] By: nick                                  on 2002/03/12  06:08:24
9399         Log: Integrate mainline (a while ago)
9400      Branch: perlio
9401           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
9402           +> ext/Encode/t/TW.t
9403            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
9404            - ext/Encode/lib/Encode/Tcl/HanZi.pm
9405            - ext/I18N/Langinfo/fallback.c
9406           !> (integrate 80 files)
9407 ____________________________________________________________________________
9408 [ 15194] By: ams                                   on 2002/03/12  06:02:20
9409         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
9410              From: Jonathan Stowe <gellyfish@gellyfish.com>
9411              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
9412              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
9413      Branch: perl
9414            ! ext/Encode/CN/Makefile.PL
9415 ____________________________________________________________________________
9416 [ 15193] By: ams                                   on 2002/03/12  05:55:07
9417         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
9418              From: Dave Mitchell <davem@fdgroup.co.uk>
9419              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
9420              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
9421      Branch: perl
9422            ! pod/perlguts.pod
9423 ____________________________________________________________________________
9424 [ 15192] By: ams                                   on 2002/03/12  05:50:08
9425         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
9426              From: Anton Tagunov <tagunov@motor.ru>
9427              Date: Tue, 12 Mar 2002 01:40:58 +0300
9428              Message-Id: <1194068830.20020312014058@motor.ru>
9429              (Applied with tweaks.)
9430      Branch: perl
9431            ! lib/utf8.pm
9432 ____________________________________________________________________________
9433 [ 15191] By: ams                                   on 2002/03/12  05:42:21
9434         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
9435              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9436              Date: Sun, 10 Mar 2002 22:10:15 +0100
9437              Message-Id: <3C8BD9C7.13988.73992D@localhost>
9438      Branch: perl
9439            ! iperlsys.h
9440 ____________________________________________________________________________
9441 [ 15190] By: ams                                   on 2002/03/12  05:38:08
9442         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
9443              From: Anton Tagunov <tagunov@motor.ru>
9444              Date: Mon, 11 Mar 2002 23:27:47 +0300
9445              Message-Id: <19414222180.20020311232747@motor.ru>
9446      Branch: perl
9447            ! pod/perlsub.pod
9448 ____________________________________________________________________________
9449 [ 15189] By: ams                                   on 2002/03/12  05:34:49
9450         Log: Subject: minor patch for comment in utfebcdic.h
9451              From: Anton Tagunov <tagunov@motor.ru>
9452              Date: Tue, 12 Mar 2002 00:20:21 +0300
9453              Message-Id: <13817376786.20020312002021@motor.ru>
9454      Branch: perl
9455            ! utfebcdic.h
9456 ____________________________________________________________________________
9457 [ 15188] By: ams                                   on 2002/03/12  05:32:30
9458         Log: Subject: [PATCH ?] B::Xref improvements
9459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9460              Date: Mon, 11 Mar 2002 23:32:20 +0100
9461              Message-Id: <20020311233220.A12677@rafael>
9462      Branch: perl
9463            ! ext/B/B/Xref.pm
9464 ____________________________________________________________________________
9465 [ 15187] By: ams                                   on 2002/03/12  05:30:02
9466         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
9467              From: Paul_GreenVOS@vos.stratus.com
9468              Date: Mon, 11 Mar 02 17:23 est
9469              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
9470      Branch: perl
9471            ! lib/ExtUtils/MM_Unix.pm
9472 ____________________________________________________________________________
9473 [ 15186] By: ams                                   on 2002/03/12  05:27:06
9474         Log: Subject: [PATCH] installperl - minor untangle for VOS
9475              From: Paul_GreenVOS@vos.stratus.com
9476              Date: Mon, 11 Mar 02 17:05 est
9477              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
9478      Branch: perl
9479            ! installperl
9480 ____________________________________________________________________________
9481 [ 15185] By: ams                                   on 2002/03/12  05:25:59
9482         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
9483              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9484              Date: Mon, 11 Mar 2002 22:37:39 +0100
9485              Message-Id: <20020311223739.A691@rafael>
9486      Branch: perl
9487            ! ext/B/B/Deparse.pm
9488 ____________________________________________________________________________
9489 [ 15184] By: ams                                   on 2002/03/12  05:20:54
9490         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
9491              From: Michael G Schwern <schwern@pobox.com>
9492              Date: Tue, 12 Mar 2002 01:12:08 -0500
9493              Message-Id: <20020312061208.GD904@blackrider>
9494      Branch: perl
9495            ! hints/netbsd.sh
9496 ____________________________________________________________________________
9497 [ 15183] By: ams                                   on 2002/03/12  04:12:30
9498         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
9499              From: Autrijus Tang <autrijus@autrijus.org>
9500              Date: Tue, 12 Mar 2002 13:05:53 +0800
9501              Message-Id: <20020312050553.GA7864@not.autrijus.org>
9502              (Only doc hunk applied, supplementing #15182.)
9503      Branch: perl
9504            ! ext/Encode/Encode.pm
9505 ____________________________________________________________________________
9506 [ 15182] By: ams                                   on 2002/03/12  04:04:34
9507         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
9508              From: Autrijus Tang <autrijus@autrijus.org>
9509              Date: Tue, 12 Mar 2002 12:56:46 +0800
9510              Message-Id: <20020312045646.GA7689@not.autrijus.org>
9511              (Private mail.)
9512      Branch: perl
9513            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
9514 ____________________________________________________________________________
9515 [ 15181] By: ams                                   on 2002/03/12  03:09:20
9516         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
9517              From: Autrijus Tang <autrijus@autrijus.org>
9518              Date: Tue, 12 Mar 2002 11:55:06 +0800
9519              Message-Id: <20020312035506.GA6946@not.autrijus.org>
9520      Branch: perl
9521            ! ext/Encode/Encode.pm
9522 ____________________________________________________________________________
9523 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
9524         Log: Deypo.
9525      Branch: metaconfig
9526            ! U/threads/d_asctime_r.U
9527 ____________________________________________________________________________
9528 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
9529         Log: FAQ sync.
9530      Branch: perl
9531            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9532            ! pod/perlfaq4.pod pod/perlfaq5.pod
9533 ____________________________________________________________________________
9534 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
9535         Log: The test needs perlio.
9536      Branch: perl
9537            ! lib/open.t
9538 ____________________________________________________________________________
9539 [ 15177] By: ams                                   on 2002/03/11  15:41:08
9540         Log: Subject: perlreftut update
9541              From: Mark-Jason Dominus <mjd@plover.com>
9542              Date: Mon, 11 Mar 2002 11:36:27 -0500
9543              Message-Id: <20020311163627.31020.qmail@plover.com>
9544      Branch: perl
9545            ! pod/perlreftut.pod
9546 ____________________________________________________________________________
9547 [ 15176] By: ams                                   on 2002/03/11  15:35:24
9548         Log: Subject: Minor correction in perlfaq5
9549              From: mjd@plover.com
9550              Date: 11 Mar 2002 16:34:22 -0000
9551              Message-Id: <20020311163422.30963.qmail@plover.com>
9552      Branch: perl
9553            ! pod/perlfaq5.pod
9554 ____________________________________________________________________________
9555 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
9556         Log: number of skipped tests was incorrect
9557      Branch: perl
9558            ! t/op/stat.t
9559 ____________________________________________________________________________
9560 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
9561         Log: remove doubled CRs
9562      Branch: perl
9563            ! win32/Makefile
9564 ____________________________________________________________________________
9565 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
9566         Log: Update Changes.
9567      Branch: perl
9568            ! Changes patchlevel.h
9569 ____________________________________________________________________________
9570 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
9571         Log: Regen toc.
9572      Branch: perl
9573            ! pod/perltoc.pod
9574 ____________________________________________________________________________
9575 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
9576         Log: Add t/CN.t and t/TW.t; re-sort.
9577      Branch: perl
9578            ! ext/Encode/MANIFEST
9579 ____________________________________________________________________________
9580 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
9581         Log: Document what to do if one yearns back to
9582              the old legacy encoding.
9583      Branch: perl
9584            ! lib/encoding.pm
9585 ____________________________________________________________________________
9586 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
9587         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
9588              as general purpose encoding transformation interfaces
9589              since that's not what they are.
9590      Branch: perl
9591            ! lib/utf8.pm pod/perlunicode.pod sv.c
9592 ____________________________________________________________________________
9593 [ 15168] By: ams                                   on 2002/03/11  12:54:16
9594         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
9595              warnings
9596              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9597              Date: Mon, 11 Mar 2002 14:35:22 +0100
9598              Message-Id: <20020311143522.A7431@rafael>
9599      Branch: perl
9600            ! t/lib/warnings/pp_sys
9601 ____________________________________________________________________________
9602 [ 15167] By: ams                                   on 2002/03/11  04:57:20
9603         Log: A little commonsense is better than 1_compile.
9604      Branch: perl
9605            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
9606 ____________________________________________________________________________
9607 [ 15166] By: ams                                   on 2002/03/11  04:53:50
9608         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
9609              From: Michael G Schwern <schwern@pobox.com>
9610              Date: Sun, 10 Mar 2002 13:27:12 -0500
9611              Message-Id: <20020310182712.GC693@blackrider>
9612              
9613              Subject: [PATCH] Hash::Util part 2
9614              From: Michael G Schwern <schwern@pobox.com>
9615              Date: Sun, 10 Mar 2002 15:09:34 -0500
9616              Message-Id: <20020310200934.GB27112@blackrider>
9617              
9618              Subject: [PATCH] Hash::Util MANIFEST correction
9619              From: Michael G Schwern <schwern@pobox.com>
9620              Date: Sun, 10 Mar 2002 16:27:07 -0500
9621              Message-Id: <20020310212707.GF27112@blackrider>
9622              
9623              (Also changes find.t and taint.t, which were looking for access.t)
9624      Branch: perl
9625            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
9626            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
9627            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
9628            + ext/Data/Util/t/Hash.t
9629            - t/lib/access.t
9630            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
9631            ! pod/perldiag.pod pod/perltodo.pod universal.c
9632 ____________________________________________________________________________
9633 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
9634         Log: metaconfig: more thready fixes.
9635      Branch: metaconfig
9636            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
9637            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
9638            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
9639            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
9640            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
9641            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
9642            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9643            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
9644            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
9645 ____________________________________________________________________________
9646 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
9647         Log: Skip obsoleted interfaces.
9648      Branch: perl
9649            ! Porting/findrfuncs
9650 ____________________________________________________________________________
9651 [ 15162] By: ams                                   on 2002/03/11  03:48:14
9652         Log: Typo fixes.
9653      Branch: perl
9654            ! perl.c
9655 ____________________________________________________________________________
9656 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
9657         Log: Upgrade to Locale::Codes 2.02.
9658      Branch: perl
9659            + lib/Locale/Codes/t/rename.t
9660            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
9661            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
9662            ! lib/Locale/Country.pod
9663 ____________________________________________________________________________
9664 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
9665         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
9666              From: Nicholas Clark <nick@unfortu.net>
9667              Date: Sun, 10 Mar 2002 18:17:50 +0000
9668              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
9669              
9670              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
9671              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9672              Date: Sun, 10 Mar 2002 13:53:34 -0800
9673              Message-ID: <eX9i8gzkg26G092yn@efn.org>
9674              
9675              (and reenable the feature in freebsd,
9676              and move the freebsd pr url to perl.c)
9677      Branch: perl
9678            ! hints/freebsd.sh perl.c pod/perldelta.pod
9679 ____________________________________________________________________________
9680 [ 15159] By: ams                                   on 2002/03/11  03:34:13
9681         Log: Subject: [PATCH stash.t] access::readonly is gone
9682              From: Michael G Schwern <schwern@pobox.com>
9683              Date: Sun, 10 Mar 2002 16:18:14 -0500
9684              Message-Id: <20020310211813.GE27112@blackrider>
9685      Branch: perl
9686            ! ext/B/t/stash.t
9687 ____________________________________________________________________________
9688 [ 15158] By: ams                                   on 2002/03/11  03:28:04
9689         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
9690              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9691              Date: Sun, 10 Mar 2002 22:10:15 +0100
9692              Message-Id: <3C8BD9C7.610.7398DD@localhost>
9693      Branch: perl
9694            ! lib/Net/Ping/t/110_icmp_inst.t
9695 ____________________________________________________________________________
9696 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
9697         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
9698              From: Michael G Schwern <schwern@pobox.com>
9699              Date: Sun, 10 Mar 2002 19:22:33 -0500
9700              Message-ID: <20020311002233.GE4927@blackrider>
9701      Branch: perl
9702            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
9703            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
9704            ! lib/Test/Simple/t/fail-more.t
9705 ____________________________________________________________________________
9706 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
9707         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
9708              From: Michael G Schwern <schwern@pobox.com>
9709              Date: Sun, 10 Mar 2002 17:14:10 -0500
9710              Message-ID: <20020310221410.GA4915@blackrider>
9711      Branch: perl
9712            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
9713            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
9714 ____________________________________________________________________________
9715 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
9716         Log: Subject: [PATCH] more warnings tidyup
9717              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9718              Date: Sun, 10 Mar 2002 21:01:39 -0000
9719              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
9720      Branch: perl
9721            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
9722            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
9723            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
9724            ! util.c
9725 ____________________________________________________________________________
9726 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
9727         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
9728              From: Nicholas Clark <nick@unfortu.net>
9729              Date: Sun, 10 Mar 2002 23:21:07 +0000
9730              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
9731      Branch: perl
9732            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
9733            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
9734            ! ext/Encode/TW/Makefile.PL
9735 ____________________________________________________________________________
9736 [ 15153] By: ams                                   on 2002/03/11  03:06:59
9737         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
9738              From: Max Baker <max@warped.org>
9739              Date: Fri, 8 Mar 2002 10:56:19 -0800
9740              Message-Id: <20020308105619.A15039@warped.org>
9741      Branch: perl
9742            ! ext/IO/lib/IO/Socket/INET.pm
9743 ____________________________________________________________________________
9744 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
9745         Log: Subject: [PATCH] spelling correction
9746              From: Nicholas Clark <nick@unfortu.net>
9747              Date: Sun, 10 Mar 2002 18:34:42 +0000
9748              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
9749      Branch: perl
9750            ! pp.c pp_hot.c
9751 ____________________________________________________________________________
9752 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
9753         Log: DG/UX updates from Takis Psarogiannakopoulos.
9754      Branch: perl
9755            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
9756 ____________________________________________________________________________
9757 [ 15150] By: ams                                   on 2002/03/11  03:02:47
9758         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
9759              From: Chris Nandor <pudge@pobox.com>
9760              Date: Mon, 04 Mar 2002 17:48:12 -0500
9761              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
9762      Branch: perl
9763            ! lib/DB.pm lib/perl5db.pl
9764 ____________________________________________________________________________
9765 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
9766         Log: metaconfig unit changes in preparation of reentrancy changes.
9767      Branch: metaconfig
9768            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
9769            + U/threads/d_ttyname_r.U
9770            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
9771            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
9772            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
9773            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
9774            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9775            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
9776            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9777            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
9778            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
9779            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
9780            ! U/threads/d_strerror_r.U
9781 ____________________________________________________________________________
9782 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
9783         Log: Mysterious characters.
9784      Branch: perl
9785            ! utf8.h
9786 ____________________________________________________________________________
9787 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
9788         Log: Unused.
9789      Branch: perl
9790            ! op.c
9791 ____________________________________________________________________________
9792 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
9793         Log: Implement :std subpragma of the open pragma
9794              that makes the standard filehandles to talk in
9795              encodings.  This change set off a weird warning
9796              from op.c, though: disabled it now until someone
9797              who knows what it is about comes along.
9798      Branch: perl
9799            ! lib/open.pm op.c
9800 ____________________________________________________________________________
9801 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
9802         Log: Document the logic of :locale better.
9803      Branch: perl
9804            ! lib/open.pm
9805 ____________________________________________________________________________
9806 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
9807         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
9808              From: Slaven Rezic <slaven.rezic@berlin.de>
9809              Date: 10 Mar 2002 02:49:17 +0100
9810              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
9811      Branch: perl
9812            ! hints/freebsd.sh
9813 ____________________________________________________________________________
9814 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
9815         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
9816              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9817              Date: Sun, 10 Mar 2002 17:08:54 +0900
9818              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
9819      Branch: perl
9820            ! ext/Encode/lib/Encode/Tcl.pm
9821            ! ext/Encode/lib/Encode/Tcl/Escape.pm
9822            ! ext/Encode/lib/Encode/Tcl/Extended.pm
9823            ! ext/Encode/lib/Encode/Tcl/Table.pm
9824 ____________________________________________________________________________
9825 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
9826         Log: The patch does the following:
9827              - Nix the unneccessary diagnostics line
9828              - Quell -w warnings if the first ENV doesn't exist
9829              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
9830              is too baroque and bloated for daily use (and for perl core inclusion).
9831              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
9832              non-fatal.
9833              - Consequently, the ^OPEN bits is set only when needed.
9834      Branch: perl
9835            ! lib/open.pm
9836 ____________________________________________________________________________
9837 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
9838         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
9839      Branch: perl
9840            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
9841 ____________________________________________________________________________
9842 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
9843         Log: Precedence problem.
9844      Branch: perl
9845            ! ext/Socket/socketpair.t
9846 ____________________________________________________________________________
9847 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
9848         Log: Renaming tweaks, and split off the reentrant "superbuffer"
9849              init routine.
9850      Branch: perl
9851            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
9852            ! sv.c util.c
9853 ____________________________________________________________________________
9854 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
9855         Log: The 7-bit jis seems to be the hanging one.
9856      Branch: perl
9857            ! ext/Encode/t/Tcl.t
9858 ____________________________________________________________________________
9859 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
9860         Log: Begone.
9861      Branch: perl
9862            ! ext/Encode/MANIFEST
9863 ____________________________________________________________________________
9864 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
9865         Log: Better fix from Autrijus.
9866      Branch: perl
9867            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
9868            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
9869 ____________________________________________________________________________
9870 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
9871         Log: Not everybody has Encode::HanExtra.
9872      Branch: perl
9873            ! ext/Encode/Encode.pm
9874 ____________________________________________________________________________
9875 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
9876         Log: Decutandpasto.
9877      Branch: perl
9878            ! ext/Encode/lib/Encode/Tcl.pm
9879 ____________________________________________________________________________
9880 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
9881         Log: Subject: [PATCH] Data::Dumper
9882              From: Nicholas Clark <nick@unfortu.net>
9883              Date: Sat, 9 Mar 2002 19:03:54 +0000
9884              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
9885      Branch: perl
9886            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9887            ! ext/Data/Dumper/t/dumper.t
9888 ____________________________________________________________________________
9889 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
9890         Log: Subject: [PATCH] socketpair.t w/o fork
9891              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9892              Date: Sat, 9 Mar 2002 14:55:11 +0100
9893              Message-ID: <3C8A224F.29578.13691BA@localhost>
9894              
9895              (modified as suggested by Sarathy)
9896      Branch: perl
9897            ! ext/Socket/socketpair.t
9898 ____________________________________________________________________________
9899 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
9900         Log: Subject: [PATCH perldelta] Mention Change 14727
9901              From: Autrijus Tang <autrijus@autrijus.org>
9902              Date: Sat, 9 Mar 2002 23:31:40 +0800
9903              Message-ID: <20020309153140.GA4224@not.autrijus.org>
9904      Branch: perl
9905            ! pod/perldelta.pod
9906 ____________________________________________________________________________
9907 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
9908         Log: Make Encode.pm implicitly load external CJK tables the first
9909              time they're needed (instead of immediately), from Autrijus
9910              Tang.
9911      Branch: perl
9912            ! ext/Encode/Encode.pm
9913 ____________________________________________________________________________
9914 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
9915         Log: Subject: Re: Two questions
9916              From: Nicholas Clark <nick@unfortu.net>
9917              Date: Sat, 9 Mar 2002 12:42:40 +0000
9918              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
9919      Branch: perl
9920            ! Porting/pumpkin.pod
9921 ____________________________________________________________________________
9922 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
9923         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
9924              From: Paul_GreenVOS@vos.stratus.com
9925              Date: Fri, 8 Mar 02 22:34 est
9926              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
9927      Branch: perl
9928            ! pp_sys.c
9929 ____________________________________________________________________________
9930 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
9931         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
9932              From: davem@fdgroup.co.uk
9933              Date: Sat, 9 Mar 2002 00:13:27 GMT
9934              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
9935      Branch: perl
9936            ! dump.c
9937 ____________________________________________________________________________
9938 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
9939         Log: Deglitch from Rafael.
9940      Branch: perl
9941            ! ext/B/t/lint.t
9942 ____________________________________________________________________________
9943 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
9944         Log: Still more portability.
9945      Branch: perl
9946            ! Porting/findrfuncs
9947 ____________________________________________________________________________
9948 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
9949         Log: More portability.
9950      Branch: perl
9951            ! Porting/findrfuncs
9952 ____________________________________________________________________________
9953 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
9954         Log: Shared library paths; running tests manually.
9955      Branch: perl
9956            ! INSTALL
9957 ____________________________________________________________________________
9958 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
9959         Log: Subject: RE: Two questions
9960              From: "Green, Paul" <Paul.Green@stratus.com>
9961              Date: Fri, 8 Mar 2002 17:55:19 -0500
9962              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
9963      Branch: perl
9964            ! Porting/pumpkin.pod
9965 ____________________________________________________________________________
9966 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
9967         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
9968              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
9969      Branch: perl
9970            + ext/B/t/lint.t
9971            ! MANIFEST ext/B/B/Lint.pm
9972 ____________________________________________________________________________
9973 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
9974         Log: metaconfig unit change for #15119.
9975      Branch: metaconfig
9976            ! U/threads/d_pthread_atfork.U
9977 ____________________________________________________________________________
9978 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
9979         Log: In DG/UX finding pthread_atfork requires a true compile,
9980              from Takis Psarogiannakopoulos.
9981      Branch: perl
9982            ! Configure config_h.SH
9983 ____________________________________________________________________________
9984 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
9985         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
9986              From: John Peacock <jpeacock@rowman.com>
9987              Date: Fri, 08 Mar 2002 15:52:41 -0500
9988              Message-ID: <3C892499.4050502@rowman.com>
9989      Branch: perl
9990            ! lib/ExtUtils/xsubpp
9991 ____________________________________________________________________________
9992 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
9993         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
9994              From: "Craig A. Berry" <craigberry@mac.com>
9995              Date: Fri, 08 Mar 2002 15:02:51 -0600
9996              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
9997      Branch: perl
9998            ! t/op/write.t
9999 ____________________________________________________________________________
10000 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
10001         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
10002              From: Paul_GreenVOS@vos.stratus.com
10003              Date: Fri, 8 Mar 02 14:45 est
10004              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
10005      Branch: perl
10006            ! installperl
10007 ____________________________________________________________________________
10008 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
10009         Log: Subject: [PATCH @15109] tm_tm_* for VMS
10010              From: "Craig A. Berry" <craigberry@mac.com>
10011              Date: Fri, 08 Mar 2002 13:07:52 -0600
10012              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
10013      Branch: perl
10014            ! configure.com
10015 ____________________________________________________________________________
10016 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
10017         Log: Detypo.
10018      Branch: perl
10019            ! Changes
10020 ____________________________________________________________________________
10021 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
10022         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
10023      Branch: perl
10024            ! t/op/pat.t
10025 ____________________________________________________________________________
10026 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
10027         Log: HP-UX nm seems to repeat itself.
10028      Branch: perl
10029            ! Porting/findrfuncs
10030 ____________________________________________________________________________
10031 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
10032         Log: Nice porting script from Sarathy.  Well, less nice
10033              in the sense that it shows the looong road ahead.
10034      Branch: perl
10035            + Porting/findrfuncs
10036            ! MANIFEST Porting/makerel
10037 ____________________________________________________________________________
10038 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
10039         Log: Subject: Re: Performance considerations for UTF-8
10040              From: Jarkko Hietaniemi <jhi@iki.fi>
10041              Date: Fri, 8 Mar 2002 18:53:28 +0200
10042              Message-ID: <20020308185328.D640@alpha.hut.fi>
10043              
10044              (put all in perlunicode)
10045      Branch: perl
10046            ! pod/perlunicode.pod
10047 ____________________________________________________________________________
10048 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
10049         Log: Update Changes.
10050      Branch: perl
10051            ! Changes patchlevel.h
10052 ____________________________________________________________________________
10053 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
10054         Log: Subject: Cygwin cygipc support skipped
10055              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
10056              Date: Fri, 8 Mar 2002 16:59:34 +0100
10057              Message-ID: <113694157285.20020308165934@familiehaase.de>
10058      Branch: perl
10059            ! hints/cygwin.sh
10060 ____________________________________________________________________________
10061 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
10062         Log: metaconfig unit change for #15106.
10063      Branch: metaconfig
10064            ! U/compline/d_gconvert.U
10065 ____________________________________________________________________________
10066 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
10067         Log: Subject: Re: [PATCH] tests for Gconvert
10068              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10069              Date: Thu, 07 Mar 2002 16:48:10 -0800
10070              Message-ID: <KpAi8gzkganW092yn@efn.org>
10071      Branch: perl
10072            ! Configure config_h.SH t/base/num.t
10073 ____________________________________________________________________________
10074 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
10075         Log: The new test has some teething problems.
10076      Branch: perl
10077            - ext/B/t/lint.t
10078            ! MANIFEST
10079 ____________________________________________________________________________
10080 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
10081         Log: Subject: [PATCH] B::Lint tests
10082              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10083              Date: Fri, 8 Mar 2002 14:47:19 +0100
10084              Message-ID: <20020308144719.A2663@rafael>
10085      Branch: perl
10086            + ext/B/t/lint.t
10087            ! MANIFEST ext/B/B/Lint.pm
10088 ____________________________________________________________________________
10089 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
10090         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
10091              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
10092              Date: Fri, 8 Mar 2002 13:24:14 GMT
10093              Message-Id: <200203081324.NAA00642@cleo>
10094      Branch: perl
10095            ! hints/powerux.sh
10096 ____________________________________________________________________________
10097 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
10098         Log: Subject: HP has some new models
10099              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10100              Date: Fri, 08 Mar 2002 13:07:02 +0100
10101              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
10102      Branch: perl
10103            ! README.hpux
10104 ____________________________________________________________________________
10105 [ 15101] By: ams                                   on 2002/03/08  09:11:40
10106         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
10107              From: Stas Bekman <stas@stason.org>
10108              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
10109              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
10110      Branch: perl
10111            ! pod/perlguts.pod
10112 ____________________________________________________________________________
10113 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
10114         Log: Update Changes
10115      Branch: maint-5.6/macperl
10116            ! macos/Changes
10117 ____________________________________________________________________________
10118 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
10119         Log: Replace macperlbundled with macperldelta
10120      Branch: maint-5.6/macperl
10121            ! macos/macperl/MacPerl.podhelp
10122 ____________________________________________________________________________
10123 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
10124         Log: Comsetic fixes (Thomas Wegner)
10125      Branch: maint-5.6/macperl
10126            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
10127 ____________________________________________________________________________
10128 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
10129         Log: Bump OS version
10130      Branch: maint-5.6/macperl
10131            ! macos/config.sh
10132 ____________________________________________________________________________
10133 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
10134         Log: Thought I deleted this already?
10135      Branch: perl
10136            - ext/I18N/Langinfo/fallback.c
10137 ____________________________________________________________________________
10138 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
10139         Log: perlport updates from Pudge.
10140      Branch: perl
10141            ! pod/perlport.pod
10142 ____________________________________________________________________________
10143 [ 15094] By: ams                                   on 2002/03/08  03:06:03
10144         Log: Nitpick.
10145      Branch: perl
10146            ! MANIFEST
10147 ____________________________________________________________________________
10148 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
10149         Log: Wrong test.
10150      Branch: perl
10151            ! pod/perldelta.pod
10152 ____________________________________________________________________________
10153 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
10154         Log: Integrate change 14064 from macperl to blead.
10155      Branch: perl
10156           !> pod/perlmodinstall.pod pod/perlport.pod
10157 ____________________________________________________________________________
10158 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
10159         Log: Integrate recent perlport changes
10160      Branch: maint-5.6/macperl
10161           !> pod/perlport.pod
10162 ____________________________________________________________________________
10163 [ 15089] By: ams                                   on 2002/03/08  01:54:03
10164         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
10165              minor typo in perlguts.pod
10166              From: Anton Tagunov <tagunov@motor.ru>
10167              Date: Fri, 8 Mar 2002 05:26:59 +0300
10168              Message-Id: <4649821189.20020308052659@motor.ru>
10169      Branch: perl
10170            ! pod/perlguts.pod
10171 ____________________________________________________________________________
10172 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
10173         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"! 
10174              From: Anton Tagunov <tagunov@newmail.ru>
10175              Date: Fri, 8 Mar 2002 04:31:44 +0300
10176              Message-ID: <13946506773.20020308043144@newmail.ru>
10177              
10178              (one test changed)
10179      Branch: perl
10180            ! lib/encoding.t sv.c
10181 ____________________________________________________________________________
10182 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
10183         Log: Subject: [PATCH perldelta] some more deltas
10184              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10185              Date: Thu, 7 Mar 2002 23:13:23 +0100
10186              Message-ID: <20020307231323.A13068@rafael>
10187      Branch: perl
10188            ! pod/perldelta.pod
10189 ____________________________________________________________________________
10190 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
10191         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
10192              From: Paul_GreenVOS@vos.stratus.com
10193              Date: Thu, 7 Mar 02 14:25 est
10194              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
10195      Branch: perl
10196            ! t/io/fs.t
10197 ____________________________________________________________________________
10198 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
10199         Log: As suggested by Anton Tagunov, eq and cmp now obey the
10200              encoding pragma (by remapping their byte argument if the
10201              other argument is in Unicode).  Also fix a bug found by
10202              Anton where ord undef under the encoding pragma would barf.
10203              ([ID 20020307.009] A null pointer dereference with 'use encoding')
10204              Finally, use the nicer form of sv_recode_to_utf8.
10205      Branch: perl
10206            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
10207 ____________________________________________________________________________
10208 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
10209         Log: Retract #14985, #14899, and #14990, following the principles
10210              "Do no harm." and "If it ain't broke, don't fix it."
10211              
10212              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
10213              some, but still broken, and I do not have the extra brain
10214              cells for the EBCDIC backport.  Secondly, the old version
10215              worked both in EBCDIC and non-.  Thirdly, the old version
10216              may be more amenable for the behaviour suggsted by Anton
10217              Tagunov regarding the encoding pragma.
10218      Branch: perl
10219            ! embed.fnc embed.h global.sym proto.h sv.c util.c
10220 ____________________________________________________________________________
10221 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
10222         Log: Long doubles give you long doubles.
10223      Branch: perl
10224            ! t/base/num.t
10225 ____________________________________________________________________________
10226 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
10227         Log: Forgotten deMANIFESTation.
10228      Branch: perl
10229            ! MANIFEST
10230 ____________________________________________________________________________
10231 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
10232         Log: Obsolete unused file, noticed by Dank Kogai.
10233      Branch: perl
10234            - ext/Encode/lib/Encode/JP/Tr.pm
10235 ____________________________________________________________________________
10236 [ 15080] By: ams                                   on 2002/03/07  11:31:46
10237         Log: Subject: [PATCH Changes] Changes should mirror version number
10238              From: Robin Barker <rmb1@cise.npl.co.uk>
10239              Date: Thu, 7 Mar 2002 11:04:24 GMT
10240              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
10241      Branch: perl
10242            ! Porting/pumpkin.pod
10243 ____________________________________________________________________________
10244 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
10245         Log: metaconfig unit change for #15078.
10246      Branch: metaconfig
10247            ! U/compline/d_gconvert.U
10248 ____________________________________________________________________________
10249 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
10250         Log: Subject: Re: [PATCH] tests for Gconvert
10251              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10252              Date: Wed, 06 Mar 2002 20:22:54 -0800
10253              Message-ID: <esuh8gzkg2/b092yn@efn.org>
10254      Branch: perl
10255            ! Configure pod/perldelta.pod t/base/num.t
10256 ____________________________________________________________________________
10257 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
10258         Log: Mac OS X UFS does not do ctime.
10259      Branch: perl
10260            ! pod/perldelta.pod pod/perlport.pod
10261 ____________________________________________________________________________
10262 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
10263         Log: AUTHORS updates.
10264      Branch: perl
10265            ! AUTHORS
10266 ____________________________________________________________________________
10267 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
10268         Log: Continued Chinese puzzles from Autrijus.
10269      Branch: perl
10270            + ext/Encode/t/CN.t ext/Encode/t/TW.t
10271            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
10272 ____________________________________________________________________________
10273 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
10274         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
10275              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10276              Date: Wed, 6 Mar 2002 18:13:51 +0100
10277              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
10278      Branch: perl
10279            ! lib/File/Spec/Win32.pm
10280 ____________________________________________________________________________
10281 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
10282         Log: perlport tweaks.
10283      Branch: perl
10284            ! pod/perlport.pod
10285 ____________________________________________________________________________
10286 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
10287         Log: Subject: Re: [PATCH docs] Re: Bug with -M
10288              From: Michael G Schwern <schwern@pobox.com>
10289              Date: Wed, 6 Mar 2002 16:20:27 -0500
10290              Message-ID: <20020306212027.GC4257@blackrider>
10291      Branch: perl
10292            ! pod/perlfunc.pod pod/perlport.pod
10293 ____________________________________________________________________________
10294 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
10295         Log: perldelta updates.
10296      Branch: perl
10297            ! pod/perldelta.pod
10298 ____________________________________________________________________________
10299 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
10300         Log: 5005threads wasn't even compiling.
10301      Branch: perl
10302            ! perl.c
10303 ____________________________________________________________________________
10304 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
10305         Log: Subject: Re: perl@15047 New format tests for still existing bugs
10306              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10307              Date: Wed, 06 Mar 2002 12:59:29 +0100
10308              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
10309      Branch: perl
10310            ! t/op/write.t
10311 ____________________________________________________________________________
10312 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
10313         Log: Regen Glossary et al.
10314      Branch: perl
10315            ! Porting/Glossary Porting/config.sh Porting/config_H
10316 ____________________________________________________________________________
10317 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
10318         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
10319              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
10320      Branch: perl
10321            ! util.c
10322 ____________________________________________________________________________
10323 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
10324         Log: metaconfig unit change for #15065.
10325      Branch: metaconfig
10326            ! U/compline/i_time.U
10327 ____________________________________________________________________________
10328 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
10329         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
10330      Branch: perl
10331            ! Configure config_h.SH
10332 ____________________________________________________________________________
10333 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
10334         Log: Must remove fallback.c also from here.
10335      Branch: perl
10336            ! MANIFEST
10337 ____________________________________________________________________________
10338 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
10339         Log: Subject: Re: perl@15047 WinCE
10340              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10341              Date: Wed, 06 Mar 2002 13:41:30 +0100
10342              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
10343              
10344              Subject: Re: perl@15047 Win32
10345              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10346              Date: Wed, 06 Mar 2002 13:46:02 +0100
10347              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
10348              
10349              Subject: Re: perl@15047 Epoc
10350              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10351              Date: Wed, 06 Mar 2002 13:48:31 +0100
10352              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
10353              
10354              Subject: Re: perl@15047 NetWare
10355              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10356              Date: Wed, 06 Mar 2002 13:55:46 +0100
10357              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
10358      Branch: perl
10359            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
10360            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10361            ! wince/Makefile.ce wince/config.h
10362 ____________________________________________________________________________
10363 [ 15062] By: ams                                   on 2002/03/06  09:26:49
10364         Log: Subject: Re: perl@15047
10365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10366              Date: Wed, 06 Mar 2002 11:25:50 +0100
10367              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
10368      Branch: perl
10369            ! cygwin/perlld.in
10370 ____________________________________________________________________________
10371 [ 15061] By: ams                                   on 2002/03/06  08:44:12
10372         Log: Subject: Re: perl@15047
10373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10374              Date: Wed, 06 Mar 2002 10:38:02 +0100
10375              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
10376      Branch: perl
10377            ! pod/perldelta.pod
10378 ____________________________________________________________________________
10379 [ 15060] By: ams                                   on 2002/03/06  08:30:33
10380         Log: Subject: Update perlhist.pod
10381              From: mjd@plover.com
10382              Date: 6 Mar 2002 07:11:55 -0000
10383              Message-Id: <20020306071155.10240.qmail@plover.com>
10384              
10385              Subject: [PATCH pod/perlvar.pod] $^V => string
10386              From: Stas Bekman <stas@stason.org>
10387              Date: Wed, 06 Mar 2002 14:56:55 +0800
10388              Message-Id: <3C85BDB7.7050700@stason.org>
10389      Branch: perl
10390            ! pod/perlhist.pod pod/perlvar.pod
10391 ____________________________________________________________________________
10392 [ 15059] By: ams                                   on 2002/03/06  04:15:38
10393         Log: Subject: [PATCH] assorted configure.com fix-ups
10394              From: "Craig A. Berry" <craigberry@mac.com>
10395              Date: Tue, 5 Mar 2002 23:11:22 -0600
10396              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
10397      Branch: perl
10398            ! configure.com
10399 ____________________________________________________________________________
10400 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
10401         Log: IRIX failure with long doubles.
10402      Branch: perl
10403            ! t/op/pack.t
10404 ____________________________________________________________________________
10405 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
10406         Log: Make reality and Changes coincide.
10407      Branch: perl
10408            ! Changes
10409 ____________________________________________________________________________
10410 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
10411         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
10412              From: Anton Tagunov <tagunov@motor.ru>
10413              Date: Wed, 6 Mar 2002 02:10:21 +0300
10414              Message-ID: <11152782757.20020306021021@motor.ru>
10415              
10416              (reworded)
10417      Branch: perl
10418            ! pod/perluniintro.pod
10419 ____________________________________________________________________________
10420 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
10421         Log: Subject: [PATCH] B::Lint doesn't work
10422              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10423              Date: Tue, 5 Mar 2002 22:51:18 +0100
10424              Message-ID: <20020305225118.C733@rafael>
10425      Branch: perl
10426            ! ext/B/B/Lint.pm
10427 ____________________________________________________________________________
10428 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
10429         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
10430              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10431              Date: Mon, 04 Mar 2002 16:24:32 -0800
10432              Message-ID: <ABBh8gzkgezX092yn@efn.org>
10433      Branch: perl
10434            ! op.h pp_ctl.c t/op/flip.t
10435 ____________________________________________________________________________
10436 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
10437         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
10438              From: Nicholas Clark <nick@unfortu.net>
10439              Date: Tue, 5 Mar 2002 22:30:49 +0000
10440              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
10441      Branch: perl
10442            ! pod/perldelta.pod
10443 ____________________________________________________________________________
10444 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
10445         Log: Subject: [PATCH] tests for Gconvert
10446              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10447              Date: Tue, 05 Mar 2002 16:35:45 -0800
10448              Message-ID: <hRWh8gzkgONX092yn@efn.org>
10449      Branch: perl
10450            ! t/base/num.t
10451 ____________________________________________________________________________
10452 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
10453         Log: Subject: [PATCH] toplevel Makefile.SH
10454              From: Paul_GreenVOS@vos.stratus.com
10455              Date: Tue, 5 Mar 02 17:34 est
10456              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
10457      Branch: perl
10458            ! Makefile.SH
10459 ____________________________________________________________________________
10460 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
10461         Log: Subject: [PATCH] pointer to perldelta in Changes
10462              From: Chris Nandor <pudge@pobox.com>
10463              Date: Tue, 05 Mar 2002 16:04:50 -0500
10464              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
10465      Branch: perl
10466            ! Changes
10467 ____________________________________________________________________________
10468 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
10469         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
10470              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10471              Date: Tue, 5 Mar 2002 22:26:20 +0100
10472              Message-ID: <20020305222620.A733@rafael>
10473      Branch: perl
10474            ! pod/perldelta.pod
10475 ____________________________________________________________________________
10476 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
10477         Log: Solaris: allow for /usr/bin/df not to exist.
10478              
10479              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
10480              From: Kingpin <mthurn@copper.dulles.tasc.com>
10481              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
10482              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
10483      Branch: perl
10484            ! hints/solaris_2.sh
10485 ____________________________________________________________________________
10486 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
10487         Log: Update Changes.
10488      Branch: perl
10489            ! Changes patchlevel.h
10490 ____________________________________________________________________________
10491 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
10492         Log: Double MANIFESTing.
10493      Branch: perl
10494            ! ext/Encode/MANIFEST
10495 ____________________________________________________________________________
10496 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
10497         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
10498      Branch: perl
10499            - ext/Encode/Encode/7bit-kr.enc
10500            - ext/Encode/lib/Encode/Tcl/HanZi.pm
10501            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
10502 ____________________________________________________________________________
10503 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
10504         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
10505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10506              Date: Tue, 5 Mar 2002 14:35:57 +0100
10507              Message-ID: <20020305143557.C695@rafael>   
10508      Branch: perl
10509            ! pp_sys.c t/lib/warnings/pp_sys
10510 ____________________________________________________________________________
10511 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
10512         Log: Subject: [PATCH Devel::PPPort]
10513              From: Robin Barker <rmb1@cise.npl.co.uk>
10514              Date: Tue, 5 Mar 2002 13:37:59 GMT
10515              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
10516      Branch: perl
10517            ! ext/Devel/PPPort/Makefile.PL
10518 ____________________________________________________________________________
10519 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
10520         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
10521      Branch: perl
10522            ! ext/Encode/t/Tcl.t
10523 ____________________________________________________________________________
10524 [ 15041] By: nick                                  on 2002/03/05  07:23:58
10525         Log: Integrate mainline (5.7.3)
10526      Branch: perlio
10527           +> ext/Encode/lib/Encode/CN/HZ.pm
10528            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
10529           !> (integrate 54 files)
10530 ____________________________________________________________________________
10531 [ 15040] By: ams                                   on 2002/03/05  05:10:33
10532         Log: Subject: DOC PATCH 5.7.3 (perldelta)
10533              From: mjd@plover.com
10534              Date: 5 Mar 2002 05:35:58 -0000
10535              Message-Id: <20020305053558.31677.qmail@plover.com>
10536      Branch: perl
10537            ! pod/perldelta.pod
10538 ____________________________________________________________________________
10539 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
10540         Log: This is 5.7.3.
10541      Branch: perl
10542            ! patchlevel.h
10543 ____________________________________________________________________________
10544 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
10545         Log: Shoo.
10546      Branch: perl
10547            ! ext/Encode/t/Tcl.t
10548 ____________________________________________________________________________
10549 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
10550         Log: Update Changes.
10551      Branch: perl
10552            ! Changes patchlevel.h
10553 ____________________________________________________________________________
10554 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
10555         Log: Regen perlapi.
10556      Branch: perl
10557            ! pod/perlapi.pod
10558 ____________________________________________________________________________
10559 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
10560         Log: Tie::File doc tweak for Win32 from mjd. 
10561      Branch: perl
10562            ! lib/Tie/File.pm
10563 ____________________________________________________________________________
10564 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
10565         Log: Regen toc.
10566      Branch: perl
10567            ! pod/perltoc.pod
10568 ____________________________________________________________________________
10569 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
10570         Log: Decommission Encode::Tcl HZ testing for now.
10571      Branch: perl
10572            ! ext/Encode/t/Tcl.t
10573 ____________________________________________________________________________
10574 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
10575         Log: Must have a return.
10576      Branch: perl
10577            ! pp_pack.c
10578 ____________________________________________________________________________
10579 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
10580         Log: The very latest win32 score from Jan Dubois.
10581      Branch: perl
10582            ! pod/perldelta.pod
10583 ____________________________________________________________________________
10584 [ 15030] By: ams                                   on 2002/03/05  01:40:01
10585         Log: Subject: [PATCH] README.macos
10586              From: Chris Nandor <pudge@pobox.com>
10587              Date: Mon, 04 Mar 2002 17:37:59 -0500
10588              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
10589      Branch: perl
10590            ! README.macos
10591 ____________________________________________________________________________
10592 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
10593         Log: "The last pieces of Chinese puzzle" from Autrijus.
10594      Branch: perl
10595            + ext/Encode/lib/Encode/CN/HZ.pm
10596            - ext/Encode/Encode/HZ.enc
10597            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
10598            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10599 ____________________________________________________________________________
10600 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
10601         Log: Known test failures updates.
10602      Branch: perl
10603            ! pod/perldelta.pod
10604 ____________________________________________________________________________
10605 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
10606         Log: One more nit from mjd.
10607      Branch: perl
10608            ! lib/Tie/File/t/16_handle.t
10609 ____________________________________________________________________________
10610 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
10611         Log: Upgrade to Tie::File 0.17 from mjd.
10612      Branch: perl
10613            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
10614            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
10615 ____________________________________________________________________________
10616 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
10617         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
10618              From: Nicholas Clark <nick@unfortu.net>
10619              Date: Mon, 4 Mar 2002 23:33:52 +0000
10620              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
10621      Branch: perl
10622            ! pod/perldelta.pod
10623 ____________________________________________________________________________
10624 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
10625         Log: Escapee.
10626      Branch: perl
10627            ! proto.h
10628 ____________________________________________________________________________
10629 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
10630         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
10631              From: Nicholas Clark <nick@unfortu.net>
10632              Date: Mon, 4 Mar 2002 22:48:38 +0000
10633              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
10634      Branch: perl
10635            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
10636            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
10637            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
10638            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
10639            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
10640            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
10641            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
10642 ____________________________________________________________________________
10643 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
10644         Log: Cleaner.
10645      Branch: perl
10646            ! Makefile.SH
10647 ____________________________________________________________________________
10648 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
10649         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
10650              From: Jeffrey Friedl <jfriedl@yahoo.com>
10651              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
10652              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
10653      Branch: perl
10654            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
10655            ! pod/perlvar.pod
10656 ____________________________________________________________________________
10657 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
10658         Log: More Han tweaks from Autrjius Tang: most importantly,
10659              gbk is identical to cp936, so gbk can be removed and
10660              taken care of by an alias.
10661      Branch: perl
10662            - ext/Encode/Encode/gbk.enc
10663            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
10664            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
10665            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
10666            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10667 ____________________________________________________________________________
10668 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
10669         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
10670              From: Nicholas Clark <nick@unfortu.net>
10671              Date: Mon, 4 Mar 2002 22:20:13 +0000
10672              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
10673      Branch: perl
10674            ! pod/perldelta.pod
10675 ____________________________________________________________________________
10676 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
10677         Log: Based on
10678              
10679              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
10680              From: Anton Tagunov <tagunov@motor.ru>
10681              Date: Mon, 4 Mar 2002 21:14:39 +0300
10682              Message-ID: <1814137429.20020304211439@motor.ru>
10683      Branch: perl
10684            ! pod/perlunicode.pod
10685 ____________________________________________________________________________
10686 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
10687         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
10688              From: John Peacock <jpeacock@rowman.com>
10689              Date: Mon, 04 Mar 2002 16:18:42 -0500
10690              Message-ID: <3C83E4B2.3060700@rowman.com>
10691              
10692              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
10693              From: John Peacock <jpeacock@rowman.com>
10694              Date: Mon, 04 Mar 2002 16:42:55 -0500
10695              Message-ID: <3C83EA5F.80303@rowman.com>
10696      Branch: perl
10697            ! lib/ExtUtils/xsubpp pod/perlxs.pod
10698 ____________________________________________________________________________
10699 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
10700         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
10701              From: "Craig A. Berry" <craigberry@mac.com>
10702              Date: Mon, 04 Mar 2002 14:47:59 -0600
10703              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
10704              
10705              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
10706              From: "Craig A. Berry" <craigberry@mac.com>
10707              Date: Mon, 04 Mar 2002 15:04:58 -0600
10708              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
10709      Branch: perl
10710            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
10711 ____________________________________________________________________________
10712 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
10713         Log: metaconfig unit change for #15014.
10714      Branch: metaconfig/U/perl
10715            ! Extensions.U
10716 ____________________________________________________________________________
10717 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
10718         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
10719              of known extensions, where Encode::JP already is.
10720      Branch: perl
10721            ! Configure Porting/config.sh Porting/config_H uconfig.h
10722 ____________________________________________________________________________
10723 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
10724         Log: SJIS, from Dan Kogai.
10725      Branch: perl
10726            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
10727 ____________________________________________________________________________
10728 [ 15012] By: nick                                  on 2002/03/04  17:35:50
10729         Log: Intergrate perlio's Encode/compile
10730      Branch: perl
10731           !> ext/Encode/compile
10732 ____________________________________________________________________________
10733 [ 15011] By: nick                                  on 2002/03/04  17:29:54
10734         Log: Avoid $Id$ cleverness and just have a $VERSION.
10735      Branch: perlio
10736            ! ext/Encode/compile
10737 ____________________________________________________________________________
10738 [ 15010] By: nick                                  on 2002/03/04  17:29:14
10739         Log: Integrate mainline
10740      Branch: perlio
10741           +> lib/Math/BigInt/t/isa.t
10742           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
10743           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
10744           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
10745           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
10746           !> warnings.pl
10747 ____________________________________________________________________________
10748 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
10749         Log: Integrate ext/Encode/compile from perlio.
10750      Branch: perl
10751           !> ext/Encode/compile
10752 ____________________________________________________________________________
10753 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
10754         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
10755              updates not integrated, something odd going on in there.)
10756      Branch: perl
10757           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
10758           !> lib/Tie/File/t/16_handle.t
10759 ____________________________________________________________________________
10760 [ 15007] By: nick                                  on 2002/03/04  17:08:17
10761         Log: Integrate mainline
10762      Branch: perlio
10763           !> AUTHORS Changes Porting/Glossary Porting/config.sh
10764           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
10765           !> pod/perltoc.pod
10766 ____________________________________________________________________________
10767 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
10768         Log: A new M::BI test.
10769      Branch: perl
10770            + lib/Math/BigInt/t/isa.t
10771            ! MANIFEST
10772 ____________________________________________________________________________
10773 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
10774         Log: Subject: VMS test and perldelta update
10775              From: "Craig A. Berry" <craigberry@mac.com>
10776              Date: Mon, 04 Mar 2002 11:03:37 -0600
10777              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
10778      Branch: perl
10779            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
10780 ____________________________________________________________________________
10781 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
10782         Log: Needed for threaded builds.
10783      Branch: perl
10784            ! embed.fnc embed.h
10785 ____________________________________________________________________________
10786 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
10787         Log: Subject: [PATCH] taint + deprecated warnings
10788              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10789              Date: Mon, 4 Mar 2002 16:33:23 -0000
10790              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
10791      Branch: perl
10792            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
10793            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
10794            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
10795 ____________________________________________________________________________
10796 [ 15002] By: nick                                  on 2002/03/04  16:19:06
10797         Log: Win32 tweak
10798      Branch: perlio
10799            ! lib/Tie/File/t/16_handle.t
10800 ____________________________________________________________________________
10801 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
10802         Log: Update Changes.
10803      Branch: perl
10804            ! Changes patchlevel.h
10805 ____________________________________________________________________________
10806 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
10807         Log: AUTHORS updates.
10808      Branch: perl
10809            ! AUTHORS
10810 ____________________________________________________________________________
10811 [ 14999] By: nick                                  on 2002/03/04  15:26:43
10812         Log: Win32 hack
10813      Branch: perlio
10814            ! ext/Encode/compile ext/Encode/t/JP.t
10815 ____________________________________________________________________________
10816 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
10817         Log: Encode doc tweak from Autrijus Tang.
10818      Branch: perl
10819            ! ext/Encode/Encode.pm
10820 ____________________________________________________________________________
10821 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
10822         Log: Regen Glossary et al.  (It seems the #14875 didn't
10823              quite work in removing the double-dot?)
10824      Branch: perl
10825            ! Porting/Glossary Porting/config.sh Porting/config_H
10826 ____________________________________________________________________________
10827 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
10828         Log: Regen toc.
10829      Branch: perl
10830            ! pod/perltoc.pod
10831 ____________________________________________________________________________
10832 [ 14995] By: nick                                  on 2002/03/04  14:42:09
10833         Log: Remove debugging assert
10834      Branch: perlio
10835            ! ext/threads/shared/shared.xs
10836 ____________________________________________________________________________
10837 [ 14994] By: nick                                  on 2002/03/04  14:41:54
10838         Log: Integrate mainline
10839      Branch: perlio
10840           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
10841           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
10842           !> lib/Tie/File/t/15_pushpop.t util.c
10843 ____________________________________________________________________________
10844 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
10845         Log: Han update from Autrijus Tang. 
10846      Branch: perl
10847            ! ext/Encode/Encode.pm
10848 ____________________________________________________________________________
10849 [ 14992] By: nick                                  on 2002/03/04  14:08:38
10850         Log: Integrate mainline - all tests pass - some noise from threads
10851              av_simple (SuSE7.3).
10852      Branch: perlio
10853           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
10854           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
10855           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
10856           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
10857           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
10858           +> lib/Tie/File/t/11_rv_splice_rs.t
10859           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
10860           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
10861           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
10862            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
10863            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
10864            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
10865            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
10866            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
10867            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
10868            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
10869            - lib/Tie/File/15_pushpop.t
10870           !> (integrate 47 files)
10871 ____________________________________________________________________________
10872 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
10873         Log: Missing MANIFESTations.
10874      Branch: perl
10875            ! MANIFEST
10876 ____________________________________________________________________________
10877 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
10878         Log: Attempt at portability.
10879      Branch: perl
10880            ! util.c
10881 ____________________________________________________________________________
10882 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
10883         Log: Needed by #14985.
10884      Branch: perl
10885            ! embed.h global.sym proto.h
10886 ____________________________________________________________________________
10887 [ 14988] By: ams                                   on 2002/03/04  08:59:27
10888         Log: Upgrade to Tie::File 0.16.
10889      Branch: perl
10890            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
10891            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
10892            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
10893            ! lib/Tie/File/t/15_pushpop.t
10894 ____________________________________________________________________________
10895 [ 14987] By: ams                                   on 2002/03/04  08:48:11
10896         Log: Subject: [PATCH @14577] perly-fixer
10897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10898              Date: Mon, 4 Mar 2002 02:28:51 -0500
10899              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
10900      Branch: perl
10901            ! Makefile.SH perly.fixer
10902 ____________________________________________________________________________
10903 [ 14986] By: ams                                   on 2002/03/04  08:43:37
10904         Log: Subject: [PATCH @14577] xsubpp
10905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10906              Date: Mon, 4 Mar 2002 02:25:52 -0500
10907              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
10908      Branch: perl
10909            ! lib/ExtUtils/xsubpp pod/perlxs.pod
10910 ____________________________________________________________________________
10911 [ 14985] By: ams                                   on 2002/03/04  08:40:46
10912         Log: Subject: [PATCH @14577] sv_cmp and friends
10913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10914              Date: Mon, 4 Mar 2002 02:31:04 -0500
10915              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
10916      Branch: perl
10917            ! embed.fnc sv.c util.c
10918 ____________________________________________________________________________
10919 [ 14984] By: ams                                   on 2002/03/04  08:16:06
10920         Log: Fix File::Path docs as suggested by Ronald Kimball.
10921      Branch: perl
10922            ! lib/File/Path.pm
10923 ____________________________________________________________________________
10924 [ 14983] By: ams                                   on 2002/03/04  08:11:20
10925         Log: Update perldata fix as suggested by Benjamin Goldberg.
10926      Branch: perl
10927            ! pod/perldata.pod
10928 ____________________________________________________________________________
10929 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
10930         Log: Faulty skip.
10931      Branch: perl
10932            ! ext/DB_File/t/db-recno.t
10933 ____________________________________________________________________________
10934 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
10935         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
10936              From: Anton Tagunov <tagunov@motor.ru>
10937              Date: Mon, 4 Mar 2002 05:41:41 +0300
10938              Message-Id: <7916563907.20020304054141@motor.ru>
10939              
10940              Subject: [ID 20020303.005] Patch perlinicode C API description
10941              From: Anton Tagunov <tagunov@motor.ru>
10942              Date: Mon, 4 Mar 2002 06:08:23 +0300
10943              Message-Id: <2018165510.20020304060823@motor.ru>
10944      Branch: perl
10945            ! lib/utf8.pm pod/perlunicode.pod
10946 ____________________________________________________________________________
10947 [ 14980] By: ams                                   on 2002/03/04  02:19:20
10948         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
10949              From: Anton Tagunov <tagunov@motor.ru>
10950              Date: Mon, 4 Mar 2002 02:17:40 +0300
10951              Message-Id: <1344322124.20020304021740@motor.ru>
10952      Branch: perl
10953            ! pod/perldata.pod
10954 ____________________________________________________________________________
10955 [ 14979] By: ams                                   on 2002/03/04  02:17:54
10956         Log: Subject: RE: [PATCH] RE: DB_File breakage
10957              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10958              Date: Sun, 3 Mar 2002 23:56:31 -0000
10959              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
10960      Branch: perl
10961            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10962            ! ext/DB_File/t/db-recno.t
10963 ____________________________________________________________________________
10964 [ 14978] By: ams                                   on 2002/03/04  02:07:16
10965         Log: Subject: [PATCH] docs for ExtUtils::Manifest
10966              From: Nicholas Clark <nick@unfortu.net>
10967              Date: Sun, 3 Mar 2002 23:29:25 +0000
10968              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
10969      Branch: perl
10970            ! lib/ExtUtils/Manifest.pm
10971 ____________________________________________________________________________
10972 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
10973         Log: Forgot from the M::BI 1.54 update.
10974      Branch: perl
10975            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
10976            ! lib/Math/BigInt/t/upgrade.inc
10977 ____________________________________________________________________________
10978 [ 14976] By: ams                                   on 2002/03/04  02:04:32
10979         Log: Subject: [PATCH] attr
10980              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10981              Date: Sun, 3 Mar 2002 22:09:58 -0000
10982              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
10983      Branch: perl
10984            ! lib/warnings.pm warnings.pl
10985 ____________________________________________________________________________
10986 [ 14975] By: ams                                   on 2002/03/04  02:01:27
10987         Log: Subject: [PATCH] File::Path documentation
10988              From: Colin Meyer <cmeyer@helvella.org>
10989              Date: Sun, 3 Mar 2002 14:54:24 -0800
10990              Message-Id: <20020303145424.A21774@hobart.helvella.org>
10991      Branch: perl
10992            ! lib/File/Path.pm
10993 ____________________________________________________________________________
10994 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
10995         Log: Typo.
10996      Branch: perl
10997            ! lib/Math/BigInt/t/upgrade.t
10998 ____________________________________________________________________________
10999 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
11000         Log: Editing errors.
11001      Branch: perl
11002            ! MANIFEST
11003 ____________________________________________________________________________
11004 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
11005         Log: Upgrade to Math::BigInt 1.54.
11006      Branch: perl
11007            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11008            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
11009            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
11010            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
11011            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
11012            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
11013 ____________________________________________________________________________
11014 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
11015         Log: Test tweak from Craig Berry.
11016      Branch: perl
11017            ! lib/Tie/File/t/15_pushpop.t
11018 ____________________________________________________________________________
11019 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
11020         Log: Upgrade to Tie::File 0.15.
11021      Branch: perl
11022            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
11023            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
11024            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
11025            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
11026            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
11027            + lib/Tie/File/t/11_rv_splice_rs.t
11028            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
11029            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
11030            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
11031            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
11032            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
11033            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
11034            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
11035            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
11036            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
11037            - lib/Tie/File/15_pushpop.t
11038            ! MANIFEST lib/Tie/File.pm
11039 ____________________________________________________________________________
11040 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
11041         Log: The EBCDIC gaps apply only to the real A-Z.
11042      Branch: perl
11043            ! ext/B/B/Deparse.pm
11044 ____________________________________________________________________________
11045 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
11046         Log: EBCDIC: deparse \cX correctly.
11047      Branch: perl
11048            ! ext/B/B/Deparse.pm
11049 ____________________________________________________________________________
11050 [ 14967] By: ams                                   on 2002/03/03  18:18:00
11051         Log: Subject: [PATCH] nit in perlsyn.pod
11052              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
11053              Date: Sun, 03 Mar 2002 20:16:10 +0100
11054              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
11055      Branch: perl
11056            ! pod/perlsyn.pod
11057 ____________________________________________________________________________
11058 [ 14966] By: ams                                   on 2002/03/03  18:06:32
11059         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
11060              From: Michael G Schwern <schwern@pobox.com>
11061              Date: Sun, 3 Mar 2002 13:33:28 -0500
11062              Message-Id: <20020303183328.GA3296@blackrider>
11063      Branch: perl
11064            ! utils/h2xs.PL
11065 ____________________________________________________________________________
11066 [ 14965] By: ams                                   on 2002/03/03  18:00:03
11067         Log: Subject: [ PATCH ] HP back to default
11068              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11069              Date: Sun, 03 Mar 2002 18:48:34 +0100
11070              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
11071      Branch: perl
11072            ! hints/hpux.sh
11073 ____________________________________________________________________________
11074 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
11075         Log: EBCDIC: special cases of special cases.
11076      Branch: perl
11077            ! t/uni/case.pl
11078 ____________________________________________________________________________
11079 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
11080         Log: EBCDIC: the v-string components cannot exceed 2147483647.
11081      Branch: perl
11082            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
11083 ____________________________________________________________________________
11084 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
11085         Log: Remove the bogus "incorrect case" warning completely.
11086              The problem exists, but the cure, in which ever form
11087              it will be, needs to be something more subtle.
11088      Branch: perl
11089            ! op.c pod/perldiag.pod
11090 ____________________________________________________________________________
11091 [ 14961] By: ams                                   on 2002/03/03  13:39:09
11092         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
11093              From: Mark-Jason Dominus <mjd@plover.com>
11094              Date: Sun, 03 Mar 2002 09:32:16 -0500
11095              Message-Id: <20020303143216.10536.qmail@plover.com>
11096      Branch: perl
11097            ! t/op/tiearray.t
11098 ____________________________________________________________________________
11099 [ 14960] By: nick                                  on 2002/03/03  09:59:59
11100         Log: Integrate mainline
11101      Branch: perlio
11102           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
11103            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
11104            ! ext/Encode/compile
11105           !> (integrate 27 files)
11106 ____________________________________________________________________________
11107 [ 14959] By: ams                                   on 2002/03/03  08:11:34
11108         Log: Fix #14957.
11109      Branch: perl
11110            ! ext/DB_File/t/db-recno.t
11111 ____________________________________________________________________________
11112 [ 14958] By: ams                                   on 2002/03/03  05:51:00
11113         Log: Subject: [PATCH @14577] NL in debugger
11114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11115              Date: Sat, 2 Mar 2002 05:34:12 -0500
11116              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
11117      Branch: perl
11118            ! lib/perl5db.pl
11119 ____________________________________________________________________________
11120 [ 14957] By: ams                                   on 2002/03/03  05:00:04
11121         Log: Subject: Re: DB_File breakage
11122              From: Schuyler Erle <schuyler@oreilly.com>
11123              Date: Sat, 02 Mar 2002 21:50:30 -0800
11124              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
11125      Branch: perl
11126            ! ext/DB_File/t/db-recno.t
11127 ____________________________________________________________________________
11128 [ 14956] By: ams                                   on 2002/03/03  04:40:08
11129         Log: Subject: [PATCH @14577] Debugging OPs
11130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11131              Date: Sat, 2 Mar 2002 05:49:58 -0500
11132              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
11133      Branch: perl
11134            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
11135            ! pod/perlrun.pod sv.h
11136 ____________________________________________________________________________
11137 [ 14955] By: ams                                   on 2002/03/03  04:34:41
11138         Log: Subject: Tie::Array doc patch
11139              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
11140              Date: Sat, 02 Mar 2002 08:42:56 +0900
11141              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
11142      Branch: perl
11143            ! lib/Tie/Array.pm
11144 ____________________________________________________________________________
11145 [ 14954] By: ams                                   on 2002/03/03  04:23:33
11146         Log: Subject: Re: Smoke 14870
11147              From: Nicholas Clark <nick@unfortu.net>
11148              Date: Sat, 2 Mar 2002 20:00:53 +0000
11149              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
11150      Branch: perl
11151            ! README.hpux
11152 ____________________________________________________________________________
11153 [ 14953] By: ams                                   on 2002/03/03  04:15:49
11154         Log: Subject: RE: VERSION core
11155              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11156              Date: Sat, 2 Mar 2002 22:50:44 -0000
11157              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
11158      Branch: perl
11159            ! t/comp/use.t
11160 ____________________________________________________________________________
11161 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
11162         Log: The #14949 removed this error from non-Win32.
11163      Branch: perl
11164            ! t/lib/warnings/op
11165 ____________________________________________________________________________
11166 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
11167         Log: BeOS back on track.
11168      Branch: perl
11169            ! README.beos
11170 ____________________________________________________________________________
11171 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
11172         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
11173              higher is okay.
11174      Branch: perl
11175            ! ext/POSIX/t/posix.t
11176 ____________________________________________________________________________
11177 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
11178         Log: For now, make "incorrect case" a Win32-only warning.
11179      Branch: perl
11180            ! op.c
11181 ____________________________________________________________________________
11182 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
11183         Log: Demand more before attempting socketpair().
11184      Branch: perl
11185            ! pp_sys.c
11186 ____________________________________________________________________________
11187 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
11188         Log: Remove obsolete hack.
11189      Branch: perl
11190            ! makedepend.SH
11191 ____________________________________________________________________________
11192 [ 14946] By: ams                                   on 2002/03/02  16:00:32
11193         Log: Forgot to delete encode.* from MANIFEST.
11194      Branch: perl
11195            ! MANIFEST
11196 ____________________________________________________________________________
11197 [ 14945] By: ams                                   on 2002/03/02  14:41:03
11198         Log: Delete ex-test output.
11199      Branch: perl
11200            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
11201 ____________________________________________________________________________
11202 [ 14944] By: ams                                   on 2002/03/02  13:54:35
11203         Log: Subject: [PATCH] DB_File 1.803
11204              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11205              Date: Sat, 2 Mar 2002 14:33:32 -0000
11206              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
11207      Branch: perl
11208            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11209            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
11210 ____________________________________________________________________________
11211 [ 14943] By: ams                                   on 2002/03/02  13:43:06
11212         Log: Upgrade to Tie::File 0.14.
11213      Branch: perl
11214            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
11215            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
11216            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
11217 ____________________________________________________________________________
11218 [ 14942] By: nick                                  on 2002/03/02  11:05:53
11219         Log: Integrate mainline
11220      Branch: perlio
11221           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
11222           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
11223           +> ext/Encode/t/table.utf8
11224           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
11225           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
11226           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11227           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
11228           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
11229           !> universal.c utils/perldoc.PL
11230 ____________________________________________________________________________
11231 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
11232         Log: More CJK (just C, really) tables from Autrijus Tang
11233              (originally from iconv, used with permission of Bruno Haible)
11234      Branch: perl
11235            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
11236            + ext/Encode/Encode/iso-ir-165.enc
11237            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
11238            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
11239            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
11240 ____________________________________________________________________________
11241 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
11242         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
11243              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11244              Date: Fri, 1 Mar 2002 15:32:13 -0500
11245              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
11246      Branch: perl
11247            ! utils/perldoc.PL
11248 ____________________________________________________________________________
11249 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
11250         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
11251              From: Schuyler Erle <schuyler@oreilly.com>
11252              Date: Fri, 01 Mar 2002 14:22:19 -0800
11253              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
11254              
11255              Subject: Re: PATCH: "splice() offset past end of array" warning.
11256              From: Mark-Jason Dominus <mjd@plover.com>
11257              Date: Fri, 01 Mar 2002 17:19:49 -0500
11258              Message-ID: <20020301221949.7610.qmail@plover.com>
11259      Branch: perl
11260            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
11261 ____________________________________________________________________________
11262 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
11263         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
11264              From: Mark-Jason Dominus <mjd@plover.com>
11265              Date: Fri, 01 Mar 2002 18:35:35 -0500
11266              Message-ID: <20020301233535.15969.qmail@plover.com>
11267      Branch: perl
11268            ! av.c
11269 ____________________________________________________________________________
11270 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
11271         Log: Subject: RE: VERSION core
11272              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11273              Date: Fri, 1 Mar 2002 23:47:48 -0000
11274              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
11275      Branch: perl
11276            ! pod/perldiag.pod universal.c
11277 ____________________________________________________________________________
11278 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
11279         Log: Update Changes
11280      Branch: maint-5.6/macperl
11281            ! macos/Changes
11282 ____________________________________________________________________________
11283 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
11284         Log: Fix update to resources
11285      Branch: maint-5.6/macperl
11286            ! macos/macperl/MacPerl.r
11287 ____________________________________________________________________________
11288 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
11289         Log: metaconfig unit change for #14930.
11290      Branch: metaconfig
11291            ! U/modified/Init.U
11292 ____________________________________________________________________________
11293 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
11294         Log: Fix debugger to handle Mac OS psedofiles
11295      Branch: maint-5.6/macperl
11296            ! lib/DB.pm lib/perl5db.pl
11297 ____________________________________________________________________________
11298 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
11299         Log: Various fixes from Thomas Wegner
11300      Branch: maint-5.6/macperl
11301            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
11302 ____________________________________________________________________________
11303 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
11304         Log: Some resource updates
11305      Branch: maint-5.6/macperl
11306            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
11307            ! macos/macperl/MacPerl.rsrc
11308 ____________________________________________________________________________
11309 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
11310         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
11311              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11312              Date: Fri, 01 Mar 2002 09:38:59 -0800
11313              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
11314      Branch: perl
11315            ! Configure
11316 ____________________________________________________________________________
11317 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
11318         Log: Add some missing sfio symbols (Alan Fry)
11319      Branch: maint-5.6/macperl
11320            ! macos/macperl.sym
11321 ____________________________________________________________________________
11322 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
11323         Log: Update version and README
11324      Branch: maint-5.6/macperl
11325            ! README.macos macos/MPVersion.r
11326 ____________________________________________________________________________
11327 [ 14926] By: nick                                  on 2002/03/01  15:56:41
11328         Log: Integrate mainline
11329      Branch: perlio
11330           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
11331           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
11332           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
11333           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
11334           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
11335           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
11336           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
11337           +> lib/Tie/File/13_size_rs.t
11338           !> (integrate 80 files)
11339 ____________________________________________________________________________
11340 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
11341         Log: Better advertising.
11342      Branch: perl
11343            ! pod/perldelta.pod pod/perlfaq5.pod
11344 ____________________________________________________________________________
11345 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
11346         Log: Update Changes.
11347      Branch: perl
11348            ! Changes patchlevel.h
11349 ____________________________________________________________________________
11350 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
11351         Log: Lost in the shuffle.
11352      Branch: perl
11353            + lib/Math/BigInt/t/downgrade.t
11354            ! MANIFEST
11355 ____________________________________________________________________________
11356 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
11357         Log: Advertise Tie::File.
11358      Branch: perl
11359            ! pod/perldelta.pod pod/perlfaq5.pod
11360 ____________________________________________________________________________
11361 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
11362         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
11363              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11364              Date: Thu, 28 Feb 2002 18:55:48 +0100
11365              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
11366      Branch: perl
11367            ! x2p/walk.c
11368 ____________________________________________________________________________
11369 [ 14920] By: ams                                   on 2002/03/01  09:06:01
11370         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
11371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11372              Date: Tue, 26 Feb 2002 19:54:31 -0500
11373              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
11374      Branch: perl
11375            ! embed.fnc ext/B/B/Deparse.pm gv.c
11376 ____________________________________________________________________________
11377 [ 14919] By: ams                                   on 2002/03/01  03:03:12
11378         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
11379      Branch: perl
11380            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
11381            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
11382            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
11383            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
11384            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
11385            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
11386            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
11387 ____________________________________________________________________________
11388 [ 14918] By: ams                                   on 2002/03/01  02:36:58
11389         Log: Add Tie::File 0.12 from MJD.
11390      Branch: perl
11391            + lib/Tie/File.pm lib/Tie/File/01_gen.t
11392            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
11393            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
11394            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
11395            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
11396            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
11397            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
11398            ! MANIFEST
11399 ____________________________________________________________________________
11400 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
11401         Log: Encoding name mapping tweaks.
11402      Branch: perl
11403            ! ext/Encode/Encode.pm
11404 ____________________________________________________________________________
11405 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
11406         Log: metaconfig unit change for #14915.
11407      Branch: metaconfig
11408            ! U/modified/Init.U
11409 ____________________________________________________________________________
11410 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
11411         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
11412              From: Paul_GreenVOS@vos.stratus.com
11413              Date: Thu, 28 Feb 02 15:05 est
11414              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
11415      Branch: perl
11416            ! Configure
11417 ____________________________________________________________________________
11418 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
11419         Log: PL_bostr was pointing to the wrong string
11420              (a string left around from the loading of the Unicode \w)
11421              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
11422              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
11423      Branch: perl
11424            ! regexec.c
11425 ____________________________________________________________________________
11426 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
11427         Log: Sync with libnet-1.10
11428      Branch: perl
11429            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
11430            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
11431            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
11432            ! lib/Net/t/netrc.t
11433 ____________________________________________________________________________
11434 [ 14912] By: ams                                   on 2002/02/28  13:02:50
11435         Log: Subject: [PATCH] perldelta.pod fixes
11436              From: Autrijus Tang <autrijus@autrijus.org>
11437              Date: Thu, 28 Feb 2002 21:44:15 +0800
11438              Message-Id: <20020228134415.GB16422@not.autrijus.org>
11439      Branch: perl
11440            ! pod/perldelta.pod
11441 ____________________________________________________________________________
11442 [ 14911] By: ams                                   on 2002/02/28  11:31:44
11443         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
11444              From: Stas Bekman <stas@stason.org>
11445              Date: Mon, 04 Feb 2002 16:18:53 +0800
11446              Message-Id: <3C7E1E5F.1000605@stason.org>
11447              (Applied by hand).
11448      Branch: perl
11449            ! lib/File/Copy.pm
11450 ____________________________________________________________________________
11451 [ 14910] By: ams                                   on 2002/02/28  11:26:47
11452         Log: Subject: [PATCH lib/Pod/Html.pm]
11453              From: Stas Bekman <stas@stason.org>
11454              Date: Thu, 28 Feb 2002 20:05:01 +0800
11455              Message-Id: <3C7E1CED.7000307@stason.org>
11456      Branch: perl
11457            ! lib/Pod/Html.pm
11458 ____________________________________________________________________________
11459 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
11460         Log: Tests for #14908.
11461      Branch: perl
11462            ! t/op/pat.t
11463 ____________________________________________________________________________
11464 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
11465         Log: Make shared hash keys to be \0-terminated:
11466              one possible resolution for
11467              "UTF-8, weird \w behaviour after HASH-KEY-ification"
11468              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
11469              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
11470              The hash keys weren't \0-terminated.  This meant that the EOL ($)
11471              in regmatch() got the nextchr beyond the last character.  Since
11472              the keys were UTF-8, the nextchr was \1, not the usual
11473              string-terminating \0.  Wham, no match.
11474              
11475              I think another possible resolution could be to stop the nextchr
11476              computation in regmatch() from peeking beyond the last character
11477              of the string:
11478              
11479              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
11480      Branch: perl
11481            ! hv.c hv.h
11482 ____________________________________________________________________________
11483 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
11484         Log: Subject: [PATCH] Perl interface to newIO()
11485              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11486              Date: Wed, 27 Feb 2002 20:15:27 -0800
11487              Message-ID: <f7af8gzkgaET092yn@efn.org>
11488      Branch: perl
11489            ! lib/Symbol.pm
11490 ____________________________________________________________________________
11491 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
11492         Log: The "list" part of
11493              
11494              Subject: [PATCH perlop] .. returns a *list* of *integers*
11495              From: Mike Guy <mjtg@cam.ac.uk>
11496              Date: Tue, 26 Feb 2002 18:30:22 +0000
11497              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
11498              
11499              plus few nits.
11500      Branch: perl
11501            ! pod/perlop.pod
11502 ____________________________________________________________________________
11503 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
11504         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
11505              From: Abe Timmerman <abe@ztreet.demon.nl>
11506              Date: Thu, 28 Feb 2002 00:04:06 +0100
11507              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
11508      Branch: perl
11509            ! lib/File/stat.t
11510 ____________________________________________________________________________
11511 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
11512         Log: Integrate from maintperl.
11513      Branch: maint-5.6/macperl
11514           !> doio.c op.c t/io/open.t t/pragma/strict-subs
11515 ____________________________________________________________________________
11516 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
11517         Log: Upgrade to Math::BigInt 1.53.
11518      Branch: perl
11519            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11520            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
11521            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
11522            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
11523            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
11524            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
11525 ____________________________________________________________________________
11526 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
11527         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
11528              From: "Craig A. Berry" <craigberry@mac.com>
11529              Date: Wed, 27 Feb 2002 15:36:38 -0600
11530              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
11531      Branch: perl
11532            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
11533            ! vms/ext/filespec.t
11534 ____________________________________________________________________________
11535 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
11536         Log: Subject: [PATCH] Some minor changes for Cygwin
11537              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
11538              Date: Wed, 27 Feb 2002 22:25:41 +0100
11539              Message-ID: <14296492589.20020227222541@familiehaase.de>
11540      Branch: perl
11541            ! Makefile.SH README.cygwin cygwin/perlld.in
11542 ____________________________________________________________________________
11543 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
11544         Log: Update the UTF-8 explanation table.
11545      Branch: perl
11546            ! pod/perlunicode.pod utf8.h
11547 ____________________________________________________________________________
11548 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
11549         Log: Repatch from Robin Barker: anon subs in C<package;> are
11550              now __ANON__::__ANON__ (should help for mod_perl package
11551              since #12251)
11552      Branch: perl
11553            ! gv.c op.c t/op/runlevel.t toke.c
11554 ____________________________________________________________________________
11555 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
11556         Log: Update Changes.
11557      Branch: perl
11558            ! Changes patchlevel.h
11559 ____________________________________________________________________________
11560 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
11561         Log: perldelta updates.
11562      Branch: perl
11563            ! pod/perldelta.pod
11564 ____________________________________________________________________________
11565 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
11566         Log: Signedness nit.
11567      Branch: perl
11568            ! regexec.c
11569 ____________________________________________________________________________
11570 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
11571         Log: Subject: Re: Smoke 14870
11572              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11573              Date: Wed, 27 Feb 2002 16:48:35 +0100
11574              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
11575              
11576              (with some additional garnish)
11577      Branch: perl
11578            ! README.hpux hints/hpux.sh
11579 ____________________________________________________________________________
11580 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
11581         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
11582              into perl.exp in AIX.
11583      Branch: perl
11584            ! makedef.pl perl.h
11585 ____________________________________________________________________________
11586 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
11587         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
11588              From: Robin Barker <rmb1@cise.npl.co.uk>
11589              Date: Wed, 27 Feb 2002 14:39:35 GMT
11590              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
11591      Branch: perl
11592            ! pod/perlrun.pod
11593 ____________________________________________________________________________
11594 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
11595         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
11596              From: Robin Barker <rmb1@cise.npl.co.uk>
11597              Date: Wed, 27 Feb 2002 12:25:30 GMT
11598              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
11599      Branch: perl
11600            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
11601            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
11602            ! pod/perlunicode.pod pod/perluniintro.pod
11603 ____________________________________________________________________________
11604 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
11605         Log: Only modify LD_LIBRARY_PATH in case there are directories.
11606      Branch: perl
11607            ! hints/dec_osf.sh
11608 ____________________________________________________________________________
11609 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
11610         Log: Subject: [PATCH] perl/hints/vos.sh
11611              From: Paul_GreenVOS@vos.stratus.com
11612              Date: Tue, 26 Feb 02 15:19 est
11613              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
11614      Branch: perl
11615            ! hints/vos.sh
11616 ____________________________________________________________________________
11617 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
11618         Log: Forgot from #14888.
11619      Branch: perl
11620            ! ext/Unicode/Normalize/mkheader
11621 ____________________________________________________________________________
11622 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
11623         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
11624      Branch: perl
11625            ! ext/Unicode/Normalize/Changes
11626            ! ext/Unicode/Normalize/Normalize.pm
11627            ! ext/Unicode/Normalize/Normalize.xs
11628            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
11629            ! ext/Unicode/Normalize/t/test.t
11630 ____________________________________________________________________________
11631 [ 14887] By: ams                                   on 2002/02/26  23:51:52
11632         Log: Subject: Missing diagnostics
11633              From: Simon Glover <scog@roe.ac.uk>
11634              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
11635              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
11636              
11637              Subject: [PATCH] Better wording for the lvalue vec diagnostic
11638              From: Simon Glover <scog@roe.ac.uk>
11639              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
11640              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
11641      Branch: perl
11642            ! doop.c pod/perldiag.pod t/op/vec.t
11643 ____________________________________________________________________________
11644 [ 14886] By: ams                                   on 2002/02/26  15:48:34
11645         Log: Subject: [PATCH] Not OK 5.7.2@14884
11646              From: andreas.koenig@anima.de (Andreas J. Koenig)
11647              Date: Tue, 26 Feb 2002 15:03:55 +0100
11648              Message-Id: <m38z9gfigk.fsf@anima.de>
11649      Branch: perl
11650            ! t/lib/access.t
11651 ____________________________________________________________________________
11652 [ 14885] By: nick                                  on 2002/02/26  13:48:55
11653         Log: Integrate mainline
11654      Branch: perlio
11655           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
11656           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
11657           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
11658            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
11659           !> (integrate 102 files)
11660 ____________________________________________________________________________
11661 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
11662         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
11663              1.1999999999999996, or thereabouts (yes, even sprintf).
11664      Branch: perl
11665            ! t/base/num.t
11666 ____________________________________________________________________________
11667 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
11668         Log: Neither.
11669      Branch: perl
11670            ! pod/perldelta.pod
11671 ____________________________________________________________________________
11672 [ 14882] By: ams                                   on 2002/02/26  08:46:55
11673         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
11674              From: Michael G Schwern <schwern@pobox.com>
11675              Date: Tue, 26 Feb 2002 01:01:28 -0500
11676              Message-Id: <20020226060128.GA2439@blackrider>
11677      Branch: perl
11678            ! hv.c pod/perldiag.pod
11679 ____________________________________________________________________________
11680 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
11681         Log: Subject: [PATCH B::Concise] docs, typos
11682              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11683              Date: Mon, 25 Feb 2002 16:41:16 +0100
11684              Message-ID: <20020225164116.A1054@rafael>
11685      Branch: perl
11686            ! ext/B/B/Concise.pm
11687 ____________________________________________________________________________
11688 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
11689         Log: POSIX: add isatty to @EXPORT_OK, reformat.
11690      Branch: perl
11691            ! ext/POSIX/POSIX.pm
11692 ____________________________________________________________________________
11693 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
11694         Log: If using -Dloclibpth=... the directories need to
11695              be appended to LD_LIBRARY_PATH (and ickily, if those
11696              directories contain a (newer?) libdb.so, we need to
11697              prepend    /usr/shlib to loclibpth).
11698      Branch: perl
11699            ! hints/dec_osf.sh
11700 ____________________________________________________________________________
11701 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
11702         Log: Subject: [PATCH] Perl interface to newIO()
11703              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
11704              Date: Mon, 25 Feb 2002 15:04:57 -0800
11705              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
11706      Branch: perl
11707            ! lib/Symbol.pm lib/Symbol.t
11708 ____________________________________________________________________________
11709 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
11710         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
11711              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
11712              Date: Mon, 25 Feb 2002 21:58:30 +0100
11713              Message-ID: <20020225215830.A744@rafael>
11714      Branch: perl
11715            ! pod/perlvar.pod
11716 ____________________________________________________________________________
11717 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
11718         Log: Big5 tweaks from Autrijus Tang.
11719      Branch: perl
11720            ! ext/Encode/Encode/big5.enc
11721 ____________________________________________________________________________
11722 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
11723         Log: Subject: [PATCH Glossary configpm] cleanups
11724              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11725              Date: Mon, 25 Feb 2002 23:27:15 +0100
11726              Message-ID: <20020225232715.C744@rafael>
11727      Branch: perl
11728            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
11729 ____________________________________________________________________________
11730 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
11731         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
11732              From: Nicholas Clark <nick@unfortu.net>
11733              Date: Mon, 25 Feb 2002 21:53:24 +0000
11734              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
11735      Branch: perl
11736            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
11737            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
11738            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
11739 ____________________________________________________________________________
11740 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
11741         Log: Upgrade to I18N::LangTags 0.27.
11742              (Causes one flipflop back to perl.com URL, must poke Sean.)
11743      Branch: perl
11744            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
11745            ! lib/I18N/LangTags/List.pm
11746 ____________________________________________________________________________
11747 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
11748         Log: Upgrade to Getopt::Long 2.28.
11749      Branch: perl
11750            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
11751            ! lib/Getopt/Long/README
11752 ____________________________________________________________________________
11753 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
11754         Log: No =head.
11755      Branch: perl
11756            ! pod/perlebcdic.pod
11757 ____________________________________________________________________________
11758 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
11759         Log: Update Changes.
11760      Branch: perl
11761            ! Changes patchlevel.h
11762 ____________________________________________________________________________
11763 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
11764         Log: metaconfig unit change for #14868.
11765      Branch: metaconfig
11766            ! U/modified/Chk_MANI.U
11767 ____________________________________________________________________________
11768 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
11769         Log: Some hosts understand split -l 50, some only split -50
11770              (from Paul Eggert).
11771      Branch: perl
11772            ! Configure
11773 ____________________________________________________________________________
11774 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
11775         Log: Subject: Re: [PATCH bleadperl] socketpair.t
11776              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11777              Date: Sun, 24 Feb 2002 10:31:25 +0100
11778              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
11779              
11780              (the pid half only)
11781      Branch: perl
11782            ! win32/win32.c
11783 ____________________________________________________________________________
11784 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
11785         Log: Mention the new pack tricks.
11786      Branch: perl
11787            ! pod/perldelta.pod
11788 ____________________________________________________________________________
11789 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
11790         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
11791              From: Richard.Foley@t-online.de (Richard Foley)
11792              Date: Mon, 25 Feb 2002 13:47:03 +0100
11793              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
11794      Branch: perl
11795            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
11796            ! pod/perldebug.pod pod/perldelta.pod
11797 ____________________________________________________________________________
11798 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
11799         Log: Typo corrections from John P. Linderman.
11800      Branch: perl
11801            ! ext/IPC/SysV/Semaphore.pm
11802 ____________________________________________________________________________
11803 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
11804         Log: Upgrade to Math::BigInt 1.52.
11805      Branch: perl
11806            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11807            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
11808            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
11809            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
11810            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
11811 ____________________________________________________________________________
11812 [ 14862] By: ams                                   on 2002/02/25  10:39:40
11813         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
11814              From: Robin Barker <rmb1@cise.npl.co.uk>
11815              Date: Mon, 25 Feb 2002 11:35:06 GMT
11816              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
11817              
11818              Subject: [PATCH Net/Cmd.pm]
11819              From: Robin Barker <rmb1@cise.npl.co.uk>
11820              Date: Mon, 25 Feb 2002 11:37:06 GMT
11821              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
11822      Branch: perl
11823            ! lib/Cwd.pm lib/Net/Cmd.pm
11824 ____________________________________________________________________________
11825 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
11826         Log: Cut-and-paste errors.
11827      Branch: perl
11828            ! t/op/pat.t
11829 ____________________________________________________________________________
11830 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
11831         Log: EBCDIC: the control characters are not that easy to find.
11832      Branch: perl
11833            ! t/op/pat.t
11834 ____________________________________________________________________________
11835 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
11836         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
11837              From: John Peacock <jpeacock@rowman.com>
11838              Date: Sun, 24 Feb 2002 22:08:28 -0500
11839              Message-ID: <3C79AAAC.6060903@rowman.com>
11840      Branch: perl
11841            ! sv.c
11842 ____________________________________________________________________________
11843 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
11844         Log: SvSetSV() is not returnable, but that's okay since
11845              sv_copypv() returns void.
11846      Branch: perl
11847            ! sv.c
11848 ____________________________________________________________________________
11849 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
11850         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
11851              From: John Peacock <jpeacock@rowman.com>                 
11852              Date: Sun, 24 Feb 2002 16:40:07 -0500
11853              Message-ID: <3C795DB7.40105@rowman.com>               
11854      Branch: perl
11855            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
11856            ! pp_hot.c proto.h sv.c
11857 ____________________________________________________________________________
11858 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
11859         Log: Tiny code cleanup.
11860      Branch: perl
11861            ! regexec.c
11862 ____________________________________________________________________________
11863 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
11864         Log: Use to_uni_fold().
11865      Branch: perl
11866            ! regcomp.c
11867 ____________________________________________________________________________
11868 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
11869         Log: Document the new taint behaviour of exec LIST and
11870              system LIST.
11871      Branch: perl
11872            ! pod/perldelta.pod
11873 ____________________________________________________________________________
11874 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
11875         Log: Subject: [PATCH] Re: taint news
11876              From: Rick Delaney <rick.delaney@rogers.com>             
11877              Date: 24 Feb 2002 11:35:00 -0500
11878              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
11879      Branch: perl
11880            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
11881 ____________________________________________________________________________
11882 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
11883         Log: EBCDIC tweak (native instead of uni) and comment update.
11884      Branch: perl
11885            ! regexec.c
11886 ____________________________________________________________________________
11887 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
11888         Log: Using uninitialized (and wrong) variables is not good.
11889      Branch: perl
11890            ! regcomp.c
11891 ____________________________________________________________________________
11892 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
11893         Log: EBCDIC: this seems to calm the last of the
11894              Malformed UTF-8 warnings.
11895      Branch: perl
11896            ! regcomp.c utf8.c
11897 ____________________________________________________________________________
11898 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
11899         Log: EBCDIC: document using Encode for character conversions.
11900      Branch: perl
11901            ! pod/perlebcdic.pod
11902 ____________________________________________________________________________
11903 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
11904         Log: EBCDIC: disable also Unicode::Collate and
11905              Unicode::Normalize for now.  Real users of
11906              EBCDIC have to decide what they want.
11907      Branch: perl
11908            ! ext/Unicode/Normalize/Normalize.pm
11909            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
11910            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
11911            ! lib/Unicode/Collate/t/test.t
11912 ____________________________________________________________________________
11913 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
11914         Log: AUTHORS updates.
11915      Branch: perl
11916            ! AUTHORS
11917 ____________________________________________________________________________
11918 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
11919         Log: Retract #14571: there may be a better solution than
11920              tweaking the test.
11921      Branch: perl
11922            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
11923 ____________________________________________________________________________
11924 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
11925         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
11926              From: "Craig A. Berry" <craigberry@mac.com> 
11927              Date: Sat, 23 Feb 2002 14:14:35 -0600
11928              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
11929      Branch: perl
11930            ! configure.com
11931 ____________________________________________________________________________
11932 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
11933         Log: metaconfig unit change for #14843.
11934      Branch: metaconfig/U/perl
11935            ! Extensions.U
11936 ____________________________________________________________________________
11937 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
11938         Log: Also Encode/JP needs to be listed explicitly.
11939              (Any other sub-Encode extensions?)
11940      Branch: perl
11941            ! Configure
11942 ____________________________________________________________________________
11943 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
11944         Log: Document known UNICOS/mk deficiency.
11945      Branch: perl
11946            ! pod/perldelta.pod
11947 ____________________________________________________________________________
11948 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
11949         Log: Subject: [PATCH] README mention version 5.0
11950              From: Autrijus Tang <autrijus@autrijus.org>
11951              Date: Sat, 23 Feb 2002 09:35:22 +0800
11952              Message-ID: <20020223013522.GA8694@not.autrijus.org>
11953      Branch: perl
11954            ! README
11955 ____________________________________________________________________________
11956 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
11957         Log: metaconfig unit change for #14839.
11958      Branch: metaconfig
11959            ! U/modified/Signal.U
11960 ____________________________________________________________________________
11961 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
11962         Log: Old hosts like NeXT Classic don't have sort -k,
11963              from Paul Eggert.
11964      Branch: perl
11965            ! Configure
11966 ____________________________________________________________________________
11967 [ 14838] By: ams                                   on 2002/02/22  21:14:29
11968         Log: Minor clarifications as suggested by Anton Tagunov.
11969      Branch: perl
11970            ! pod/perlsyn.pod
11971 ____________________________________________________________________________
11972 [ 14837] By: ams                                   on 2002/02/22  21:07:02
11973         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
11974              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11975              Date: Fri, 22 Feb 2002 23:01:07 +0100
11976              Message-Id: <20020222230107.A15069@rafael>
11977      Branch: perl
11978            ! sv.c t/op/gv.t
11979 ____________________________________________________________________________
11980 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
11981         Log: metaconfig unit change for #14835.
11982      Branch: metaconfig
11983            ! U/modified/Chk_MANI.U
11984 ____________________________________________________________________________
11985 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
11986         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
11987      Branch: perl
11988            ! Configure
11989 ____________________________________________________________________________
11990 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
11991         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
11992              From: Michael G Schwern <schwern@pobox.com>
11993              Date: Fri, 22 Feb 2002 12:10:28 -0500
11994              Message-ID: <20020222171027.GB4181@blackrider>
11995      Branch: perl
11996            ! ext/Encode/compile
11997 ____________________________________________________________________________
11998 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
11999         Log: Update Changes.
12000      Branch: perl
12001            ! Changes patchlevel.h
12002 ____________________________________________________________________________
12003 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
12004         Log: Implement IV/UV/NV/long double pack/unpack with
12005              template letters j/J/F/D (the latter two have been
12006              undocumented aliases of f/d).
12007      Branch: perl
12008            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
12009 ____________________________________________________________________________
12010 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
12011         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
12012              From: Nicholas Clark <nick@unfortu.net>
12013              Date: Fri, 22 Feb 2002 14:01:25 +0000
12014              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
12015      Branch: perl
12016            ! ext/Encode/compile
12017 ____________________________________________________________________________
12018 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
12019         Log: NetWare change from Ananth Kesari.
12020      Branch: perl
12021            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
12022            ! MANIFEST
12023 ____________________________________________________________________________
12024 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
12025         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
12026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12027              Date: Fri, 22 Feb 2002 03:55:13 -0500
12028              Message-ID: <20020222035513.A894@math.ohio-state.edu>
12029      Branch: perl
12030            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
12031 ____________________________________________________________________________
12032 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
12033         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
12034      Branch: perl
12035            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
12036 ____________________________________________________________________________
12037 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
12038         Log: Make measure_struct a file static.
12039      Branch: perl
12040            ! pp_pack.c
12041 ____________________________________________________________________________
12042 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
12043         Log: EBCDIC: someone who knows what they are doing
12044              and whether it is possible at all in the first
12045              place needs to figure these tests out on EBCDIC.
12046              The CJK encodings heavily abuse their knowledge
12047              of ASCII and that may require a translation layer
12048              or four to survive UTF-EBCDIC.
12049      Branch: perl
12050            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
12051 ____________________________________________________________________________
12052 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
12053         Log: croak() needs context.
12054      Branch: perl
12055            ! pp_pack.c
12056 ____________________________________________________________________________
12057 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
12058         Log: Subject: [PATCH @14577] pack with a human face: the sequel
12059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12060              Date: Thu, 21 Feb 2002 21:33:37 -0500
12061              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
12062      Branch: perl
12063            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
12064            ! proto.h t/op/pack.t
12065 ____________________________________________________________________________
12066 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
12067         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
12068              From: Nicholas Clark <nick@unfortu.net> 
12069              Date: Fri, 22 Feb 2002 00:49:44 +0000
12070              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
12071      Branch: perl
12072            ! ext/Encode/compile
12073 ____________________________________________________________________________
12074 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
12075         Log: Test for #14795.
12076      Branch: perl
12077            ! t/op/pat.t
12078 ____________________________________________________________________________
12079 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
12080         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
12081      Branch: perl
12082            ! t/op/pat.t
12083 ____________________________________________________________________________
12084 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
12085         Log: Subject: [PATCH] next batch of bugfixes
12086              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12087              Date: Thu, 21 Feb 2002 23:54:41 +0100
12088              Message-ID: <20020221235441.A17260@rafael>
12089      Branch: perl
12090            ! ext/B/B/Deparse.pm
12091 ____________________________________________________________________________
12092 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
12093         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)
12094              From: chromatic <chromatic@rmci.net>
12095              Date: Thu, 21 Feb 2002 14:17:35 -0700
12096              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
12097      Branch: perl
12098            ! lib/File/stat.pm lib/File/stat.t
12099 ____________________________________________________________________________
12100 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
12101         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
12102      Branch: perl
12103            ! ext/re/re.xs
12104 ____________________________________________________________________________
12105 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
12106         Log: Upgrade to Math::BigInt 1.51.
12107      Branch: perl
12108            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
12109            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
12110            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
12111            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12112            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
12113            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
12114            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
12115            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
12116            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
12117            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
12118            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
12119            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
12120 ____________________________________________________________________________
12121 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
12122         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
12123              From: "Gerrit P. Haase" <gp@familiehaase.de>
12124              Date: Thu, 21 Feb 2002 21:20:25 +0100
12125              Message-ID: <69510538936.20020221212025@familiehaase.de>
12126      Branch: perl
12127            ! Makefile.SH
12128 ____________________________________________________________________________
12129 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
12130         Log: Subject: [PATCH @14577] grouping in pack/unpack
12131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12132              Date: Thu, 21 Feb 2002 06:06:14 -0500
12133              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
12134      Branch: perl
12135            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
12136            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
12137 ____________________________________________________________________________
12138 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
12139         Log: Subject: [PATCH propose] question about fs.t
12140              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12141              Date: Thu, 21 Feb 2002 15:10:21 +0100
12142              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
12143      Branch: perl
12144            ! t/io/fs.t
12145 ____________________________________________________________________________
12146 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
12147         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
12148              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
12149              Date: Thu, 21 Feb 2002 09:54:28 +0100
12150              Message-ID: <13576559576.20020221095428@familiehaase.de>     
12151      Branch: perl
12152            ! Makefile.SH
12153 ____________________________________________________________________________
12154 [ 14812] By: ams                                   on 2002/02/21  14:59:09
12155         Log: Subject: typo correction
12156              From: mjd@plover.com
12157              Date: 21 Feb 2002 15:43:49 -0000
12158              Message-Id: <20020221154349.22772.qmail@plover.com>
12159      Branch: perl
12160            ! pod/perldebug.pod
12161 ____________________________________________________________________________
12162 [ 14811] By: ams                                   on 2002/02/21  14:02:12
12163         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
12164              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12165              Date: Thu, 21 Feb 2002 15:22:22 +0100
12166              Message-Id: <20020221152222.A15095@rafael>
12167      Branch: perl
12168            ! op.h toke.c
12169 ____________________________________________________________________________
12170 [ 14810] By: ams                                   on 2002/02/21  12:45:28
12171         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
12172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12173              Date: Thu, 21 Feb 2002 06:02:48 -0500
12174              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
12175      Branch: perl
12176            ! lib/ExtUtils/Mksymlists.pm makedef.pl
12177 ____________________________________________________________________________
12178 [ 14809] By: nick                                  on 2002/02/21  09:31:08
12179         Log: Integrate mainline
12180      Branch: perlio
12181           +> lib/Pod/t/Select.t
12182           !> (integrate 37 files)
12183 ____________________________________________________________________________
12184 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
12185         Log: metaconfig unit change for #14807.
12186      Branch: metaconfig
12187            ! U/modified/Signal.U
12188 ____________________________________________________________________________
12189 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
12190         Log: Revert #14805, didn't quite work.
12191      Branch: perl
12192            ! Configure config_h.SH
12193 ____________________________________________________________________________
12194 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
12195         Log: metaconfig changes for #14805.
12196      Branch: metaconfig
12197            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
12198 ____________________________________________________________________________
12199 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
12200         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
12201              From: Paul Eggert <eggert@twinsun.com>
12202              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
12203              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
12204      Branch: perl
12205            ! Configure config_h.SH
12206 ____________________________________________________________________________
12207 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
12208         Log: More advice.
12209      Branch: perl
12210            ! README.os390
12211 ____________________________________________________________________________
12212 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
12213         Log: Missing MANIFESTation.
12214      Branch: perl
12215            ! MANIFEST
12216 ____________________________________________________________________________
12217 [ 14802] By: ams                                   on 2002/02/20  22:55:25
12218         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
12219              From: Autrijus Tang <autrijus@autrijus.org>
12220              Date: Thu, 21 Feb 2002 07:13:12 +0800
12221              Message-Id: <20020220231312.GA775@not.autrijus.org>
12222      Branch: perl
12223            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
12224 ____________________________________________________________________________
12225 [ 14801] By: ams                                   on 2002/02/20  22:27:20
12226         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
12227              From: Abe Timmerman <abe@ztreet.demon.nl>
12228              Date: Thu, 21 Feb 2002 00:20:40 +0100
12229              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
12230      Branch: perl
12231            + lib/Pod/t/Select.t
12232 ____________________________________________________________________________
12233 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
12234         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
12235              twice, causing the loop to skip every other character.
12236      Branch: perl
12237            ! utf8.c
12238 ____________________________________________________________________________
12239 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
12240         Log: Better debugging info.
12241      Branch: perl
12242            ! t/uni/case.pl
12243 ____________________________________________________________________________
12244 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
12245         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
12246              From: Nicholas Clark <nick@unfortu.net>
12247              Date: Wed, 20 Feb 2002 22:13:05 +0000
12248              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
12249      Branch: perl
12250            ! ext/Encode/compile
12251 ____________________________________________________________________________
12252 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
12253         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
12254              From: Paul Eggert <eggert@twinsun.com>
12255              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
12256              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
12257      Branch: perl
12258            ! pod/perlhack.pod
12259 ____________________________________________________________________________
12260 [ 14796] By: nick                                  on 2002/02/20  18:15:00
12261         Log: Integrate mainline
12262      Branch: perlio
12263           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
12264           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
12265           +> lib/Locale/Country.pod lib/Locale/Currency.pod
12266           +> lib/Locale/Language.pod lib/Locale/Script.pm
12267           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
12268           +> t/uni/title.t t/uni/upper.t
12269           !> (integrate 41 files)
12270 ____________________________________________________________________________
12271 [ 14795] By: ams                                   on 2002/02/20  17:08:38
12272         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
12273              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12274              Date: Wed, 20 Feb 2002 18:06:59 +0000
12275              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
12276      Branch: perl
12277            ! pp_ctl.c
12278 ____________________________________________________________________________
12279 [ 14794] By: ams                                   on 2002/02/20  16:41:56
12280         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
12281              From: Paul_GreenVOS@vos.stratus.com
12282              Date: Wed, 20 Feb 02 12:21 est
12283              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
12284      Branch: perl
12285            ! Makefile.SH
12286 ____________________________________________________________________________
12287 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
12288         Log: Forgot from #14790.
12289      Branch: perl
12290            ! pp_pack.c
12291 ____________________________________________________________________________
12292 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
12293         Log: Update Changes.
12294      Branch: perl
12295            ! Changes patchlevel.h
12296 ____________________________________________________________________________
12297 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
12298         Log: Integrate change #14778 from maintperl.
12299      Branch: perl
12300            ! t/lib/strict/subs
12301           !> op.c
12302 ____________________________________________________________________________
12303 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
12304         Log: Subject: Re: [ID 20020220.001] pack w with objects
12305              From: Ulrich Pfeifer <upf@de.uu.net>
12306              Date: 20 Feb 2002 11:21:15 +0100
12307              Message-ID: <p5g03wcv38.fsf@de.uu.net>
12308      Branch: perl
12309            ! t/op/pack.t
12310 ____________________________________________________________________________
12311 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
12312         Log: Subject: Re: [PATCH] go faster for Encode's compile
12313              From: Nicholas Clark <nick@unfortu.net> 
12314              Date: Tue, 19 Feb 2002 23:38:36 +0000
12315              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
12316      Branch: perl
12317            ! ext/Encode/compile
12318 ____________________________________________________________________________
12319 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
12320         Log: Regen Glossary.
12321      Branch: perl
12322            ! Porting/Glossary Porting/config.sh Porting/config_H
12323 ____________________________________________________________________________
12324 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
12325         Log: metaconfig unit change for #14786 (not visible yet,
12326              since Glossary needs regenerating)
12327      Branch: metaconfig
12328            ! U/compline/d_gconvert.U
12329 ____________________________________________________________________________
12330 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
12331         Log: Subject: d_Gconvert hints and Glossary
12332              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12333              Date: Tue, 19 Feb 2002 11:55:36 -0800
12334              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
12335      Branch: perl
12336            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
12337            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
12338            ! hints/svr5.sh
12339 ____________________________________________________________________________
12340 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
12341         Log: metaconfig unit changes for #14784.
12342      Branch: metaconfig
12343            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
12344 ____________________________________________________________________________
12345 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
12346         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
12347              From: Paul Eggert <eggert@twinsun.com>              
12348              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
12349              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
12350      Branch: perl
12351            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
12352            ! pod/perlhack.pod
12353 ____________________________________________________________________________
12354 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
12355         Log: metaconfig unit change for #14782.
12356      Branch: metaconfig/U/perl
12357            ! Mksymlinks.U
12358 ____________________________________________________________________________
12359 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
12360         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
12361              From: "Gerrit P. Haase" <gp@familiehaase.de>
12362              Date: Wed, 20 Feb 2002 00:23:29 +0100
12363              Message-ID: <70348722516.20020220002329@familiehaase.de>
12364      Branch: perl
12365            ! Configure
12366 ____________________________________________________________________________
12367 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
12368         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
12369              From: Nicholas Clark <nick@unfortu.net> 
12370              Date: Tue, 19 Feb 2002 19:27:42 +0000
12371              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
12372              
12373              (with modifications)
12374      Branch: perl
12375            ! pod/perlsub.pod
12376 ____________________________________________________________________________
12377 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
12378         Log: NetWare tweak from Ananth Kesari.
12379      Branch: perl
12380            ! lib/ExtUtils/MakeMaker.pm
12381 ____________________________________________________________________________
12382 [ 14779] By: ams                                   on 2002/02/20  06:51:55
12383         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
12384      Branch: perl
12385            ! pod/perlfaq4.pod
12386 ____________________________________________________________________________
12387 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
12388         Log: constant folding on the range operator had the effect of disabling
12389              peephole optimizations in all the siblings of the range OP; the
12390              effect of this was that barewords could escape strictures when
12391              they were hiding in such places
12392      Branch: maint-5.6/perl
12393            ! op.c t/pragma/strict-subs
12394 ____________________________________________________________________________
12395 [ 14777] By: ams                                   on 2002/02/20  00:56:21
12396         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
12397              From: Graham Barr <gbarr@pobox.com>
12398              Date: Tue, 19 Feb 2002 23:08:47 +0000
12399              Message-Id: <20020219230847.G66560@pobox.com>
12400      Branch: perl
12401            ! lib/Time/Local.pm
12402 ____________________________________________________________________________
12403 [ 14776] By: ams                                   on 2002/02/19  17:20:28
12404         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
12405              From: Nicholas Clark <nick@unfortu.net>
12406              Date: Tue, 19 Feb 2002 16:23:22 +0000
12407              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
12408      Branch: perl
12409            ! lib/Tie/Hash.pm
12410 ____________________________________________________________________________
12411 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
12412         Log: Regen doc, regen toc.
12413      Branch: perl
12414            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
12415 ____________________________________________________________________________
12416 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
12417         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
12418              From: Dave Mitchell <davem@fdgroup.co.uk>
12419              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
12420              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
12421      Branch: perl
12422            ! pod/perlsub.pod
12423 ____________________________________________________________________________
12424 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
12425         Log: Detypo.
12426      Branch: perl
12427            ! lib/Tie/Memoize.pm
12428 ____________________________________________________________________________
12429 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
12430         Log: UTF-8 C API doc tweaks.
12431      Branch: perl
12432            ! pod/perlunicode.pod
12433 ____________________________________________________________________________
12434 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
12435         Log: Mention that the case-switchers know about Unicode, too.
12436      Branch: perl
12437            ! pod/perlop.pod
12438 ____________________________________________________________________________
12439 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
12440         Log: Upgrade to Locale::Codes 2.01.
12441      Branch: perl
12442            + lib/Locale/Constants.pod lib/Locale/Country.pod
12443            + lib/Locale/Currency.pod lib/Locale/Language.pod
12444            + lib/Locale/Script.pod
12445            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
12446            ! lib/Locale/Constants.pm lib/Locale/Country.pm
12447            ! lib/Locale/Currency.pm lib/Locale/Language.pm
12448            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
12449 ____________________________________________________________________________
12450 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
12451         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
12452              From: Dave Mitchell <davem@fdgroup.co.uk>
12453              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
12454              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
12455      Branch: perl
12456            ! pod/perlsub.pod
12457 ____________________________________________________________________________
12458 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
12459         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
12460              From: Sam Tregar <sam@tregar.com> 
12461              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
12462              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
12463      Branch: perl
12464            ! sv.h
12465 ____________________________________________________________________________
12466 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
12467         Log: The test requires perlio.
12468      Branch: perl
12469            ! ext/Encode/t/JP.t
12470 ____________________________________________________________________________
12471 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
12472         Log: Misplaced block end.
12473      Branch: perl
12474            ! utf8.c
12475 ____________________________________________________________________________
12476 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
12477         Log: The POSIX extensions are deadly.
12478      Branch: perl
12479            ! regcomp.c
12480 ____________________________________________________________________________
12481 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
12482         Log: Let's not overdo the growth.
12483      Branch: perl
12484            ! pp.c
12485 ____________________________________________________________________________
12486 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
12487         Log: Third time makes the charm.
12488      Branch: perl
12489            ! README.os390
12490 ____________________________________________________________________________
12491 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
12492         Log: Oops.
12493      Branch: perl
12494            ! utf8.c
12495 ____________________________________________________________________________
12496 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
12497         Log: Add back the new casing tests.
12498      Branch: perl
12499            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
12500            ! MANIFEST
12501 ____________________________________________________________________________
12502 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
12503         Log: Prefer special case mappings.
12504      Branch: perl
12505            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
12506            ! lib/unicore/To/Upper.pl lib/unicore/mktables
12507 ____________________________________________________________________________
12508 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
12509         Log: Try special casing first.
12510      Branch: perl
12511            ! utf8.c
12512 ____________________________________________________________________________
12513 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
12514         Log: Not extending enough.
12515      Branch: perl
12516            ! pp.c utf8.h
12517 ____________________________________________________________________________
12518 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
12519         Log: No need to store identity mappings.
12520      Branch: perl
12521            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
12522            ! lib/unicore/mktables
12523 ____________________________________________________________________________
12524 [ 14756] By: ams                                   on 2002/02/18  20:21:17
12525         Log: Forward port #14704 from maint-5.6.
12526      Branch: perl
12527            ! doio.c
12528 ____________________________________________________________________________
12529 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
12530         Log: Regen Changes.
12531      Branch: perl
12532            ! Changes
12533 ____________________________________________________________________________
12534 [ 14754] By: ams                                   on 2002/02/18  19:01:09
12535         Log: Subject: [PATCH] VMS cando_by_name and current process privs
12536              From: "Craig A. Berry" <craigberry@mac.com>
12537              Date: Mon, 18 Feb 2002 14:03:30 -0600
12538              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
12539      Branch: perl
12540            ! vms/vms.c
12541 ____________________________________________________________________________
12542 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
12543         Log: Update Changes.
12544      Branch: perl
12545            ! Changes patchlevel.h
12546 ____________________________________________________________________________
12547 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
12548         Log: What do you know; these tests unearthed nasty problems.
12549              Will resolve those first.
12550      Branch: perl
12551            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
12552            ! MANIFEST
12553 ____________________________________________________________________________
12554 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
12555         Log: Update Changes.
12556      Branch: perl
12557            ! Changes patchlevel.h
12558 ____________________________________________________________________________
12559 [ 14750] By: ams                                   on 2002/02/18  17:36:05
12560         Log: Subject: Re: IO::Poll: Removing Handles
12561              From: Matthew Sachs <matthewg@zevils.com>
12562              Date: Mon, 18 Feb 2002 13:19:01 -0500
12563              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
12564      Branch: perl
12565            ! ext/IO/lib/IO/t/io_poll.t
12566 ____________________________________________________________________________
12567 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
12568         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
12569              From: "Craig A. Berry" <craigberry@mac.com>
12570              Date: Mon, 18 Feb 2002 11:52:21 -0600
12571              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
12572      Branch: perl
12573            ! t/op/alarm.t t/op/glob.t
12574 ____________________________________________________________________________
12575 [ 14748] By: ams                                   on 2002/02/18  15:53:36
12576         Log: s/load_module/Perl_load_module/
12577      Branch: perl
12578            ! gv.c
12579 ____________________________________________________________________________
12580 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
12581         Log: Unused in ASCII, used in EBCDIC.
12582      Branch: perl
12583            ! utf8.c
12584 ____________________________________________________________________________
12585 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
12586         Log: Upgrade to Locale::Codes 2.00.
12587      Branch: perl
12588            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
12589            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
12590            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
12591            ! lib/Locale/Constants.pm lib/Locale/Country.pm
12592            ! lib/Locale/Currency.pm lib/Locale/Language.pm
12593 ____________________________________________________________________________
12594 [ 14745] By: ams                                   on 2002/02/18  15:20:44
12595         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
12596              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12597              Date: Sat, 16 Feb 2002 00:06:01 +0100
12598              Message-Id: <20020216000601.A17249@rafael>
12599      Branch: perl
12600            ! gv.c
12601 ____________________________________________________________________________
12602 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
12603         Log: More Unicode casing checks.
12604      Branch: perl
12605            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
12606            ! MANIFEST
12607 ____________________________________________________________________________
12608 [ 14743] By: ams                                   on 2002/02/18  14:35:38
12609         Log: Subject: IO::Poll: Removing Handles
12610              From: Matthew Sachs <matthewg@zevils.com>
12611              Date: Sun, 17 Feb 2002 04:49:46 -0500
12612              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
12613      Branch: perl
12614            ! ext/IO/lib/IO/Poll.pm
12615 ____________________________________________________________________________
12616 [ 14741] By: ams                                   on 2002/02/18  13:59:48
12617         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
12618              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12619              Date: Mon, 18 Feb 2002 15:41:26 +0100
12620              Message-Id: <20020218154126.A692@rafael>
12621      Branch: perl
12622            ! pp_ctl.c t/op/do.t
12623 ____________________________________________________________________________
12624 [ 14740] By: nick                                  on 2002/02/18  09:09:23
12625         Log: Integrate mainline
12626      Branch: perlio
12627           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
12628           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
12629           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
12630           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
12631           +> ext/Encode/lib/Encode/JP/Constants.pm
12632           +> ext/Encode/lib/Encode/JP/H2Z.pm
12633           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
12634           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
12635           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
12636           +> os2/OS2/Process/t/os2_process.t
12637           +> os2/OS2/Process/t/os2_process_kid.t
12638           +> os2/OS2/Process/t/os2_process_text.t
12639            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
12640            - ext/Encode/t/Japanese.t
12641           !> (integrate 47 files)
12642 ____________________________________________________________________________
12643 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
12644         Log: EBCDIC: now the worst seems to be over for
12645              the "Malformed" warnings.  Still a few of them,
12646              and plenty of test failures, but getting better.
12647      Branch: perl
12648            ! regcomp.c utf8.c
12649 ____________________________________________________________________________
12650 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
12651         Log: Upgrade to Net::Ping 2.12.
12652      Branch: perl
12653            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
12654            ! lib/Net/Ping/t/110_icmp_inst.t
12655 ____________________________________________________________________________
12656 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
12657         Log: After much rewriting we are now pretty much
12658              back to where we started.
12659      Branch: perl
12660            ! utf8.c
12661 ____________________________________________________________________________
12662 [ 14736] By: ams                                   on 2002/02/18  01:23:00
12663         Log: Subject: [PATCH B::Deparse] two fixes
12664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12665              Date: Sun, 17 Feb 2002 23:58:59 +0100
12666              Message-Id: <20020217235859.A32513@rafael>
12667      Branch: perl
12668            ! ext/B/B/Deparse.pm
12669 ____________________________________________________________________________
12670 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
12671         Log: Buglet.
12672      Branch: perl
12673            ! ext/Encode/lib/Encode/JP/JIS.pm
12674 ____________________________________________________________________________
12675 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
12676         Log: Clearing up to_utf8_case() continues: this time use
12677              a single return, and EBCDICification for all paths.
12678      Branch: perl
12679            ! utf8.c
12680 ____________________________________________________________________________
12681 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
12682         Log: Small tweaks to get the test running (fix @INC and
12683              do not overwrite the table.utf8 and table.rnd).
12684      Branch: perl
12685            ! ext/Encode/t/JP.t
12686 ____________________________________________________________________________
12687 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
12688         Log: Tiny tweak.
12689      Branch: perl
12690            ! utf8.c
12691 ____________________________________________________________________________
12692 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
12693         Log: Redundant casts.
12694      Branch: perl
12695            ! utf8.c
12696 ____________________________________________________________________________
12697 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
12698         Log: More filename portability tips.
12699      Branch: perl
12700            ! pod/perlport.pod
12701 ____________________________________________________________________________
12702 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
12703         Log: FAQ sync.
12704      Branch: perl
12705            ! pod/perlfaq3.pod pod/perlfaq5.pod
12706 ____________________________________________________________________________
12707 [ 14728] By: ams                                   on 2002/02/17  16:15:09
12708         Log: Subject: podlators 1.21 released
12709              From: Russ Allbery <rra@stanford.edu>
12710              Date: Sat, 16 Feb 2002 21:42:56 -0800
12711              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
12712      Branch: perl
12713            ! lib/Pod/Text/Overstrike.pm
12714 ____________________________________________________________________________
12715 [ 14727] By: sky                                   on 2002/02/17  11:36:52
12716         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
12717              From: Autrijus Tang <autrijus@autrijus.org>
12718              Date: Sun, 17 Feb 2002 19:46:47 +0800
12719              Message-ID: <20020217194647.A1410@not.autrijus.org>
12720      Branch: perl
12721            ! pp_ctl.c t/op/tiehandle.t util.c
12722 ____________________________________________________________________________
12723 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
12724         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
12725              input in native code points, not Unicode.
12726      Branch: perl
12727            ! utf8.c
12728 ____________________________________________________________________________
12729 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
12730         Log: Regen Glossary.
12731      Branch: perl
12732            ! Porting/Glossary Porting/config.sh Porting/config_H
12733 ____________________________________________________________________________
12734 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
12735         Log: The #14715 and #14716 were okay: they just revealed
12736              a bug in the EXACTF matching.
12737      Branch: perl
12738            ! regexec.c utf8.c
12739 ____________________________________________________________________________
12740 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
12741         Log: Retreat, retreat! (retract #14715 and #14716)
12742      Branch: perl
12743            ! utf8.c
12744 ____________________________________________________________________________
12745 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
12746         Log: Encode 0.40, from Dan Kogai.
12747      Branch: perl
12748            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
12749            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
12750            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
12751            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
12752            + ext/Encode/lib/Encode/JP/Constants.pm
12753            + ext/Encode/lib/Encode/JP/H2Z.pm
12754            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
12755            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
12756            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
12757            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
12758            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
12759            - ext/Encode/t/Japanese.t
12760            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
12761            ! ext/Encode/t/Encode.t
12762 ____________________________________________________________________________
12763 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
12764         Log: metaconfig unit change for #14720.
12765      Branch: perl
12766            ! Configure
12767 ____________________________________________________________________________
12768 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
12769         Log: Regenerate Configure (small tweaks on Yitzchak's,
12770              main difference being that the preference variables are
12771              called gconvert_...).
12772      Branch: metaconfig
12773            ! U/compline/d_gconvert.U
12774 ____________________________________________________________________________
12775 [ 14719] By: ams                                   on 2002/02/16  14:11:01
12776         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
12777              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12778              Date: Thu, 14 Feb 2002 22:27:33 -0800
12779              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
12780              (Applied by hand.)
12781      Branch: perl
12782            ! Configure
12783 ____________________________________________________________________________
12784 [ 14718] By: ams                                   on 2002/02/16  13:45:28
12785         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
12786              From: Philip Newton <Philip.Newton@gmx.net>
12787              Date: Sat, 16 Feb 2002 10:05:05 +0100
12788              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
12789              (Applied by hand.)
12790      Branch: perl
12791            ! pod/perlport.pod
12792 ____________________________________________________________________________
12793 [ 14717] By: ams                                   on 2002/02/16  04:30:23
12794         Log: Remove dubious test.
12795      Branch: perl
12796            ! t/io/open.t
12797 ____________________________________________________________________________
12798 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
12799         Log: Tiny tweak.
12800      Branch: perl
12801            ! utf8.c
12802 ____________________________________________________________________________
12803 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
12804         Log: Restructure to_utf8_case() for simpler execution paths.
12805      Branch: perl
12806            ! utf8.c
12807 ____________________________________________________________________________
12808 [ 14714] By: ams                                   on 2002/02/16  02:43:59
12809         Log: Absorb #14701 by Sarathy from maint-5.6.
12810      Branch: perl
12811            ! doio.c t/io/open.t
12812 ____________________________________________________________________________
12813 [ 14713] By: ams                                   on 2002/02/16  01:51:27
12814         Log: Subject: [PATCH] VOS patches for perl 5.8
12815              From: Paul_GreenVOS@vos.stratus.com
12816              Date: Fri, 15 Feb 02 17:41 est
12817              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
12818      Branch: perl
12819            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
12820            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12821            ! vos/install_perl.cm
12822 ____________________________________________________________________________
12823 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
12824         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
12825              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12826              Date: Fri, 15 Feb 2002 23:05:44 +0100
12827              Message-ID: <20020215230544.A690@rafael>
12828      Branch: perl
12829            ! ext/B/B/Deparse.pm
12830 ____________________________________________________________________________
12831 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
12832         Log: Add $VERSION.
12833      Branch: perl
12834            ! lib/Tie/Memoize.pm
12835 ____________________________________________________________________________
12836 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
12837         Log: Update Changes.
12838      Branch: perl
12839            ! Changes patchlevel.h
12840 ____________________________________________________________________________
12841 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
12842         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
12843              From: Robin Barker <rmb1@cise.npl.co.uk>
12844              Date: Thu, 14 Feb 2002 19:07:40 GMT
12845              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
12846              
12847              (the hints part only)
12848      Branch: perl
12849            ! hints/solaris_2.sh
12850 ____________________________________________________________________________
12851 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
12852         Log: metaconfig unit changes for #14707.
12853      Branch: metaconfig
12854            ! U/modified/cc.U
12855      Branch: metaconfig/U/perl
12856            ! Checkcc.U
12857 ____________________________________________________________________________
12858 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
12859         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
12860              From: Robin Barker <rmb1@cise.npl.co.uk>
12861              Date: Fri, 15 Feb 2002 12:14:39 GMT
12862              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
12863              
12864              Split checking-for-gcc and checking-for-cc.
12865      Branch: perl
12866            ! Configure
12867 ____________________________________________________________________________
12868 [ 14706] By: ams                                   on 2002/02/15  13:57:15
12869         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
12870              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
12871              Date: 15 Feb 2002 10:53:06 +0200
12872              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
12873      Branch: perl
12874            ! lib/Pod/Html.pm
12875 ____________________________________________________________________________
12876 [ 14705] By: ams                                   on 2002/02/15  08:42:55
12877         Log: Subject: [PATCH @14577] OS/2 tests and more
12878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12879              Date: Fri, 15 Feb 2002 03:56:24 -0500
12880              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
12881      Branch: perl
12882            + os2/OS2/Process/t/os2_process.t
12883            + os2/OS2/Process/t/os2_process_kid.t
12884            + os2/OS2/Process/t/os2_process_text.t
12885            ! MANIFEST configpm hints/os2.sh makedef.pl
12886            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
12887            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
12888            ! os2/os2ish.h
12889 ____________________________________________________________________________
12890 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
12891         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
12892              avoid wasteful PL_fdpid fiddling where that is not warranted;
12893              mostly whitespace fixes
12894              
12895              these were longstanding todo items from:
12896              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
12897      Branch: maint-5.6/perl
12898            ! doio.c
12899 ____________________________________________________________________________
12900 [ 14702] By: nick                                  on 2002/02/15  08:31:41
12901         Log: Integrate mainline
12902      Branch: perlio
12903           +> lib/if.pm lib/if.t
12904           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
12905           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
12906           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
12907           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
12908           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
12909           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
12910           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
12911           !> t/lib/warnings/pp_sys
12912 ____________________________________________________________________________
12913 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
12914         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
12915              (and also dies quickly on Windows); this bug crept in as
12916              change#610, a.k.a change#646
12917      Branch: maint-5.6/perl
12918            ! doio.c t/io/open.t
12919 ____________________________________________________________________________
12920 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
12921         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
12922              From: Ville "Skyttä" <ville.skytta@iki.fi>
12923              Date: Wed, 13 Feb 2002 22:29:39 +0200
12924              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
12925      Branch: perl
12926            ! lib/Pod/Html.pm
12927 ____________________________________________________________________________
12928 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
12929         Log: Document and test the C0 and C1.
12930      Branch: perl
12931            ! lib/charnames.pm lib/charnames.t
12932 ____________________________________________________________________________
12933 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
12934         Log: metaconfig unit change for #14697.
12935      Branch: metaconfig
12936            ! U/modified/Init.U
12937 ____________________________________________________________________________
12938 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
12939         Log: Also OS/2 seems to need exe set early.
12940      Branch: perl
12941            ! Configure
12942 ____________________________________________________________________________
12943 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
12944         Log: Document pack U0U.
12945      Branch: perl
12946            ! pod/perluniintro.pod
12947 ____________________________________________________________________________
12948 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
12949         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
12950              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12951              Date: Thu, 14 Feb 2002 23:58:00 +0100
12952              Message-ID: <20020214235800.A12901@rafael>
12953      Branch: perl
12954            ! pp_sys.c t/lib/warnings/pp_sys
12955 ____________________________________________________________________________
12956 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
12957         Log: Subject: [PATCH @13746] conditional pragmas
12958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12959              Date: Mon, 31 Dec 2001 18:18:09 -0500
12960              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
12961      Branch: perl
12962            + lib/if.pm lib/if.t
12963            ! MANIFEST
12964 ____________________________________________________________________________
12965 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
12966         Log: Deparse bug introduced by #14615: the fix is just a workaround,
12967              I suspect there to be another deeper bug, must distill simpler
12968              test case.
12969      Branch: perl
12970            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
12971 ____________________________________________________________________________
12972 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
12973         Log: Integrate perlio; 
12974              
12975              Make dependencies more precise (for nmake)
12976      Branch: perl
12977           !> ext/Encode/EUC_JP/Makefile.PL
12978 ____________________________________________________________________________
12979 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
12980         Log: Just a guess.
12981      Branch: perl
12982            ! lib/Tie/Handle.pm
12983 ____________________________________________________________________________
12984 [ 14690] By: nick                                  on 2002/02/14  16:30:56
12985         Log: Integrate mainline
12986      Branch: perlio
12987           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
12988           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
12989           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
12990           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
12991           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
12992           !> utf8.c
12993 ____________________________________________________________________________
12994 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
12995         Log: Upgrade to Net::Ping 2.11.
12996      Branch: perl
12997            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
12998            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
12999            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
13000            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
13001 ____________________________________________________________________________
13002 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
13003         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
13004              From: Robin Barker <rmb1@cise.npl.co.uk>
13005              Date: Wed, 13 Feb 2002 17:37:07 GMT
13006              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
13007              
13008              (updated version of the above)
13009      Branch: perl
13010            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
13011 ____________________________________________________________________________
13012 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
13013         Log: Excise inexact blather.
13014      Branch: perl
13015            ! utf8.c
13016 ____________________________________________________________________________
13017 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
13018         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
13019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13020              Date: Mon, 31 Dec 2001 20:28:46 -0500
13021              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
13022      Branch: perl
13023            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
13024            ! MANIFEST
13025 ____________________________________________________________________________
13026 [ 14685] By: nick                                  on 2002/02/14  14:20:20
13027         Log: Make dependencies more precise (for nmake)
13028      Branch: perlio
13029            ! ext/Encode/EUC_JP/Makefile.PL
13030 ____________________________________________________________________________
13031 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
13032         Log: Subject: [PATCH @13746] tied hashes
13033              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
13034              Date: Mon, 31 Dec 2001 19:15:39 -0500
13035              Message-ID: <20011231191539.A46@math.ohio-state.edu>
13036      Branch: perl
13037            ! lib/Tie/Hash.pm pod/perltie.pod
13038 ____________________________________________________________________________
13039 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
13040         Log: Subject: Re: [PATCH] Configure followed by make minitest
13041              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13042              Date: Sun, 10 Feb 2002 23:22:05 -0800
13043              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
13044      Branch: perl
13045            ! Makefile.SH
13046 ____________________________________________________________________________
13047 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
13048         Log: Subject: Re: perl@14647
13049              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13050              Date: Mon, 11 Feb 2002 19:30:36 +0100
13051              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
13052      Branch: perl
13053            ! t/op/groups.t
13054 ____________________________________________________________________________
13055 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
13056         Log: Update Changes.
13057      Branch: perl
13058            ! Changes patchlevel.h
13059 ____________________________________________________________________________
13060 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
13061         Log: Integrate perlio;
13062              
13063              Do not lc() the file names before doing dirname() or they don't match.
13064      Branch: perl
13065           !> lib/ExtUtils/t/Installed.t
13066 ____________________________________________________________________________
13067 [ 14679] By: sky                                   on 2002/02/13  12:56:13
13068         Log: rename mutex to make a bit more sense
13069      Branch: perl
13070            ! ext/threads/threads.xs
13071 ____________________________________________________________________________
13072 [ 14678] By: sky                                   on 2002/02/13  12:46:11
13073         Log: Track active threads....
13074      Branch: perl
13075            ! ext/threads/threads.pm ext/threads/threads.xs
13076 ____________________________________________________________________________
13077 [ 14677] By: nick                                  on 2002/02/13  09:30:42
13078         Log: Do not lc() the file names before doing dirname() or they don't match.
13079      Branch: perlio
13080            ! lib/ExtUtils/t/Installed.t
13081 ____________________________________________________________________________
13082 [ 14676] By: sky                                   on 2002/02/13  09:03:37
13083         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
13084              From: Michael G Schwern <schwern@pobox.com>
13085              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
13086              Message-Id: <20020213100017.GA6288@blackrider>
13087      Branch: perl
13088            ! lib/File/Spec/t/rel2abs2rel.t
13089 ____________________________________________________________________________
13090 [ 14675] By: sky                                   on 2002/02/13  09:00:24
13091         Log: Do not propagate END blocks to child threads, test.
13092      Branch: perl
13093            + ext/threads/t/end.t
13094            ! MANIFEST ext/threads/threads.xs
13095 ____________________________________________________________________________
13096 [ 14674] By: nick                                  on 2002/02/13  08:34:55
13097         Log: Integrate mainline
13098      Branch: perlio
13099           +> ext/threads/t/join.t
13100           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
13101           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
13102           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
13103 ____________________________________________________________________________
13104 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
13105         Log: metaconfig unit change for #14672.
13106      Branch: metaconfig
13107            ! U/modified/lns.U
13108 ____________________________________________________________________________
13109 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
13110         Log: $ln is supposed to be already set to $ln + executable suffix
13111              on platforms that need it, from Paul Green.
13112      Branch: perl
13113            ! Configure
13114 ____________________________________________________________________________
13115 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
13116         Log: Subject: New command syntax for 'x' command
13117              From: Mark-Jason Dominus <mjd@plover.com>
13118              Date: Tue, 12 Feb 2002 20:54:01 -0500
13119              Message-ID: <20020213015401.25685.qmail@plover.com>
13120      Branch: perl
13121            ! lib/perl5db.pl pod/perldebug.pod
13122 ____________________________________________________________________________
13123 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
13124         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
13125              From: Mark-Jason Dominus <mjd@plover.com>
13126              Date: Tue, 12 Feb 2002 20:20:42 -0500
13127              Message-ID: <20020213012042.25245.qmail@plover.com>
13128      Branch: perl
13129            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
13130 ____________________________________________________________________________
13131 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
13132         Log: Iteration continues.
13133      Branch: perl
13134            ! utf8.c
13135 ____________________________________________________________________________
13136 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
13137         Log: Duh.
13138      Branch: perl
13139            ! pp_pack.c t/op/length.t
13140 ____________________________________________________________________________
13141 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
13142         Log: Retract #14666.
13143      Branch: perl
13144            ! t/op/lc.t
13145 ____________________________________________________________________________
13146 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
13147         Log: (retracted by #14667)
13148      Branch: perl
13149            ! t/op/lc.t
13150 ____________________________________________________________________________
13151 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
13152         Log: Tiny test script tweaks.
13153      Branch: perl
13154            ! t/uni/fold.t
13155 ____________________________________________________________________________
13156 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
13157         Log: Rewrite the "special mapping" part of to_utf8_case(),
13158              this time with fewer bugs.  (See: The Law of Cybernetic
13159              Entymology.)
13160      Branch: perl
13161            ! utf8.c
13162 ____________________________________________________________________________
13163 [ 14663] By: sky                                   on 2002/02/12  18:26:16
13164         Log: Stop failures if you pass an object, sv_dup might not be the right 
13165              thing to use since I have a feeling we end up cloning far too much. 
13166              (Like the stash for example).... Maybe we need a lightweight sv_dup 
13167              that searches the target for things....
13168              Real fix is another option to perl_clone which controls if you should 
13169              save stashes.
13170      Branch: perl
13171            ! ext/threads/threads.xs
13172 ____________________________________________________________________________
13173 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
13174         Log: Retract #14661.
13175      Branch: perl
13176            ! hints/solaris_2.sh
13177 ____________________________________________________________________________
13178 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
13179         Log: (retracted by #14662)
13180      Branch: perl
13181            ! hints/solaris_2.sh
13182 ____________________________________________________________________________
13183 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
13184         Log: EBCDIC: another "can't happen".
13185      Branch: perl
13186            ! utf8.c
13187 ____________________________________________________________________________
13188 [ 14659] By: sky                                   on 2002/02/12  14:38:21
13189         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
13190      Branch: perl
13191            + ext/threads/t/join.t
13192            ! MANIFEST ext/threads/threads.xs
13193 ____________________________________________________________________________
13194 [ 14658] By: nick                                  on 2002/02/12  13:54:06
13195         Log: Integrate mainline
13196      Branch: perlio
13197           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
13198           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
13199           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
13200 ____________________________________________________________________________
13201 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
13202         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
13203              From: Jan Dubois <JanD@ActiveState.com> 
13204              Date: Tue, 12 Feb 2002 00:56:31 -0800
13205              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
13206      Branch: perl
13207            ! lib/Win32.pod win32/win32.c win32/win32.h
13208 ____________________________________________________________________________
13209 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
13210         Log: Subject: [PATCH] Re: 14654 introduced a bug 
13211              From: Michael G Schwern <schwern@pobox.com> 
13212              Date: Tue, 12 Feb 2002 05:37:36 -0500
13213              Message-ID: <20020212103736.GC14327@blackrider>
13214      Branch: perl
13215            ! lib/File/Spec/t/rel2abs2rel.t
13216 ____________________________________________________________________________
13217 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
13218         Log: More unset installman[13]dir tweaks from chromatic.
13219      Branch: perl
13220            ! lib/ExtUtils/Installed.pm
13221 ____________________________________________________________________________
13222 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
13223         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
13224              From: Michael G Schwern <schwern@pobox.com>
13225              Date: Mon, 11 Feb 2002 12:23:02 -0500
13226              Message-ID: <20020211172302.GD9556@blackrider>
13227      Branch: perl
13228            ! lib/File/Spec/t/rel2abs2rel.t
13229 ____________________________________________________________________________
13230 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
13231         Log: Use `` instead of -| to be a little bit more portable,
13232              from Michael Schwern.
13233      Branch: perl
13234            ! lib/ExtUtils/t/Embed.t
13235 ____________________________________________________________________________
13236 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
13237         Log: EBCDIC: this change for \N{} in particular is now
13238              unnecessary because of the recent more general
13239              pack U change.
13240      Branch: perl
13241            ! toke.c
13242 ____________________________________________________________________________
13243 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
13244         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
13245              From: "Craig A. Berry" <craigberry@mac.com>
13246              Date: Mon, 11 Feb 2002 17:13:47 -0600
13247              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
13248      Branch: perl
13249            ! t/test.pl
13250 ____________________________________________________________________________
13251 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
13252         Log: EBCDIC: pack U bytes change.
13253      Branch: perl
13254            ! t/op/length.t
13255 ____________________________________________________________________________
13256 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
13257         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
13258      Branch: perl
13259            ! t/op/each.t
13260 ____________________________________________________________________________
13261 [ 14648] By: nick                                  on 2002/02/11  16:14:50
13262         Log: Integrate mainline
13263      Branch: perlio
13264           !> Changes Configure Makefile.SH autodoc.pl
13265           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
13266           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
13267           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
13268 ____________________________________________________________________________
13269 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
13270         Log: Update Changes.
13271      Branch: perl
13272            ! Changes patchlevel.h
13273 ____________________________________________________________________________
13274 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
13275         Log: Regen toc.
13276      Branch: perl
13277            ! pod/perltoc.pod
13278 ____________________________________________________________________________
13279 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
13280         Log: Forgot from #14641.
13281      Branch: perl
13282            ! lib/ExtUtils/t/Embed.t
13283 ____________________________________________________________________________
13284 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
13285         Log: A forgotten metaconfig unit.
13286      Branch: metaconfig/U/perl
13287            + i_features.U
13288 ____________________________________________________________________________
13289 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
13290         Log: metaconfig unit changes for #14642.
13291      Branch: metaconfig
13292            + U/modified/lns.U
13293      Branch: metaconfig/U/perl
13294            ! issymlink.U
13295 ____________________________________________________________________________
13296 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
13297         Log: -Dmksymlinks was broken by #14628.
13298      Branch: perl
13299            ! Configure
13300 ____________________________________________________________________________
13301 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
13302         Log: Subject: [PATCH @14577] OS/2 build
13303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13304              Date: Mon, 11 Feb 2002 06:56:41 -0500
13305              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
13306              
13307              (sans the Configure, perlio.sym, and t/op/stat.t parts)
13308      Branch: perl
13309            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
13310            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
13311            ! os2/os2ish.h
13312 ____________________________________________________________________________
13313 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
13314         Log: Integrate perlio;
13315              
13316              Re-structure Japanese encodings - part 1
13317              
13318              Split Japanese encodings - part 2
13319              - build separate .c files with separate 'compile' steps
13320              - overall Japanese.xs / Japanese.pm which loads them
13321              
13322              Add test for Japanese encoding (well euc-jp anyway).
13323              Fix one bug shown by above
13324              Skip test which does not pass yet.
13325              
13326              Patch up the failing multi-byte write case, and un-skip
13327              the test.
13328      Branch: perl
13329           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
13330           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
13331            - ext/Encode/EUC_JP/EUC_JP.pm
13332           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
13333 ____________________________________________________________________________
13334 [ 14639] By: nick                                  on 2002/02/11  11:59:18
13335         Log: Patch up the failing multi-byte write case, and un-skip
13336              the test.
13337      Branch: perlio
13338            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
13339 ____________________________________________________________________________
13340 [ 14638] By: nick                                  on 2002/02/11  10:55:39
13341         Log: Add test for Japanese encoding (well euc-jp anyway).
13342              Fix one bug shown by above
13343              Skip test which does not pass yet.
13344      Branch: perlio
13345            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
13346            + ext/Encode/t/table.ref
13347            ! MANIFEST ext/Encode/Encode.xs
13348 ____________________________________________________________________________
13349 [ 14637] By: nick                                  on 2002/02/11  09:07:04
13350         Log: Split Japanese encodings - part 2
13351              - build separate .c files with separate 'compile' steps
13352              - overall Japanese.xs / Japanese.pm which loads them
13353      Branch: perlio
13354            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
13355 ____________________________________________________________________________
13356 [ 14636] By: nick                                  on 2002/02/11  08:15:42
13357         Log: Re-structure Japanese encodings - part 1
13358      Branch: perlio
13359           +> ext/Encode/EUC_JP/Japanese.pm
13360            - ext/Encode/EUC_JP/EUC_JP.pm
13361            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
13362 ____________________________________________________________________________
13363 [ 14635] By: nick                                  on 2002/02/11  08:05:12
13364         Log: Integrate mainline
13365      Branch: perlio
13366           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
13367           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
13368           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
13369 ____________________________________________________________________________
13370 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
13371         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
13372              From: Mike Guy <mjtg@cam.ac.uk>
13373              Date: Mon, 11 Feb 2002 02:50:42 +0000
13374              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
13375      Branch: perl
13376            ! t/op/arith.t
13377 ____________________________________________________________________________
13378 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
13379         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
13380              Stepping backward in the string would be majorly bad.
13381      Branch: perl
13382            ! regcomp.c
13383 ____________________________________________________________________________
13384 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
13385         Log: The debugger part of
13386              
13387              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
13388              From: Michael G Schwern <schwern@pobox.com> 
13389              Date: Wed, 6 Feb 2002 17:32:12 -0500
13390              Message-ID: <20020206223212.GG1346@blackrider>
13391      Branch: perl
13392            ! lib/perl5db.pl
13393 ____________________________________________________________________________
13394 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
13395         Log: Integrate perlio;
13396              
13397              Borland/Win32 tuning
13398              
13399              Move PerlIO_perlio to layer_syms where it belongs?
13400      Branch: perl
13401           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
13402 ____________________________________________________________________________
13403 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
13404         Log: EBCDIC: the low 256 needs to be shuffled also
13405              in pack/unpack U (this breaks the equivalence
13406              of pack U and v-strings, but I think if someone
13407              has to give, v-strings are a good victim)
13408      Branch: perl
13409            ! pp_pack.c t/op/pack.t
13410 ____________________________________________________________________________
13411 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
13412         Log: metaconfig unit changes for #14628.
13413      Branch: metaconfig/U/perl
13414            ! d_u32align.U issymlink.U
13415 ____________________________________________________________________________
13416 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
13417         Log: Two Configure tweaks; the u32align test was trying
13418              to write into a string literal, the ln -s test was
13419              failing in VOS.
13420      Branch: perl
13421            ! Configure
13422 ____________________________________________________________________________
13423 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
13424         Log: DJGPP tweaks from Laszlo Molnar.
13425      Branch: perl
13426            ! djgpp/djgpp.c lib/File/Spec.pm
13427 ____________________________________________________________________________
13428 [ 14626] By: nick                                  on 2002/02/10  18:36:47
13429         Log: Move PerlIO_perlio to layer_syms where it belongs?
13430      Branch: perlio
13431            ! makedef.pl
13432 ____________________________________________________________________________
13433 [ 14625] By: nick                                  on 2002/02/10  18:02:21
13434         Log: Borland/Win32 tuning
13435      Branch: perlio
13436            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
13437 ____________________________________________________________________________
13438 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
13439         Log: Additional explanation for the [:...:] failure.
13440      Branch: perl
13441            ! pod/perldiag.pod
13442 ____________________________________________________________________________
13443 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
13444         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
13445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13446              Date: Sun, 10 Feb 2002 13:32:48 +0100
13447              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
13448      Branch: perl
13449            ! makedef.pl
13450 ____________________________________________________________________________
13451 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
13452         Log: Test tweaks from chromatic for cases where there
13453              are no installman1dir or installman3dir.
13454      Branch: perl
13455            ! lib/ExtUtils/t/Installed.t
13456 ____________________________________________________________________________
13457 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
13458         Log: Integrate perlio;
13459              
13460              Nick Clark's tweaks to Encode compile process
13461              1. Use decimal constants to unit string arrays rather than
13462              very long string litterals (latter having possible "\0"
13463              on end issues, and needing ANSI C line splicing).
13464              2. Replace tail-recursion during insert process with itteration.
13465              Nick C sees 12% speedup from these.
13466      Branch: perl
13467           !> ext/Encode/Encode.pm ext/Encode/compile
13468 ____________________________________________________________________________
13469 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
13470         Log: Portability notes: filename characters, character sets.
13471      Branch: perl
13472            ! pod/perlport.pod
13473 ____________________________________________________________________________
13474 [ 14619] By: nick                                  on 2002/02/10  11:06:05
13475         Log: Integrate mainline
13476      Branch: perlio
13477            ! ext/Encode/Encode.pm
13478           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
13479           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
13480           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
13481           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
13482           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
13483 ____________________________________________________________________________
13484 [ 14618] By: nick                                  on 2002/02/10  10:48:15
13485         Log: Nick Clark's tweaks to Encode compile process
13486              1. Use decimal constants to unit string arrays rather than
13487              very long string litterals (latter having possible "\0"
13488              on end issues, and needing ANSI C line splicing).
13489              2. Replace tail-recursion during insert process with itteration.
13490              Nick C sees 12% speedup from these.
13491      Branch: perlio
13492            ! ext/Encode/compile
13493 ____________________________________________________________________________
13494 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
13495         Log: Use the "Unicode 1.0" name field for control characters,
13496              as suggested by Mark Davis.  Note that Unicode 3.2 will
13497              require some more legwork on this because of certain
13498              alternative names.
13499      Branch: perl
13500            ! lib/unicore/Name.pl lib/unicore/mktables
13501 ____________________________________________________________________________
13502 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
13503         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
13504      Branch: perl
13505            ! hints/os390.sh
13506 ____________________________________________________________________________
13507 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
13508         Log: EBCDIC: the non-printable characters are different.
13509      Branch: perl
13510            ! ext/B/B/Deparse.pm
13511 ____________________________________________________________________________
13512 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
13513         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
13514              From: Nicholas Clark <nick@unfortu.net> 
13515              Date: Sat, 9 Feb 2002 22:31:29 +0000
13516              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
13517      Branch: perl
13518            ! t/lib/warnings/pp_hot
13519 ____________________________________________________________________________
13520 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
13521         Log: Subject: [PATCH] Re: Modulus operator inconsistency
13522              From: Nicholas Clark <nick@unfortu.net>
13523              Date: Sat, 9 Feb 2002 21:00:13 +0000
13524              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
13525      Branch: perl
13526            ! op.c t/op/arith.t
13527 ____________________________________________________________________________
13528 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
13529         Log: Use the same escaping mechanism for all the *flags.
13530      Branch: perl
13531            ! lib/ExtUtils/Embed.pm
13532 ____________________________________________________________________________
13533 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
13534         Log: Protect possible parentheses in ccflags, ccdlflags, and
13535              ldflags.  (In OS/390 there are parentheses in ccflags.)
13536      Branch: perl
13537            ! lib/ExtUtils/Embed.pm
13538 ____________________________________________________________________________
13539 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
13540         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
13541              From: Peter Scott <Peter@PSDT.com>
13542              Date: Fri, 08 Feb 2002 19:20:19 -0800
13543              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
13544      Branch: perl
13545            ! lib/perl5db.pl
13546 ____________________________________________________________________________
13547 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
13548         Log: FAQ sync.
13549      Branch: perl
13550            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
13551 ____________________________________________________________________________
13552 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
13553         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
13554              From: Chris Nandor <pudge@pobox.com>
13555              Date: Fri, 08 Feb 2002 16:31:41 -0500
13556              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
13557      Branch: perl
13558            ! cop.h deb.c pp_ctl.c toke.c util.c
13559 ____________________________________________________________________________
13560 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
13561         Log: Redo CopFILE / MacPerl_MPWFIleName patch
13562      Branch: maint-5.6/macperl
13563            ! cop.h deb.c pp_ctl.c toke.c util.c
13564 ____________________________________________________________________________
13565 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
13566         Log: The metaconfig unit change to go with #14605.
13567      Branch: metaconfig/U/perl
13568            ! libperl.U
13569 ____________________________________________________________________________
13570 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
13571         Log: The Configure change to go with #14604.
13572      Branch: perl
13573            ! Configure
13574 ____________________________________________________________________________
13575 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
13576         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
13577              From: Andy Dougherty <doughera@lafayette.edu>
13578              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
13579              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
13580      Branch: perl
13581            ! hints/bsdos.sh
13582 ____________________________________________________________________________
13583 [ 14603] By: nick                                  on 2002/02/08  18:16:09
13584         Log: Integrate mainline
13585      Branch: perlio
13586           +> ext/threads/t/libc.t
13587           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
13588           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
13589 ____________________________________________________________________________
13590 [ 14602] By: sky                                   on 2002/02/08  15:19:15
13591         Log: Start testing for safe localtime functions, TODO, test more functions.
13592      Branch: perl
13593            + ext/threads/t/libc.t
13594            ! MANIFEST
13595 ____________________________________________________________________________
13596 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
13597         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
13598              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13599              Date: Fri, 8 Feb 2002 00:21:07 +0100
13600              Message-ID: <20020208002107.E763@rafael>
13601      Branch: perl
13602            ! doio.c pp_sys.c t/io/argv.t
13603 ____________________________________________________________________________
13604 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
13605         Log: Subject: [PATCH] Configure followed by make minitest
13606              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13607              Date: Wed, 06 Feb 2002 21:35:20 -0800
13608              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
13609      Branch: perl
13610            ! t/op/taint.t t/run/fresh_perl.t
13611 ____________________________________________________________________________
13612 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
13613         Log: Integrate perlio;
13614              
13615              Extract something from yesterdays effort - convert my mail on pad
13616              data structures (incoporating Sarathy's corrections/clarifications)
13617              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
13618      Branch: perl
13619           !> cv.h pod/perlapi.pod pod/perlintern.pod
13620 ____________________________________________________________________________
13621 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
13622         Log: metaconfig unit changes for #14597.
13623      Branch: metaconfig
13624            ! U/modified/Loc.U
13625      Branch: metaconfig/U/perl
13626            ! libperl.U
13627 ____________________________________________________________________________
13628 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
13629         Log: Configure DJGPP tweak from Laszlo Molnar.
13630      Branch: perl
13631            ! Configure
13632 ____________________________________________________________________________
13633 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
13634         Log: DJGPP tweaks from Laszlo Molnar.
13635      Branch: perl
13636            ! djgpp/djgppsed.sh perl.c
13637 ____________________________________________________________________________
13638 [ 14595] By: nick                                  on 2002/02/08  09:19:29
13639         Log: Extract something from yesterdays effort - convert my mail on pad
13640              data structures (incoporating Sarathy's corrections/clarifications)
13641              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
13642      Branch: perlio
13643            ! cv.h pod/perlapi.pod pod/perlintern.pod
13644 ____________________________________________________________________________
13645 [ 14594] By: nick                                  on 2002/02/08  08:34:49
13646         Log: Integrate mainline
13647      Branch: perlio
13648           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
13649           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
13650           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
13651           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
13652           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
13653           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
13654 ____________________________________________________________________________
13655 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
13656         Log: To really skip the test an exit() is needed.
13657      Branch: perl
13658            ! lib/encoding.t
13659 ____________________________________________________________________________
13660 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
13661         Log: More diagnostics from Nicholas Clark.
13662      Branch: perl
13663            ! lib/Benchmark.t
13664 ____________________________________________________________________________
13665 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
13666         Log: In case of failure be more verbose.
13667      Branch: perl
13668            ! t/base/num.t
13669 ____________________________________________________________________________
13670 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
13671         Log: Update Changes
13672      Branch: maint-5.6/macperl
13673            ! macos/Changes
13674 ____________________________________________________________________________
13675 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
13676         Log: Merge AEGizmos library into PPC binary
13677      Branch: maint-5.6/macperl
13678            ! macos/Makefile.mk
13679 ____________________________________________________________________________
13680 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
13681         Log: Add -ansifor for MrCpp options
13682      Branch: maint-5.6/macperl
13683            ! macos/BuildRules.mk
13684 ____________________________________________________________________________
13685 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
13686         Log: Check ownership of CatInfos (MacPerl Bug #494482)
13687      Branch: maint-5.6/macperl
13688            ! macos/ext/Mac/Files/Files.xs
13689 ____________________________________________________________________________
13690 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
13691         Log: Resource updates
13692      Branch: maint-5.6/macperl
13693            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
13694 ____________________________________________________________________________
13695 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
13696         Log: Empty path is ENOENT (MacPerl Bug #512351)
13697      Branch: maint-5.6/macperl
13698            ! macos/macperl/MPAppleEvents.c
13699 ____________________________________________________________________________
13700 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
13701         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
13702      Branch: maint-5.6/macperl
13703            ! macos/macperl/MPAEVTStream.cp
13704 ____________________________________________________________________________
13705 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
13706         Log: macify(ABSTRACT_FROM)
13707      Branch: maint-5.6/macperl
13708            ! macos/lib/ExtUtils/MM_MacOS.pm
13709 ____________________________________________________________________________
13710 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
13711         Log: Use correct Mac filenames in error messages, caller()
13712      Branch: maint-5.6/macperl
13713            ! deb.c pp_ctl.c toke.c util.c
13714 ____________________________________________________________________________
13715 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
13716         Log: Sanity checks to see that the IV/NV and the PV of numeric
13717              scalars stay in sync (unearthed this via the OS/390 gcvt()
13718              brokenness)
13719      Branch: perl
13720            + t/base/num.t
13721            ! MANIFEST
13722 ____________________________________________________________________________
13723 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
13724         Log: Retract the anon leak subpatch of #14418 and #14431
13725              (the latter came into bleadperl as part of #14433).
13726      Branch: perl
13727            ! op.c t/run/fresh_perl.t
13728 ____________________________________________________________________________
13729 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
13730         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
13731              mangles 0.1 to "10".  sprintf() seems more well-behaved.
13732      Branch: perl
13733            ! hints/os390.sh
13734 ____________________________________________________________________________
13735 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
13736         Log: Subject: [PATCH @14557] another Encode fix for VMS
13737              From: "Craig A. Berry" <craigberry@mac.com>
13738              Date: Wed, 06 Feb 2002 14:44:20 -0600
13739              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
13740      Branch: perl
13741            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
13742 ____________________________________________________________________________
13743 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
13744         Log: Integrate perlio;
13745              
13746              One way to avoid OS390 winge about #line directives.
13747      Branch: perl
13748           !> ext/Encode/EUC_JP/Makefile.PL
13749 ____________________________________________________________________________
13750 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
13751         Log: Update Changes.
13752      Branch: perl
13753            ! Changes patchlevel.h
13754 ____________________________________________________________________________
13755 [ 14575] By: nick                                  on 2002/02/06  15:23:24
13756         Log: One way to avoid OS390 winge about #line directives.
13757      Branch: perlio
13758            ! ext/Encode/EUC_JP/Makefile.PL
13759 ____________________________________________________________________________
13760 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
13761         Log: s/Netware/NetWare/
13762      Branch: perl
13763            ! MANIFEST
13764 ____________________________________________________________________________
13765 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
13766         Log: New Netware scripts.
13767      Branch: perl
13768            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
13769            + NetWare/t/NWScripts-Exist.pl
13770            ! MANIFEST
13771 ____________________________________________________________________________
13772 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
13773         Log: EBCDIC: the encoding pragma would need some rethinking,
13774              probably a pass of EBCDIC->Unicode mapping.  For now,
13775              disable it on EBCDIC.
13776      Branch: perl
13777            ! lib/encoding.pm lib/encoding.t
13778 ____________________________________________________________________________
13779 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
13780         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
13781              for the low 256.  Now tweaked the tests, but maybe it's
13782              the module that needs few NATIVE_TO_UNI()s somewhere?
13783      Branch: perl
13784            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
13785 ____________________________________________________________________________
13786 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
13787         Log: Subject: [PATCH utf8.c] format problem
13788              From: Robin Barker <rmb1@cise.npl.co.uk>
13789              Date: Wed, 6 Feb 2002 14:01:43 GMT
13790              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
13791      Branch: perl
13792            ! utf8.c
13793 ____________________________________________________________________________
13794 [ 14569] By: nick                                  on 2002/02/06  09:52:23
13795         Log: Integrate mainline
13796      Branch: perlio
13797           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
13798           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
13799           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
13800           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
13801           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
13802           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
13803 ____________________________________________________________________________
13804 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
13805         Log: EBCDIC: 0x41 is not cricket.
13806      Branch: perl
13807            ! ext/Encode/t/Encode.t
13808 ____________________________________________________________________________
13809 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
13810         Log: NetWare update from Ananth Kesari.
13811      Branch: perl
13812            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
13813            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
13814            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
13815            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
13816            ! NetWare/t/NWScripts.pl makedef.pl
13817 ____________________________________________________________________________
13818 [ 14566] By: sky                                   on 2002/02/05  18:39:13
13819         Log: Subject: Re: File::Spec::rel2abs2rel (?)
13820              From: Michael G Schwern <schwern@pobox.com>
13821              Date: Tue, 5 Feb 2002 13:47:39 -0500
13822              Message-ID: <20020205184739.GB17375@blackrider>
13823      Branch: perl
13824            ! lib/File/Spec/t/rel2abs2rel.t
13825 ____________________________________________________________________________
13826 [ 14565] By: nick                                  on 2002/02/05  17:31:24
13827         Log: Integrate mainline
13828      Branch: perlio
13829           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
13830           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
13831           !> utf8.h
13832 ____________________________________________________________________________
13833 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
13834         Log: Integrate perlio;
13835              
13836              More Encode tweaks:
13837              - make expensive and marginal substring search optional (-O)
13838              - enable -O for ASCII-oid encodings (search space is small)
13839              - add ASCII-oid jis0201 to basic Encode.so
13840              - add some other Japanese encodings to EUC_JP bundle (without -O)
13841      Branch: perl
13842           +> ext/Encode/Encode/jis0201.ucm
13843           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
13844           !> ext/Encode/compile
13845 ____________________________________________________________________________
13846 [ 14563] By: nick                                  on 2002/02/05  16:01:15
13847         Log: More Encode tweaks:
13848              - make expensive and marginal substring search optional (-O)
13849              - enable -O for ASCII-oid encodings (search space is small)
13850              - add ASCII-oid jis0201 to basic Encode.so
13851              - add some other Japanese encodings to EUC_JP bundle (without -O)
13852      Branch: perlio
13853            + ext/Encode/Encode/jis0201.ucm
13854            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
13855            ! ext/Encode/compile
13856 ____________________________________________________________________________
13857 [ 14562] By: sky                                   on 2002/02/05  14:50:36
13858         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
13859      Branch: perl
13860            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
13861 ____________________________________________________________________________
13862 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
13863         Log: EBCDIC: SHARP S is different.
13864      Branch: perl
13865            ! regexec.c utf8.h
13866 ____________________________________________________________________________
13867 [ 14560] By: sky                                   on 2002/02/05  13:49:40
13868         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
13869      Branch: perl
13870            ! t/op/filetest.t
13871 ____________________________________________________________________________
13872 [ 14559] By: sky                                   on 2002/02/05  11:39:24
13873         Log: Add . first to the PATH environment to test that we really
13874              get ./perl and not some other older perl.
13875      Branch: perl
13876            ! lib/File/Spec/t/rel2abs2rel.t
13877 ____________________________________________________________________________
13878 [ 14558] By: sky                                   on 2002/02/05  11:20:21
13879         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...
13880      Branch: perl
13881            ! ext/POSIX/t/posix.t
13882 ____________________________________________________________________________
13883 [ 14557] By: sky                                   on 2002/02/05  10:30:58
13884         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
13885      Branch: perl
13886            ! hints/darwin.sh perl.h
13887 ____________________________________________________________________________
13888 [ 14556] By: nick                                  on 2002/02/05  06:58:52
13889         Log: Integrate mainline
13890      Branch: perlio
13891           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
13892           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
13893           !> lib/File/Find/t/taint.t
13894 ____________________________________________________________________________
13895 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
13896         Log: Integrate change #14439 from maintperl
13897      Branch: maint-5.6/macperl
13898           !> op.c
13899 ____________________________________________________________________________
13900 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
13901         Log: Subject: [PATCH] File::Find tests not cleaning up properly
13902              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13903              Date: Mon, 4 Feb 2002 22:09:07 +0100
13904              Message-ID: <20020204220907.A8288@rafael>
13905      Branch: perl
13906            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
13907 ____________________________________________________________________________
13908 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
13909         Log: Signedness mumblings from Tru64.
13910      Branch: perl
13911            ! ext/Encode/Encode.xs
13912 ____________________________________________________________________________
13913 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
13914         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
13915              From: "Craig A. Berry" <craigberry@mac.com>
13916              Date: Mon, 04 Feb 2002 17:16:00 -0600
13917              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
13918      Branch: perl
13919            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
13920            ! ext/Encode/Encode.xs
13921 ____________________________________________________________________________
13922 [ 14551] By: nick                                  on 2002/02/04  16:00:31
13923         Log: Integrate mainline
13924      Branch: perlio
13925           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
13926           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
13927           !> regcomp.c
13928 ____________________________________________________________________________
13929 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
13930         Log: Update Changes.
13931      Branch: perl
13932            ! Changes patchlevel.h
13933 ____________________________________________________________________________
13934 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
13935         Log: Comment microtweaks.
13936      Branch: perl
13937            ! lib/locale.t
13938 ____________________________________________________________________________
13939 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
13940         Log: Subject: trivial docu patch
13941              From: andreas.koenig@anima.de (Andreas J. Koenig)
13942              Date: 04 Feb 2002 08:15:19 +0100
13943              Message-ID: <m3pu3l7m60.fsf@anima.de>
13944      Branch: perl
13945            ! pod/perluniintro.pod
13946 ____________________________________________________________________________
13947 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
13948         Log: Subject: [PATCH] (??{ }) anomaly
13949              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13950              Date: Sun, 03 Feb 2002 20:21:45 -0800
13951              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
13952      Branch: perl
13953            ! regcomp.c
13954 ____________________________________________________________________________
13955 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
13956         Log: Integrate perlio.
13957              
13958              Carry on where we left off if we have to grow destination
13959              SV during XS encode/decode
13960              
13961              Remove debugging warning, be consistent about API fails.
13962      Branch: perl
13963           !> ext/Encode/Encode.xs
13964 ____________________________________________________________________________
13965 [ 14545] By: nick                                  on 2002/02/03  20:03:38
13966         Log: Remove debugging warning, be consistent about API fails.
13967      Branch: perlio
13968            ! ext/Encode/Encode.xs
13969 ____________________________________________________________________________
13970 [ 14544] By: nick                                  on 2002/02/03  19:47:48
13971         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
13972      Branch: perlio
13973            ! ext/Encode/Encode.xs
13974 ____________________________________________________________________________
13975 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
13976         Log: Subject: PATCH CPAN.pm
13977              From: Mark-Jason Dominus <mjd@plover.com>
13978              Date: Sun, 03 Feb 2002 12:36:36 -0500
13979              Message-ID: <20020203173636.27451.qmail@plover.com>
13980      Branch: perl
13981            ! lib/CPAN.pm
13982 ____________________________________________________________________________
13983 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
13984         Log: Must search further back.
13985      Branch: perl
13986            ! lib/h2xs.t
13987 ____________________________________________________________________________
13988 [ 14541] By: nick                                  on 2002/02/03  18:52:09
13989         Log: Integrate mainline
13990      Branch: perlio
13991           !> (integrate 29 files)
13992 ____________________________________________________________________________
13993 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
13994         Log: EBCDIC: more natification.
13995      Branch: perl
13996            ! regcomp.c
13997 ____________________________________________________________________________
13998 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
13999         Log: Debug noise.
14000      Branch: perl
14001            ! ext/Encode/Encode.xs
14002 ____________________________________________________________________________
14003 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
14004         Log: Integrate perlio;
14005              
14006              Stable intermediate point in Encode cleanup.
14007              :encode(euc-jp) works on Dan's table.euc
14008              Much buffer copying and other silliness remains.
14009      Branch: perl
14010           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
14011           !> ext/Encode/lib/Encode/Encoding.pm
14012 ____________________________________________________________________________
14013 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
14014         Log: Prettify.
14015      Branch: perl
14016            ! lib/unicore/mktables
14017 ____________________________________________________________________________
14018 [ 14536] By: nick                                  on 2002/02/03  17:32:03
14019         Log: Stable intermediate point in Encode cleanup.
14020              :encode(euc-jp) works on Dan's table.euc
14021              Much buffer copying and other silliness remains.
14022      Branch: perlio
14023            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14024            ! ext/Encode/lib/Encode/Encoding.pm
14025 ____________________________________________________________________________
14026 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
14027         Log: EBCDIC: it's much nicer to compare Unicode code points
14028              to Unicode code points.
14029      Branch: perl
14030            ! regexec.c
14031 ____________________________________________________________________________
14032 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
14033         Log: EBCDIC: character classes must remap the low 256.
14034      Branch: perl
14035            ! regcomp.c
14036 ____________________________________________________________________________
14037 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
14038         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
14039      Branch: perl
14040            ! lib/I18N/LangTags/List.pm
14041 ____________________________________________________________________________
14042 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
14043         Log: FAQ sync.
14044      Branch: perl
14045            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
14046            ! pod/perlfaq6.pod pod/perlfaq7.pod
14047 ____________________________________________________________________________
14048 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
14049         Log: Integrate perlio;
14050              
14051              Re-indent Encode.xs
14052              
14053              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
14054              (Mis-feature discovered by Encode.)
14055      Branch: perl
14056           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
14057 ____________________________________________________________________________
14058 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
14059         Log: Subject: [PATCH] lstat FH and -l FH warnings
14060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14061              Date: Sat, 2 Feb 2002 22:24:54 +0100           
14062              Message-ID: <20020202222454.A11608@rafael>       
14063      Branch: perl
14064            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
14065            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
14066 ____________________________________________________________________________
14067 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
14068         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
14069              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14070              Date: Sat, 2 Feb 2002 13:11:01 +0100           
14071              Message-ID: <20020202131101.A722@rafael>               
14072              
14073              Subject: [PATCH t/op/ver.t] another false positive
14074              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14075              Date: Sat, 2 Feb 2002 13:38:22 +0100           
14076              Message-ID: <20020202133822.E722@rafael>         
14077              
14078              Subject: [PATCH] t/test.pl:ok() doesn't work
14079              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
14080              Date: Sun, 03 Feb 2002 00:02:38 -0800          
14081              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
14082      Branch: perl
14083            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
14084            ! t/test.pl
14085 ____________________________________________________________________________
14086 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
14087         Log: Subject: [PATCH @13746] OS2::Process's constants
14088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14089              Date: Sat, 2 Feb 2002 01:00:55 -0500           
14090              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
14091      Branch: perl
14092            ! os2/OS2/Process/Makefile.PL
14093 ____________________________________________________________________________
14094 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
14095         Log: Subject: [PATCH @13746] h2xs   
14096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14097              Date: Sat, 2 Feb 2002 00:58:44 -0500           
14098              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
14099      Branch: perl
14100            ! utils/h2xs.PL
14101 ____________________________________________________________________________
14102 [ 14526] By: nick                                  on 2002/02/03  14:54:18
14103         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
14104              (Mis-feature discovered by Encode.)
14105      Branch: perlio
14106            ! sv.c
14107 ____________________________________________________________________________
14108 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
14109         Log: EBCDIC: since #14519 made \N{...} to remap,
14110              the test cannot expect an ASCII code point.
14111      Branch: perl
14112            ! lib/charnames.t
14113 ____________________________________________________________________________
14114 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
14115         Log: Sub-MANIFEST-tweak.
14116      Branch: perl
14117            ! ext/Encode/MANIFEST
14118 ____________________________________________________________________________
14119 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
14120         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
14121              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14122              Date: Fri, 01 Feb 2002 23:51:03 +0900
14123              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
14124      Branch: perl
14125            ! ext/Encode/lib/Encode/Tcl/Escape.pm
14126 ____________________________________________________________________________
14127 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
14128         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
14129              From: Andy Dougherty <doughera@lafayette.edu>
14130              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
14131              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
14132      Branch: perl
14133            ! README.solaris hints/solaris_2.sh
14134 ____________________________________________________________________________
14135 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
14136         Log: EBCDIC: no hope to get the low 256 right in unifolding.
14137      Branch: perl
14138            ! t/uni/fold.t
14139 ____________________________________________________________________________
14140 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
14141         Log: todo entry for missing pack formats.
14142      Branch: perl
14143            ! pod/perltodo.pod
14144 ____________________________________________________________________________
14145 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
14146         Log: EBCDIC: the low 256 \N{...} need to be remapped.
14147      Branch: perl
14148            ! toke.c
14149 ____________________________________________________________________________
14150 [ 14518] By: nick                                  on 2002/02/01  18:32:03
14151         Log: indent -kr -nce and some manual tweaks to match perl style.
14152      Branch: perlio
14153            ! ext/Encode/Encode.xs
14154 ____________________________________________________________________________
14155 [ 14517] By: nick                                  on 2002/02/01  18:20:46
14156         Log: Integrate mainline
14157      Branch: perlio
14158           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
14159           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
14160           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
14161           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
14162           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
14163           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
14164           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
14165 ____________________________________________________________________________
14166 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
14167         Log: Integrate perlio; 
14168              
14169              Minor Encode tweaks:
14170              - move Encode.pm back to top of Encode like normal XS extension
14171              - avoid .def as a file extension (Win32 builds)
14172      Branch: perl
14173            ! MANIFEST
14174           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
14175           !> ext/Encode/Makefile.PL ext/Encode/compile
14176 ____________________________________________________________________________
14177 [ 14515] By: nick                                  on 2002/02/01  16:27:59
14178         Log: Minor Encode tweaks:
14179              - move Encode.pm back to top of Encode like normal XS extension
14180              - avoid .def as a file extension (Win32 builds)
14181      Branch: perlio
14182           +> ext/Encode/Encode.pm
14183            - ext/Encode/lib/Encode.pm
14184            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
14185            ! ext/Encode/Makefile.PL ext/Encode/compile
14186 ____________________________________________________________________________
14187 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
14188         Log: Subject: [PATCH utf8.t] temp file not cleaned up
14189              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14190              Date: Fri, 1 Feb 2002 15:47:46 +0100
14191              Message-ID: <20020201154746.A24079@rafael>
14192      Branch: perl
14193            ! t/io/utf8.t
14194 ____________________________________________________________________________
14195 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
14196         Log: Subject: [PATCH] make "lstat FH" croak
14197              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14198              Date: Fri, 1 Feb 2002 15:12:50 +0100
14199              Message-ID: <20020201151250.A738@rafael>
14200      Branch: perl
14201            ! pod/perldiag.pod pp_sys.c t/op/stat.t
14202 ____________________________________________________________________________
14203 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
14204         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
14205              From: Kay Röpke <kroepke@dolphin-services.de>
14206              Date: Fri, 1 Feb 2002 01:10:43 +0100
14207              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
14208      Branch: perl
14209            ! t/op/stat.t
14210 ____________________________________________________________________________
14211 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
14212         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
14213              I got it in Tru64 + ithreads but only without -g, took
14214              some debugging by printf (which was no fun either since
14215              adding some debug printfs hid the error)
14216      Branch: perl
14217            ! regexec.c utf8.c
14218 ____________________________________________________________________________
14219 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
14220         Log: Subject: Re: [PATCH] perl -V:
14221              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
14222              Date: Thu, 31 Jan 2002 12:10:20 -0800
14223              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
14224              
14225              Subject: Re: [PATCH] perl -V:
14226              From: Michael G Schwern <schwern@pobox.com>
14227              Date: Thu, 31 Jan 2002 16:43:13 -0500
14228              Message-ID: <20020131214313.GH6498@blackrider>
14229      Branch: perl
14230            ! t/run/switches.t
14231 ____________________________________________________________________________
14232 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
14233         Log: #14505 effect.
14234      Branch: perl
14235            ! pod/perluniintro.pod
14236 ____________________________________________________________________________
14237 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
14238         Log: Daniel S. Lewart adopts the Math::Complex.
14239      Branch: perl
14240            ! lib/Math/Complex.pm
14241 ____________________________________________________________________________
14242 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
14243         Log: More Complex DWIMmery.
14244      Branch: perl
14245            ! lib/Math/Complex.pm lib/Math/Complex.t
14246 ____________________________________________________________________________
14247 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
14248         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
14249              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14250              Date: Thu, 31 Jan 2002 14:37:52 +0100
14251              Message-ID: <20020131143752.A1452@rafael>
14252      Branch: perl
14253            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
14254 ____________________________________________________________________________
14255 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
14256         Log: Turn the I/O Unicode error by default on, but the
14257              character-generating Unicode error by default off,
14258              as Larry suggested.
14259      Branch: perl
14260            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
14261            ! utf8.c
14262 ____________________________________________________________________________
14263 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
14264         Log: Subject: [PATCH] open.pm minor cleanup
14265              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14266              Date: Thu, 31 Jan 2002 15:03:02 +0100
14267              Message-ID: <20020131150302.C1452@rafael>
14268      Branch: perl
14269            ! lib/open.pm
14270 ____________________________________________________________________________
14271 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
14272         Log: Update Changes.
14273      Branch: perl
14274            ! Changes patchlevel.h
14275 ____________________________________________________________________________
14276 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
14277         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
14278              From: Robin Barker <rmb1@cise.npl.co.uk>
14279              Date: Wed, 30 Jan 2002 11:58:33 GMT
14280              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
14281      Branch: perl
14282            ! lib/CPAN.pm
14283 ____________________________________________________________________________
14284 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
14285         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
14286              re-sort MANIFEST.
14287      Branch: perl
14288            + ext/Encode/Encode.pm
14289            - ext/Encode/lib/Encode.pm
14290            ! MANIFEST ext/Encode/Makefile.PL
14291 ____________________________________________________________________________
14292 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
14293         Log: Integrate perlio;
14294              
14295              Collect some stats during compile process.
14296              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
14297              as one XS - inconclusive - marginal win?
14298              Add some comments to encode.h
14299      Branch: perl
14300           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
14301           !> ext/Encode/encode.h
14302 ____________________________________________________________________________
14303 [ 14499] By: nick                                  on 2002/01/30  09:57:47
14304         Log: Collect some stats during compile process.
14305              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
14306              as one XS - inconclusive - marginal win?
14307              Add some comments to encode.h
14308      Branch: perlio
14309            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
14310            ! ext/Encode/encode.h
14311 ____________________________________________________________________________
14312 [ 14498] By: nick                                  on 2002/01/30  07:27:55
14313         Log: Integrate Jarkko's path/INC tweaks
14314      Branch: perlio
14315           !> ext/Encode/compile
14316 ____________________________________________________________________________
14317 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
14318         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
14319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14320              Date: Tue, 29 Jan 2002 01:13:09 -0800
14321              Message-ID: <lemV8gzkgu/K092yn@efn.org>
14322      Branch: perl
14323            ! configpm
14324 ____________________________________________________________________________
14325 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
14326         Log: Subject: [PATCH t/op/inccode.t] new test
14327              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14328              Date: Tue, 29 Jan 2002 22:03:45 +0100
14329              Message-ID: <20020129220345.A704@rafael>
14330      Branch: perl
14331            ! t/op/inccode.t
14332 ____________________________________________________________________________
14333 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
14334         Log: EBCDIC: t/op/lc.t now passes.
14335      Branch: perl
14336            ! t/op/lc.t
14337 ____________________________________________________________________________
14338 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
14339         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
14340      Branch: perl
14341            ! utf8.c
14342 ____________________________________________________________________________
14343 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
14344         Log: Must find stuff during build.
14345      Branch: perl
14346            ! ext/Encode/compile
14347 ____________________________________________________________________________
14348 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
14349         Log: Integrate with perlio;
14350              
14351              Basics of a compiled Encode XS extension
14352      Branch: perl
14353           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
14354           +> ext/Encode/Encode/euc-jp.ucm
14355           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
14356           !> ext/Encode/encode.h
14357 ____________________________________________________________________________
14358 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
14359         Log: EBCDIC tweaks-- no new test passes, but getting closer.
14360      Branch: perl
14361            ! utf8.c
14362 ____________________________________________________________________________
14363 [ 14490] By: nick                                  on 2002/01/29  21:20:57
14364         Log: Basics of a compiled Encode XS extension
14365      Branch: perlio
14366            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
14367            + ext/Encode/Encode/euc-jp.ucm
14368            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
14369            ! ext/Encode/encode.h
14370 ____________________________________________________________________________
14371 [ 14489] By: nick                                  on 2002/01/29  18:40:54
14372         Log: Integrate mainline
14373      Branch: perlio
14374           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
14375           +> ext/Encode/lib/Encode/Encoding.pm
14376           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
14377           +> ext/Encode/lib/Encode/Tcl/Escape.pm
14378           +> ext/Encode/lib/Encode/Tcl/Extended.pm
14379           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
14380           +> ext/Encode/lib/Encode/Tcl/Table.pm
14381           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
14382           +> ext/Encode/lib/Encode/iso10646_1.pm
14383           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
14384           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
14385           +> ext/Encode/t/Tcl.t
14386            - ext/Encode.t ext/Encode/Encode.pm
14387            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
14388            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
14389           !> (integrate 33 files)
14390 ____________________________________________________________________________
14391 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
14392         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
14393              From: Richard Clamp <richardc@unixbeard.net>
14394              Date: Mon, 28 Jan 2002 02:17:55 +0000
14395              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
14396      Branch: perl
14397            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
14398 ____________________________________________________________________________
14399 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
14400         Log: OS/390 seems to do length 0 udp reads, Nicholas says
14401              skippage is for now the best cause of action.
14402      Branch: perl
14403            ! ext/Socket/socketpair.t
14404 ____________________________________________________________________________
14405 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
14406         Log: Encode cleanup from Dan Kogai; reworked even further.
14407      Branch: perl
14408            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
14409            + ext/Encode/lib/Encode/Encoding.pm
14410            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
14411            + ext/Encode/lib/Encode/Tcl/Escape.pm
14412            + ext/Encode/lib/Encode/Tcl/Extended.pm
14413            + ext/Encode/lib/Encode/Tcl/HanZi.pm
14414            + ext/Encode/lib/Encode/Tcl/Table.pm
14415            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
14416            + ext/Encode/lib/Encode/iso10646_1.pm
14417            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
14418            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
14419            + ext/Encode/t/Tcl.t
14420            - ext/Encode.t ext/Encode/Encode.pm
14421            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
14422            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
14423            ! MANIFEST ext/Encode/Encode/8859-1.ucm
14424            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
14425            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14426            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14427            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14428            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14429            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14430            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14431            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14432            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
14433            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
14434            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
14435            ! ext/Encode/compile
14436 ____________________________________________________________________________
14437 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
14438         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
14439      Branch: perl
14440            ! djgpp/djgpp.c perlio.c
14441 ____________________________________________________________________________
14442 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
14443         Log: Prettier printing from Michael Schwern.
14444      Branch: perl
14445            ! t/test.pl
14446 ____________________________________________________________________________
14447 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
14448         Log: Show also the debug and debugcolor as known pragmas.
14449      Branch: perl
14450            ! ext/re/re.pm
14451 ____________________________________________________________________________
14452 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
14453         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
14454              From: "Craig A. Berry" <craigberry@mac.com>
14455              Date: Mon, 28 Jan 2002 16:30:30 -0600
14456              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
14457      Branch: perl
14458            ! ext/B/t/assembler.t
14459 ____________________________________________________________________________
14460 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
14461         Log: metaconfig unit change for #14480.
14462      Branch: metaconfig
14463            ! U/modified/Init.U
14464 ____________________________________________________________________________
14465 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
14466         Log: DJGPP needs to know its exe soon, too.
14467      Branch: perl
14468            ! Configure
14469 ____________________________________________________________________________
14470 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
14471         Log: Round #2 on EBCDICation.
14472      Branch: perl
14473            ! t/op/append.t
14474 ____________________________________________________________________________
14475 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
14476         Log: Integrate perlio;
14477              
14478              Set makefile.mk CCHOME etc. for default locations of MinGW and free
14479              Borland compilers. (Borland builds one or two oddities.)
14480      Branch: perl
14481           !> win32/config.bc win32/makefile.mk
14482 ____________________________________________________________________________
14483 [ 14477] By: nick                                  on 2002/01/28  20:12:31
14484         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
14485              Borland compilers. (Borland builds one or two oddities.)
14486      Branch: perlio
14487            ! win32/config.bc win32/makefile.mk
14488 ____________________________________________________________________________
14489 [ 14476] By: nick                                  on 2002/01/28  18:43:47
14490         Log: Integrate mainline
14491      Branch: perlio
14492           !> Configure hints/hpux.sh
14493 ____________________________________________________________________________
14494 [ 14475] By: nick                                  on 2002/01/28  17:15:12
14495         Log: Integrate mainline
14496      Branch: perlio
14497           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
14498           !> patchlevel.h pp_sys.c t/lib/warnings/perl
14499 ____________________________________________________________________________
14500 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
14501         Log: metaconfig unit change for #14472.
14502      Branch: metaconfig/U/perl
14503            ! d_u32align.U
14504 ____________________________________________________________________________
14505 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
14506         Log: Misunderstood Merijn's patch.
14507      Branch: perl
14508            ! hints/hpux.sh
14509 ____________________________________________________________________________
14510 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
14511         Log: Misapplied Merijn's patch.
14512      Branch: perl
14513            ! Configure
14514 ____________________________________________________________________________
14515 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
14516         Log: Update Changes.
14517      Branch: perl
14518            ! Changes patchlevel.h
14519 ____________________________________________________________________________
14520 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
14521         Log: BeOS has sockets but not true ones.
14522      Branch: perl
14523            ! pp_sys.c
14524 ____________________________________________________________________________
14525 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
14526         Log: metaconfig unit change for #14467.
14527      Branch: metaconfig/U/perl
14528            ! d_u32align.U
14529 ____________________________________________________________________________
14530 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
14531         Log: For some strange reason under the smoke harness the alignment
14532              test hangs in HP-UX 10.20.  So hint it to avoid the test.
14533      Branch: perl
14534            ! hints/hpux.sh
14535 ____________________________________________________________________________
14536 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
14537         Log: Allow d_u32align to be hinted.
14538      Branch: perl
14539            ! Configure
14540 ____________________________________________________________________________
14541 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
14542         Log: The shift key is important.
14543      Branch: perl
14544            ! ext/B/B.xs
14545 ____________________________________________________________________________
14546 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
14547         Log: The "used only once" warnings (from gv_check) come
14548              in pseudorandom hash order-- in EBCDIC the order
14549              is different.  Add a new option that allow the warnings
14550              to come in any order (Paul Marquess).
14551      Branch: perl
14552            ! lib/warnings.t t/lib/warnings/perl
14553 ____________________________________________________________________________
14554 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
14555         Log: Integrate perlio; the 0nothread test failure without threads.
14556      Branch: perl
14557           !> ext/threads/shared/t/0nothread.t
14558 ____________________________________________________________________________
14559 [ 14463] By: nick                                  on 2002/01/28  08:22:36
14560         Log: Integrate mainline
14561      Branch: perlio
14562           !> (integrate 37 files)
14563 ____________________________________________________________________________
14564 [ 14462] By: nick                                  on 2002/01/28  08:09:53
14565         Log: 1st attempt at skipping broke threads case.
14566      Branch: perlio
14567            ! ext/threads/shared/t/0nothread.t
14568 ____________________________________________________________________________
14569 [ 14461] By: nick                                  on 2002/01/28  07:25:58
14570         Log: Skip new threads::shared test unless -Duseithreads
14571      Branch: perlio
14572            ! ext/threads/shared/t/0nothread.t
14573 ____________________________________________________________________________
14574 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
14575         Log: FAQ sync.
14576      Branch: perl
14577            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14578            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14579            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14580            ! pod/perlfaq9.pod
14581 ____________________________________________________________________________
14582 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
14583         Log: Upgrade to podlators 1.20.
14584      Branch: perl
14585            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
14586 ____________________________________________________________________________
14587 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
14588         Log: Retract #14448, a better patch coming up.
14589      Branch: perl
14590            ! lib/Pod/t/basic.t
14591 ____________________________________________________________________________
14592 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
14593         Log: EBCDIC portability.
14594      Branch: perl
14595            ! t/op/append.t
14596 ____________________________________________________________________________
14597 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
14598         Log: Further cygwin installperl tweak from Gerrit P. Haase.
14599      Branch: perl
14600            ! installperl
14601 ____________________________________________________________________________
14602 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
14603         Log: A bug in Bulgarian EBCDIC locale (this sounds like
14604              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
14605              locales failed, too.  The patch works around the bug by
14606              skipping the test, but the real problem may be deeper
14607              (affecting probably only EBCDIC platforms, though):
14608              see the comment in locale.t for more details.
14609      Branch: perl
14610            ! lib/locale.t
14611 ____________________________________________________________________________
14612 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
14613         Log: metaconfig unit change for #14453.
14614      Branch: metaconfig/U/perl
14615            ! libperl.U
14616 ____________________________________________________________________________
14617 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
14618         Log: Subject: Bleadperl on Cygwin today
14619              From: "Gerrit P. Haase" <gp@familiehaase.de>              
14620              Date: Sun, 27 Jan 2002 22:30:41 +0100
14621              Message-ID: <462007239437.20020127223041@familiehaase.de>
14622      Branch: perl
14623            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
14624            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
14625            ! lib/ExtUtils/t/MM_Cygwin.t
14626 ____________________________________________________________________________
14627 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
14628         Log: Unfinished EBCDIC branch.
14629      Branch: perl
14630            ! t/op/ver.t
14631 ____________________________________________________________________________
14632 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
14633         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
14634      Branch: perl
14635            ! ext/B/B.xs ext/B/B/Deparse.pm
14636 ____________________________________________________________________________
14637 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
14638         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
14639              platforms.
14640      Branch: perl
14641            ! ext/B/t/stash.t
14642 ____________________________________________________________________________
14643 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
14644         Log: Apparently no need for EBCDIC exception any more.
14645      Branch: perl
14646            ! ext/B/t/showlex.t
14647 ____________________________________________________________________________
14648 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
14649         Log: (retracted by #14458)
14650              (Russ Allbery) OS/390 is using a high-bit character for ESC,
14651              skip the test for now.  A better fix would be to override
14652              the notion of the platform's escape sequence in the test
14653              of Pod::Text::Termcap.  We may have to apply a filter to
14654              the output to substitute back in the ESC character that
14655              the test expects, but only on OS/390.
14656      Branch: perl
14657            ! lib/Pod/t/basic.t
14658 ____________________________________________________________________________
14659 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
14660         Log: Detypo.
14661      Branch: perl
14662            ! ext/Devel/Peek/Peek.t
14663 ____________________________________________________________________________
14664 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
14665         Log: OS/390 USS has a different idea of the pw* functions.
14666              Also, test the name with eq, not with ==.
14667      Branch: perl
14668            ! lib/User/pwent.t
14669 ____________________________________________________________________________
14670 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
14671         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
14672      Branch: perl
14673            ! doio.c
14674 ____________________________________________________________________________
14675 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
14676         Log: ASCIIisms.
14677      Branch: perl
14678            ! ext/PerlIO/t/encoding.t
14679 ____________________________________________________________________________
14680 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
14681         Log: chr(42) ne '*'  if one is in EBCDIC.
14682      Branch: perl
14683            ! t/op/pack.t
14684 ____________________________________________________________________________
14685 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
14686         Log: Subject: [PATCH] Fix up recent op/stat.t failures
14687              From: Andy Dougherty <doughera@lafayette.edu>
14688              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
14689              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
14690      Branch: perl
14691            ! t/op/stat.t
14692 ____________________________________________________________________________
14693 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
14694         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
14695              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14696              Date: Sun, 27 Jan 2002 15:03:18 +0100
14697              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
14698      Branch: perl
14699            ! lib/ExtUtils/t/Command.t
14700 ____________________________________________________________________________
14701 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
14702         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
14703              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14704              Date: Sun, 27 Jan 2002 14:51:10 +0100
14705              Message-ID: <20020127145110.A16332@rafael>
14706      Branch: perl
14707            ! ext/B/B/Deparse.pm
14708 ____________________________________________________________________________
14709 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
14710         Log: integrate change#14431 from perlio branch (Nick's fix for
14711              change#13474 to be more defensive about looking at pad entries
14712              that may not exist yet)
14713      Branch: maint-5.6/perl
14714            ! op.c
14715 ____________________________________________________________________________
14716 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
14717         Log: Comment to avoid later "cleanups."
14718      Branch: perl
14719            ! lib/ExtUtils/MakeMaker.pm
14720 ____________________________________________________________________________
14721 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
14722         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
14723              instead of just FOO=... cmd ...
14724      Branch: perl
14725            ! Makefile.SH
14726 ____________________________________________________________________________
14727 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
14728         Log: Overquoting bad (in UNIX one would get
14729              Can't open perl script "'-I../lib'": No such file or directory)
14730      Branch: perl
14731            ! lib/Pod/t/Usage.t
14732 ____________________________________________________________________________
14733 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
14734         Log: Integrate perlio;
14735              
14736              "All tests successful" VC6.0 Win32
14737              (Update config.vc to need cppstdin so those tests are skipped...)
14738      Branch: perl
14739           !> win32/config.vc win32/config_H.bc win32/config_H.gc
14740           !> win32/config_H.vc
14741 ____________________________________________________________________________
14742 [ 14434] By: nick                                  on 2002/01/26  22:27:08
14743         Log: "All tests successful" VC6.0 Win32
14744              (Update config.vc to need cppstdin so those tests are skipped...)
14745      Branch: perlio
14746            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14747            ! win32/config_H.vc
14748 ____________________________________________________________________________
14749 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
14750         Log: Integrate perlio;
14751              
14752              1st two tests of File/Find/t/find.t and taint.t were run after 
14753              calling cleanup(). If previous fail had left for_find directory,
14754              but no content in it then cleanup() returned cd'ed to that directory.
14755              So tests failed. Fixed cleanup()-s.
14756              
14757              If we get to sighandler by mistake (no perl handler set) then
14758              warn() and exit() rather than die() - should never happen
14759              but if it does context needed to die is likely to be trashed
14760              as well.
14761              
14762              Win32 signal emulation cleanup.
14763              
14764              Tinkering with thread cleanup mutex-ing - not the problem 
14765              (op.c is) but could have been...
14766              
14767              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
14768              Should really be looked at by someone that knows about pads.
14769              
14770              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
14771              for CRLF line endings.
14772      Branch: perl
14773           !> ext/threads/threads.xs lib/File/Find/t/find.t
14774           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
14775           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
14776 ____________________________________________________________________________
14777 [ 14432] By: nick                                  on 2002/01/26  21:10:38
14778         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
14779              for CRLF line endings.
14780      Branch: perlio
14781            ! lib/Filter/Simple.pm
14782 ____________________________________________________________________________
14783 [ 14431] By: nick                                  on 2002/01/26  21:08:35
14784         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
14785              Should really be looked at by someone that knows about pads.
14786      Branch: perlio
14787            ! op.c
14788 ____________________________________________________________________________
14789 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
14790         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
14791              From: "Craig A. Berry" <craigberry@mac.com>       
14792              Date: Sat, 26 Jan 2002 11:19:44 -0600
14793              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
14794      Branch: perl
14795            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
14796 ____________________________________________________________________________
14797 [ 14429] By: nick                                  on 2002/01/26  18:04:22
14798         Log: Tinkering with thread cleanup mutex-ing - not the problem 
14799              (op.c is) but could have been...
14800      Branch: perlio
14801            ! ext/threads/threads.xs
14802 ____________________________________________________________________________
14803 [ 14428] By: nick                                  on 2002/01/26  18:03:13
14804         Log: Win32 signal emulation cleanup.
14805      Branch: perlio
14806            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
14807 ____________________________________________________________________________
14808 [ 14427] By: nick                                  on 2002/01/26  13:59:33
14809         Log: If we get to sighandler by mistake (no perl handler set) then
14810              warn() and exit() rather than die() - should never happen
14811              but if it does context needed to die is likely to be trashed
14812              as well.
14813      Branch: perlio
14814            ! mg.c
14815 ____________________________________________________________________________
14816 [ 14426] By: nick                                  on 2002/01/26  13:56:23
14817         Log: Integrate mainline
14818      Branch: perlio
14819           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
14820           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
14821           !> t/run/fresh_perl.t
14822 ____________________________________________________________________________
14823 [ 14425] By: nick                                  on 2002/01/26  08:11:33
14824         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
14825              calling cleanup(). If previous fail had left for_find directory,
14826              but no content in it then cleanup() returned cd'ed to that directory.
14827              So tests failed. Fixed cleanup()-s.
14828      Branch: perlio
14829            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
14830 ____________________________________________________________________________
14831 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
14832         Log: Integrate perlio;
14833              
14834              Fix winsystem.t's attempt to build showav.exe to work
14835              with gcc (which writes a.exe unless told with -o ).
14836              Also put in a few more fail-safes to check .exe got
14837              built somehow.
14838              
14839              More Win32 tuning
14840              
14841              Save $! so that other syscalls don't disturb it before
14842              we test it.
14843      Branch: perl
14844           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
14845           !> t/op/winsystem.t
14846 ____________________________________________________________________________
14847 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
14848         Log: Subject: [PATCH] new test in op/universal.t
14849              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14850              Date: Fri, 25 Jan 2002 23:17:33 +0100
14851              Message-ID: <20020125231733.A11733@rafael>
14852      Branch: perl
14853            ! t/op/universal.t
14854 ____________________________________________________________________________
14855 [ 14422] By: nick                                  on 2002/01/25  21:37:03
14856         Log: Save $! so that other syscalls don't disturb it before 
14857              we test it.
14858      Branch: perlio
14859            ! ext/Socket/socketpair.t
14860 ____________________________________________________________________________
14861 [ 14421] By: nick                                  on 2002/01/25  19:05:57
14862         Log: More Win32 tuning
14863      Branch: perlio
14864            ! t/op/stat.t t/op/taint.t
14865 ____________________________________________________________________________
14866 [ 14420] By: nick                                  on 2002/01/25  18:21:42
14867         Log: Fix winsystem.t's attempt to build showav.exe to work 
14868              with gcc (which writes a.exe unless told with -o ).
14869              Also put in a few more fail-safes to check .exe got 
14870              built somehow.
14871      Branch: perlio
14872            ! t/op/winsystem.t
14873 ____________________________________________________________________________
14874 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
14875         Log: Subject: [Patch Encode.xs] calculation of need overflows
14876              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14877              Date: Sat, 26 Jan 2002 00:58:50 +0900
14878              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
14879      Branch: perl
14880            ! ext/Encode/Encode.xs
14881 ____________________________________________________________________________
14882 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
14883         Log: Integrate changes 13474+13478+13584 from maintperl;
14884              anon sub leakage.
14885      Branch: perl
14886            ! op.c t/run/fresh_perl.t
14887 ____________________________________________________________________________
14888 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
14889         Log: Update Changes.
14890      Branch: perl
14891            ! Changes patchlevel.h
14892 ____________________________________________________________________________
14893 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
14894         Log: Integrate perlio; extensive threads and threads::shared work
14895              (note that the below is a chronological list of perlio
14896              check-in entries since the last integrate)
14897              
14898              Nearly-working threads re-structuring. Do not integrate,
14899              submit-ing to get to Win32, and as "off site" backup.
14900              
14901              threads work again on Win32. (Not threads::shared yet)
14902              Submit to see if they do on Linux.
14903              
14904              Add new threads/typemap to MANIFEST
14905              
14906              XS side of new threads::shared designed, coded and compiles,
14907              and mostly commented but is totaly untested.
14908              submit in case anyone wants a preview.
14909              
14910              Miss mg_len == 0 meaning don't Safefree
14911              
14912              Shared scalars working, some shared array ops working.
14913              
14914              Implement recursive lock and use of scope for PL_sharedsv_space,
14915              so now croak() from asserts does not leave locks.
14916              Make hv_simple compile (new prototype for debugging probe).
14917              
14918              thread::shared nearly working again - remaining issue
14919              is references withing shared space.
14920              Added bulk test with no threads involved (for debugging)
14921              Tuned tests to skip those needing _thrcnt
14922              
14923              SvTEMP_off to stop private PV's being stolen and stored in shared space
14924              
14925              Except Win32 from echo tests. (Alarm does not break into connect)
14926              
14927              Expand command line test globs on Win32.
14928              
14929              threads::shared tidy up:
14930              - Add _id() function to shared.xs so we can test refs point at same thing.
14931              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
14932              - Allow no_share to pass if sharing to works despite mis-ordering.
14933              - Change docs of threads to document ->create() (as used in tests),
14934              and not mention "new".
14935              
14936              Linux/NFS hackery was not faking right number of passes.
14937      Branch: perl
14938           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
14939           +> ext/threads/typemap
14940            - ext/threads/threads.h sharedsv.c sharedsv.h
14941            ! NetWare/config_H.wc
14942           !> (integrate 38 files)
14943 ____________________________________________________________________________
14944 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
14945         Log: Subject: Re: perldebguts minor tweaks
14946              From: Joe McMahon <mcmahon@metalab.unc.edu>
14947              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
14948              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
14949      Branch: perl
14950            ! pod/perldebguts.pod
14951 ____________________________________________________________________________
14952 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
14953         Log: metaconfig unit change for #14413.
14954      Branch: metaconfig
14955            ! U/modified/prototype.U
14956 ____________________________________________________________________________
14957 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
14958         Log: Okay, you can come home now, _().
14959      Branch: perl
14960            ! config_h.SH
14961 ____________________________________________________________________________
14962 [ 14412] By: nick                                  on 2002/01/25  11:01:49
14963         Log: Integrate mainline
14964              All but ../lib/Unicode/UCD.t pass.
14965      Branch: perlio
14966           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
14967           +> lib/unicore/CaseFolding.txt
14968           +> lib/unicore/CompositionExclusions.txt
14969           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
14970           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
14971           +> vos/vos.c
14972            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
14973            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
14974            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
14975            - lib/unicore/NamesList.html lib/unicore/PropList.html
14976            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
14977            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
14978            - lib/unicore/rename
14979           !> (integrate 424 files)
14980 ____________________________________________________________________________
14981 [ 14411] By: nick                                  on 2002/01/25  09:45:13
14982         Log: Linux/NFS hackery was not faking right number of passes.
14983      Branch: perlio
14984            ! t/io/fs.t
14985 ____________________________________________________________________________
14986 [ 14410] By: nick                                  on 2002/01/25  09:35:07
14987         Log: threads::shared tidy up:
14988              - Add _id() function to shared.xs so we can test refs point at same thing.
14989              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
14990              - Allow no_share to pass if sharing to works despite mis-ordering.
14991              - Change docs of threads to document ->create() (as used in tests),
14992              and not mention "new".
14993      Branch: perlio
14994            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
14995            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
14996            ! ext/threads/threads.pm
14997 ____________________________________________________________________________
14998 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
14999         Log: Subject: perldebguts minor tweaks
15000              From: Joe McMahon <mcmahon@metalab.unc.edu>
15001              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
15002              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
15003      Branch: perl
15004            ! pod/perldebguts.pod
15005 ____________________________________________________________________________
15006 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
15007         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
15008              From: Peter Scott <Peter@PSDT.com>
15009              Date: Thu, 24 Jan 2002 08:51:34 -0800
15010              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
15011      Branch: perl
15012            ! pod/perldebguts.pod
15013 ____________________________________________________________________________
15014 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
15015         Log: Few more paranoia checks for Unicode hash keys.
15016      Branch: perl
15017            ! t/op/each.t
15018 ____________________________________________________________________________
15019 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
15020         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
15021              From: Andy Dougherty <doughera@lafayette.edu>
15022              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
15023              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
15024      Branch: perl
15025            ! t/op/stat.t
15026 ____________________________________________________________________________
15027 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
15028         Log: The
15029              
15030              Subject: Very old debugger UTF-8 bug
15031              From: andreas.koenig@anima.de (Andreas J. Koenig)
15032              Date: 24 Jan 2002 12:45:44 +0100
15033              Message-ID: <m3y9iot1jr.fsf@anima.de>
15034              
15035              still broken, but this should work as a stopgap
15036              measure to stop pp_match accessing naughty data.
15037      Branch: perl
15038            ! pod/perldiag.pod pp_hot.c
15039 ____________________________________________________________________________
15040 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
15041         Log: metaconfig unit change for #14403.
15042      Branch: metaconfig/U/perl
15043            ! d_u32align.U
15044 ____________________________________________________________________________
15045 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
15046         Log: Pacify picky compilers (this time Sun Workshop).
15047      Branch: perl
15048            ! Configure
15049 ____________________________________________________________________________
15050 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
15051         Log: Subject: Very old debugger UTF-8 bug
15052              From: andreas.koenig@anima.de (Andreas J. Koenig)
15053              Date: 24 Jan 2002 12:45:44 +0100
15054              Message-ID: <m3y9iot1jr.fsf@anima.de>
15055      Branch: perl
15056            ! lib/dumpvar.pl
15057 ____________________________________________________________________________
15058 [ 14401] By: nick                                  on 2002/01/24  07:50:38
15059         Log: Expand command line test globs on Win32.
15060      Branch: perlio
15061            ! t/harness
15062 ____________________________________________________________________________
15063 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
15064         Log: Sprinkle some copyrights (use the oldest timestamp to
15065              be found in the repository, which is most often not right,
15066              but at least consistent)
15067      Branch: perl
15068            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
15069            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
15070            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
15071            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
15072            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
15073            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
15074            ! unixish.h xsutils.c
15075 ____________________________________________________________________________
15076 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
15077         Log: Don't crash on Help for long text (bug #506672)
15078      Branch: maint-5.6/macperl
15079            ! macos/macperl/MPHelp.c
15080 ____________________________________________________________________________
15081 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
15082         Log: Fix minor path problem
15083      Branch: maint-5.6/macperl
15084            ! macos/macperl/Droplets/tarzipme.plx
15085 ____________________________________________________________________________
15086 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
15087         Log: Minor text changes
15088      Branch: maint-5.6/macperl
15089            ! macos/Perl.r
15090 ____________________________________________________________________________
15091 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
15092         Log: Bump versions, dates, etc.
15093      Branch: maint-5.6/macperl
15094            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
15095 ____________________________________________________________________________
15096 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
15097         Log: coderefs in @INC and absolute paths
15098      Branch: maint-5.6/macperl
15099            ! embed.h pp_ctl.c proto.h
15100 ____________________________________________________________________________
15101 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
15102         Log: Minor module thingys
15103      Branch: maint-5.6/macperl
15104            ! macos/ext/Mac/Controls/Controls.xs
15105            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
15106            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
15107            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
15108            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
15109            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
15110            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
15111            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
15112            ! macos/ext/Mac/Movies/Movies.xs
15113            ! macos/ext/Mac/Navigation/Navigation.pm
15114            ! macos/ext/Mac/Navigation/Navigation.xs
15115            ! macos/ext/Mac/Notification/Notification.xs
15116            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
15117            ! macos/ext/Mac/Processes/Processes.xs
15118            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
15119            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
15120            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
15121            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
15122            ! macos/ext/Mac/Resources/Resources.pm
15123            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
15124            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
15125            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
15126            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
15127            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
15128 ____________________________________________________________________________
15129 [ 14393] By: nick                                  on 2002/01/23  19:52:19
15130         Log: Except Win32 from echo tests. (Alarm does not break into connect)
15131      Branch: perlio
15132            ! ext/Socket/Socket.t
15133 ____________________________________________________________________________
15134 [ 14392] By: nick                                  on 2002/01/23  19:31:57
15135         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
15136      Branch: perlio
15137            ! ext/threads/shared/shared.xs
15138 ____________________________________________________________________________
15139 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
15140         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
15141      Branch: perl
15142            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
15143            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
15144            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
15145            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
15146            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
15147            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
15148            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
15149            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
15150            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
15151            ! x2p/util.c x2p/util.h x2p/walk.c
15152 ____________________________________________________________________________
15153 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
15154         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
15155              therefore quite probably also obsolete code.
15156      Branch: perl
15157            ! sv.c
15158 ____________________________________________________________________________
15159 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
15160         Log: Update Changes.
15161      Branch: perl
15162            ! Changes patchlevel.h
15163 ____________________________________________________________________________
15164 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
15165         Log: Small update on todo.  Could use a lot more.
15166      Branch: perl
15167            ! pod/perltodo.pod
15168 ____________________________________________________________________________
15169 [ 14387] By: nick                                  on 2002/01/23  14:19:30
15170         Log: thread::shared nearly working again - remaining issue
15171              is references withing shared space.
15172              Added bulk test with no threads involved (for debugging)
15173              Tuned tests to skip those needing _thrcnt
15174      Branch: perlio
15175            + ext/threads/shared/t/0nothread.t
15176            ! MANIFEST ext/threads/shared/shared.pm
15177            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
15178            ! ext/threads/shared/t/hv_refs.t
15179            ! ext/threads/shared/t/hv_simple.t
15180            ! ext/threads/shared/t/sv_simple.t
15181 ____________________________________________________________________________
15182 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
15183         Log: Subject: [ID 20020121.003] perldata doco bug
15184              From: John Stumbles <jstumbles@bluearc.com>
15185              Date: Mon, 21 Jan 2002 14:19:56 -0000
15186              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
15187      Branch: perl
15188            ! pod/perldata.pod
15189 ____________________________________________________________________________
15190 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
15191         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
15192              From: Michael G Schwern <schwern@pobox.com>
15193              Date: Mon, 21 Jan 2002 15:16:42 -0500
15194              Message-ID: <20020121201642.GA6659@blackrider>
15195      Branch: perl
15196            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
15197 ____________________________________________________________________________
15198 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
15199         Log: Subject: [PATCH] Re: eval not catching warnings?
15200              From: abigail@foad.org
15201              Date: Wed, 23 Jan 2002 15:35:47 +0100
15202              Message-ID: <20020123143547.24798.qmail@foad.org>
15203      Branch: perl
15204            ! pod/perlfunc.pod
15205 ____________________________________________________________________________
15206 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
15207         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
15208              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15209              Date: Tue, 22 Jan 2002 17:00:54 -0800            
15210              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
15211      Branch: perl
15212            ! t/run/fresh_perl.t
15213 ____________________________________________________________________________
15214 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
15215         Log: metaconfig unit change for #14381.
15216      Branch: metaconfig/U/perl
15217            ! d_u32align.U
15218 ____________________________________________________________________________
15219 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
15220         Log: HP-UX 10.20 cc pacifying from Merijn.
15221      Branch: perl
15222            ! Configure
15223 ____________________________________________________________________________
15224 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
15225         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
15226              From: "Craig A. Berry" <craigberry@mac.com> 
15227              Date: Tue, 22 Jan 2002 22:14:26 -0600
15228              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
15229      Branch: perl
15230            ! vms/test.com
15231 ____________________________________________________________________________
15232 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
15233         Log: AIX cpp bug: having macro arguments and character constants
15234              "the same" means trouble (here s and 's')
15235              What broke now was 841 and 842 of t/op/pat.t, because of the
15236              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
15237              (note that breakage happened only under cc_r and usethreads+
15238              useithreads)
15239      Branch: perl
15240            ! utf8.h
15241 ____________________________________________________________________________
15242 [ 14378] By: nick                                  on 2002/01/22  20:33:15
15243         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
15244              so now croak() from asserts does not leave locks.
15245              Make hv_simple compile (new prototype for debugging probe).
15246      Branch: perlio
15247            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15248            ! ext/threads/shared/t/hv_simple.t
15249 ____________________________________________________________________________
15250 [ 14377] By: nick                                  on 2002/01/22  17:32:21
15251         Log: Shared scalars working, some shared array ops working.
15252      Branch: perlio
15253            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15254            ! ext/threads/shared/t/sv_refs.t
15255            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
15256 ____________________________________________________________________________
15257 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
15258         Log: Subject: [PATCH] Support truncate() in VOS port
15259              From: Paul_GreenVOS@vos.stratus.com
15260              Date: Mon, 21 Jan 02 23:27 est
15261              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
15262      Branch: perl
15263            + vos/vos.c
15264            ! MANIFEST hints/vos.sh vos/vosish.h
15265 ____________________________________________________________________________
15266 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
15267         Log: metaconfig unit changes for #14374.  Couldn't figure
15268              how to get completely rid of _() (some weird dependency
15269              pulling it in?) so renamed it as PROTO_().
15270      Branch: metaconfig
15271            + U/modified/d_shmat.U U/modified/prototype.U
15272            ! U/protos/d_drand48proto.U
15273      Branch: metaconfig/U/perl
15274            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
15275 ____________________________________________________________________________
15276 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
15277         Log: Get rid of the _() macro since (1) we require ANSI anyway
15278              (2) Other software (GNU) seems to use it and we don't need it,
15279              so let's give it up.
15280      Branch: perl
15281            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15282            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
15283            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
15284            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
15285            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
15286            ! wince/config.h wince/config_H.ce
15287 ____________________________________________________________________________
15288 [ 14373] By: nick                                  on 2002/01/22  10:10:48
15289         Log: Miss mg_len == 0 meaning don't Safefree
15290      Branch: perlio
15291            ! mg.c
15292 ____________________________________________________________________________
15293 [ 14372] By: nick                                  on 2002/01/21  22:34:06
15294         Log: XS side of new threads::shared designed, coded and compiles,
15295              and mostly commented but is totaly untested.
15296              submit in case anyone wants a preview.
15297      Branch: perlio
15298            + ext/threads/shared/typemap
15299            ! MANIFEST ext/threads/shared/shared.pm
15300            ! ext/threads/shared/shared.xs
15301 ____________________________________________________________________________
15302 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
15303         Log: Subject: [BUG] /\_/ an unrecognized escape?
15304              From: Michael G Schwern <schwern@pobox.com>
15305              Date: Mon, 21 Jan 2002 15:22:54 -0500
15306              Message-ID: <20020121202254.GA6731@blackrider>
15307      Branch: perl
15308            ! t/lib/warnings/toke toke.c
15309 ____________________________________________________________________________
15310 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
15311         Log: Undo the renaming of the Unicode data files; the simple
15312              solution being not including the *.html files.  This means
15313              that in the future there is no need for any renamings
15314              (well, assuming that the Consortium doesn't cause any),
15315              and the files are named like they are in the Consortium
15316              website, thus alleviating confusion.
15317      Branch: perl
15318            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
15319            + lib/unicore/CaseFolding.txt
15320            + lib/unicore/CompositionExclusions.txt
15321            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
15322            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
15323            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
15324            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
15325            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
15326            - lib/unicore/NamesList.html lib/unicore/PropList.html
15327            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
15328            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
15329            - lib/unicore/rename
15330            ! (edit 285 files)
15331 ____________________________________________________________________________
15332 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
15333         Log: Update Changes.
15334      Branch: perl
15335            ! Changes patchlevel.h
15336 ____________________________________________________________________________
15337 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
15338         Log: Subject: RE: BCC for Win32 is unhappy @14331
15339              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
15340              Date: Mon, 21 Jan 2002 09:48:40 +0300
15341              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
15342              
15343              (using IV instead of int)
15344      Branch: perl
15345            ! hv.h
15346 ____________________________________________________________________________
15347 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
15348         Log: path_is_absolute() needs a prototype (and maybe
15349              a better name, but that's another story).
15350      Branch: perl
15351            ! embed.fnc embed.h pp_ctl.c proto.h
15352 ____________________________________________________________________________
15353 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
15354         Log: Subject: Re: coderefs in @INC
15355              From: Chris Nandor <pudge@pobox.com>
15356              Date: Thu, 17 Jan 2002 11:26:02 -0500
15357              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
15358      Branch: perl
15359            ! pp_ctl.c
15360 ____________________________________________________________________________
15361 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
15362         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
15363              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15364              Date: Sun, 20 Jan 2002 22:53:56 +0100
15365              Message-ID: <20020120225356.A12093@rafael>
15366      Branch: perl
15367            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
15368            ! t/lib/warnings/9enabled warnings.h warnings.pl
15369 ____________________________________________________________________________
15370 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
15371         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
15372              From: "Craig A. Berry" <craigberry@mac.com>
15373              Date: Sun, 20 Jan 2002 22:49:42 -0600
15374              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
15375      Branch: perl
15376            ! lib/ExtUtils/MakeMaker.pm
15377 ____________________________________________________________________________
15378 [ 14363] By: nick                                  on 2002/01/20  20:38:23
15379         Log: Add new threads/typemap to MANIFEST
15380      Branch: perlio
15381            ! MANIFEST
15382 ____________________________________________________________________________
15383 [ 14362] By: nick                                  on 2002/01/20  20:34:36
15384         Log: Integrate mainline
15385      Branch: perlio
15386           +> lib/Pod/t/Usage.t
15387           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
15388           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
15389           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
15390           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
15391           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
15392           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
15393           !> util.c
15394 ____________________________________________________________________________
15395 [ 14361] By: nick                                  on 2002/01/20  18:51:47
15396         Log: Integrate MANIFEST
15397      Branch: perlio
15398           !> MANIFEST
15399 ____________________________________________________________________________
15400 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
15401         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
15402              From: Paul_GreenVOS@vos.stratus.com
15403              Date: Sat, 19 Jan 02 17:17 est
15404              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
15405              
15406              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
15407              From: Paul_GreenVOS@vos.stratus.com
15408              Date: Sat, 19 Jan 02 17:19 est
15409              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
15410      Branch: perl
15411            ! lib/ExtUtils/t/Command.t
15412 ____________________________________________________________________________
15413 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
15414         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
15415              From: Paul_GreenVOS@vos.stratus.com
15416              Date: Sat, 19 Jan 02 14:30 est
15417              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
15418      Branch: perl
15419            ! lib/AnyDBM_File.t
15420 ____________________________________________________________________________
15421 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
15422         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
15423              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
15424              Date: Sun, 20 Jan 2002 13:51:36 +0100
15425              Message-ID: <20020120135136.A710@rafael>
15426      Branch: perl
15427            ! ext/File/Glob/t/basic.t
15428 ____________________________________________________________________________
15429 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
15430         Log: #14352 deleted ext/threads/threads.h
15431      Branch: perlio
15432            ! MANIFEST
15433 ____________________________________________________________________________
15434 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
15435         Log: Eradicate sharedsv.*
15436      Branch: perlio
15437            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
15438 ____________________________________________________________________________
15439 [ 14355] By: nick                                  on 2002/01/20  11:50:22
15440         Log: threads work again on Win32. (Not threads::shared yet)
15441              Submit to see if they do on Linux.
15442      Branch: perlio
15443            ! ext/threads/shared/shared.xs ext/threads/threads.xs
15444            ! win32/makefile.mk
15445 ____________________________________________________________________________
15446 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
15447         Log: Make also hex() and oct() to croak if their arguments
15448              cannot be downgraded (that is, if they contain wide
15449              characters), just like crypt() does (and use the croak
15450              feature of sv_utf8_downgrade()).
15451      Branch: perl
15452            ! pp.c t/op/oct.t
15453 ____________________________________________________________________________
15454 [ 14353] By: nick                                  on 2002/01/19  22:20:09
15455         Log: Integrate Time/Local and its test
15456      Branch: perlio
15457           !> lib/Time/Local.pm lib/Time/Local.t
15458 ____________________________________________________________________________
15459 [ 14352] By: nick                                  on 2002/01/19  22:17:07
15460         Log: Nearly-working threads re-structuring. Do not integrate,
15461              submit-ing to get to Win32, and as "off site" backup.
15462      Branch: perlio
15463            + ext/threads/typemap
15464            - ext/threads/threads.h sharedsv.c sharedsv.h
15465            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
15466            ! embedvar.h ext/threads/shared/shared.pm
15467            ! ext/threads/shared/shared.xs ext/threads/threads.pm
15468            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
15469            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
15470            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
15471 ____________________________________________________________________________
15472 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
15473         Log: Regen toc.
15474      Branch: perl
15475            ! pod/perltoc.pod
15476 ____________________________________________________________________________
15477 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
15478         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
15479              From: David Dyck <dcd@tc.fluke.com>
15480              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
15481              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
15482      Branch: perl
15483            ! pod/perl5004delta.pod pod/perl5005delta.pod
15484            ! pod/perl561delta.pod pod/perl56delta.pod
15485 ____________________________________________________________________________
15486 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
15487         Log: FAQ sync.
15488      Branch: perl
15489            ! pod/perlfaq1.pod pod/perlfaq2.pod
15490 ____________________________________________________________________________
15491 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
15492         Log: Subject: [PATCH lib/Pod/t/Usage.t]
15493              From: Abe Timmerman <abe@ztreet.demon.nl>
15494              Date: Sat, 19 Jan 2002 19:57:57 +0100
15495              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
15496      Branch: perl
15497            + lib/Pod/t/Usage.t
15498            ! MANIFEST
15499 ____________________________________________________________________________
15500 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
15501         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
15502              From: Paul_GreenVOS@vos.stratus.com
15503              Date: Sat, 19 Jan 02 13:15 est
15504              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
15505      Branch: perl
15506            ! ext/SDBM_File/sdbm.t
15507 ____________________________________________________________________________
15508 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
15509         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
15510      Branch: perl
15511           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
15512           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
15513 ____________________________________________________________________________
15514 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
15515         Log: Alternative Time::Local algorithm that uses matemathical formula
15516              for timegm instead of progressive guessing
15517      Branch: perl
15518            ! lib/Time/Local.pm
15519 ____________________________________________________________________________
15520 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
15521         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
15522              From: Paul_GreenVOS@vos.stratus.com
15523              Date: Sat, 19 Jan 02 11:20 est
15524              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
15525      Branch: perl
15526            ! ext/File/Glob/t/basic.t
15527 ____________________________________________________________________________
15528 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
15529         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
15530              From: Paul_GreenVOS@vos.stratus.com
15531              Date: Fri, 18 Jan 02 22:56 est
15532              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
15533      Branch: perl
15534            ! ext/Cwd/t/cwd.t
15535 ____________________________________________________________________________
15536 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
15537         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
15538              From: Paul_GreenVOS@vos.stratus.com
15539              Date: Fri, 18 Jan 02 22:48 est
15540              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
15541      Branch: perl
15542            ! lib/Time/Local.t
15543 ____________________________________________________________________________
15544 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
15545         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
15546              From: Paul_GreenVOS@vos.stratus.com
15547              Date: Fri, 18 Jan 02 16:22 est
15548              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
15549      Branch: perl
15550            ! ext/Devel/DProf/DProf.t
15551 ____________________________________________________________________________
15552 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
15553         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
15554              From: Tels <perl_dummy@bloodgate.com>
15555              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
15556              Message-Id: <200201182106.XAA19133@taku.hut.fi>
15557      Branch: perl
15558            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
15559 ____________________________________________________________________________
15560 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
15561         Log: Don't do socketpair udp unless you've got all what it takes.
15562      Branch: perl
15563            ! util.c
15564 ____________________________________________________________________________
15565 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
15566         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
15567              From: Tels <perl_dummy@bloodgate.com>
15568              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
15569              Message-Id: <200201182206.AAA15310@taku.hut.fi>
15570      Branch: perl
15571            ! lib/ExtUtils/MM_BeOS.pm
15572 ____________________________________________________________________________
15573 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
15574         Log: metaconfig unit change for #14336.
15575      Branch: metaconfig
15576            ! U/modified/myhostname.U
15577 ____________________________________________________________________________
15578 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
15579         Log: Avoid bare "set", and kiss .uucp goodbye.
15580      Branch: perl
15581            ! Configure
15582 ____________________________________________________________________________
15583 [ 14335] By: nick                                  on 2002/01/18  22:11:42
15584         Log: Split out core of sv_magic() into sv_magicext().
15585              sv_magic provides the extra restictions (no READONLY, only
15586              one of each type, canned set of vtables), and sv_magicext()
15587              does the actual data twiddling.
15588              Also enhances semantics of ->mg_ptr setting via name/namlen
15589              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
15590              scratch area (namlen > 0 && name == NULL).
15591              sv_magicext also returns the MAGIC * it added.
15592              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
15593              
15594              To come sv_unmagicext() - which will remove just one magic
15595              of particular type, and additionaly match against ->mg_ptr,
15596              or the MAGIC * (need to experiment as to which is more natural).
15597      Branch: perlio
15598            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
15599            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
15600 ____________________________________________________________________________
15601 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
15602         Log: Retract #14327 for now, going to the limit seems
15603              to be too much for many platforms.
15604      Branch: perl
15605            ! lib/Time/Local.t
15606 ____________________________________________________________________________
15607 [ 14333] By: nick                                  on 2002/01/18  18:58:33
15608         Log: Integrate mainline
15609      Branch: perlio
15610           !> Changes patchlevel.h
15611 ____________________________________________________________________________
15612 [ 14332] By: nick                                  on 2002/01/18  16:19:06
15613         Log: Integrate mainline
15614      Branch: perlio
15615           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
15616           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
15617            - lib/ExtUtils/inst
15618           !> (integrate 32 files)
15619 ____________________________________________________________________________
15620 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
15621         Log: Update Changes.
15622      Branch: perl
15623            ! Changes patchlevel.h
15624 ____________________________________________________________________________
15625 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
15626         Log: Try to make the connect/read/write timeouting.
15627      Branch: perl
15628            ! ext/Socket/Socket.t
15629 ____________________________________________________________________________
15630 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
15631         Log: Netware Makefile tweak from Ananth Kesari.
15632      Branch: perl
15633            ! NetWare/Makefile
15634 ____________________________________________________________________________
15635 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
15636         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
15637              From: Michael G Schwern <schwern@pobox.com>
15638              Date: Fri, 18 Jan 2002 03:10:27 -0500
15639              Message-ID: <20020118081027.GE7226@blackrider>
15640      Branch: perl
15641            ! lib/File/Find.pm
15642 ____________________________________________________________________________
15643 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
15644         Log: (retracted by #14334)
15645              
15646              Subject: [PATCH] Improving lib/Time/Local.t
15647              From: Paul_GreenVOS@vos.stratus.com        
15648              Date: Thu, 17 Jan 02 22:36 est
15649              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
15650      Branch: perl
15651            ! lib/Time/Local.t
15652 ____________________________________________________________________________
15653 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
15654         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
15655              From: Abe Timmerman <abe@ztreet.demon.nl>  
15656              Date: Fri, 18 Jan 2002 13:18:47 +0100
15657              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
15658      Branch: perl
15659            ! lib/ExtUtils/t/MM_Win32.t
15660 ____________________________________________________________________________
15661 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
15662         Log: Subject: [PATCH] Syncing with bleadperl 
15663              From: Michael G Schwern <schwern@pobox.com> 
15664              Date: Fri, 18 Jan 2002 03:04:33 -0500
15665              Message-ID: <20020118080432.GC7226@blackrider>
15666      Branch: perl
15667            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
15668            - lib/ExtUtils/inst
15669            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
15670            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15671            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
15672            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
15673            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
15674            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
15675            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
15676            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
15677            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
15678            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
15679            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
15680            ! lib/ExtUtils/testlib.pm
15681 ____________________________________________________________________________
15682 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
15683         Log: Detypo.
15684      Branch: perl
15685            ! AUTHORS
15686 ____________________________________________________________________________
15687 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
15688         Log: Subject: [PATCH] MM check_hints test
15689              From: Michael G Schwern <schwern@pobox.com>
15690              Date: Thu, 17 Jan 2002 20:25:57 -0500
15691              Message-ID: <20020118012557.GE32762@blackrider>
15692      Branch: perl
15693            + lib/ExtUtils/t/hints.t
15694            ! MANIFEST
15695 ____________________________________________________________________________
15696 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
15697         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
15698              From: Michael G Schwern <schwern@pobox.com> 
15699              Date: Thu, 17 Jan 2002 20:12:20 -0500
15700              Message-ID: <20020118011220.GC32762@blackrider>
15701              
15702              (#14317 replaced with this)
15703      Branch: perl
15704            ! lib/ExtUtils/MakeMaker.pm
15705 ____________________________________________________________________________
15706 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
15707         Log: Subject: [PATCH perldiag] overload.pm warnings
15708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15709              Date: Thu, 17 Jan 2002 23:53:49 +0100
15710              Message-ID: <20020117235349.A14530@rafael>
15711      Branch: perl
15712            ! pod/perldiag.pod
15713 ____________________________________________________________________________
15714 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
15715         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
15716              From: Michael G Schwern <schwern@pobox.com>
15717              Date: Thu, 17 Jan 2002 16:35:47 -0500
15718              Message-ID: <20020117213546.GD23830@blackrider>
15719      Branch: perl
15720            ! lib/File/Find.pm
15721 ____________________________________________________________________________
15722 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
15723         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
15724              From: chromatic <chromatic@rmci.net>
15725              Date: Thu, 17 Jan 2002 13:04:22 -0700
15726              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
15727      Branch: perl
15728            ! pod/perltodo.pod
15729 ____________________________________________________________________________
15730 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
15731         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
15732              From: chromatic <chromatic@rmci.net>
15733              Date: Thu, 17 Jan 2002 12:59:04 -0700
15734              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
15735      Branch: perl
15736            ! lib/ExtUtils/t/Mkbootstrap.t
15737 ____________________________________________________________________________
15738 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
15739         Log: (replaced by #14322)
15740              The #14300 broke hints file handling.
15741      Branch: perl
15742            ! lib/ExtUtils/MakeMaker.pm
15743 ____________________________________________________________________________
15744 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
15745         Log: metaconfig unit change for #14315.
15746      Branch: metaconfig/U/perl
15747            ! uselongdbl.U
15748 ____________________________________________________________________________
15749 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
15750         Log: Subject: [PATCH] long doubles
15751              From: Nicholas Clark <nick@unfortu.net>
15752              Date: Thu, 17 Jan 2002 17:06:28 +0000
15753              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
15754      Branch: perl
15755            ! Configure
15756 ____________________________________________________________________________
15757 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
15758         Log: metaconfig unit change for #14313.
15759      Branch: metaconfig
15760            ! U/modified/i_ndbm.U
15761 ____________________________________________________________________________
15762 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
15763         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
15764              From: Andy Dougherty <doughera@lafayette.edu>
15765              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
15766              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
15767      Branch: perl
15768            ! Configure
15769 ____________________________________________________________________________
15770 [ 14312] By: nick                                  on 2002/01/17  21:38:38
15771         Log: Integrate mainline (for ndbm fixes etc.)
15772      Branch: perlio
15773           +> t/run/fresh_perl.t
15774            - t/run/kill_perl.t
15775           !> Changes MANIFEST ext/Opcode/Opcode.xs
15776           !> ext/SDBM_File/sdbm/Makefile.PL
15777           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
15778           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
15779           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
15780           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
15781           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
15782 ____________________________________________________________________________
15783 [ 14311] By: sky                                   on 2002/01/17  21:01:00
15784         Log: Simplify the code that duplicates the threads 
15785              init function and the parameters to the thread by using sv_dup. 
15786              Note,what happens if you pass a shared variable as a parameter?
15787      Branch: perl
15788            ! ext/threads/threads.xs
15789 ____________________________________________________________________________
15790 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
15791         Log: Update Changes.
15792      Branch: perl
15793            ! Changes patchlevel.h
15794 ____________________________________________________________________________
15795 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
15796         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
15797              with fresh_perl_is() and fresh_perl_like().
15798      Branch: perl
15799            + t/run/fresh_perl.t
15800            - t/run/kill_perl.t
15801            ! MANIFEST t/test.pl
15802 ____________________________________________________________________________
15803 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
15804         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
15805              From: Benjamin Goldberg <goldbb2@earthlink.net>
15806              Date: Wed, 09 Jan 2002 21:03:16 -0500
15807              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
15808      Branch: perl
15809            ! ext/Unicode/Normalize/Normalize.pm
15810 ____________________________________________________________________________
15811 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
15812         Log: Retract #14144 as Hugo isn't happy with it.
15813      Branch: perl
15814            ! scope.c t/run/kill_perl.t
15815 ____________________________________________________________________________
15816 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
15817         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
15818              From: Richard Clamp <richardc@unixbeard.net>
15819              Date: Wed, 16 Jan 2002 17:34:31 +0000
15820              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
15821      Branch: perl
15822            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
15823 ____________________________________________________________________________
15824 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
15825         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
15826              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15827              Date: Tue, 15 Jan 2002 21:23:30 +0100
15828              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
15829      Branch: perl
15830            ! ext/Opcode/Opcode.xs
15831 ____________________________________________________________________________
15832 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
15833         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
15834              From: Paul_GreenVOS@vos.stratus.com
15835              Date: Wed, 16 Jan 02 6:42 est
15836              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
15837      Branch: perl
15838            ! t/io/fs.t t/op/crypt.t
15839 ____________________________________________________________________________
15840 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
15841         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
15842              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15843              Date: Wed, 16 Jan 2002 13:43:39 +0100
15844              Message-ID: <20020116134339.A704@rafael>
15845              
15846              (replaces #14302)
15847      Branch: perl
15848            ! mg.c t/lib/warnings/mg
15849 ____________________________________________________________________________
15850 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
15851         Log: (replaced by #14303)
15852              Subject: [PATCH] length of undefined $(digit) should warn
15853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15854              Date: Tue, 15 Jan 2002 23:02:44 +0100            
15855              Message-ID: <20020115230244.A31786@rafael>     
15856      Branch: perl
15857            ! mg.c t/lib/warnings/mg
15858 ____________________________________________________________________________
15859 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
15860         Log: The non-MakeMaker.pm parts of
15861              
15862              Subject: [PATCH] Re: MM_Beos.pm?
15863              From: Tels <perl_dummy@bloodgate.com>
15864              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
15865              Message-Id: <200201142006.WAA29544@taas.iki.fi>
15866      Branch: perl
15867            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
15868            ! lib/ExtUtils/t/MM_Unix.t
15869 ____________________________________________________________________________
15870 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
15871         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
15872              From: Michael G Schwern <schwern@pobox.com>    
15873              Date: Tue, 15 Jan 2002 20:07:50 -0500            
15874              Message-ID: <20020116010750.GH625@blackrider>  
15875      Branch: perl
15876            ! lib/ExtUtils/MakeMaker.pm
15877 ____________________________________________________________________________
15878 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
15879         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
15880              From: Jeffrey Friedl <jfriedl@yahoo.com>       
15881              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
15882              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
15883      Branch: perl
15884            ! lib/Text/Tabs.pm
15885 ____________________________________________________________________________
15886 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
15887         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
15888              From: "Green, Paul" <Paul.Green@stratus.com>
15889              Date: Tue, 15 Jan 2002 22:28:10 -0500
15890              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
15891      Branch: perl
15892            ! lib/ExtUtils/MM_Unix.pm
15893 ____________________________________________________________________________
15894 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
15895         Log: Integrate perlio; offsetof() is in <stddef.h>
15896      Branch: perl
15897           !> ext/Socket/Socket.xs
15898 ____________________________________________________________________________
15899 [ 14296] By: nick                                  on 2002/01/16  13:02:29
15900         Log: offsetof() is in <stddef.h>
15901      Branch: perlio
15902            ! ext/Socket/Socket.xs
15903 ____________________________________________________________________________
15904 [ 14295] By: nick                                  on 2002/01/16  07:25:29
15905         Log: Integrate mainline
15906      Branch: perlio
15907           +> (branch 262 files)
15908            - (delete 285 files)
15909           !> (integrate 34 files)
15910 ____________________________________________________________________________
15911 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
15912         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
15913              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
15914              Canonical.pl and Exact.pl.
15915      Branch: perl
15916            + (add 259 files)
15917            - (delete 288 files)
15918            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
15919            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
15920            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
15921            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
15922 ____________________________________________________________________________
15923 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
15924         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
15925      Branch: perl
15926            ! ext/Socket/Socket.xs
15927 ____________________________________________________________________________
15928 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
15929         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
15930              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15931              Date: Tue, 15 Jan 2002 21:59:19 +0100
15932              Message-ID: <3C44A637.16602.25EB208@localhost>
15933      Branch: perl
15934            ! embed.fnc embed.h proto.h
15935 ____________________________________________________________________________
15936 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
15937         Log: Duh.  The updated In/*.pl weren't checked in.
15938      Branch: perl
15939            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
15940            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
15941            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
15942            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
15943            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
15944            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
15945            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
15946            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
15947            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
15948            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
15949            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
15950            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
15951            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
15952            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
15953            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
15954            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
15955            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
15956            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
15957            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
15958            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
15959            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
15960            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
15961            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
15962            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
15963            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
15964            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
15965            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
15966            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
15967            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
15968            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
15969            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
15970            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
15971            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
15972            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
15973            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
15974            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
15975            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
15976            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
15977            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
15978            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
15979            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
15980            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
15981            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
15982            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
15983            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
15984            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
15985            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
15986            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
15987 ____________________________________________________________________________
15988 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
15989         Log: Update Changes.
15990      Branch: perl
15991            ! Changes patchlevel.h
15992 ____________________________________________________________________________
15993 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
15994         Log: Jeffrey is trying very hard to avoid working on his
15995              book, it would seem :-) (better naming, better comments
15996              in the files)
15997      Branch: perl
15998            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
15999            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
16000            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
16001            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
16002            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
16003            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
16004            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
16005            - lib/unicore/Is/IDStart.pl
16006            ! (edit 200 files)
16007 ____________________________________________________________________________
16008 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
16009         Log: metaconfig unit changes for #14287.
16010      Branch: metaconfig
16011            + U/modified/Chk_MANI.U
16012            ! U/modified/Extract.U U/modified/Finish.U
16013      Branch: metaconfig/U/perl
16014            ! Extensions.U dlsrc.U
16015 ____________________________________________________________________________
16016 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
16017         Log: Some protection against spaces in directory names.
16018              (Tru64 still has some makedepend problems in such
16019              cases but that looks like Tru64's problem.)
16020      Branch: perl
16021            ! Configure Makefile.SH
16022 ____________________________________________________________________________
16023 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
16024         Log: Should have been in #14285 but I have sausages for fingers.
16025      Branch: perl
16026            + lib/ExtUtils/MM_BeOS.pm
16027 ____________________________________________________________________________
16028 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
16029         Log: MM_BeOS from Tels.
16030      Branch: perl
16031            + lib/ExtUtils/t/MM_BeOS.t
16032            ! MANIFEST
16033 ____________________________________________________________________________
16034 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
16035         Log: Integrate perlio;
16036              
16037              (reintroduce #14251) Slab allocator for ops
16038              - moved the statics to intrpvar.h
16039              - implemented Slab_Free()
16040              - uses PerlMemShared (for now) if distinction exists.
16041              
16042              Slab allocator submit after resolve -ay to keep it!
16043              
16044              Hand merge of non slab allocator stuff
16045              
16046              const-ness fix in savepv's passing of NULL
16047              
16048              Typo in #else branch of PL_SLAB_ALLOC
16049              
16050              Integrate rest of mainline
16051              
16052              Regen embed enable slab for PERL_IMPLICIT_SYS
16053              
16054              Correct name of PL_OP_SLAB_ALLOC
16055              
16056              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
16057              e.g. -Duse64bitint on a 32-bit platform.
16058              Now uses I32 for use-count and is more careful with its casts.
16059      Branch: perl
16060           !> (integrate 28 files)
16061 ____________________________________________________________________________
16062 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
16063         Log: Add Shuck URL
16064      Branch: maint-5.6/macperl
16065            ! macos/macperl/MacPerl.podhelp
16066 ____________________________________________________________________________
16067 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
16068         Log: Remove obsolete docs
16069      Branch: maint-5.6/macperl
16070            ! ext/File/Glob/Glob.pm
16071 ____________________________________________________________________________
16072 [ 14281] By: nick                                  on 2002/01/15  15:08:43
16073         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
16074              e.g. -Duse64bitint on a 32-bit platform.
16075              Now uses I32 for use-count and is more careful with its casts.
16076      Branch: perlio
16077            ! intrpvar.h op.c
16078 ____________________________________________________________________________
16079 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
16080         Log: Update bundled modules.  Yow!
16081      Branch: maint-5.6/macperl
16082            + macos/bundled_ext/Compress/Zlib/constants.h
16083            + macos/bundled_ext/Compress/Zlib/constants.xs
16084            + macos/bundled_ext/Filter/Util/Call/ppport.h
16085            + macos/bundled_ext/Storable/t/compat-0.6.t
16086            + macos/bundled_ext/Storable/t/dump.pl
16087            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
16088            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
16089            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
16090            + macos/bundled_lib/blib/lib/URI/ssh.pm
16091            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
16092            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
16093            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
16094            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
16095            + macos/bundled_lib/t/Filter/Simple/data.t
16096            + macos/bundled_lib/t/Filter/Simple/export.t
16097            + macos/bundled_lib/t/Filter/Simple/filter_only.t
16098            + macos/bundled_lib/t/Filter/Simple/import.t
16099            + macos/bundled_lib/t/NEXT/actual.t
16100            + macos/bundled_lib/t/NEXT/actuns.t
16101            + macos/bundled_lib/t/NEXT/next.t
16102            + macos/bundled_lib/t/NEXT/unseen.t
16103            + macos/bundled_lib/t/libnet/netrc.t
16104            + macos/bundled_lib/t/libwww-perl/base/http.t
16105            + macos/bundled_lib/t/libwww-perl/live/activestate.t
16106            - macos/bundled_ext/Filter/t/FilterTest.pm
16107            - macos/bundled_ext/Storable/t/compat06.t
16108            - macos/bundled_ext/Storable/t/st-dump.pl
16109            - macos/bundled_lib/t/NEXT/test.pl
16110            - macos/bundled_lib/t/libwww-perl/live/google.t
16111            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
16112            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
16113            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
16114            ! macos/bundled_ext/Compress/Zlib/README
16115            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
16116            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
16117            ! macos/bundled_ext/Compress/Zlib/t/examples.t
16118            ! macos/bundled_ext/Filter/Util/Call/Call.pm
16119            ! macos/bundled_ext/Filter/Util/Call/Call.xs
16120            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
16121            ! macos/bundled_ext/Filter/t/call.t
16122            ! macos/bundled_ext/Filter/t/filter-util.pl
16123            ! macos/bundled_ext/Storable/ChangeLog
16124            ! macos/bundled_ext/Storable/README
16125            ! macos/bundled_ext/Storable/Storable.pm
16126            ! macos/bundled_ext/Storable/t/blessed.t
16127            ! macos/bundled_ext/Storable/t/canonical.t
16128            ! macos/bundled_ext/Storable/t/dclone.t
16129            ! macos/bundled_ext/Storable/t/forgive.t
16130            ! macos/bundled_ext/Storable/t/freeze.t
16131            ! macos/bundled_ext/Storable/t/lock.t
16132            ! macos/bundled_ext/Storable/t/overload.t
16133            ! macos/bundled_ext/Storable/t/recurse.t
16134            ! macos/bundled_ext/Storable/t/retrieve.t
16135            ! macos/bundled_ext/Storable/t/store.t
16136            ! macos/bundled_ext/Storable/t/tied.t
16137            ! macos/bundled_ext/Storable/t/tied_hook.t
16138            ! macos/bundled_ext/Storable/t/tied_items.t
16139            ! macos/bundled_ext/Storable/t/utf8.t
16140            ! macos/bundled_lib/blib/lib/File/Sort.pm
16141            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
16142            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
16143            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
16144            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
16145            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
16146            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
16147            ! macos/bundled_lib/blib/lib/LWP.pm
16148            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
16149            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
16150            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
16151            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
16152            ! macos/bundled_lib/blib/lib/Mail/Address.pm
16153            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
16154            ! macos/bundled_lib/blib/lib/Mail/Field.pm
16155            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
16156            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
16157            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
16158            ! macos/bundled_lib/blib/lib/Mail/Header.pm
16159            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
16160            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
16161            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
16162            ! macos/bundled_lib/blib/lib/Mail/Send.pm
16163            ! macos/bundled_lib/blib/lib/Mail/Util.pm
16164            ! macos/bundled_lib/blib/lib/NEXT.pm
16165            ! macos/bundled_lib/blib/lib/Net/Config.pm
16166            ! macos/bundled_lib/blib/lib/Net/Domain.pm
16167            ! macos/bundled_lib/blib/lib/Net/FTP.pm
16168            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
16169            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
16170            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
16171            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
16172            ! macos/bundled_lib/blib/lib/Net/POP3.pm
16173            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
16174            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
16175            ! macos/bundled_lib/blib/lib/Switch.pm
16176            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
16177            ! macos/bundled_lib/blib/lib/URI/Escape.pm
16178            ! macos/bundled_lib/blib/lib/URI/ftp.pm
16179            ! macos/bundled_lib/blib/lib/lwpcook.pod
16180            ! macos/bundled_lib/t/Filter/Simple/filter.t
16181            ! macos/bundled_lib/t/Switch/t/nested.t
16182            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
16183            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
16184            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
16185            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
16186            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
16187            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
16188            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
16189            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
16190            ! macos/bundled_lib/t/libnet/config.t
16191            ! macos/bundled_lib/t/libnet/ftp.t
16192            ! macos/bundled_lib/t/libnet/hostname.t
16193            ! macos/bundled_lib/t/libnet/nntp.t
16194            ! macos/bundled_lib/t/libnet/require.t
16195            ! macos/bundled_lib/t/libnet/smtp.t
16196            ! macos/bundled_lib/t/libwww-perl/base/headers.t
16197            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
16198            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
16199            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
16200            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
16201            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
16202            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
16203            ! macos/bundled_lib/t/libwww-perl/live/validator.t
16204            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
16205 ____________________________________________________________________________
16206 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
16207         Log: Subject: [PATCH] Socket::sockaddr_family
16208              From: Gisle Aas <gisle@ActiveState.com> 
16209              Date: 15 Jan 2002 06:35:28 -0800
16210              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
16211      Branch: perl
16212            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
16213 ____________________________________________________________________________
16214 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
16215         Log: Subject: [PATCH perldiag] Style issue
16216              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16217              Date: Tue, 15 Jan 2002 15:36:30 +0100                
16218              Message-ID: <20020115153630.A11568@rafael>
16219      Branch: perl
16220            ! pod/perldiag.pod
16221 ____________________________________________________________________________
16222 [ 14277] By: nick                                  on 2002/01/15  14:30:51
16223         Log: Correct name of PL_OP_SLAB_ALLOC
16224      Branch: perlio
16225            ! perl.h
16226 ____________________________________________________________________________
16227 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
16228         Log: NetWare tweak from Ananth Kesari.
16229      Branch: perl
16230            ! lib/ExtUtils/MakeMaker.pm
16231 ____________________________________________________________________________
16232 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
16233         Log: Throwback.
16234      Branch: perl
16235            ! MANIFEST
16236 ____________________________________________________________________________
16237 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
16238         Log: A couple of additional character classes from Jeffrey,
16239              hopefully useful in future for internal use for implementing
16240              some special cases of casing.
16241              
16242              Also regenerate once more all the character classes,
16243              now without the timestamp.  A timestamp would be kind of
16244              nice but it's not: having a timestamp in a file means that
16245              even if the effective contents of file really didn't
16246              change, the file looks as if it changed.
16247      Branch: perl
16248            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
16249            + lib/unicore/Is/CombAbov.pl
16250            ! (edit 304 files)
16251 ____________________________________________________________________________
16252 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
16253         Log: Make the test harder.
16254      Branch: perl
16255            ! t/op/pat.t
16256 ____________________________________________________________________________
16257 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
16258         Log: Additional utf8_heavy.pl tweak from Jeffrey.
16259      Branch: perl
16260            ! lib/utf8_heavy.pl
16261 ____________________________________________________________________________
16262 [ 14271] By: nick                                  on 2002/01/15  11:29:47
16263         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
16264      Branch: perlio
16265            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
16266            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
16267 ____________________________________________________________________________
16268 [ 14270] By: nick                                  on 2002/01/15  08:19:08
16269         Log: Integrate rest of mainline
16270      Branch: perlio
16271           !> (integrate 28 files)
16272 ____________________________________________________________________________
16273 [ 14269] By: nick                                  on 2002/01/15  08:02:44
16274         Log: Typo in #else branch of PL_SLAB_ALLOC
16275      Branch: perlio
16276            ! op.c
16277 ____________________________________________________________________________
16278 [ 14268] By: nick                                  on 2002/01/15  07:57:47
16279         Log: const-ness fix in savepv's passing of NULL
16280      Branch: perlio
16281            ! util.c
16282 ____________________________________________________________________________
16283 [ 14267] By: nick                                  on 2002/01/15  07:42:17
16284         Log: Hand merge of non slab allocator stuff
16285      Branch: perlio
16286            ! op.c
16287 ____________________________________________________________________________
16288 [ 14266] By: nick                                  on 2002/01/15  07:39:33
16289         Log: Slab allocator submit after resolve -ay to keep it!
16290      Branch: perlio
16291           !> op.c
16292 ____________________________________________________________________________
16293 [ 14265] By: nick                                  on 2002/01/15  07:05:06
16294         Log: Blind integrate of bulk of mainline.
16295      Branch: perlio
16296           +> (branch 173 files)
16297            - (delete 184 files)
16298           !> (integrate 146 files)
16299 ____________________________________________________________________________
16300 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
16301         Log: Pod nits.
16302      Branch: perl
16303            ! lib/Unicode/UCD.pm pod/perlunicode.pod
16304 ____________________________________________________________________________
16305 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
16306         Log: The Unicode categories doc patch to go with #14254,
16307              from Jeffrey.
16308      Branch: perl
16309            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
16310 ____________________________________________________________________________
16311 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
16312         Log: There isn't going to be perl.third.exe.
16313      Branch: perl
16314            ! Makefile.SH
16315 ____________________________________________________________________________
16316 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
16317         Log: Subject: [PATCH] small coredump correction
16318              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16319              Date: Tue, 15 Jan 2002 00:22:52 +0100
16320              Message-ID: <20020115002252.I691@rafael>
16321      Branch: perl
16322            ! op.c
16323 ____________________________________________________________________________
16324 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
16325         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
16326              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16327              Date: Mon, 14 Jan 2002 23:03:04 +0100
16328              Message-ID: <20020114230304.A691@rafael>   
16329              
16330              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
16331              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16332              Date: Mon, 14 Jan 2002 23:18:43 +0100
16333              Message-ID: <20020114231843.E691@rafael>   
16334      Branch: perl
16335            ! pod/perlsub.pod t/op/override.t toke.c
16336 ____________________________________________________________________________
16337 [ 14259] By: nick                                  on 2002/01/14  22:02:49
16338         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
16339              Need to use CopXXXXX macros everywhere and add CopSTASH_free
16340              Add new scope type and add support for it to scope.c and scope stack
16341              dup-er in sv.c. Add savesharedpv().
16342              Also zealous version of Win32's vmem.h to catch all the abuses.
16343              With this t/op/fork.t passes even with zealous checking and 
16344              checker is point a finger at various threads/shared issues.
16345              
16346              PL_curcop->cop_io is still an issue.
16347      Branch: perlio
16348            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
16349            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
16350            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
16351            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
16352            ! win32/vmem.h win32/win32.c win32/win32.h
16353 ____________________________________________________________________________
16354 [ 14258] By: nick                                  on 2002/01/14  20:24:28
16355         Log: Integrate build parts of mainline
16356      Branch: perlio
16357           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
16358           !> lib/ExtUtils/t/MM_Win32.t
16359 ____________________________________________________________________________
16360 [ 14257] By: nick                                  on 2002/01/14  16:10:54
16361         Log: Inverted sense of special-ness of specialCopIO - supposed to 
16362              be true if value is "special" i.e. NOT an SV.
16363      Branch: perlio
16364            ! perlio.h
16365 ____________________________________________________________________________
16366 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
16367         Log: Update Changes.
16368      Branch: perl
16369            ! Changes patchlevel.h
16370 ____________________________________________________________________________
16371 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
16372         Log: Retract #14251 (the op slab allocator from perlio)
16373              until we figure out why 2.2.19 x86 debian gets
16374              a circular sibling chain and therefore hangs in
16375              the Perl_ck_subr() sibling for-loop.
16376      Branch: perl
16377            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
16378            ! perlapi.c perlapi.h proto.h
16379 ____________________________________________________________________________
16380 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
16381         Log: Big mktables rewrite from Jeffrey;
16382              documentation not yet updated.
16383      Branch: perl
16384            + (add 171 files)
16385            - (delete 182 files)
16386            ! (edit 135 files)
16387 ____________________________________________________________________________
16388 [ 14253] By: ams                                   on 2002/01/14  03:15:05
16389         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
16390              From: Michael G Schwern <schwern@pobox.com>
16391              Date: Sun, 13 Jan 2002 21:00:07 -0500
16392              Message-Id: <20020114020007.GB2877@blackrider>
16393      Branch: perl
16394            ! lib/Cwd.pm
16395 ____________________________________________________________________________
16396 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
16397         Log: Subject: Re: Win32 status - progress !
16398              From: Abe Timmerman <abe@ztreet.demon.nl>       
16399              Date: Mon, 14 Jan 2002 02:29:51 +0100
16400              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
16401      Branch: perl
16402            ! lib/ExtUtils/t/MM_Win32.t
16403 ____________________________________________________________________________
16404 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
16405         Log: Integrate perlio.
16406              
16407              Slab allocator for ops
16408              - moved the statics to intrpvar.h
16409              - implemented Slab_Free()
16410              - uses PerlMemShared (for now) if distinction exists.
16411      Branch: perl
16412           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
16413           !> perlapi.c perlapi.h proto.h
16414 ____________________________________________________________________________
16415 [ 14250] By: nick                                  on 2002/01/13  23:22:34
16416         Log: Slab allocator for ops
16417              - moved the statics to intrpvar.h
16418              - implemented Slab_Free()
16419              - uses PerlMemShared (for now) if distinction exists.
16420      Branch: perlio
16421            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
16422            ! perlapi.c perlapi.h proto.h
16423 ____________________________________________________________________________
16424 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
16425         Log: Start a new test category: uni.  Much of t/op/pat
16426              should probably be moved here, but holding on that
16427              until Jeffrey finishes his big mktables rewrite.
16428              Bits and pieces of op/split, op/pack, op/append,
16429              op/join, could probably be moved to respective uni
16430              tests, too.
16431      Branch: perl
16432            + t/uni/fold.t t/uni/sprintf.t
16433            - t/op/unifold.t t/op/unisprintf.t
16434            ! MANIFEST t/TEST t/harness
16435 ____________________________________________________________________________
16436 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
16437         Log: Subject: [PATCH] enable Win32 to build again
16438              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16439              Date: Sun, 13 Jan 2002 21:49:24 +0100
16440              Message-ID: <3C4200E4.15926.23F6131@localhost>
16441              
16442              miniperl.exe.exe does not exe that well.
16443      Branch: perl
16444            ! lib/ExtUtils/MM_Unix.pm
16445 ____________________________________________________________________________
16446 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
16447         Log: Mention some of the load-affected tests.
16448      Branch: perl
16449            ! INSTALL
16450 ____________________________________________________________________________
16451 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
16452         Log: Move the UTF-8 conversion code earlier so that
16453              op/ver is happy.
16454      Branch: perl
16455            ! sv.c t/op/ver.t
16456 ____________________________________________________________________________
16457 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
16458         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
16459              have diverged quite a bit so no updates there.
16460      Branch: perl
16461            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
16462            ! ext/List/Util/lib/List/Util.pm
16463            ! ext/List/Util/lib/Scalar/Util.pm
16464 ____________________________________________________________________________
16465 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
16466         Log: Make the crypt() pickier: if downgrading doesn't work,
16467              croak.
16468      Branch: perl
16469            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
16470 ____________________________________________________________________________
16471 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
16472         Log: Grow the buffer in case Unicode caused size changes
16473              (and it very probably did).
16474      Branch: perl
16475            ! sv.c
16476 ____________________________________________________________________________
16477 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
16478         Log: Future-proofing from Jeffrey Friedl (for conflicting
16479              In* and Is* names).
16480      Branch: perl
16481            ! lib/utf8_heavy.pl
16482 ____________________________________________________________________________
16483 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
16484         Log: Subject: [PATCH] Re: Warning in B.xs
16485              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16486              Date: Sun, 13 Jan 2002 19:39:52 +0100
16487              Message-ID: <3C41E288.20562.1C8C895@localhost>
16488      Branch: perl
16489            ! ext/B/B.xs
16490 ____________________________________________________________________________
16491 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
16492         Log: Subject: Re: lookbehind broken with latest bleedperl
16493              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16494              Date: Sun, 13 Jan 2002 18:06:22 +0000
16495              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
16496      Branch: perl
16497            ! regexec.c t/op/re_tests
16498 ____________________________________________________________________________
16499 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
16500         Log: Subject: [PATCH] more MM_Unix.t tests
16501              From: Tels <perl_dummy@bloodgate.com>
16502              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
16503              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
16504              
16505              Subject: [PATCH] 14220 misunderstood, I bet          
16506              From: andreas.koenig@anima.de (Andreas J. Koenig)
16507              Date: 12 Jan 2002 21:31:58 +0100
16508              Message-ID: <m3k7un8g5d.fsf@anima.de>
16509      Branch: perl
16510            ! lib/ExtUtils/t/MM_Unix.t
16511 ____________________________________________________________________________
16512 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
16513         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
16514              From: Tels <perl_dummy@bloodgate.com>
16515              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
16516              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
16517              
16518              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
16519              From: Tels <perl_dummy@bloodgate.com>
16520              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
16521              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
16522      Branch: perl
16523            ! lib/ExtUtils/MM_Unix.pm
16524 ____________________________________________________________________________
16525 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
16526         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
16527              From: Nicholas Clark <nick@unfortu.net> 
16528              Date: Sun, 13 Jan 2002 15:58:34 +0000
16529              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
16530      Branch: perl
16531            ! lib/Benchmark.t
16532 ____________________________________________________________________________
16533 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
16534         Log: Anton Berezin did more reading and the uid setting story
16535              gets more complex.
16536      Branch: perl
16537            ! pod/perltodo.pod utils/perldoc.PL
16538 ____________________________________________________________________________
16539 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
16540         Log: Integrate perlio;
16541              
16542              Win32 fixes:
16543              - vmem.h hack to handle free-by-wrong-thread after eval "".
16544              - Initialize timerid 
16545      Branch: perl
16546           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
16547 ____________________________________________________________________________
16548 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
16549         Log: Subject: Re: HiRes
16550              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16551              Date: Sun, 13 Jan 2002 10:18:46 +0100
16552              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
16553              
16554              Give up on socketpair in HP-UX.
16555      Branch: perl
16556            ! ext/Socket/socketpair.t
16557 ____________________________________________________________________________
16558 [ 14233] By: nick                                  on 2002/01/13  16:29:30
16559         Log: Integrate mainline
16560      Branch: perlio
16561           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
16562           !> (integrate 46 files)
16563 ____________________________________________________________________________
16564 [ 14232] By: nick                                  on 2002/01/13  15:37:48
16565         Log: Win32 fixes:
16566              - vmem.h hack to handle free-by-wrong-thread after eval "".
16567              - Initialize timerid 
16568      Branch: perlio
16569            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
16570 ____________________________________________________________________________
16571 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
16572         Log: *groan*
16573      Branch: perl
16574            ! t/op/pat.t
16575 ____________________________________________________________________________
16576 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
16577         Log: One more sharp s case found by Jeffrey.
16578      Branch: perl
16579            ! regexec.c t/op/pat.t
16580 ____________________________________________________________________________
16581 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
16582         Log: Comment tweak.
16583      Branch: perl
16584            ! regexec.c
16585 ____________________________________________________________________________
16586 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
16587         Log: Don't bother checking for the Greek special
16588              cases if the node is too short.
16589      Branch: perl
16590            ! regcomp.c
16591 ____________________________________________________________________________
16592 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
16593         Log: Update Changes.
16594      Branch: perl
16595            ! Changes patchlevel.h
16596 ____________________________________________________________________________
16597 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
16598         Log: metaconfig unit change for #14225.
16599      Branch: metaconfig
16600            + U/modified/i_ndbm.U
16601 ____________________________________________________________________________
16602 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
16603         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
16604              From: Jonathan Stowe <gellyfish@gellyfish.com>
16605              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
16606              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
16607      Branch: perl
16608            ! Configure config_h.SH
16609 ____________________________________________________________________________
16610 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
16611         Log: Quick reformat using indent -kr -nce, as requested
16612              by Dan Kogai and suggest by NI-S.
16613      Branch: perl
16614            ! ext/Encode/encengine.c
16615 ____________________________________________________________________________
16616 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
16617         Log: Couple more Unicode lookbehind tests.
16618      Branch: perl
16619            ! t/op/pat.t
16620 ____________________________________________________________________________
16621 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
16622         Log: Sharp S as a special treat for our German UTF-8 testers :-)
16623      Branch: perl
16624            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
16625 ____________________________________________________________________________
16626 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
16627         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
16628              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16629              Date: Sat, 12 Jan 2002 20:37:32 +0100
16630              Message-ID: <3C409E8C.16203.196C2D3@localhost>
16631      Branch: perl
16632            ! ext/B/B/Deparse.pm
16633 ____________________________________________________________________________
16634 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
16635         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
16636              really worth the bits it's printed on?
16637      Branch: perl
16638            ! lib/ExtUtils/t/MM_Unix.t
16639 ____________________________________________________________________________
16640 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
16641         Log: Special treatment for U+03B0 and U+0390 in //i,
16642              this means that we can remove the minlen pessimisations
16643              introduced by the #14096.
16644      Branch: perl
16645            ! pp_hot.c regcomp.c regexec.c
16646 ____________________________________________________________________________
16647 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
16648         Log: Integrate perlio;
16649              
16650              Abstract out the cloning of SvPVX and handle shared pv in a 
16651              safe (if suboptimal) manner. Does not fix op/fork.t :-(
16652              
16653              Win32-ize socketpair test
16654              - Win32 can fork even though $Config{d_fork} is undef
16655              - SOCK_DGRAM does not work - skip those tests.
16656      Branch: perl
16657           !> ext/Socket/socketpair.t sv.c
16658 ____________________________________________________________________________
16659 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
16660         Log: One should first drop the real uid, not the effective uid.
16661              [ID 20020110.003]
16662      Branch: perl
16663            ! utils/perldoc.PL
16664 ____________________________________________________________________________
16665 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
16666         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
16667              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16668              Date: Fri, 11 Jan 2002 23:29:48 +0100
16669              Message-ID: <3C3F756C.4581.2E2A938@localhost>
16670      Branch: perl
16671            + ext/B/C/C.xs ext/B/C/Makefile.PL
16672            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
16673            ! utils/perlcc.PL
16674 ____________________________________________________________________________
16675 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
16676         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
16677              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
16678              Date: Fri, 11 Jan 2002 14:29:30 -0800
16679              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
16680      Branch: perl
16681            ! ext/B/t/concise.t
16682 ____________________________________________________________________________
16683 [ 14214] By: nick                                  on 2002/01/12  12:31:12
16684         Log: Win32-ize socketpair test
16685              - Win32 can fork even though $Config{d_fork} is undef
16686              - SOCK_DGRAM does not work - skip those tests.
16687      Branch: perlio
16688            ! ext/Socket/socketpair.t
16689 ____________________________________________________________________________
16690 [ 14213] By: nick                                  on 2002/01/12  11:46:28
16691         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
16692              safe (if suboptimal) manner. Does not fix op/fork.t :-(
16693      Branch: perlio
16694            ! sv.c
16695 ____________________________________________________________________________
16696 [ 14212] By: ams                                   on 2002/01/12  06:10:52
16697         Log: Subject: [PATCH] More fixes for Stratus VOS
16698              From: "Green, Paul" <Paul.Green@stratus.com>
16699              Date: Fri, 11 Jan 2002 17:30:37 -0500
16700              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
16701      Branch: perl
16702            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
16703 ____________________________________________________________________________
16704 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
16705         Log: Upgrade to CGI.pm 2.80.
16706      Branch: perl
16707            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
16708 ____________________________________________________________________________
16709 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
16710         Log: FAQ sync.
16711      Branch: perl
16712            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16713            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16714            ! pod/perlfaq8.pod
16715 ____________________________________________________________________________
16716 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
16717         Log: This is getting embarrassing.
16718      Branch: perl
16719            ! t/op/pat.t
16720 ____________________________________________________________________________
16721 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
16722         Log: Doc tweaks.
16723      Branch: perl
16724            ! pod/perlunicode.pod
16725 ____________________________________________________________________________
16726 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
16727         Log: Updating the test count is good; also rephrasing
16728              so that there is no ok output containing "not".
16729      Branch: perl
16730            ! t/op/pat.t
16731 ____________________________________________________________________________
16732 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
16733         Log: Andreas is busy :-)
16734      Branch: perl
16735            ! doop.c t/op/unisprintf.t
16736 ____________________________________________________________________________
16737 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
16738         Log: Unicode lookbehind looked bad.
16739      Branch: perl
16740            ! regexec.c t/op/pat.t
16741 ____________________________________________________________________________
16742 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
16743         Log: Garbage collection.
16744      Branch: perl
16745            ! t/run/kill_perl.t
16746 ____________________________________________________________________________
16747 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
16748         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
16749              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16750              Date: Fri, 11 Jan 2002 23:29:48 +0100
16751              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
16752      Branch: perl
16753            ! embed.fnc global.sym makedef.pl
16754 ____________________________________________________________________________
16755 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
16756         Log: Subject: [PATCH] perldelta nit?
16757              From: Robert Spier <rspier@pobox.com>
16758              Date: Fri, 11 Jan 2002 15:19:16 -0800
16759              Message-ID: <15423.29428.164185.251700@rls.cx>
16760      Branch: perl
16761            ! pod/perldelta.pod
16762 ____________________________________________________________________________
16763 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
16764         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
16765              From: Michael G Schwern <schwern@pobox.com>
16766              Date: Fri, 11 Jan 2002 17:08:17 -0500
16767              Message-ID: <20020111220817.GG2838@blackrider>
16768      Branch: perl
16769            ! t/run/kill_perl.t t/test.pl
16770 ____________________________________________________________________________
16771 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
16772         Log: Subject: [PATCH] Correct misleading error message
16773              From: Mike Guy <mjtg@cam.ac.uk>
16774              Date: Fri, 11 Jan 2002 18:36:33 +0000
16775              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
16776              
16777              hash assignment -> anonymous hash
16778      Branch: perl
16779            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
16780 ____________________________________________________________________________
16781 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
16782         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
16783              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16784              Date: Fri, 11 Jan 2002 16:58:14 +0100
16785              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
16786      Branch: perl
16787            ! ext/Unicode/Normalize/mkheader
16788 ____________________________________________________________________________
16789 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
16790         Log: Add a new test for is-sprintf-preserving Unicodeness:
16791              #14194 and an old one from kill_perl.t (I could have used
16792              sprintf.t, but it's format was quite fixed, and I didn't
16793              feel like breaking the format)
16794      Branch: perl
16795            + t/op/unisprintf.t
16796            ! MANIFEST t/run/kill_perl.t
16797 ____________________________________________________________________________
16798 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
16799         Log: Integrate perlio;
16800              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
16801      Branch: perl
16802           !> win32/win32.c
16803 ____________________________________________________________________________
16804 [ 14196] By: nick                                  on 2002/01/11  20:58:20
16805         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
16806              as C runtime seems to get its hands on them even though we said
16807              they were handled.
16808              Still an issue with "die" out of signal handler - get panic: pp_iter
16809      Branch: perlio
16810            ! win32/win32.c
16811 ____________________________________________________________________________
16812 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
16813         Log: Integrate perlio;
16814              A mostly-stable version of "new" Win32 signal/kill support.
16815      Branch: perl
16816           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
16817           !> win32/config.gc win32/config.vc win32/config_H.bc
16818           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
16819           !> win32/makefile.mk win32/win32.c win32/win32.h
16820 ____________________________________________________________________________
16821 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
16822         Log: Fix for
16823              
16824              Subject: UTF-8 sprintf bug in bleadperl
16825              From: andreas.koenig@anima.de (Andreas J. Koenig)
16826              Date: 11 Jan 2002 15:47:15 +0100
16827              Message-ID: <m3vge99c7g.fsf@anima.de>
16828              
16829              I have tests, have just to figure out where to put them
16830              since op/sprintf looks a bit unfriendly for tests of
16831              somewhat freer form.
16832      Branch: perl
16833            ! doop.c sv.c
16834 ____________________________________________________________________________
16835 [ 14193] By: nick                                  on 2002/01/11  18:25:34
16836         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
16837              Builds and passes a few tests.
16838      Branch: perlio
16839           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
16840           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
16841           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
16842           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
16843           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
16844           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
16845           +> t/lib/sample-tests/lone_not_bug
16846           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
16847           +> t/lib/sample-tests/vms_nit
16848           !> (integrate 63 files)
16849 ____________________________________________________________________________
16850 [ 14192] By: nick                                  on 2002/01/11  17:49:39
16851         Log: A mostly-stable version of "new" Win32 signal/kill support.
16852      Branch: perlio
16853            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
16854            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16855            ! win32/config_h.PL win32/makefile.mk win32/win32.c
16856            ! win32/win32.h
16857 ____________________________________________________________________________
16858 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
16859         Log: Update Changes.
16860      Branch: perl
16861            ! Changes patchlevel.h
16862 ____________________________________________________________________________
16863 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
16864         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
16865              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16866              Date: Thu, 10 Jan 2002 18:21:34 -0800
16867              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
16868      Branch: perl
16869            + ext/B/t/concise.t
16870            ! MANIFEST
16871 ____________________________________________________________________________
16872 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
16873         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
16874              necessary in form.t and html.t @INC setups.
16875      Branch: perl
16876            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
16877 ____________________________________________________________________________
16878 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
16879         Log: Yet another twist.
16880      Branch: perl
16881            ! t/test.pl
16882 ____________________________________________________________________________
16883 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
16884         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
16885              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16886              Date: Fri, 11 Jan 2002 13:04:15 +0100      
16887              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
16888      Branch: perl
16889            ! hints/aix.sh
16890 ____________________________________________________________________________
16891 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
16892         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
16893              From: Jonathan Stowe <gellyfish@gellyfish.com> 
16894              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
16895              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
16896      Branch: perl
16897            ! lib/AnyDBM_File.t
16898 ____________________________________________________________________________
16899 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
16900         Log: Arguments were being mangled.
16901      Branch: perl
16902            ! t/test.pl
16903 ____________________________________________________________________________
16904 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
16905         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
16906              From: Jonathan Stowe <gellyfish@gellyfish.com>
16907              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
16908              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
16909      Branch: perl
16910            ! lib/AnyDBM_File.t
16911 ____________________________________________________________________________
16912 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
16913         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
16914              From: Michael G Schwern <schwern@pobox.com> 
16915              Date: Fri, 11 Jan 2002 04:26:27 -0500
16916              Message-ID: <20020111092626.GA16544@blackrider>
16917      Branch: perl
16918            ! t/run/kill_perl.t t/test.pl
16919 ____________________________________________________________________________
16920 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
16921         Log: Subject: [PATCH] Test::Harness 2.01
16922              From: Michael G Schwern <schwern@pobox.com> 
16923              Date: Thu, 10 Jan 2002 21:11:24 -0500
16924              Message-ID: <20020111021123.GA30666@blackrider>
16925      Branch: perl
16926            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
16927            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
16928            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
16929            + lib/Test/Harness/t/nonumbers.t
16930            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
16931            + t/lib/sample-tests/lone_not_bug
16932            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
16933            + t/lib/sample-tests/vms_nit
16934            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
16935            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
16936 ____________________________________________________________________________
16937 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
16938         Log: patch is silly when creating new files: don't run
16939              patch more than once.
16940      Branch: perl
16941            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
16942 ____________________________________________________________________________
16943 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
16944         Log: Forgot from #14179.
16945      Branch: perl
16946            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
16947 ____________________________________________________________________________
16948 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
16949         Log: Subject: [PATCH] is() undef/'' behavior change
16950              From: Michael G Schwern <schwern@pobox.com> 
16951              Date: Fri, 11 Jan 2002 03:35:51 -0500
16952              Message-ID: <20020111083551.GC30666@blackrider>
16953              
16954              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
16955              From: Michael G Schwern <schwern@pobox.com> 
16956              Date: Fri, 11 Jan 2002 03:37:44 -0500
16957              Message-ID: <20020111083744.GD30666@blackrider>
16958      Branch: perl
16959            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
16960            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
16961            ! lib/Pod/t/InputObjects.t lib/blib.t
16962 ____________________________________________________________________________
16963 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
16964         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
16965              From: Michael G Schwern <schwern@pobox.com> 
16966              Date: Thu, 10 Jan 2002 19:56:23 -0500
16967              Message-ID: <20020111005623.GA13192@blackrider>
16968      Branch: perl
16969            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
16970            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
16971            ! lib/Test/Simple.pm lib/Test/Simple/Changes
16972            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
16973            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
16974            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
16975            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
16976            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
16977            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
16978            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
16979            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
16980            ! lib/Test/Simple/t/plan_is_noplan.t
16981            ! lib/Test/Simple/t/plan_no_plan.t
16982            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
16983            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
16984            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
16985            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
16986            ! lib/Test/Tutorial.pod
16987 ____________________________________________________________________________
16988 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
16989         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
16990              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
16991              
16992              turns out even the malloc() was never really needed to begin with,
16993              so get rid of it
16994      Branch: perl
16995            ! sv.c
16996 ____________________________________________________________________________
16997 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
16998         Log: Small doc tweaks.
16999      Branch: perl
17000            ! pod/perluniintro.pod
17001 ____________________________________________________________________________
17002 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
17003         Log: support using the CRT's malloc() family of functions instead of
17004              the internal one when ithreads is enabled; allocate large blocks
17005              using VirtualAlloc() since the Heap*() functions may only be tuned
17006              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
17007              
17008              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
17009              also see comments at the top of win32/vmem.h for other options that
17010              can be set
17011      Branch: perl
17012            ! win32/vmem.h
17013 ____________________________________________________________________________
17014 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
17015         Log: Subject: micropatch
17016              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17017              Date: Thu, 10 Jan 2002 18:20:58 +0000
17018              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
17019      Branch: perl
17020            ! regcomp.c
17021 ____________________________________________________________________________
17022 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
17023         Log: Subject: [PATCH] Embed.t on Win32
17024              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17025              Date: Thu, 10 Jan 2002 18:56:21 +0100
17026              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
17027      Branch: perl
17028            ! lib/ExtUtils/t/Embed.t
17029 ____________________________________________________________________________
17030 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
17031         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
17032              From: Gisle Aas <gisle@ActiveState.com>
17033              Date: 10 Jan 2002 08:56:05 -0800
17034              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
17035      Branch: perl
17036            ! toke.c
17037 ____________________________________________________________________________
17038 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
17039         Log: Subject: [PATCH] doc fixes
17040              From: "Brendan O'Dea" <bod@debian.org>
17041              Date: Fri, 11 Jan 2002 03:49:54 +1100
17042              Message-ID: <20020110164954.GA21891@compusol.com.au>
17043      Branch: perl
17044            ! lib/I18N/Collate.pm pod/perlfunc.pod
17045 ____________________________________________________________________________
17046 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
17047         Log: Integrate perlio; More signal hackery.
17048      Branch: perl
17049           !> win32/win32.c
17050 ____________________________________________________________________________
17051 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
17052         Log: No need to show internal encodings, or return them
17053              in random order.
17054      Branch: perl
17055            ! ext/Encode/Encode.pm
17056 ____________________________________________________________________________
17057 [ 14168] By: nick                                  on 2002/01/10  17:33:31
17058         Log: Integrate mainline
17059      Branch: perlio
17060            - ext/Unicode/Normalize/Normalize.pod
17061           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
17062           !> ext/Unicode/Normalize/Makefile.PL
17063           !> ext/Unicode/Normalize/Normalize.pm
17064           !> ext/Unicode/Normalize/Normalize.xs
17065           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
17066           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
17067           !> t/run/kill_perl.t toke.c
17068 ____________________________________________________________________________
17069 [ 14167] By: nick                                  on 2002/01/10  17:08:35
17070         Log: More signal hackery
17071      Branch: perlio
17072            ! win32/win32.c
17073 ____________________________________________________________________________
17074 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
17075         Log: I think we can claim to be supporting Unicode
17076              "loose matching" now.
17077      Branch: perl
17078            ! pod/perlunicode.pod
17079 ____________________________________________________________________________
17080 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
17081         Log: Subject: doc patch
17082              From: mjd@plover.com
17083              Date: 10 Jan 2002 15:12:27 -0000
17084              Message-ID: <20020110151227.14850.qmail@plover.com>
17085      Branch: perl
17086            ! pod/perlrun.pod
17087 ____________________________________________________________________________
17088 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
17089         Log: Subject: Re: [ID 20011223.001] accept leaks memory
17090              From: Andy Dougherty <doughera@lafayette.edu>
17091              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
17092              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
17093      Branch: perl
17094            ! hints/linux.sh
17095 ____________________________________________________________________________
17096 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
17097         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
17098      Branch: perl
17099           !> win32/win32.c
17100 ____________________________________________________________________________
17101 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
17102         Log: Subject: [PATCH] Magic numbers in B::Concise
17103              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
17104              Date: Wed, 9 Jan 2002 23:04:01 -0800
17105              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
17106      Branch: perl
17107            ! ext/B/B/Concise.pm ext/B/O.pm
17108 ____________________________________________________________________________
17109 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
17110         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
17111              From: Gisle Aas <gisle@ActiveState.com>
17112              Date: 09 Jan 2002 21:52:40 -0800
17113              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
17114      Branch: perl
17115            ! t/lib/strict/vars toke.c
17116 ____________________________________________________________________________
17117 [ 14160] By: nick                                  on 2002/01/09  21:29:39
17118         Log: Skeleton coding of more kill() support on Win32.
17119      Branch: perlio
17120            ! win32/win32.c
17121 ____________________________________________________________________________
17122 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
17123         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
17124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17125              Date: Wed, 9 Jan 2002 23:24:32 +0100
17126              Message-ID: <20020109232432.A692@rafael>
17127      Branch: perl
17128            ! ext/B/B/Deparse.pm
17129 ____________________________________________________________________________
17130 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
17131         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
17132              From: Jonathan Stowe <gellyfish@gellyfish.com>
17133              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
17134              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
17135      Branch: perl
17136            ! t/run/kill_perl.t
17137 ____________________________________________________________________________
17138 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
17139         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
17140              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17141              Date: Wed, 09 Jan 2002 20:16:54 +0000
17142              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
17143      Branch: perl
17144            ! regexec.c
17145 ____________________________________________________________________________
17146 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
17147         Log: Subject: [Patch @14129] fixes Unicode::Normalize
17148              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17149              Date: Thu, 10 Jan 2002 01:08:56 +0900
17150              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
17151      Branch: perl
17152            - ext/Unicode/Normalize/Normalize.pod
17153            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
17154            ! ext/Unicode/Normalize/Normalize.pm
17155            ! ext/Unicode/Normalize/Normalize.xs
17156            ! ext/Unicode/Normalize/mkheader
17157 ____________________________________________________________________________
17158 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
17159         Log: Integrate perlio; (Re-)implement alarm() for Win32.
17160      Branch: perl
17161           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
17162           !> win32/win32iop.h
17163 ____________________________________________________________________________
17164 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
17165         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
17166              From: Nicholas Clark <nick@unfortu.net>
17167              Date: Wed, 9 Jan 2002 17:56:04 +0000
17168              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
17169      Branch: perl
17170            ! t/op/readdir.t
17171 ____________________________________________________________________________
17172 [ 14153] By: nick                                  on 2002/01/09  16:18:57
17173         Log: Integrate mainline
17174      Branch: perlio
17175           +> ext/threads/t/stress_re.t t/op/unifold.t
17176            - lib/unifold.t
17177           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
17178           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
17179           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
17180 ____________________________________________________________________________
17181 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
17182         Log: Update Changes.
17183      Branch: perl
17184            ! Changes patchlevel.h
17185 ____________________________________________________________________________
17186 [ 14151] By: nick                                  on 2002/01/09  14:27:36
17187         Log: (Re-)implement alarm() for Win32.
17188      Branch: perlio
17189            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
17190            ! win32/win32iop.h
17191 ____________________________________________________________________________
17192 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
17193         Log: Thinko.
17194      Branch: perl
17195            ! ext/threads/t/stress_re.t
17196 ____________________________________________________________________________
17197 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
17198         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
17199              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
17200              Date: Wed, 09 Jan 2002 13:37:17 +0000                
17201              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
17202      Branch: perl
17203            ! regexec.c t/op/re_tests
17204 ____________________________________________________________________________
17205 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
17206         Log: Subject: Re: Weird Malformed warning in bleadperl    
17207              From: andreas.koenig@anima.de (Andreas J. Koenig)    
17208              Date: 09 Jan 2002 11:12:37 +0100
17209              Message-ID: <m3itabbzoq.fsf@anima.de>
17210      Branch: perl
17211            ! regexec.c t/op/pat.t
17212 ____________________________________________________________________________
17213 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
17214         Log: Forgot stress_re.t from MANIFEST.
17215      Branch: perl
17216            ! MANIFEST
17217 ____________________________________________________________________________
17218 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
17219         Log: In dumping use isPRINT() instead of isprint() so that locale
17220              does not come into play.
17221      Branch: perl
17222            ! utf8.c
17223 ____________________________________________________________________________
17224 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
17225         Log: Add a threads stress test for regular expressions
17226              (mostly just a modified stress_string.t) and doesn't
17227              test that much of regular expressions, just that $1
17228              doesn't get stomped by competing threads (as it does
17229              in the 5005threads of old).
17230      Branch: perl
17231            + ext/threads/t/stress_re.t
17232            ! MANIFEST
17233 ____________________________________________________________________________
17234 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
17235         Log: (retracted by #14307)
17236              Subject: Re: [ID 20010912.007] substr reference core dump
17237              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17238              Date: Tue, 08 Jan 2002 19:17:50 +0000
17239              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
17240      Branch: perl
17241            ! scope.c t/run/kill_perl.t
17242 ____________________________________________________________________________
17243 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
17244         Log: SANY (. with /s) wasn't happy on Unicode.
17245      Branch: perl
17246            ! regexec.c t/op/pat.t
17247 ____________________________________________________________________________
17248 [ 14142] By: ams                                   on 2002/01/08  22:42:10
17249         Log: Subject: [PATCH] perldebug nit
17250              From: Tels <tels@bloodgate.com>
17251              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
17252      Branch: perl
17253            ! pod/perldebug.pod
17254 ____________________________________________________________________________
17255 [ 14141] By: ams                                   on 2002/01/08  21:32:59
17256         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
17257              From: "Green, Paul" <Paul.Green@stratus.com>
17258              Date: Tue, 8 Jan 2002 17:31:35 -0500
17259              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
17260      Branch: perl
17261            ! Makefile.SH
17262 ____________________________________________________________________________
17263 [ 14140] By: ams                                   on 2002/01/08  21:27:57
17264         Log: Subject: [PATCH] Re: Slight chokage from Deparse
17265              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17266              Date: Tue, 8 Jan 2002 23:04:45 +0100
17267              Message-Id: <20020108230445.A4798@rafael>
17268      Branch: perl
17269            ! ext/B/B/Deparse.pm
17270 ____________________________________________________________________________
17271 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
17272         Log: Subject: [patch] peep() is rude
17273              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
17274              Date: Tue, 08 Jan 2002 19:17:50 +0000            
17275              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
17276      Branch: perl
17277            ! op.c t/run/kill_perl.t
17278 ____________________________________________________________________________
17279 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
17280         Log: unifold is really an op test since it requires
17281              no external modules for its actual testing:
17282              only the unicore CaseFold.txt file, and File::Spec
17283              to portably access that file.
17284      Branch: perl
17285            + t/op/unifold.t
17286            - lib/unifold.t
17287            ! MANIFEST
17288 ____________________________________________________________________________
17289 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
17290         Log: Subject: [patch] save a test 
17291              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17292              Date: Tue, 08 Jan 2002 16:18:47 +0000
17293              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
17294      Branch: perl
17295            ! regcomp.c
17296 ____________________________________________________________________________
17297 [ 14136] By: nick                                  on 2002/01/08  16:11:55
17298         Log: Integrate mainline
17299      Branch: perlio
17300           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
17301           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
17302           !> (integrate 37 files)
17303 ____________________________________________________________________________
17304 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
17305         Log: Subject: Not OK 13843 
17306              From: andreas.koenig@anima.de (Andreas J. Koenig)
17307              Date: 08 Jan 2002 14:12:29 +0100
17308              Message-ID: <m38zb9c7gi.fsf@anima.de>
17309      Branch: perl
17310            ! op.c t/op/subst.t
17311 ____________________________________________________________________________
17312 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
17313         Log: Missed one variant of the fold testing, noticed bu Hugo.
17314      Branch: perl
17315            ! lib/unifold.t
17316 ____________________________________________________________________________
17317 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
17318         Log: Enchance the Storable magic description.
17319      Branch: perl
17320            ! ext/Storable/Storable.pm
17321 ____________________________________________________________________________
17322 [ 14132] By: ams                                   on 2002/01/08  09:16:12
17323         Log: Subject: [PATCH] don't installperl pods
17324              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17325              Date: Tue, 08 Jan 2002 10:36:01 +0100
17326              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
17327      Branch: perl
17328            ! installperl
17329 ____________________________________________________________________________
17330 [ 14131] By: ams                                   on 2002/01/08  03:38:40
17331         Log: Subject: Math-BigInt v1.49 released
17332              From: Tels <perl_dummy@bloodgate.com>
17333              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
17334      Branch: perl
17335            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
17336            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
17337            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17338            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
17339            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
17340            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
17341            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
17342            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
17343            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
17344            ! t/lib/Math/BigInt/Subclass.pm
17345 ____________________________________________________________________________
17346 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
17347         Log: A little better comments.
17348      Branch: perl
17349            ! regexec.c
17350 ____________________________________________________________________________
17351 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
17352         Log: No normalization form DNF.
17353      Branch: perl
17354            ! ext/Unicode/Normalize/Normalize.pm
17355 ____________________________________________________________________________
17356 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
17357         Log: Extension nits found by -Wall (several from threads
17358              and threads::shared, but leaving them to Arthur).
17359      Branch: perl
17360            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
17361            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
17362            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
17363            ! ext/Unicode/Normalize/mkheader x2p/str.c
17364 ____________________________________________________________________________
17365 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
17366         Log: Sync up Changes etc.
17367      Branch: maint-5.6/macperl
17368            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
17369 ____________________________________________________________________________
17370 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
17371         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
17372      Branch: maint-5.6/macperl
17373            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
17374 ____________________________________________________________________________
17375 [ 14125] By: ams                                   on 2002/01/07  22:03:22
17376         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
17377              From: Nicholas Clark (sans From field in mail header)
17378              Date: Mon, 7 Jan 2002 16:18:23 +0000
17379              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
17380      Branch: perl
17381            ! lib/Exporter.pm
17382 ____________________________________________________________________________
17383 [ 14124] By: ams                                   on 2002/01/07  21:46:11
17384         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
17385              From: "Green, Paul" <Paul.Green@stratus.com>
17386              Date: Mon, 7 Jan 2002 16:59:38 -0500
17387              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
17388      Branch: perl
17389            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
17390 ____________________________________________________________________________
17391 [ 14123] By: nick                                  on 2002/01/07  18:49:55
17392         Log: Integrate mainline
17393      Branch: perlio
17394           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
17395           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
17396           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
17397           !> regexec.c t/op/re_tests utf8.c utf8.h
17398 ____________________________________________________________________________
17399 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
17400         Log: Update Changes.
17401      Branch: perl
17402            ! Changes patchlevel.h
17403 ____________________________________________________________________________
17404 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
17405         Log: Subject: [PATCH] Correct module name in perldelta*
17406              From: Mike Guy <mjtg@cam.ac.uk>
17407              Date: Mon, 07 Jan 2002 17:02:43 +0000
17408              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
17409      Branch: perl
17410            ! pod/perl561delta.pod pod/perl56delta.pod
17411 ____________________________________________________________________________
17412 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
17413         Log: AUTHORS update.
17414      Branch: perl
17415            ! AUTHORS
17416 ____________________________________________________________________________
17417 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
17418         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
17419      Branch: perl
17420            ! ext/Storable/Storable.pm
17421 ____________________________________________________________________________
17422 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
17423         Log: perldelta updates.
17424      Branch: perl
17425            ! pod/perldelta.pod
17426 ____________________________________________________________________________
17427 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
17428         Log: Document the flags of pv_uni_display().
17429      Branch: perl
17430            ! pod/perlapi.pod utf8.c
17431 ____________________________________________________________________________
17432 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
17433         Log: Forgot from #14115.
17434      Branch: perl
17435            ! t/op/re_tests
17436 ____________________________________________________________________________
17437 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
17438         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
17439              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17440              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
17441              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
17442      Branch: perl
17443            ! regcomp.c
17444 ____________________________________________________________________________
17445 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
17446         Log: More regex and utf8 debug dumping.
17447      Branch: perl
17448            ! dump.c regcomp.c regexec.c utf8.c utf8.h
17449 ____________________________________________________________________________
17450 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
17451         Log: Unused variable.
17452      Branch: perl
17453            ! regcomp.c
17454 ____________________________________________________________________________
17455 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
17456         Log: Regen toc.
17457      Branch: perl
17458            ! pod/perltoc.pod
17459 ____________________________________________________________________________
17460 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
17461         Log: capitalize correctly, noticed by David Dyck.
17462      Branch: perl
17463            ! lib/sort.pm
17464 ____________________________________________________________________________
17465 [ 14110] By: nick                                  on 2002/01/06  22:05:19
17466         Log: Integrate mainline - threads mended, DB_File sick?
17467      Branch: perlio
17468           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
17469           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
17470           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
17471           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
17472           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
17473 ____________________________________________________________________________
17474 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
17475         Log: No need to overqualify.
17476      Branch: perl
17477            ! lib/sort.pm
17478 ____________________________________________________________________________
17479 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
17480         Log: PL_debug_pad wasn't initialized to zeroes which broke
17481              ithreads + DEBUGGING.
17482      Branch: perl
17483            ! sv.c
17484 ____________________________________________________________________________
17485 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
17486         Log: Update Changes.
17487      Branch: perl
17488            ! Changes patchlevel.h
17489 ____________________________________________________________________________
17490 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
17491         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
17492              From: Jonathan Stowe <gellyfish@gellyfish.com>
17493              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
17494              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
17495      Branch: perl
17496            ! pp_sys.c
17497 ____________________________________________________________________________
17498 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
17499         Log: DB_File sync from Paul Marquess.
17500      Branch: perl
17501            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17502            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
17503            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
17504 ____________________________________________________________________________
17505 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
17506         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
17507              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
17508              Date: Sun, 6 Jan 2002 11:44:30 +0100
17509              Message-ID: <3C38389E.7831.493570@localhost>
17510      Branch: perl
17511            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
17512            ! utils/perlcc.PL
17513 ____________________________________________________________________________
17514 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
17515         Log: Tests for #14098.
17516      Branch: perl
17517            ! t/op/lc.t
17518 ____________________________________________________________________________
17519 [ 14102] By: nick                                  on 2002/01/06  11:33:55
17520         Log: Integrate mainline (PPPort still multi-building).
17521      Branch: perlio
17522           +> lib/unifold.t
17523           !> (integrate 30 files)
17524 ____________________________________________________________________________
17525 [ 14101] By: ams                                   on 2002/01/06  04:52:50
17526         Log: Subject: [PATCH] Bad prototype detection now an optional warning
17527              From: Sam Tregar <sam@tregar.com>
17528              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
17529              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
17530      Branch: perl
17531            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
17532            ! t/comp/proto.t toke.c
17533 ____________________________________________________________________________
17534 [ 14100] By: ams                                   on 2002/01/06  01:56:59
17535         Log: Subject: [PATCH] Correct several Stratus VOS build issues
17536              From: "Green, Paul" <Paul.Green@stratus.com>
17537              Date: Sat, 5 Jan 2002 21:30:56 -0500
17538              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
17539      Branch: perl
17540            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
17541 ____________________________________________________________________________
17542 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
17543         Log: Further perl.org URL elaboration from Ask.
17544      Branch: perl
17545            ! pod/perlfaq1.pod pod/perlfaq2.pod
17546 ____________________________________________________________________________
17547 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
17548         Log: The same problem with To{Lower,Title,Upper}
17549              as earlier with ToFold.
17550      Branch: perl
17551            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
17552            ! lib/unicore/To/Upper.pl lib/unicore/mktables
17553 ____________________________________________________________________________
17554 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
17555         Log: Retract #14057 for now; the alarm/setitimer timers
17556              seen to be the same in many systems, which leads into
17557              hangups.
17558      Branch: perl
17559            ! ext/Time/HiRes/HiRes.t
17560 ____________________________________________________________________________
17561 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
17562         Log: Finish up (ha!) the Unicode case folding;
17563              enhance regex dumping code.
17564      Branch: perl
17565            + lib/unifold.t
17566            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
17567            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
17568 ____________________________________________________________________________
17569 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
17570         Log: Use the perl.org news gw instead of the perl.com one
17571              (from Ask).
17572      Branch: perl
17573            ! pod/perlfaq1.pod pod/perlfaq2.pod
17574 ____________________________________________________________________________
17575 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
17576         Log: Zero() wasn't documented.
17577      Branch: perl
17578            ! pod/perlclib.pod
17579 ____________________________________________________________________________
17580 [ 14093] By: ams                                   on 2002/01/05  17:58:35
17581         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
17582              From: Nicholas Clark <nick@unfortu.net>
17583              Date: Sat, 5 Jan 2002 18:55:39 +0000
17584              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
17585      Branch: perl
17586            ! lib/Memoize/t/tie_ndbm.t
17587 ____________________________________________________________________________
17588 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
17589         Log: Also UNICOS/mk has deviant socketpair().
17590      Branch: perl
17591            ! ext/Socket/socketpair.t
17592 ____________________________________________________________________________
17593 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
17594         Log: Ooops.  Retract the regex parts of #14090.
17595      Branch: perl
17596            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
17597 ____________________________________________________________________________
17598 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
17599         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
17600              From: Nicholas Clark <nick@unfortu.net> 
17601              Date: Sat, 5 Jan 2002 18:10:13 +0000
17602              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
17603      Branch: perl
17604            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
17605            ! regcomp.h regexec.c
17606 ____________________________________________________________________________
17607 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
17608         Log: Integrate perlio; a missing aTHX.
17609      Branch: perl
17610           !> op.c
17611 ____________________________________________________________________________
17612 [ 14088] By: nick                                  on 2002/01/05  12:35:01
17613         Log: One missing aTHX_
17614      Branch: perlio
17615            ! op.c
17616 ____________________________________________________________________________
17617 [ 14087] By: nick                                  on 2002/01/05  12:00:48
17618         Log: Raw integrate of mainline - op.c looks dodgy.
17619      Branch: perlio
17620           +> lib/Pod/t/Functions.t t/op/winsystem.t
17621            - lib/File/Spec/NW5.pm t/op/system.t
17622           !> (integrate 77 files)
17623 ____________________________________________________________________________
17624 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
17625         Log: integrate changes from maint-5.6/macperl branch
17626      Branch: maint-5.6/perl
17627           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
17628           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
17629 ____________________________________________________________________________
17630 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
17631         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
17632              found by Marc Lehmann.
17633      Branch: perl
17634            ! pp.c
17635 ____________________________________________________________________________
17636 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
17637         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
17638              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17639              Date: Sat, 5 Jan 2002 00:31:12 +0100
17640              Message-ID: <20020105003112.E1850@rafael>              
17641      Branch: perl
17642            ! t/comp/proto.t
17643 ____________________________________________________________________________
17644 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
17645         Log: A bit of "perl.com" cleanup.
17646      Branch: perl
17647            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
17648            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
17649            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
17650            ! pod/perlmodlib.PL pod/perlmodlib.pod
17651 ____________________________________________________________________________
17652 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
17653         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
17654              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17655              Date: Fri, 4 Jan 2002 23:35:19 +0100
17656              Message-ID: <20020104233519.A1850@rafael>
17657      Branch: perl
17658            ! op.c
17659 ____________________________________________________________________________
17660 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
17661         Log: Integrate change #14062 from macperl;
17662              Define setbuf, setvbuf for Mac OS
17663      Branch: perl
17664           !> ext/IO/IO.xs
17665 ____________________________________________________________________________
17666 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
17667         Log: Bump version, update Changes
17668      Branch: maint-5.6/macperl
17669            ! macos/Changes macos/MPVersion.r
17670 ____________________________________________________________________________
17671 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
17672         Log: Add more droplets
17673      Branch: maint-5.6/macperl
17674            + macos/macperl/Droplets/gluedialect.plx
17675            + macos/macperl/Droplets/glueedit.plx
17676            + macos/macperl/Droplets/gluemac.plx
17677            + macos/macperl/Droplets/gluescriptadds.plx
17678            + macos/macperl/Droplets/installme.plx
17679            + macos/macperl/Droplets/show_glue_pods.plx
17680            + macos/macperl/Droplets/tarzipme.plx
17681            + macos/macperl/Droplets/untarzipme.plx
17682 ____________________________________________________________________________
17683 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
17684         Log: Display the native pwd command.
17685      Branch: perl
17686            ! ext/Cwd/t/cwd.t
17687 ____________________________________________________________________________
17688 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
17689         Log: Under Mac OS X /dev/stdout is normally a symlink,
17690              but when running the test it seems to become a socket.
17691              So let's extend our censorship.
17692      Branch: perl
17693            ! t/op/stat.t
17694 ____________________________________________________________________________
17695 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
17696         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
17697      Branch: maint-5.6/macperl
17698            + macos/HandleSocket.cp
17699            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
17700            ! macos/macperl.sym
17701 ____________________________________________________________________________
17702 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
17703         Log: Doc updates
17704      Branch: maint-5.6/macperl
17705            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
17706 ____________________________________________________________________________
17707 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
17708         Log: Update libraries
17709      Branch: maint-5.6/macperl
17710            ! macos/macperl/Makefile.mk
17711 ____________________________________________________________________________
17712 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
17713         Log: Update tests to Mac::StandardFile from StandardFile.pl,
17714              plus other fixes
17715      Branch: maint-5.6/macperl
17716            ! macos/ext/Mac/Menus/t/MenuBar.t
17717            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
17718            ! macos/ext/Mac/Movies/t/PlayMovie.t
17719            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
17720            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
17721            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
17722            ! macos/ext/Mac/Resources/t/Resources.t
17723 ____________________________________________________________________________
17724 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
17725         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
17726      Branch: maint-5.6/macperl
17727            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
17728            ! macos/ext/Mac/Movies/Movies.xs
17729            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
17730            ! macos/ext/Mac/StandardFile/StandardFile.xs
17731            ! macos/ext/Mac/Windows/Windows.xs
17732 ____________________________________________________________________________
17733 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
17734         Log: Updates for Universal Headers 3.4 (forgot one)
17735      Branch: maint-5.6/macperl
17736            ! macos/macperl/MPConsole.cp
17737 ____________________________________________________________________________
17738 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
17739         Log: Updates for Universal Headers 3.4
17740      Branch: maint-5.6/macperl
17741            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
17742            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
17743            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
17744            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
17745            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
17746            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
17747            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
17748            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
17749            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
17750 ____________________________________________________________________________
17751 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
17752         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
17753              from <200112112327.JAA25434@gpo.metropolis.net.au>;
17754              don't crash on quit for 68K (MacPerl Bug #490013)
17755      Branch: maint-5.6/macperl
17756            ! macos/macish.c macos/macperl/MPConsole.cp
17757 ____________________________________________________________________________
17758 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
17759         Log: If we do have socketpair(), make my_socketpair()
17760              just call the real socketpair().  This way we always
17761              have real code behind my_socketpair() and a symbol
17762              corresponding to the my_socketpair in global.sym.
17763      Branch: perl
17764            ! embed.fnc embed.h makedef.pl proto.h util.c
17765 ____________________________________________________________________________
17766 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
17767         Log: Disable sigaction (MacPerl Bug #470321)
17768      Branch: maint-5.6/macperl
17769            ! macos/config.h macos/config.sh
17770 ____________________________________________________________________________
17771 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
17772         Log: Make GUSI resource work (MacPerl Bug #464638)
17773      Branch: maint-5.6/macperl
17774            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
17775            ! macos/macperl/MacPerl.rsrc
17776 ____________________________________________________________________________
17777 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
17778         Log: Make AutoSplit go a little deeper
17779      Branch: maint-5.6/macperl
17780            ! macos/Makefile.mk
17781 ____________________________________________________________________________
17782 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
17783         Log: A few doc updates from bleadperl
17784      Branch: maint-5.6/macperl
17785            ! pod/perlmodinstall.pod pod/perlport.pod
17786 ____________________________________________________________________________
17787 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
17788         Log: Sync up to latest changes from bleadperl
17789      Branch: maint-5.6/macperl
17790            ! lib/File/Find.pm
17791 ____________________________________________________________________________
17792 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
17793         Log: Define setbuf, setvbuf for Mac OS
17794      Branch: maint-5.6/macperl
17795            ! ext/IO/IO.xs
17796 ____________________________________________________________________________
17797 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
17798         Log: Delete by request of Mark-Jason Dominus (change #13676)
17799      Branch: maint-5.6/macperl
17800            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
17801 ____________________________________________________________________________
17802 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
17803         Log: Spread the good word of "env".
17804      Branch: perl
17805            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
17806 ____________________________________________________________________________
17807 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
17808         Log: Till the system tests do something non-Win*, better rename
17809              the test so that people on other platforms don't get confused.
17810              (Not win32system, because assumedly there's win64, too.)
17811      Branch: perl
17812            + t/op/winsystem.t
17813            - t/op/system.t
17814            ! MANIFEST
17815 ____________________________________________________________________________
17816 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
17817         Log: Some tweaks.
17818      Branch: perl
17819            ! lib/Pod/t/Functions.t
17820 ____________________________________________________________________________
17821 [ 14057] By: ams                                   on 2002/01/04  17:40:31
17822         Log: (retracted by #14057)
17823              
17824              Subject: [PATCH] Time/HiRes/HiRes.t
17825              From: Nicholas Clark <nick@unfortu.net>
17826              Date: Fri, 4 Jan 2002 17:28:46 +0000
17827              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
17828      Branch: perl
17829            ! ext/Time/HiRes/HiRes.t
17830 ____________________________________________________________________________
17831 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
17832         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
17833              From: Abe Timmerman <abe@ztreet.demon.nl>
17834              Date: Fri, 04 Jan 2002 18:42:33 +0100
17835              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
17836      Branch: perl
17837            + lib/Pod/t/Functions.t
17838            ! MANIFEST lib/Pod/Functions.pm
17839 ____________________________________________________________________________
17840 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
17841         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
17842              From: "Craig A. Berry" <craigberry@mac.com>
17843              Date: Thu, 3 Jan 2002 17:32:20 -0600
17844              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
17845      Branch: perl
17846            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
17847 ____________________________________________________________________________
17848 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
17849         Log: Document the U+0085, U+2028, and U+2029.
17850      Branch: perl
17851            ! pod/perlre.pod pod/perlretut.pod
17852 ____________________________________________________________________________
17853 [ 14053] By: ams                                   on 2002/01/04  03:27:44
17854         Log: Subject: [PATCH] warn if not CORE::dump
17855              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17856              Date: Thu, 3 Jan 2002 22:04:00 +0100
17857              Message-Id: <20020103220400.A13958@rafael>
17858      Branch: perl
17859            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
17860 ____________________________________________________________________________
17861 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
17862         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
17863      Branch: perl
17864            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
17865 ____________________________________________________________________________
17866 [ 14051] By: ams                                   on 2002/01/04  03:00:12
17867         Log: Subject: [PATCH] File::Compare::VERSION
17868              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17869              Date: Thu, 3 Jan 2002 23:42:52 +0100
17870              Message-Id: <20020103234252.G13958@rafael>
17871      Branch: perl
17872            ! lib/File/Compare.pm
17873 ____________________________________________________________________________
17874 [ 14050] By: ams                                   on 2002/01/04  02:58:05
17875         Log: Subject: [PATCH @14042] threads::shared doc
17876              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
17877              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
17878              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
17879      Branch: perl
17880            ! ext/threads/shared/shared.pm
17881 ____________________________________________________________________________
17882 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
17883         Log: #14048 exposed few false positives, to be fixed soonish.
17884      Branch: perl
17885            ! t/op/pat.t
17886 ____________________________________________________________________________
17887 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
17888         Log: Do not add the first characters of multicharacter foldings
17889              into character classes.
17890      Branch: perl
17891            ! regcomp.c
17892 ____________________________________________________________________________
17893 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
17894         Log: A bit of testing for #14046.
17895      Branch: perl
17896            ! t/op/pat.t
17897 ____________________________________________________________________________
17898 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
17899         Log: Allow emitting the foldcased version of "\x{df}", "ss"
17900              (among others, another example would be \x{fb00} -> "ff")
17901      Branch: perl
17902            ! regcomp.c
17903 ____________________________________________________________________________
17904 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
17905         Log: Subject: [PATCH] File::Spec & NetWare
17906              From: Dave Rolsky <autarch@urth.org>
17907              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
17908              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
17909      Branch: perl
17910            - lib/File/Spec/NW5.pm
17911            ! MANIFEST lib/File/Spec.pm
17912 ____________________________________________________________________________
17913 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
17914         Log: FAQ sync (RCS Ids only?)
17915      Branch: perl
17916            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
17917 ____________________________________________________________________________
17918 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
17919         Log: AUTHORs updates.
17920      Branch: perl
17921            ! AUTHORS
17922 ____________________________________________________________________________
17923 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
17924         Log: Update Changes.
17925      Branch: perl
17926            ! Changes patchlevel.h
17927 ____________________________________________________________________________
17928 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
17929         Log: Missed the =head1 additions.
17930      Branch: perl
17931            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
17932            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
17933            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
17934            ! util.c
17935 ____________________________________________________________________________
17936 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
17937         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
17938              From: Robin Barker <rmb1@cise.npl.co.uk>
17939              Date: Thu, 3 Jan 2002 15:26:20 GMT
17940              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
17941      Branch: perl
17942            ! lib/Carp.t lib/Carp/Heavy.pm
17943 ____________________________________________________________________________
17944 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
17945         Log: Subject: [PATCH hv.c] 
17946              From: Robin Barker <rmb1@cise.npl.co.uk>
17947              Date: Thu, 3 Jan 2002 14:49:06 GMT
17948              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
17949              
17950              -Wformat check.
17951      Branch: perl
17952            ! hv.c
17953 ____________________________________________________________________________
17954 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
17955         Log: NetWare tweaks from Ananth Kesari.
17956      Branch: perl
17957            ! NetWare/t/NWScripts.pl lib/File/Find.pm
17958 ____________________________________________________________________________
17959 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
17960         Log: Cast.
17961      Branch: perl
17962            ! regexec.c
17963 ____________________________________________________________________________
17964 [ 14036] By: ams                                   on 2002/01/03  12:12:31
17965         Log: Grammar fix suggested by Gwyn Judd.
17966      Branch: perl
17967            ! pod/perldiag.pod
17968 ____________________________________________________________________________
17969 [ 14035] By: nick                                  on 2002/01/03  09:22:42
17970         Log: More strange perlio != mainline differences where
17971              I have not been.
17972      Branch: perlio
17973           !> hints/unicos.sh hints/unicosmk.sh
17974 ____________________________________________________________________________
17975 [ 14034] By: nick                                  on 2002/01/03  09:19:37
17976         Log: Integrate mainline (including force integrate of
17977              lib/charnames.pm which had got out-of-step)
17978      Branch: perlio
17979           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
17980 ____________________________________________________________________________
17981 [ 14033] By: ams                                   on 2002/01/03  08:24:24
17982         Log: Subject: Not ok 14031: PPPort Makefile.PL
17983              From: andreas.koenig@anima.de (Andreas J. Koenig)
17984              Date: 03 Jan 2002 10:17:46 +0100
17985              Message-Id: <m3sn9n94jp.fsf@anima.de>
17986      Branch: perl
17987            ! ext/Devel/PPPort/Makefile.PL
17988 ____________________________________________________________________________
17989 [ 14032] By: nick                                  on 2002/01/03  08:24:00
17990         Log: Integrate mainline.
17991      Branch: perlio
17992           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
17993           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
17994           !> (integrate 31 files)
17995 ____________________________________________________________________________
17996 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
17997         Log: Off-by-one is my middle name.
17998      Branch: perl
17999            ! regexec.c
18000 ____________________________________________________________________________
18001 [ 14030] By: ams                                   on 2002/01/02  23:56:37
18002         Log: Subject: [PATCH @14015] threads::shared disabling
18003              From: Andy Bussey <andybussey@yahoo.co.uk>
18004              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
18005              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
18006      Branch: perl
18007            + ext/threads/shared/t/no_share.t
18008            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
18009 ____________________________________________________________________________
18010 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
18011         Log: Simon's new perlapi scheme, I hope I got all the pieces.
18012      Branch: perl
18013            + autodoc.pl embed.fnc
18014            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
18015 ____________________________________________________________________________
18016 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
18017         Log: Integrate perlio; more PPPort Makefile source dependence removal
18018      Branch: perl
18019           !> ext/Devel/PPPort/Makefile.PL perl.h
18020 ____________________________________________________________________________
18021 [ 14027] By: ams                                   on 2002/01/02  21:42:50
18022         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
18023              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18024              Date: Wed, 2 Jan 2002 23:09:13 +0100
18025              Message-Id: <20020102230913.A17373@rafael>
18026      Branch: perl
18027            ! pod/perldiag.pod
18028 ____________________________________________________________________________
18029 [ 14026] By: ams                                   on 2002/01/02  21:38:34
18030         Log: Subject: Re: PATCH: lib/Term/Cap.pm
18031              From: Jonathan Stowe <gellyfish@gellyfish.com>
18032              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
18033              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
18034      Branch: perl
18035            ! lib/Term/Cap.pm
18036 ____________________________________________________________________________
18037 [ 14025] By: ams                                   on 2002/01/02  18:34:26
18038         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
18039              From: Sam Tregar <sam@tregar.com>
18040              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
18041              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
18042      Branch: perl
18043            ! pod/perldiag.pod t/comp/proto.t toke.c
18044 ____________________________________________________________________________
18045 [ 14024] By: ams                                   on 2002/01/02  18:16:12
18046         Log: Subject: PATCH: lib/Term/Cap.pm
18047              From: Norton Allen <allen@huarp.harvard.edu>
18048              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
18049              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
18050      Branch: perl
18051            ! lib/Term/Cap.pm
18052 ____________________________________________________________________________
18053 [ 14023] By: ams                                   on 2002/01/02  18:12:31
18054         Log: Subject: PATCH: lib/Cwd.pm for QNX4
18055              From: Norton Allen <allen@huarp.harvard.edu>
18056              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
18057              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
18058      Branch: perl
18059            ! lib/Cwd.pm
18060 ____________________________________________________________________________
18061 [ 14022] By: nick                                  on 2002/01/02  18:01:21
18062         Log: More PPPort Makefile source dependence removal
18063      Branch: perlio
18064            ! ext/Devel/PPPort/Makefile.PL
18065 ____________________________________________________________________________
18066 [ 14021] By: nick                                  on 2002/01/02  17:44:36
18067         Log: Sort out muddle of editing on three machines ...
18068      Branch: perlio
18069           !> Changes MANIFEST cygwin/Makefile.SHs
18070           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
18071           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
18072           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
18073 ____________________________________________________________________________
18074 [ 14020] By: ams                                   on 2002/01/02  17:06:27
18075         Log: Fix misplaced application of #14016.
18076      Branch: perl
18077            ! op.c
18078 ____________________________________________________________________________
18079 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
18080         Log: Integrate perlio; avoid uninit debug_pad.
18081      Branch: perl
18082           !> sv.c
18083 ____________________________________________________________________________
18084 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
18085         Log: makedepend VOS fix from Paul Green.
18086      Branch: perl
18087            ! makedepend.SH
18088 ____________________________________________________________________________
18089 [ 14017] By: nick                                  on 2002/01/02  16:09:43
18090         Log: Avoid un-init perl_debug_pad in clones
18091      Branch: perlio
18092            ! sv.c
18093 ____________________________________________________________________________
18094 [ 14016] By: ams                                   on 2002/01/02  15:58:11
18095         Log: Subject: [PATCH] random crash in B::LISTOP::last
18096              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18097              Date: Wed, 2 Jan 2002 17:37:28 +0100
18098              Message-Id: <3C334558.3906.19CB98D@localhost>
18099      Branch: perl
18100            ! op.c
18101 ____________________________________________________________________________
18102 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
18103         Log: Update Changes.
18104      Branch: perl
18105            ! Changes patchlevel.h
18106 ____________________________________________________________________________
18107 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
18108         Log: One more iteration of the ibcmp_utf8() interface,
18109              hopefully this is a convergent iteration...
18110      Branch: perl
18111            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
18112 ____________________________________________________________________________
18113 [ 14013] By: ams                                   on 2002/01/02  13:43:58
18114         Log: Upgrade to podlators-1.19.
18115      Branch: perl
18116            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
18117            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
18118            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
18119            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
18120            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
18121 ____________________________________________________________________________
18122 [ 14012] By: ams                                   on 2002/01/02  09:48:51
18123         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
18124              From: martyn@inpharmatica.co.uk
18125              Date: Wed, 19 Dec 2001 19:05:00 +0000
18126              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
18127      Branch: perl
18128            ! lib/Pod/Usage.pm
18129 ____________________________________________________________________________
18130 [ 14011] By: nick                                  on 2002/01/02  08:38:18
18131         Log: Integrate mainline
18132      Branch: perlio
18133           !> (integrate 28 files)
18134 ____________________________________________________________________________
18135 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
18136         Log: Make ibcmp_utf8() optionally progress in either string for
18137              as long as it takes and optionally record how far it got.
18138      Branch: perl
18139            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
18140 ____________________________________________________________________________
18141 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
18142         Log: Once more try to get the PPPort Makefile right.
18143      Branch: perl
18144            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
18145 ____________________________________________________________________________
18146 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
18147         Log: -Wall silencing.
18148      Branch: perl
18149            ! utf8.c
18150 ____________________________________________________________________________
18151 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
18152         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
18153              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18154              Date: Tue, 1 Jan 2002 22:45:21 +0100       
18155              Message-ID: <20020101224521.A691@rafael>
18156      Branch: perl
18157            ! ext/B/B/Deparse.pm
18158 ____________________________________________________________________________
18159 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
18160         Log: VOS tweak from Paul Green: VOS has different O_BINARY
18161              and O_TEXT, but VOS always uses LF, never CRLF.
18162      Branch: perl
18163            ! perl.h
18164 ____________________________________________________________________________
18165 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
18166         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
18167      Branch: perl
18168            ! regexec.c utf8.c
18169 ____________________________________________________________________________
18170 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
18171         Log: Now that to_utf8_fold() was fixed.
18172      Branch: perl
18173            ! regcomp.c regexec.c
18174 ____________________________________________________________________________
18175 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
18176         Log: Integrate perlio; experimental binmode() re-coding.
18177      Branch: perl
18178           !> perlio.c
18179 ____________________________________________________________________________
18180 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
18181         Log: Document the to_utf8_*() functions.
18182      Branch: perl
18183            ! embed.pl pod/perlapi.pod utf8.c
18184 ____________________________________________________________________________
18185 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
18186         Log: Better support for multicharacter foldings.
18187              Now all but two of the CaseFold.txt cases work-- but
18188              only when the target string is single-character, more
18189              debugging needed.
18190      Branch: perl
18191            ! regexec.c
18192 ____________________________________________________________________________
18193 [ 14000] By: ams                                   on 2002/01/01  15:59:43
18194         Log: Subject: [PATCH] don't installperl pods
18195              From: Nicholas Clark <nick@unfortu.net>
18196              Date: Tue, 1 Jan 2002 16:44:12 +0000
18197              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
18198      Branch: perl
18199            ! installperl
18200 ____________________________________________________________________________
18201 [ 13999] By: ams                                   on 2002/01/01  14:34:04
18202         Log: Subject: [PATCH] perldiag.pod transposition
18203              From: Nicholas Clark <nick@unfortu.net>
18204              Date: Tue, 1 Jan 2002 15:03:52 +0000
18205              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
18206      Branch: perl
18207            ! pod/perldiag.pod
18208 ____________________________________________________________________________
18209 [ 13998] By: ams                                   on 2002/01/01  13:36:49
18210         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
18211              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18212              Date: Tue, 1 Jan 2002 15:12:36 +0100
18213              Message-Id: <20020101151236.A951@rafael>
18214      Branch: perl
18215            ! pod/perldiag.pod
18216 ____________________________________________________________________________
18217 [ 13997] By: ams                                   on 2002/01/01  13:33:06
18218         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
18219              From: Nicholas Clark <nick@unfortu.net>
18220              Date: Tue, 1 Jan 2002 13:13:17 +0000
18221              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
18222      Branch: perl
18223            ! ext/Socket/socketpair.t
18224 ____________________________________________________________________________
18225 [ 13996] By: ams                                   on 2002/01/01  04:44:28
18226         Log: Subject: [PATCH @13746] Leaner exporter
18227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18228              Date: Mon, 31 Dec 2001 18:16:08 -0500
18229              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
18230      Branch: perl
18231            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
18232 ____________________________________________________________________________
18233 [ 13995] By: ams                                   on 2002/01/01  04:29:44
18234         Log: Subject: [PATCH @13746] h2xs broken
18235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18236              Date: Mon, 31 Dec 2001 17:48:55 -0500
18237              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
18238      Branch: perl
18239            ! utils/h2xs.PL
18240 ____________________________________________________________________________
18241 [ 13994] By: ams                                   on 2002/01/01  04:25:46
18242         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
18243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18244              Date: Mon, 31 Dec 2001 17:42:25 -0500
18245              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
18246      Branch: perl
18247            ! lib/ExtUtils/MM_Unix.pm
18248 ____________________________________________________________________________
18249 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
18250         Log: Rename the variables to be a bit more consistent.
18251      Branch: perl
18252            ! utf8.c
18253 ____________________________________________________________________________
18254 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
18255         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
18256              (found by Jeffrey Friedl)
18257      Branch: perl
18258            ! regexec.c t/op/pat.t utf8.c
18259 ____________________________________________________________________________
18260 [ 13991] By: nick                                  on 2001/12/31  18:08:55
18261         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
18262      Branch: perlio
18263            ! perlio.c
18264 ____________________________________________________________________________
18265 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
18266         Log: Update Changes.
18267      Branch: perl
18268            ! Changes patchlevel.h
18269 ____________________________________________________________________________
18270 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
18271         Log: Less unused ones.
18272      Branch: perl
18273            ! regexec.c
18274 ____________________________________________________________________________
18275 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
18276         Log: Unused variable.
18277      Branch: perl
18278            ! regcomp.c
18279 ____________________________________________________________________________
18280 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
18281         Log: Forgotten file.
18282      Branch: perl
18283            ! MANIFEST
18284 ____________________________________________________________________________
18285 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
18286         Log: Subject: Re: Cygwin: one down one to go 
18287              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18288              Date: Mon, 31 Dec 2001 18:34:36 +0100
18289              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
18290      Branch: perl
18291            ! cygwin/Makefile.SHs
18292 ____________________________________________________________________________
18293 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
18294         Log: Add some comments to the recent Unicode case-folding saga.
18295      Branch: perl
18296            ! regcomp.c regexec.c
18297 ____________________________________________________________________________
18298 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
18299         Log: Slight comment tweakage.
18300      Branch: perl
18301            ! ext/I18N/Langinfo/Langinfo.t
18302 ____________________________________________________________________________
18303 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
18304         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
18305      Branch: perl
18306            ! perl.h
18307 ____________________________________________________________________________
18308 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
18309         Log: Subject: [ PATCH] Cygwin: one down one to go
18310              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18311              Date: Mon, 31 Dec 2001 17:03:40 +0100
18312              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
18313      Branch: perl
18314            ! lib/Pod/t/basic.t
18315 ____________________________________________________________________________
18316 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
18317         Log: Tweak the dependencies not to recompile everytime,
18318              as suggested by NI-S.
18319      Branch: perl
18320            ! ext/Devel/PPPort/Makefile.PL
18321 ____________________________________________________________________________
18322 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
18323         Log: Planning still not right.
18324      Branch: perl
18325            ! lib/User/grent.t
18326 ____________________________________________________________________________
18327 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
18328         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
18329              From: Michael G Schwern <schwern@pobox.com>
18330              Date: Sun, 30 Dec 2001 18:07:55 -0500
18331              Message-ID: <20011230230755.GG12840@blackrider>
18332              
18333              (lib/User/grent, really)
18334      Branch: perl
18335            ! lib/User/grent.t
18336 ____________________________________________________________________________
18337 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
18338         Log: Integrate perlio; cleanup, in particular avoid accidental
18339              PerlIO_flush(NULL) if PerlIONext is NULL.
18340      Branch: perl
18341           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
18342 ____________________________________________________________________________
18343 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
18344         Log: Subject: typo in IO::Socket::INET.pm
18345              From: mjd@plover.com
18346              Date: 31 Dec 2001 14:31:10 -0000
18347              Message-ID: <20011231143110.4989.qmail@plover.com>
18348      Branch: perl
18349            ! ext/IO/lib/IO/Socket/INET.pm
18350 ____________________________________________________________________________
18351 [ 13976] By: nick                                  on 2001/12/31  13:56:11
18352         Log: Integrate mainline
18353      Branch: perlio
18354           !> (integrate 29 files)
18355 ____________________________________________________________________________
18356 [ 13975] By: nick                                  on 2001/12/31  12:40:50
18357         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
18358              if PerlIONext is NULL.
18359      Branch: perlio
18360            ! perlio.c perliol.h
18361 ____________________________________________________________________________
18362 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
18363         Log: Subject: Re: [PATCH] Basic bad prototype detection
18364              From: Sam Tregar <sam@tregar.com>
18365              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
18366              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
18367      Branch: perl
18368            ! t/comp/proto.t toke.c
18369 ____________________________________________________________________________
18370 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
18371         Log: Subject: [PATCH] configure.com / scriptdirexp
18372              From: "Craig A. Berry" <craigberry@mac.com>
18373              Date: Sun, 30 Dec 2001 15:47:28 -0600
18374              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
18375      Branch: perl
18376            ! configure.com
18377 ____________________________________________________________________________
18378 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
18379         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
18380              From: Abe Timmerman <abe@ztreet.demon.nl>
18381              Date: Mon, 31 Dec 2001 03:55:27 +0100
18382              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
18383      Branch: perl
18384            ! lib/ExtUtils/t/MM_Win32.t
18385 ____________________________________________________________________________
18386 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
18387         Log: Subject: [PATCH] Basic bad prototype detection
18388              From: Sam Tregar <sam@tregar.com> 
18389              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
18390              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
18391      Branch: perl
18392            ! pod/perldiag.pod t/comp/proto.t toke.c
18393 ____________________________________________________________________________
18394 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
18395         Log: Makefiles are sloppy about the exe suffix
18396              (from Paul Green)
18397      Branch: perl
18398            ! Makefile.SH x2p/Makefile.SH
18399 ____________________________________________________________________________
18400 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
18401         Log: Delay folding until necessary; start of handling
18402              folding into several characters.
18403      Branch: perl
18404            ! regcomp.c regexec.c
18405 ____________________________________________________________________________
18406 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
18407         Log: gcc -Wall dewhine.
18408      Branch: perl
18409            ! regexec.c
18410 ____________________________________________________________________________
18411 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
18412         Log: More Unicode folding tweaks, avoid potential false matches.
18413      Branch: perl
18414            ! regexec.c
18415 ____________________________________________________________________________
18416 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
18417         Log: Make that six wrongs.
18418      Branch: perl
18419            ! regexec.c utf8.c
18420 ____________________________________________________________________________
18421 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
18422         Log: Four wrongs can make a right.
18423      Branch: perl
18424            ! regexec.c utf8.c
18425 ____________________________________________________________________________
18426 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
18427         Log: Fix all the I case foldings as per CaseFold.txt.
18428      Branch: perl
18429            ! regcomp.c regexec.c
18430 ____________________________________________________________________________
18431 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
18432         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
18433      Branch: perl
18434            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
18435            ! regexec.c utf8.c
18436 ____________________________________________________________________________
18437 [ 13962] By: nick                                  on 2001/12/30  18:33:41
18438         Log: Integrate 8.3 fix for PPPort fix
18439      Branch: perlio
18440           +> ext/Devel/PPPort/ppport_h.PL
18441            - ext/Devel/PPPort/ppport.h.PL
18442            ! ext/Devel/PPPort/MANIFEST
18443           !> ext/Devel/PPPort/Makefile.PL
18444 ____________________________________________________________________________
18445 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
18446         Log: Integrate perlio; more win32 stuff:
18447              
18448              A. Use Perl_my_socketpair()
18449              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
18450              load winsock.
18451              C. (In passing) work round fact that $$ is now SvREADONLY
18452              so we need to take special measures to set it during
18453              pseudo-fork.
18454      Branch: perl
18455           !> util.c win32/perlhost.h
18456 ____________________________________________________________________________
18457 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
18458         Log: Fix ppport.h for Unix.
18459      Branch: perl
18460            + ext/Devel/PPPort/ppport_h.PL
18461            - ext/Devel/PPPort/ppport.h.PL
18462            ! MANIFEST ext/Devel/PPPort/Makefile.PL
18463 ____________________________________________________________________________
18464 [ 13959] By: nick                                  on 2001/12/30  16:53:42
18465         Log: Win32 stuff:
18466              A. Use Perl_my_socketpair()
18467              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
18468              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
18469              take special measures to set it during pseudo-fork.
18470      Branch: perlio
18471            ! util.c win32/perlhost.h
18472 ____________________________________________________________________________
18473 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
18474         Log: Integrate perlio; win32 kicking.
18475      Branch: perl
18476           +> ext/Devel/PPPort/ppport.h.PL
18477           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
18478           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
18479           !> proto.h
18480 ____________________________________________________________________________
18481 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
18482         Log: metaconfig unit change for #13956.
18483      Branch: metaconfig
18484            ! U/modified/spitshell.U
18485 ____________________________________________________________________________
18486 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
18487         Log: Must look for cat also in $PATH (noticed by Philip Newton).
18488      Branch: perl
18489            ! Configure
18490 ____________________________________________________________________________
18491 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
18492         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
18493              From: Blair Zajac <blair@orcaware.com>
18494              Date: Sat, 29 Dec 2001 22:37:03 -0800
18495              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
18496      Branch: perl
18497            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
18498 ____________________________________________________________________________
18499 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
18500         Log: Regen files.
18501      Branch: perl
18502            ! embed.h global.sym pod/perlapi.pod uconfig.h
18503 ____________________________________________________________________________
18504 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
18505         Log: Subject: [PATCH] -t without -w 
18506              From: Michael G Schwern <schwern@pobox.com>
18507              Date: Sat, 29 Dec 2001 23:46:25 -0500
18508              Message-ID: <20011230044625.GA14386@blackrider>
18509      Branch: perl
18510            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
18511            ! warnings.pl
18512 ____________________________________________________________________________
18513 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
18514         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
18515              From: Dave Rolsky <autarch@urth.org>               
18516              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
18517              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
18518              
18519              $^O is NetWare, not Netware.
18520      Branch: perl
18521            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
18522 ____________________________________________________________________________
18523 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
18524         Log: Sarathy thinks undoing C++ comments from C++ files
18525              is a bit too zealous.
18526      Branch: perl
18527            ! win32/perlhost.h win32/vmem.h
18528 ____________________________________________________________________________
18529 [ 13950] By: nick                                  on 2001/12/30  14:30:02
18530         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
18531              This gets them into Errno.pm - yet to prove they end up in $!.
18532      Branch: perlio
18533            ! ext/Errno/Errno_pm.PL
18534 ____________________________________________________________________________
18535 [ 13949] By: nick                                  on 2001/12/30  12:02:21
18536         Log: Integrate Cwd muddle
18537      Branch: perlio
18538           !> MANIFEST installperl lib/Cwd.pm
18539 ____________________________________________________________________________
18540 [ 13948] By: nick                                  on 2001/12/30  11:51:40
18541         Log: remove embed.pl duplicates
18542      Branch: perlio
18543            ! embed.h embed.pl global.sym proto.h
18544 ____________________________________________________________________________
18545 [ 13947] By: nick                                  on 2001/12/30  11:35:51
18546         Log: More Cwd tidy up
18547      Branch: perl
18548            ! MANIFEST installperl
18549 ____________________________________________________________________________
18550 [ 13946] By: nick                                  on 2001/12/30  11:12:42
18551         Log: Undo a mess trying Cwd.pm in its ext directory
18552      Branch: perl
18553            + lib/Cwd.pm
18554            - ext/Cwd/Cwd.pm
18555 ____________________________________________________________________________
18556 [ 13945] By: nick                                  on 2001/12/30  10:03:43
18557         Log: Integrate mainline
18558      Branch: perl
18559           +> ext/Cwd/Cwd.pm
18560            - lib/Cwd.pm
18561            ! MANIFEST
18562      Branch: perlio
18563           !> (integrate 45 files)
18564 ____________________________________________________________________________
18565 [ 13944] By: nick                                  on 2001/12/30  09:27:16
18566         Log: "Port" Devel::PPPort to Win32:
18567              - need to set @INC before use in the test
18568              - {} are special to dmake, so use ppport.h.PL
18569              rather than commandline 
18570      Branch: perlio
18571            + ext/Devel/PPPort/ppport.h.PL
18572            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
18573 ____________________________________________________________________________
18574 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
18575         Log: Update Changes.
18576      Branch: perl
18577            ! Changes patchlevel.h
18578 ____________________________________________________________________________
18579 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
18580         Log: Subject: [PATCH] cleaner close on tests, take 2
18581              From: andreas.koenig@anima.de (Andreas J. Koenig)
18582              Date: 29 Dec 2001 21:42:37 +0100
18583              Message-ID: <m33d1tvjuq.fsf@anima.de>
18584              
18585              (the DB_File patches)
18586      Branch: perl
18587            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18588            ! ext/DB_File/t/db-recno.t
18589 ____________________________________________________________________________
18590 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
18591         Log: Integrate perlio; regen'ed config_H.?c
18592      Branch: perl
18593           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18594 ____________________________________________________________________________
18595 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
18596         Log: Subject: [PATCH] cleaner close on tests, take 2             
18597              From: andreas.koenig@anima.de (Andreas J. Koenig)
18598              Date: 29 Dec 2001 21:42:37 +0100
18599              Message-ID: <m33d1tvjuq.fsf@anima.de>
18600              
18601              (except for the three DB_File patch fragments)
18602      Branch: perl
18603            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
18604            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
18605            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
18606            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
18607            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
18608            ! t/op/runlevel.t t/op/write.t t/run/switches.t
18609 ____________________________________________________________________________
18610 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
18611         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
18612              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18613              Date: Sat, 29 Dec 2001 20:38:59 +0100
18614              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
18615              
18616              (NetWare tree not touched because it's very //)
18617      Branch: perl
18618            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
18619            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
18620            ! wince/include/errno.h wince/include/netdb.h
18621            ! wince/include/sys/socket.h wince/include/sys/stat.h
18622            ! wince/perllib.c wince/perlmain.c wince/win32.h
18623            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
18624            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
18625 ____________________________________________________________________________
18626 [ 13938] By: nick                                  on 2001/12/29  19:23:32
18627         Log: Integrate mainline (ok linux)
18628      Branch: perlio
18629           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
18630           !> (integrate 33 files)
18631 ____________________________________________________________________________
18632 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
18633         Log: Give up on serious testing of langinfo().  Leave the old
18634              code in place, though.
18635      Branch: perl
18636            ! ext/I18N/Langinfo/Langinfo.t
18637 ____________________________________________________________________________
18638 [ 13936] By: nick                                  on 2001/12/29  18:20:33
18639         Log: Routine regen_config_h - no real differences other than order of crypt 
18640      Branch: perlio
18641            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18642 ____________________________________________________________________________
18643 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
18644         Log: Integrate perlio;
18645              
18646              Define the two socket error numbers in terms of WSAEXXXXX equivalents
18647              
18648              Fudge Config.pm so File::Spec does not croak.
18649      Branch: perl
18650           !> win32/FindExt.pm win32/win32.h
18651 ____________________________________________________________________________
18652 [ 13934] By: nick                                  on 2001/12/29  17:27:50
18653         Log: Fudge Config.pm so File::Spec does not croak.
18654      Branch: perlio
18655            ! win32/FindExt.pm
18656 ____________________________________________________________________________
18657 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
18658         Log: metaconfig unit changes for #13932.
18659      Branch: metaconfig
18660            + U/modified/Init.U
18661            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
18662 ____________________________________________________________________________
18663 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
18664         Log: VOS tweaks from Paul Green.
18665              
18666              The Configure tweaks: the _exe needs to be
18667              set after the init; VOS has fd 3 hardwired to /dev/tty;
18668              the grep/ln/make substitutions really need to stick.
18669      Branch: perl
18670            ! Configure hints/vos.sh perl.h util.c vos/build.cm
18671            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18672            ! vos/config.ga.h vos/vosish.h
18673 ____________________________________________________________________________
18674 [ 13931] By: nick                                  on 2001/12/29  17:00:38
18675         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
18676              (just to get util.c to compile)
18677      Branch: perlio
18678            ! win32/win32.h
18679 ____________________________________________________________________________
18680 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
18681         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
18682              From: coral@eekeek.org
18683              Date: Fri, 28 Dec 2001 19:58:22 -0500      
18684              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
18685      Branch: perl
18686            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
18687            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
18688            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
18689            ! pod/perlunicode.pod pod/perlxs.pod util.c
18690 ____________________________________________________________________________
18691 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
18692         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
18693      Branch: perl
18694            ! t/op/exec.t
18695 ____________________________________________________________________________
18696 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
18697         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
18698              From: Abe Timmerman <abe@ztreet.demon.nl>
18699              Date: Sat, 29 Dec 2001 13:10:06 +0100
18700              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
18701      Branch: perl
18702            + lib/Pod/t/InputObjects.t
18703 ____________________________________________________________________________
18704 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
18705         Log: Integrate perlio;
18706              
18707              Quick fix (after couple of clever fixes failed) for
18708              "accept leaks memory" fail [ID 20011223.001]
18709              
18710              Nick Clark's embed.pl fix for my_socketpair
18711      Branch: perl
18712           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
18713 ____________________________________________________________________________
18714 [ 13926] By: nick                                  on 2001/12/29  15:23:21
18715         Log: Nick Clark's embed.pl fix for my_socketpair
18716      Branch: perlio
18717            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
18718 ____________________________________________________________________________
18719 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
18720         Log: Slight tweaks on the MM_Win32.t.
18721      Branch: perl
18722            ! lib/ExtUtils/t/MM_Win32.t
18723 ____________________________________________________________________________
18724 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
18725         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
18726              From: Abe Timmerman <abe@ztreet.demon.nl>
18727              Date: Sat, 29 Dec 2001 12:51:36 +0100
18728              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
18729      Branch: perl
18730            + lib/ExtUtils/t/MM_Win32.t
18731            ! MANIFEST
18732 ____________________________________________________________________________
18733 [ 13923] By: nick                                  on 2001/12/29  15:12:07
18734         Log: Quick fix (after couple of clever fixes failed) for
18735              "accept leaks memory" fail [ID 20011223.001]
18736      Branch: perlio
18737            ! pp_sys.c
18738 ____________________________________________________________________________
18739 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
18740         Log: Subject: [PATCH] Module names and other nits
18741              From: Autrijus Tang <autrijus@autrijus.org>                 
18742              Date: Sat, 29 Dec 2001 01:59:28 +0800
18743              Message-ID: <20011229015928.A29712@geb.elixus.org>              
18744      Branch: perl
18745            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
18746            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
18747            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
18748            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
18749            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
18750 ____________________________________________________________________________
18751 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
18752         Log: socketpair tweaks from Nicholas Clark.
18753      Branch: perl
18754            ! ext/Socket/socketpair.t util.c
18755 ____________________________________________________________________________
18756 [ 13920] By: nick                                  on 2001/12/29  12:36:21
18757         Log: Integrate mainline
18758      Branch: perlio
18759           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
18760           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
18761           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18762           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
18763           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
18764           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
18765           !> t/op/sysio.t
18766 ____________________________________________________________________________
18767 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
18768         Log: Retract #13917.
18769      Branch: perl
18770            ! doop.c
18771 ____________________________________________________________________________
18772 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
18773         Log: Subject: provisional MakeMaker patch for VMS
18774              From: "Craig A. Berry" <craigberry@mac.com> 
18775              Date: Thu, 27 Dec 2001 22:29:37 -0600
18776              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
18777      Branch: perl
18778            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18779 ____________________________________________________________________________
18780 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
18781         Log: (retracted by #13919)
18782      Branch: perl
18783            ! doop.c
18784 ____________________________________________________________________________
18785 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
18786         Log: metaconfig unit change for #13915.
18787      Branch: metaconfig/U/perl
18788            ! d_u32align.U
18789 ____________________________________________________________________________
18790 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
18791         Log: Remove debris in any case.
18792      Branch: perl
18793            ! Configure
18794 ____________________________________________________________________________
18795 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
18796         Log: Subject: [PATCH] Re: B::walksymtable oddness
18797              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18798              Date: Thu, 27 Dec 2001 19:14:24 +0100
18799              Message-ID: <3C2B7310.861.18820D0@localhost>
18800      Branch: perl
18801            ! ext/B/B.pm
18802 ____________________________________________________________________________
18803 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
18804         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
18805              From: Nicholas Clark <nick@unfortu.net> 
18806              Date: Fri, 28 Dec 2001 00:43:02 +0000
18807              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
18808      Branch: perl
18809            ! ext/Socket/socketpair.t
18810 ____________________________________________________________________________
18811 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
18812         Log: Fast Latin1<->UTF-8 conversion for older Perls.
18813      Branch: perl
18814            ! pod/perluniintro.pod
18815 ____________________________________________________________________________
18816 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
18817         Log: Update Changes.
18818      Branch: perl
18819            ! Changes patchlevel.h
18820 ____________________________________________________________________________
18821 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
18822         Log: More wait status trickery for BeOS.
18823      Branch: perl
18824            ! ext/POSIX/POSIX.xs
18825 ____________________________________________________________________________
18826 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
18827         Log: metaconfig unit change for #13908.
18828      Branch: metaconfig/U/perl
18829            ! d_u32align.U
18830 ____________________________________________________________________________
18831 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
18832         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
18833      Branch: perl
18834            ! Configure
18835 ____________________________________________________________________________
18836 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
18837         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
18838              From: gbarr@monty.mutatus.co.uk
18839              Date: 27 Dec 2001 14:41:36 -0000
18840              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
18841      Branch: perl
18842            ! lib/ExtUtils/t/Embed.t
18843 ____________________________________________________________________________
18844 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
18845         Log: Subject: [PATCH] Re: socketpair emulation
18846              From: Nicholas Clark <nick@unfortu.net> 
18847              Date: Wed, 26 Dec 2001 20:08:14 +0000
18848              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
18849      Branch: perl
18850            ! ext/Socket/socketpair.t
18851 ____________________________________________________________________________
18852 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
18853         Log: Subject: [DOC PATCH] left is right and right is left
18854              From: Philip Newton <Philip.Newton@gmx.net>
18855              Date: Thu, 27 Dec 2001 10:04:17 +0100
18856              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
18857      Branch: perl
18858            ! pod/perlfunc.pod pod/perlport.pod
18859 ____________________________________________________________________________
18860 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
18861         Log: Subject: [PATCH] check return of close
18862              From: andreas.koenig@anima.de (Andreas J. Koenig)            
18863              Date: 27 Dec 2001 09:47:30 +0100
18864              Message-ID: <m3ellhgicd.fsf@anima.de> 
18865              
18866              Subject: [PATCH] improve error reporting
18867              From: andreas.koenig@anima.de (Andreas J. Koenig)            
18868              Date: 27 Dec 2001 09:54:55 +0100
18869              Message-ID: <m3adw5gi00.fsf@anima.de> 
18870              
18871              Subject: [PATCH] check return value of close
18872              From: andreas.koenig@anima.de (Andreas J. Koenig)            
18873              Date: 27 Dec 2001 10:03:55 +0100
18874              Message-ID: <m3666tghl0.fsf@anima.de> 
18875              
18876              Subject: [PATCH] return of close
18877              From: andreas.koenig@anima.de (Andreas J. Koenig)            
18878              Date: 27 Dec 2001 10:22:15 +0100
18879              Message-ID: <m31yhhggqg.fsf@anima.de> 
18880      Branch: perl
18881            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
18882            ! t/io/fflush.t
18883 ____________________________________________________________________________
18884 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
18885         Log: Subject: [PATCH] check return of close
18886              From: andreas.koenig@anima.de (Andreas J. Koenig)            
18887              Date: 27 Dec 2001 09:47:30 +0100
18888              Message-ID: <m3ellhgicd.fsf@anima.de> 
18889      Branch: perl
18890            ! t/base/rs.t
18891 ____________________________________________________________________________
18892 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
18893         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
18894              From: andreas.koenig@anima.de (Andreas J. Koenig)
18895              Date: 27 Dec 2001 09:21:16 +0100
18896              Message-ID: <m3n105gjk3.fsf@anima.de>
18897      Branch: perl
18898            ! t/op/sysio.t
18899 ____________________________________________________________________________
18900 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
18901         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
18902              From: "Gerrit P. Haase" <gp@familiehaase.de>
18903              Date: Thu, 27 Dec 2001 09:23:55 +0100 
18904              Message-ID: <98211521662.20011227092355@familiehaase.de>
18905      Branch: perl
18906            ! lib/ExtUtils/t/MM_Cygwin.t
18907 ____________________________________________________________________________
18908 [ 13900] By: nick                                  on 2001/12/27  11:11:51
18909         Log: Integrate mainline
18910      Branch: perlio
18911           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
18912           +> lib/File/Spec/NW5.pm
18913           !> (integrate 52 files)
18914 ____________________________________________________________________________
18915 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
18916         Log: Replace the awful (most likely generated and not very persistent)
18917              URL with something tangible.
18918      Branch: perl
18919            ! README.hpux
18920 ____________________________________________________________________________
18921 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
18922         Log: Naughty /dev/printer (ls -l, really) of IRIX.
18923      Branch: perl
18924            ! t/op/stat.t
18925 ____________________________________________________________________________
18926 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
18927         Log: Upgrade to Net::Ping 2.10.
18928      Branch: perl
18929            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
18930            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
18931            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
18932            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
18933 ____________________________________________________________________________
18934 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
18935         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
18936              (this showed up in Benchmark.t)
18937      Branch: perl
18938            ! pp_sys.c
18939 ____________________________________________________________________________
18940 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
18941         Log: BeOS updates.
18942      Branch: perl
18943            ! README.beos beos/beos.c
18944 ____________________________________________________________________________
18945 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
18946         Log: Subject: Re: bleadperl doesn't compile
18947              From: "Gerrit P. Haase" <gp@familiehaase.de>
18948              Date: Wed, 26 Dec 2001 21:29:08 +0100
18949              Message-ID: <22168634623.20011226212908@familiehaase.de>
18950              
18951              Cygwin with multiplicity.
18952      Branch: perl
18953            ! perlio.c
18954 ____________________________________________________________________________
18955 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
18956         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
18957              From: Nicholas Clark <nick@ccl4.org>
18958              Date: Wed, 26 Dec 2001 19:07:33 +0000
18959              Message-ID: <20011226190732.J48842@plum.flirble.org>            
18960              
18961              socketpair() (un)signedness nit.
18962      Branch: perl
18963            ! util.c
18964 ____________________________________________________________________________
18965 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
18966         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
18967              From: Nicholas Clark <nick@ccl4.org>
18968              Date: Wed, 26 Dec 2001 19:19:47 +0000
18969              Message-ID: <20011226191946.K48842@plum.flirble.org>
18970              
18971              Use report_evil_fh().
18972      Branch: perl
18973            ! doio.c
18974 ____________________________________________________________________________
18975 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
18976         Log: Bad $? assumptions.
18977      Branch: perl
18978            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
18979 ____________________________________________________________________________
18980 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
18981         Log: Net::Ping isn't going to work much without
18982              the Socket extension; fail more gracefully.
18983      Branch: perl
18984            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
18985            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
18986            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
18987            ! lib/Net/Ping/t/300_ping_stream.t
18988 ____________________________________________________________________________
18989 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
18990         Log: metaconfig unit change for #13888.
18991      Branch: metaconfig
18992            ! U/modified/Oldconfig.U
18993 ____________________________________________________________________________
18994 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
18995         Log: test -d /system is a bit too generic test for VOS
18996              (false hit in BeOS)
18997      Branch: perl
18998            ! Configure
18999 ____________________________________________________________________________
19000 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
19001         Log: No AF_UNIX in BeOS.
19002      Branch: perl
19003            ! util.c
19004 ____________________________________________________________________________
19005 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
19006         Log: FAQ sync.
19007      Branch: perl
19008            ! pod/perlfaq5.pod
19009 ____________________________________________________________________________
19010 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
19011         Log: Update Changes.
19012      Branch: perl
19013            ! Changes patchlevel.h
19014 ____________________________________________________________________________
19015 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
19016         Log: Make -t equal -tw.
19017      Branch: perl
19018            ! perl.c pod/perlrun.pod
19019 ____________________________________________________________________________
19020 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
19021         Log: Subject: Re: Not OK 13881
19022              From: John Peacock <jpeacock@rowman.com>
19023              Date: Tue, 25 Dec 2001 06:02:12 -0500
19024              Message-ID: <3C285CB4.8040006@rowman.com>
19025      Branch: perl
19026            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
19027 ____________________________________________________________________________
19028 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
19029         Log: Subject: Re: Not OK 13881
19030              From: andreas.koenig@anima.de (Andreas J. Koenig)
19031              Date: 25 Dec 2001 07:33:23 +0100
19032              Message-ID: <m3bsgnajws.fsf@anima.de>
19033      Branch: perl
19034            ! op.c
19035 ____________________________________________________________________________
19036 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
19037         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
19038              From: Mark-Jason Dominus <mjd@plover.com>    
19039              Date: Mon, 24 Dec 2001 18:14:48 -0500
19040              Message-ID: <20011224231448.25826.qmail@plover.com>
19041      Branch: perl
19042            ! op.c t/op/eval.t
19043 ____________________________________________________________________________
19044 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
19045         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
19046              From: Dave Rolsky <autarch@urth.org>
19047              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
19048              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
19049      Branch: perl
19050            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
19051            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
19052            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19053            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
19054            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
19055 ____________________________________________________________________________
19056 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
19057         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
19058              From: Jeffrey Friedl <jfriedl@yahoo.com>
19059              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
19060              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
19061              
19062              The rest of the tests for plus few extras.
19063      Branch: perl
19064            ! t/op/pat.t
19065 ____________________________________________________________________________
19066 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
19067         Log: metaconfig unit change for #13877.
19068      Branch: metaconfig
19069            ! U/modified/Unix.U
19070 ____________________________________________________________________________
19071 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
19072         Log: No-op.
19073      Branch: perl
19074            ! Configure
19075 ____________________________________________________________________________
19076 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
19077         Log: More constant casting.
19078      Branch: perl
19079            ! regexec.c
19080 ____________________________________________________________________________
19081 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
19082         Log: Subject: perlhack.pod 
19083              From: "John P. Linderman" <jpl@research.att.com>
19084              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
19085              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
19086      Branch: perl
19087            ! pod/perlhack.pod
19088 ____________________________________________________________________________
19089 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
19090         Log: File::Find patch patches from Thomas Wegner.
19091      Branch: perl
19092            ! lib/File/Find.pm
19093 ____________________________________________________________________________
19094 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
19095         Log: Subject: Re: socketpair emulation 
19096              From: Nicholas Clark <nick@unfortu.net>                 
19097              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
19098              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
19099      Branch: perl
19100            ! ext/Socket/socketpair.t
19101 ____________________________________________________________________________
19102 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
19103         Log: Must cast constants if they can be quads.
19104      Branch: perl
19105            ! regcomp.c
19106 ____________________________________________________________________________
19107 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
19108         Log: Promote the e/uid to wide enough un/signed integers
19109              and printf them as such.
19110      Branch: perl
19111            ! taint.c
19112 ____________________________________________________________________________
19113 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
19114         Log: metaconfig unit change for #13869.
19115      Branch: metaconfig/U/perl
19116            ! d_u32align.U
19117 ____________________________________________________________________________
19118 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
19119         Log: The U32 alignment test wasn't really working, noticed
19120              by Paul Green.  Now the test works, but this means that
19121              we may see coredumps from the test.   I sure hope MMUless
19122              places don't crash on the test.
19123      Branch: perl
19124            ! Configure
19125 ____________________________________________________________________________
19126 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
19127         Log: metaconfig unit changes for #13867.
19128      Branch: metaconfig
19129            ! U/compline/nblock_io.U U/modified/Unix.U
19130            ! U/modified/spitshell.U
19131 ____________________________________________________________________________
19132 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
19133         Log: More VOS tweaks.
19134      Branch: perl
19135            ! Configure
19136 ____________________________________________________________________________
19137 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
19138         Log: The funky final sigma casefolding.
19139      Branch: perl
19140            ! regcomp.c regexec.c t/op/pat.t utf8.h
19141 ____________________________________________________________________________
19142 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
19143         Log: Update Changes.
19144      Branch: perl
19145            ! Changes patchlevel.h
19146 ____________________________________________________________________________
19147 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
19148         Log: Move the \C and \X to pat.t.
19149      Branch: perl
19150            ! t/op/pat.t t/op/re_tests
19151 ____________________________________________________________________________
19152 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
19153         Log: More logical test ordering.
19154      Branch: perl
19155            ! perl.h
19156 ____________________________________________________________________________
19157 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
19158         Log: Integrate perlio;
19159              
19160              Add at least the "important" PerlIO_xxxx functions to embed.pl
19161              so that they get implicit pTHX_ and we can avoid slow dTHX.
19162              
19163              Put PerlIO stuff inside EXTERN C
19164              
19165              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
19166      Branch: perl
19167           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
19168           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
19169           !> win32/win32.c
19170 ____________________________________________________________________________
19171 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
19172         Log: Even more \X fixing.
19173      Branch: perl
19174            ! regexec.c t/op/pat.t
19175 ____________________________________________________________________________
19176 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
19177         Log: More \X fixing.
19178      Branch: perl
19179            ! regexec.c t/op/pat.t
19180 ____________________________________________________________________________
19181 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
19182         Log: Fix encoding pragma.
19183      Branch: perl
19184            ! regcomp.c
19185 ____________________________________________________________________________
19186 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
19187         Log: Subject: socketpair emulation
19188              From: Nicholas Clark <nick@unfortu.net>
19189              Date: Sat, 22 Dec 2001 18:38:18 +0000
19190              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
19191      Branch: perl
19192            + ext/Socket/socketpair.t
19193            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
19194            ! pp_sys.c proto.h util.c
19195 ____________________________________________________________________________
19196 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
19197         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
19198              From: Jeffrey Friedl <jfriedl@yahoo.com>
19199              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
19200              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
19201              
19202              (partially applied, most of the new tests need to be rethought)
19203      Branch: perl
19204            ! regcomp.c t/op/re_tests
19205 ____________________________________________________________________________
19206 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
19207         Log: Small tweaks.
19208      Branch: perl
19209            ! handy.h regexec.c
19210 ____________________________________________________________________________
19211 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
19212         Log: Unicode casefolding continues.
19213              (lib/encoding.t still failing.)
19214      Branch: perl
19215            ! regexec.c t/op/pat.t
19216 ____________________________________________________________________________
19217 [ 13854] By: nick                                  on 2001/12/22  20:01:27
19218         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
19219      Branch: perlio
19220            ! makedef.pl perlio.h perlio.sym win32/win32.c
19221 ____________________________________________________________________________
19222 [ 13853] By: nick                                  on 2001/12/22  19:58:53
19223         Log: Put PerlIO stuff inside EXTERN C
19224      Branch: perlio
19225            ! embed.pl proto.h
19226 ____________________________________________________________________________
19227 [ 13852] By: nick                                  on 2001/12/22  18:04:34
19228         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
19229              so that they get implicit pTHX_ and we can avoid slow dTHX.
19230      Branch: perlio
19231            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
19232            ! perlio.h pod/perlapi.pod proto.h
19233 ____________________________________________________________________________
19234 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
19235         Log: metaconfig unit change for #13850.
19236      Branch: metaconfig
19237            ! U/modified/Loc.U
19238 ____________________________________________________________________________
19239 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
19240         Log: Rework the make logic (again).
19241      Branch: perl
19242            ! Configure
19243 ____________________________________________________________________________
19244 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
19245         Log: Integrate perlio;
19246              Fix mis-parse of autoloaded usage code by declaring the sub
19247              Correct checking code which Ilya spotted was tripped by CR at EOF.
19248              The CR at EOF fix earlier broke CR at end-of-buffer.
19249      Branch: perl
19250            ! regexec.c
19251           !> ext/POSIX/POSIX.pm perlio.c sv.c
19252 ____________________________________________________________________________
19253 [ 13848] By: nick                                  on 2001/12/22  15:11:17
19254         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
19255              This should be okay for both?
19256      Branch: perlio
19257            ! perlio.c
19258 ____________________________________________________________________________
19259 [ 13847] By: nick                                  on 2001/12/22  12:26:32
19260         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
19261              Also tone down perl -DP tracing of sv_gets.
19262      Branch: perlio
19263            ! perlio.c sv.c
19264 ____________________________________________________________________________
19265 [ 13846] By: nick                                  on 2001/12/22  10:49:27
19266         Log: Fix mis-parse of autoloaded usage code by declaring the sub
19267      Branch: perlio
19268            ! ext/POSIX/POSIX.pm
19269 ____________________________________________________________________________
19270 [ 13845] By: nick                                  on 2001/12/22  10:44:11
19271         Log: Integrate mainline - some fails:
19272              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
19273              -------------------------------------------------------------------------------
19274              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
19275              ../lib/encoding.t                    19    2  10.53%  17-18
19276              op/pat.t                            770    3   0.39%  754-755 757
19277      Branch: perlio
19278           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
19279           !> (integrate 36 files)
19280 ____________________________________________________________________________
19281 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
19282         Log: More Unicode casing fixes.
19283      Branch: perl
19284            ! regexec.c t/op/pat.t
19285 ____________________________________________________________________________
19286 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
19287         Log: Unicode casefolding fixes.
19288      Branch: perl
19289            ! op.c regcomp.c regexec.c t/op/pat.t
19290 ____________________________________________________________________________
19291 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
19292         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
19293              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
19294              Date: Sat, 22 Dec 2001 00:01:29 +0100
19295              Message-ID: <20011222000129.A713@rafael>
19296      Branch: perl
19297            ! ext/B/B/Deparse.pm
19298 ____________________________________________________________________________
19299 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
19300         Log: VOS config from Paul Green.
19301      Branch: perl
19302            ! hints/vos.sh
19303 ____________________________________________________________________________
19304 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
19305         Log: Subject: [PATCH @13746] CreateTTY on OS/2
19306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19307              Date: Fri, 21 Dec 2001 15:59:45 -0500
19308              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
19309      Branch: perl
19310            ! lib/perl5db.pl
19311 ____________________________________________________________________________
19312 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
19313         Log: Subject: [PATCH @13746] uninstalled build of modules broken
19314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19315              Date: Fri, 21 Dec 2001 15:49:09 -0500
19316              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
19317      Branch: perl
19318            ! lib/ExtUtils/MM_Unix.pm
19319 ____________________________________________________________________________
19320 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
19321         Log: Subject: [PATCH @13746] OS/2 File::* modules
19322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19323              Date: Fri, 21 Dec 2001 15:43:24 -0500
19324              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
19325      Branch: perl
19326            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
19327 ____________________________________________________________________________
19328 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
19329         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
19330              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19331              Date: Fri, 21 Dec 2001 17:29:07 +0100
19332              Message-ID: <3C236353.6625C4C0@alcatel.at>
19333      Branch: perl
19334            ! pod/perltie.pod
19335 ____________________________________________________________________________
19336 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
19337         Log: metaconfig unit changes for #13835
19338      Branch: metaconfig
19339            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
19340            ! U/modified/sh.U
19341 ____________________________________________________________________________
19342 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
19343         Log: Further VOS tweaks: the _exe needs to be introduced
19344              in the very beginning, and the make/gmake needs special
19345              VOS logic.
19346      Branch: perl
19347            ! Configure Makefile.SH
19348 ____________________________________________________________________________
19349 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
19350         Log: Update Changes.
19351      Branch: perl
19352            ! Changes patchlevel.h
19353 ____________________________________________________________________________
19354 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
19355         Log: metaconfig unit change for #13832.
19356      Branch: metaconfig
19357            ! U/modified/spitshell.U
19358 ____________________________________________________________________________
19359 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
19360         Log: Also the search for cat needs to be _exe-aware.
19361      Branch: perl
19362            ! Configure
19363 ____________________________________________________________________________
19364 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
19365         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
19366              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19367              Date: Fri, 21 Dec 2001 14:02:01 +0100
19368              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
19369      Branch: perl
19370            ! ext/B/B/Xref.pm
19371 ____________________________________________________________________________
19372 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
19373         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
19374      Branch: perl
19375            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
19376            ! ext/B/t/assembler.t
19377 ____________________________________________________________________________
19378 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
19379         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
19380              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19381              Date: Fri, 21 Dec 2001 11:15:38 +0100
19382              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
19383      Branch: perl
19384            ! hv.c
19385 ____________________________________________________________________________
19386 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
19387         Log: A plan is good.
19388      Branch: perl
19389            ! ext/re/re.t
19390 ____________________________________________________________________________
19391 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
19392         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
19393              From: chromatic <chromatic@rmci.net>
19394              Date: Thu, 20 Dec 2001 16:16:48 -0700
19395              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
19396      Branch: perl
19397            + ext/re/re.t
19398            ! MANIFEST
19399 ____________________________________________________________________________
19400 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
19401         Log: Synchronize the skippage message.
19402      Branch: perl
19403            ! lib/ExtUtils/t/MM_OS2.t
19404 ____________________________________________________________________________
19405 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
19406         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
19407              From: chromatic <chromatic@rmci.net>
19408              Date: Thu, 20 Dec 2001 16:09:10 -0700
19409              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
19410      Branch: perl
19411            + lib/ExtUtils/t/MM_OS2.t
19412            ! MANIFEST
19413 ____________________________________________________________________________
19414 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
19415         Log: Subject: perlfunc.pod patch re flock via fcntl
19416              From: "Tye McQueen" <tye@metronet.com>
19417              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
19418              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
19419      Branch: perl
19420            ! pod/perlfunc.pod
19421 ____________________________________________________________________________
19422 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
19423         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
19424              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
19425              (the Unicode maximum code point) warnable offenses.
19426      Branch: perl
19427            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
19428            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
19429 ____________________________________________________________________________
19430 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
19431         Log: Sterner admonishment on -t.
19432      Branch: perl
19433            ! pod/perlrun.pod
19434 ____________________________________________________________________________
19435 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
19436         Log: Subject: [PATCH B::Dpparse] minor qr// fix
19437              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19438              Date: Thu, 20 Dec 2001 22:53:34 +0100
19439              Message-ID: <20011220225334.A735@rafael>
19440      Branch: perl
19441            ! ext/B/B/Deparse.pm
19442 ____________________________________________________________________________
19443 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
19444         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
19445              From: Robert Spier <rspier@pobox.com>
19446              Date: Thu, 20 Dec 2001 08:10:00 -0800
19447              Message-ID: <15394.3416.693353.107334@rls.cx>
19448      Branch: perl
19449            ! lib/Carp/Heavy.pm
19450 ____________________________________________________________________________
19451 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
19452         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
19453      Branch: perl
19454           !> win32/win32io.c
19455 ____________________________________________________________________________
19456 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
19457         Log: Subject: Re: [PATCH pod/perliol.pod] resend
19458              From: Stas Bekman <stas@stason.org>
19459              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
19460              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
19461      Branch: perl
19462            ! pod/perliol.pod
19463 ____________________________________________________________________________
19464 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
19465         Log: Fix up the APIs noone hopefully uses.
19466      Branch: perl
19467            ! utf8.c
19468 ____________________________________________________________________________
19469 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
19470         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
19471              Date: Wed, 19 Dec 2001 14:13:38 -0800
19472              From: Robert Spier <rspier@pobox.com>
19473              Message-ID: <15393.4370.605214.548582@rls.cx>
19474      Branch: perl
19475            ! lib/Carp.t lib/Carp/Heavy.pm
19476 ____________________________________________________________________________
19477 [ 13815] By: nick                                  on 2001/12/20  10:23:42
19478         Log: pTHX_ fixes for :win32 layer
19479      Branch: perlio
19480            ! win32/win32io.c
19481 ____________________________________________________________________________
19482 [ 13814] By: nick                                  on 2001/12/20  08:20:11
19483         Log: Integrate mainline (mostly) utf8.c does not compile.
19484      Branch: perlio
19485           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
19486           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19487           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19488           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
19489           +> lib/Net/Ping/t/300_ping_stream.t
19490           !> Changes MANIFEST embed.h embed.pl embedvar.h
19491           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
19492           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
19493           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
19494           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
19495           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
19496 ____________________________________________________________________________
19497 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
19498         Log: Some bincompat clawbacks.
19499      Branch: perl
19500            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
19501            ! wince/perldll.def
19502 ____________________________________________________________________________
19503 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
19504         Log: gcc pacifying (RH 7.1/ia64).
19505      Branch: perl
19506            ! pp.c
19507 ____________________________________________________________________________
19508 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
19509         Log: Update Changes.
19510      Branch: perl
19511            ! Changes patchlevel.h
19512 ____________________________________________________________________________
19513 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
19514         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
19515              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19516              Date: Wed, 19 Dec 2001 12:35:07 +0100
19517              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
19518              
19519              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
19520              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19521              Date: Wed, 19 Dec 2001 17:34:51 +0000
19522              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
19523      Branch: perl
19524            ! pod/perlre.pod
19525 ____________________________________________________________________________
19526 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
19527         Log: Integrate perlio.
19528      Branch: perl
19529           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
19530           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
19531 ____________________________________________________________________________
19532 [ 13808] By: nick                                  on 2001/12/19  16:08:27
19533         Log: Add pTHX to all vtable functions for future-proofing and
19534              consistency of PerlIO layers.
19535      Branch: perlio
19536            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
19537            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
19538 ____________________________________________________________________________
19539 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
19540         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
19541      Branch: perl
19542            ! ext/B/B/Assembler.pm
19543 ____________________________________________________________________________
19544 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
19545         Log: Reword the alarm explanation.
19546      Branch: perl
19547            ! pod/perlfunc.pod
19548 ____________________________________________________________________________
19549 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
19550         Log: Subject: [PATCH @13746] OS/2 build
19551              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
19552              Date: Wed, 19 Dec 2001 02:45:41 -0500
19553              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
19554              
19555              (skipped the t/TEST change)
19556      Branch: perl
19557            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
19558            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
19559            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
19560 ____________________________________________________________________________
19561 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
19562         Log: Upgrade to Net::Ping 2.09.
19563      Branch: perl
19564            + lib/Net/Ping/CHANGES lib/Net/Ping/README
19565            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19566            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19567            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
19568            + lib/Net/Ping/t/300_ping_stream.t
19569            ! MANIFEST lib/Net/Ping.pm
19570 ____________________________________________________________________________
19571 [ 13803] By: nick                                  on 2001/12/19  14:43:24
19572         Log: Integrate mainline
19573      Branch: perlio
19574           +> ext/B/t/assembler.t lib/lib.t
19575           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
19576           !> lib/lib_pm.PL t/op/glob.t utf8.c
19577 ____________________________________________________________________________
19578 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
19579         Log: B::Assembler/B::Disassembler patches and test;
19580              from Wolfgang Laun.
19581              
19582              TODO: getting perlcc working.
19583      Branch: perl
19584            + ext/B/t/assembler.t
19585            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
19586 ____________________________________________________________________________
19587 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
19588         Log: Can't printf U8s as UVs.
19589      Branch: perl
19590            ! utf8.c
19591 ____________________________________________________________________________
19592 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
19593         Log: Subject: Re: [PATCH] ...while $var = glob(...)
19594              From: Robin Houston <robin@kitsite.com> 
19595              Date: Wed, 19 Dec 2001 13:48:55 +0000
19596              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
19597              
19598              Not exactly a glob test but internal-logically correct.
19599      Branch: perl
19600            ! t/op/glob.t
19601 ____________________________________________________________________________
19602 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
19603         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
19604              From: Michael G Schwern <schwern@pobox.com> 
19605              Date: Wed, 19 Dec 2001 07:42:54 -0500
19606              Message-ID: <20011219124254.GF8630@blackrider>
19607      Branch: perl
19608            + lib/lib.t
19609            ! MANIFEST lib/lib_pm.PL
19610 ____________________________________________________________________________
19611 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
19612         Log: Integrate with perlio.
19613      Branch: perl
19614           !> hv.c hv.h scope.c util.c
19615 ____________________________________________________________________________
19616 [ 13797] By: nick                                  on 2001/12/19  12:03:21
19617         Log: Remove the sometimes-lvalue cast
19618      Branch: perlio
19619            ! hv.h
19620 ____________________________________________________________________________
19621 [ 13796] By: nick                                  on 2001/12/19  11:02:27
19622         Log: alarm.t with -Uuseperlio fix
19623              - SA_RESTART should only be function of PERL_OLD_SIGNALS
19624              not USE_PERLIO
19625      Branch: perlio
19626            ! util.c
19627 ____________________________________________________________________________
19628 [ 13795] By: nick                                  on 2001/12/19  10:19:40
19629         Log: Fix READONLY hashes:
19630              1. Discovered need for disabled scope.c part of Jeff's patch.
19631              2. Corrected hv_delete* - entry was being de-linked from
19632              chain (patch program not smart enough?)
19633      Branch: perlio
19634            ! hv.c scope.c
19635 ____________________________________________________________________________
19636 [ 13794] By: nick                                  on 2001/12/19  09:35:13
19637         Log: Integrate mainline
19638      Branch: perlio
19639           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
19640           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
19641           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
19642           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
19643           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
19644 ____________________________________________________________________________
19645 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
19646         Log: Regen toc.
19647      Branch: perl
19648            ! pod/perltoc.pod
19649 ____________________________________________________________________________
19650 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
19651         Log: FAQ sync.
19652      Branch: perl
19653            ! pod/perlfaq5.pod
19654 ____________________________________________________________________________
19655 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
19656         Log: Reformat round.
19657      Branch: perl
19658            ! pod/perlunicode.pod
19659 ____________________________________________________________________________
19660 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
19661         Log: Subject: [PATCH] pod/perlunicode.pod
19662              From: Jeffrey Friedl <jfriedl@yahoo.com>
19663              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
19664              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
19665      Branch: perl
19666            ! pod/perlunicode.pod
19667 ____________________________________________________________________________
19668 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
19669         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
19670              From: Jeffrey Friedl <jfriedl@yahoo.com>
19671              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
19672              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
19673      Branch: perl
19674            ! pod/perluniintro.pod
19675 ____________________________________________________________________________
19676 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
19677         Log: Slight pod reformatting.
19678      Branch: perl
19679            ! pod/perluniintro.pod
19680 ____________________________________________________________________________
19681 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
19682         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
19683              From: Jeffrey Friedl <jfriedl@yahoo.com>    
19684              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
19685              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
19686      Branch: perl
19687            ! pod/perluniintro.pod
19688 ____________________________________________________________________________
19689 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
19690         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
19691              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19692              Date: Wed, 19 Dec 2001 01:45:23 +0000
19693              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
19694      Branch: perl
19695            ! sv.c
19696 ____________________________________________________________________________
19697 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
19698         Log: Subject: Porting/checkURL.pl
19699              From: abigail@foad.org
19700              Date: Tue, 18 Dec 2001 19:03:22 +0100          
19701              Message-ID: <20011218180322.8278.qmail@foad.org> 
19702      Branch: perl
19703            ! Porting/checkURL.pl
19704 ____________________________________________________________________________
19705 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
19706         Log: metaconfig unit change for #13783.
19707      Branch: metaconfig
19708            ! U/modified/Loc.U
19709 ____________________________________________________________________________
19710 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
19711         Log: A bit too oversweeping matching in #13778.
19712      Branch: perl
19713            ! Configure
19714 ____________________________________________________________________________
19715 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
19716         Log: Re-gen Configure based on #13778..13781.
19717      Branch: perl
19718            ! Configure config_h.SH
19719 ____________________________________________________________________________
19720 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
19721         Log: First assume that crypt() can live happy normal life in
19722              the libc or the moral equivalent; only then try magic.
19723      Branch: metaconfig
19724            + U/modified/d_crypt.U
19725 ____________________________________________________________________________
19726 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
19727         Log: In VOS ACLs confuse the testing.
19728      Branch: metaconfig
19729            ! U/modified/Findhdr.U
19730 ____________________________________________________________________________
19731 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
19732         Log: Either make or gmake.
19733      Branch: metaconfig
19734            ! U/modified/Loc.U
19735 ____________________________________________________________________________
19736 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
19737         Log: If your _exe is different from .exe and your test -f $foo
19738              doesn't do magic to recognize $foo$_exe, you will need to
19739              specify -D_exe=... on command line-- and this patch.
19740      Branch: metaconfig
19741            + U/modified/sh.U
19742            ! U/modified/Loc.U
19743 ____________________________________________________________________________
19744 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
19745         Log: Fix the bugs in #13768..13776, and regen Configure.
19746      Branch: metaconfig
19747            ! U/compline/nblock_io.U U/modified/Findhdr.U
19748            ! U/modified/spitshell.U
19749      Branch: metaconfig/U/perl
19750            ! issymlink.U perlpath.U
19751      Branch: perl
19752            ! Configure config_h.SH
19753 ____________________________________________________________________________
19754 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
19755         Log: Must test with $_exe. (There are plenty of similar
19756              spots earlier but they are a tad more complex to fix
19757              since they come before the hints are run.)
19758      Branch: metaconfig
19759            + U/modified/yacc.U
19760 ____________________________________________________________________________
19761 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
19762         Log: F_SETFL might require <fcntl.h>
19763      Branch: metaconfig
19764            ! U/compline/nblock_io.U
19765 ____________________________________________________________________________
19766 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
19767         Log: Don't require make; have both make and gmake optional.
19768              (Maybe have a check that at least one of them is available?)
19769      Branch: metaconfig
19770            ! U/modified/Loc.U
19771 ____________________________________________________________________________
19772 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
19773         Log: cat might be farther than /bin or /usr/bin.
19774      Branch: metaconfig
19775            ! U/modified/spitshell.U
19776 ____________________________________________________________________________
19777 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
19778         Log: In VOS the path component separator is >, not /.
19779      Branch: metaconfig
19780            ! U/modified/Findhdr.U
19781 ____________________________________________________________________________
19782 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
19783         Log: The VOS shell doesn't implement the ? wildcard
19784              (? is used for other purposes, I assume); but
19785              it does implement the * wildcard, and that works
19786              in the general case just fine.
19787      Branch: metaconfig/U/perl
19788            ! d_dlsymun.U
19789 ____________________________________________________________________________
19790 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
19791         Log: VOS detection.
19792      Branch: metaconfig
19793            ! U/modified/Oldconfig.U
19794 ____________________________________________________________________________
19795 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
19796         Log: Proper path for VOS.
19797      Branch: metaconfig
19798            ! U/modified/Head.U
19799 ____________________________________________________________________________
19800 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
19801         Log: Change s/>& 4/>&4/g for consistency.
19802      Branch: metaconfig
19803            + U/modified/d_dosuid.U
19804            ! U/modified/d_socket.U
19805      Branch: metaconfig/U/perl
19806            ! issymlink.U perlxvf.U
19807 ____________________________________________________________________________
19808 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
19809         Log: Subject: Re: Benchmark.t failure on Linux
19810              From: Nicholas Clark <nick@ccl4.org>
19811              Date: Tue, 18 Dec 2001 22:51:25 +0000
19812              Message-ID: <20011218225124.N21702@plum.flirble.org>
19813      Branch: perl
19814            ! lib/Benchmark.t
19815 ____________________________________________________________________________
19816 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
19817         Log: Re-applying #13752 until a better solution can be found.
19818      Branch: perl
19819            ! lib/ExtUtils/t/MM_Unix.t
19820 ____________________________________________________________________________
19821 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
19822         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
19823              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
19824              Date: Tue, 18 Dec 2001 12:05:40 -0500
19825              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
19826      Branch: perl
19827            ! lib/Exporter.pm
19828 ____________________________________________________________________________
19829 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
19830         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
19831              findings -- some of the warnings I can't explain except
19832              by NVgf being detected wrong, though.
19833      Branch: perl
19834            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
19835 ____________________________________________________________________________
19836 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
19837         Log: Subject: [PATCH] pod/perluniintro.pod
19838              From: Jeffrey Friedl <jfriedl@yahoo.com>
19839              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
19840              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
19841      Branch: perl
19842            ! pod/perluniintro.pod
19843 ____________________________________________________________________________
19844 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
19845         Log: ".pm" is the native executable suffix in VOS.
19846      Branch: perl
19847            ! hints/vos.sh
19848 ____________________________________________________________________________
19849 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
19850         Log: Integrate perlio;
19851              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
19852      Branch: perl
19853           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
19854 ____________________________________________________________________________
19855 [ 13760] By: nick                                  on 2001/12/18  15:55:22
19856         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
19857              - added delete of READONLY value inhibit & test for same
19858              - re-tabbed
19859      Branch: perlio
19860            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
19861 ____________________________________________________________________________
19862 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
19863         Log: (Undone by #13766.)
19864              Retract #13752.
19865      Branch: perl
19866            ! lib/ExtUtils/t/MM_Unix.t
19867 ____________________________________________________________________________
19868 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
19869         Log: Echoes of #13757.
19870      Branch: perl
19871            ! t/lib/warnings/utf8
19872 ____________________________________________________________________________
19873 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
19874         Log: Make the utf8 malformedness messages more verbose.
19875      Branch: perl
19876            ! lib/utf8.t utf8.c
19877 ____________________________________________________________________________
19878 [ 13756] By: nick                                  on 2001/12/18  14:43:58
19879         Log: Integrate mainline
19880      Branch: perlio
19881           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
19882           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
19883           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
19884           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
19885           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
19886           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
19887            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
19888            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
19889            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
19890            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
19891            - lib/ExtUtils/testlib.t
19892           !> (integrate 28 files)
19893 ____________________________________________________________________________
19894 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
19895         Log: README.aix updates from Jens-Uwe Mager.
19896      Branch: perl
19897            ! README.aix
19898 ____________________________________________________________________________
19899 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
19900         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
19901              From: Michael G Schwern <schwern@pobox.com>
19902              Date: Tue, 18 Dec 2001 00:58:18 -0500
19903              Message-ID: <20011218055818.GC4362@blackrider>
19904      Branch: perl
19905            ! lib/Benchmark.t
19906 ____________________________________________________________________________
19907 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
19908         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
19909              From: Michael G Schwern <schwern@pobox.com>
19910              Date: Tue, 18 Dec 2001 00:40:38 -0500
19911              Message-ID: <20011218054038.GB4362@blackrider>
19912      Branch: perl
19913            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
19914 ____________________________________________________________________________
19915 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
19916         Log: (reintroduced by #13766)
19917              (retracted by #13759)
19918              
19919              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
19920              From: Michael G Schwern <schwern@pobox.com>  
19921              Date: Tue, 18 Dec 2001 00:00:23 -0500
19922              Message-ID: <20011218050023.GA27893@blackrider>
19923      Branch: perl
19924            ! lib/ExtUtils/t/MM_Unix.t
19925 ____________________________________________________________________________
19926 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
19927         Log: Re-patch #13749.
19928      Branch: perl
19929            ! t/op/glob.t
19930 ____________________________________________________________________________
19931 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
19932         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
19933              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19934              Date: Tue, 18 Dec 2001 12:55:43 +0000
19935              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
19936      Branch: perl
19937            ! ext/Devel/Peek/Peek.pm
19938 ____________________________________________________________________________
19939 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
19940         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
19941              From: Robin Houston <robin@kitsite.com> 
19942              Date: Tue, 18 Dec 2001 14:54:33 +0000
19943              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
19944      Branch: perl
19945            ! t/op/glob.t
19946 ____________________________________________________________________________
19947 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
19948         Log: Subject: [PATCH] slightly more for Exporter.pm
19949              From: Nicholas Clark <nick@ccl4.org>
19950              Date: Tue, 18 Dec 2001 00:22:03 +0000
19951              Message-ID: <20011218002203.M21702@plum.flirble.org>
19952      Branch: perl
19953            ! lib/Exporter.pm
19954 ____________________________________________________________________________
19955 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
19956         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
19957              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19958              Date: Mon, 17 Dec 2001 16:37:18 +0100
19959              Message-ID: <20011217163718.A2292@rafael>
19960              
19961              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
19962              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19963              Date: Mon, 17 Dec 2001 23:17:06 +0100
19964              Message-ID: <20011217231706.A730@rafael>
19965      Branch: perl
19966            ! pod/perlsub.pod pp.c toke.c
19967 ____________________________________________________________________________
19968 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
19969         Log: Update Changes.
19970      Branch: perl
19971            ! Changes patchlevel.h
19972 ____________________________________________________________________________
19973 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
19974         Log: New test warrants a MANIFEST entry.
19975      Branch: perl
19976            ! MANIFEST
19977 ____________________________________________________________________________
19978 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
19979         Log: Subject: Re: [PATCH] ...while $var = glob(...)
19980              From: Robin Houston <robin@kitsite.com>
19981              Date: Mon, 17 Dec 2001 20:27:30 +0000
19982              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
19983              
19984              Can't portably unlink open files.
19985      Branch: perl
19986            ! t/op/glob.t
19987 ____________________________________________________________________________
19988 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
19989         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
19990      Branch: perl
19991            ! pod/perluniintro.pod
19992 ____________________________________________________________________________
19993 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
19994         Log: Move typeglob test from glob.t to gv.t.
19995      Branch: perl
19996            ! t/op/glob.t t/op/gv.t
19997 ____________________________________________________________________________
19998 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
19999         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
20000              From: Robin Houston <robin@kitsite.com> 
20001              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
20002              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
20003      Branch: perl
20004            ! t/op/glob.t
20005 ____________________________________________________________________________
20006 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
20007         Log: Demote the surrogate and non-character errors to warnings.
20008      Branch: perl
20009            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
20010 ____________________________________________________________________________
20011 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
20012         Log: Subject: [PATCH] more POSIX tests, and more autoloading
20013              From: Nicholas Clark <nick@ccl4.org>
20014              Date: Mon, 17 Dec 2001 18:27:47 +0000
20015              Message-ID: <20011217182747.D21702@plum.flirble.org>
20016      Branch: perl
20017            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
20018 ____________________________________________________________________________
20019 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
20020         Log: Subject: [PATCH] ...while $var = glob(...)
20021              From: Robin Houston <robin@kitsite.com> 
20022              Date: Mon, 17 Dec 2001 15:51:54 +0000
20023              Message-ID: <20011217155153.A311@robin.kitsite.com>
20024      Branch: perl
20025            ! op.c
20026 ____________________________________________________________________________
20027 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
20028         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
20029              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20030              Date: Mon, 17 Dec 2001 15:23:01 +0100
20031              Message-ID: <20011217152301.A704@rafael>
20032      Branch: perl
20033            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
20034 ____________________________________________________________________________
20035 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
20036         Log: The system() vs $SIG{ARLM} is no more a todo.
20037      Branch: perl
20038            ! t/op/alarm.t
20039 ____________________________________________________________________________
20040 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
20041         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
20042              From: Michael G Schwern <schwern@pobox.com>
20043              Date: Sun, 16 Dec 2001 23:59:01 -0500
20044              Message-ID: <20011217045901.GL17232@blackrider>
20045      Branch: perl
20046            + t/op/alarm.t
20047            ! MANIFEST
20048 ____________________________________________________________________________
20049 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
20050         Log: s/UNIX/Unix/
20051      Branch: perl
20052            ! MANIFEST
20053 ____________________________________________________________________________
20054 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
20055         Log: Move ExtUtils tests to lib/ExtUtils/t.
20056      Branch: perl
20057            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
20058            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
20059            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
20060            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
20061            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
20062            + lib/ExtUtils/t/testlib.t
20063            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
20064            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
20065            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
20066            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
20067            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
20068            ! MANIFEST
20069 ____________________________________________________________________________
20070 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
20071         Log: Subject: [PATCH] MM_Unix tests, and some questions
20072              From: Tels <perl_dummy@bloodgate.com>
20073              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
20074              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
20075              
20076              Subject: Re: [PATCH] MM_Unix tests, and some questions
20077              From: Tels <perl_dummy@bloodgate.com>
20078              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
20079              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
20080      Branch: perl
20081            + lib/ExtUtils/MM_Unix.t
20082            ! MANIFEST lib/ExtUtils/MM_Unix.pm
20083 ____________________________________________________________________________
20084 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
20085         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
20086              From: Michael G Schwern <schwern@pobox.com>
20087              Date: Sun, 16 Dec 2001 17:53:55 -0500
20088              Message-ID: <20011216225354.GE8900@blackrider>
20089      Branch: perl
20090            ! lib/ExtUtils/MM_Unix.pm
20091 ____________________________________________________________________________
20092 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
20093         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
20094              From: Michael G Schwern <schwern@pobox.com>                
20095              Date: Sun, 16 Dec 2001 16:12:55 -0500
20096              Message-ID: <20011216211255.GV8900@blackrider>
20097      Branch: perl
20098            ! ext/B/B/Deparse.pm
20099 ____________________________________________________________________________
20100 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
20101         Log: Subject: [PATCH] Exporter.pm
20102              From: Nicholas Clark <nick@ccl4.org>
20103              Date: Sun, 16 Dec 2001 19:24:25 +0000
20104              Message-ID: <20011216192425.R21702@plum.flirble.org>
20105      Branch: perl
20106            ! lib/Exporter.pm
20107 ____________________________________________________________________________
20108 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
20109         Log: Subject: [PATCH] Exporter.t (and question)
20110              From: Nicholas Clark <nick@ccl4.org>
20111              Date: Sun, 16 Dec 2001 17:24:55 +0000
20112              Message-ID: <20011216172455.P21702@plum.flirble.org>
20113      Branch: perl
20114            ! lib/Exporter.t
20115 ____________________________________________________________________________
20116 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
20117         Log: Subject: Re: perl@13661
20118              From: "John P. Linderman" <jpl@research.att.com>              
20119              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
20120              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
20121      Branch: perl
20122            ! pp_sort.c
20123 ____________________________________________________________________________
20124 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
20125         Log: Subject: Will the real Unicode encoding please stand up?
20126              From: Jeffrey Friedl <jfriedl@yahoo.com>
20127              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
20128              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
20129      Branch: perl
20130            ! pod/perluniintro.pod
20131 ____________________________________________________________________________
20132 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
20133         Log: Integrate perlio; interruptable system().
20134      Branch: perl
20135           !> util.c
20136 ____________________________________________________________________________
20137 [ 13724] By: nick                                  on 2001/12/17  09:16:50
20138         Log: Fix for alarm() breaking into wait*().
20139              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
20140              signal handler before caller re-does the system call.
20141      Branch: perlio
20142            ! util.c
20143 ____________________________________________________________________________
20144 [ 13723] By: nick                                  on 2001/12/17  07:45:13
20145         Log: Integrate mainline
20146      Branch: perlio
20147           +> (branch 26 files)
20148           !> (integrate 47 files)
20149 ____________________________________________________________________________
20150 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
20151         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
20152              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
20153              and characters beyond 0x10FFF should be disallowed, too,
20154              but some tests would need changing, but more importantly some
20155              APIs would need remodeling since one can easily generate such
20156              characters either by bitwise complements, tr complements, or
20157              v-strings.
20158      Branch: perl
20159            ! pod/perldiag.pod utf8.c
20160 ____________________________________________________________________________
20161 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
20162         Log: Make surrogates illegal also on EBCDIC.
20163      Branch: perl
20164            ! utf8.c
20165 ____________________________________________________________________________
20166 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
20167         Log: Subject: [patch @13687] Unicode::Collate 0.10
20168              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
20169              Date: Sun, 16 Dec 2001 21:22:12 +0900
20170              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
20171      Branch: perl
20172            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
20173            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
20174 ____________________________________________________________________________
20175 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
20176         Log: More documentation for the encoding pragma.
20177      Branch: perl
20178            ! lib/encoding.pm
20179 ____________________________________________________________________________
20180 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
20181         Log: Subject: [PATCH] lib/open.pm 
20182              From: Jeffrey Friedl <jfriedl@yahoo.com>
20183              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
20184              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
20185      Branch: perl
20186            ! lib/open.pm
20187 ____________________________________________________________________________
20188 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
20189         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
20190              From: chromatic <chromatic@rmci.net>
20191              Date: Sat, 15 Dec 2001 23:24:40 -0700
20192              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
20193      Branch: perl
20194            + lib/ExtUtils/Installed.t
20195            ! MANIFEST
20196 ____________________________________________________________________________
20197 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
20198         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
20199              From: Michael G Schwern <schwern@pobox.com>
20200              Date: Sun, 16 Dec 2001 01:14:00 -0500
20201              Message-ID: <20011216061400.GC8900@blackrider>
20202      Branch: perl
20203            ! lib/diagnostics.pm
20204 ____________________________________________________________________________
20205 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
20206         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
20207              From: Michael G Schwern <schwern@pobox.com>
20208              Date: Sun, 16 Dec 2001 01:12:42 -0500
20209              Message-ID: <20011216061242.GB8900@blackrider>
20210      Branch: perl
20211            ! t/test.pl
20212 ____________________________________________________________________________
20213 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
20214         Log: I sometimes outsmart myself.
20215      Branch: perl
20216            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
20217 ____________________________________________________________________________
20218 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
20219         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
20220              From: Michael G Schwern <schwern@pobox.com>
20221              Date: Sat, 15 Dec 2001 15:08:29 -0500
20222              Message-ID: <20011215200829.GK1548@blackrider>
20223      Branch: perl
20224            ! lib/AutoSplit.pm
20225 ____________________________________________________________________________
20226 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
20227         Log: perlunicode enchancements suggested by Jeffrey Friedl.
20228      Branch: perl
20229            ! pod/perlunicode.pod
20230 ____________________________________________________________________________
20231 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
20232         Log: Subject: [PATCH] perlunicode.pod
20233              From: Jeffrey Friedl <jfriedl@yahoo.com>
20234              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
20235              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
20236      Branch: perl
20237            ! pod/perlunicode.pod
20238 ____________________________________________________________________________
20239 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
20240         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
20241              From: Jeffrey Friedl <jfriedl@yahoo.com>
20242              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
20243              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
20244      Branch: perl
20245            ! lib/utf8_heavy.pl
20246 ____________________________________________________________________________
20247 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
20248         Log: Can't create surrogates; so can't match them, either.
20249      Branch: perl
20250            ! pod/perlunicode.pod
20251 ____________________________________________________________________________
20252 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
20253         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
20254              From: Michael G Schwern <schwern@pobox.com>
20255              Date: Sat, 15 Dec 2001 21:20:35 -0500
20256              Message-ID: <20011216022035.GE5672@blackrider>
20257      Branch: perl
20258            ! t/test.pl
20259 ____________________________________________________________________________
20260 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
20261         Log: Make creating UTF-8 surrogates a punishable act.
20262      Branch: perl
20263            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
20264 ____________________________________________________________________________
20265 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
20266         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
20267      Branch: perl
20268            + lib/unicore/In/172.pl lib/unicore/In/173.pl
20269            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
20270            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
20271            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
20272            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
20273            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
20274 ____________________________________________________________________________
20275 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
20276         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
20277              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20278              Date: Sat, 15 Dec 2001 23:21:43 +0100
20279              Message-ID: <20011215232143.A11790@rafael>
20280      Branch: perl
20281            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
20282 ____________________________________________________________________________
20283 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
20284         Log: Make charnames more robust.
20285      Branch: perl
20286            ! lib/charnames.pm
20287 ____________________________________________________________________________
20288 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
20289         Log: The hoops one has to jump through.
20290      Branch: perl
20291            ! ext/I18N/Langinfo/Langinfo.pm
20292 ____________________________________________________________________________
20293 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
20294         Log: Subject: [PATCH] perlstyle.pod nit on warnings
20295              From: Autrijus Tang <autrijus@egb.elixus.org>
20296              Date: Sat, 15 Dec 2001 04:24:34 -0800
20297              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
20298      Branch: perl
20299            ! pod/perlstyle.pod
20300 ____________________________________________________________________________
20301 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
20302         Log: I don't think we are in FooOS, Toto.
20303      Branch: perl
20304            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
20305 ____________________________________________________________________________
20306 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
20307         Log: Subject: Re: Untested modules update:  There's more than we thought
20308              From: chromatic <chromatic@rmci.net>
20309              Date: Fri, 14 Dec 2001 17:20:24 -0700
20310              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
20311      Branch: perl
20312            + lib/ExtUtils/MM_Cygwin.t
20313            ! MANIFEST
20314 ____________________________________________________________________________
20315 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
20316         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
20317              From: Michael G Schwern <schwern@pobox.com> 
20318              Date: Fri, 14 Dec 2001 20:59:42 -0500
20319              Message-ID: <20011215015942.GF28596@blackrider>
20320      Branch: perl
20321            ! t/TEST
20322 ____________________________________________________________________________
20323 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
20324         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
20325              From: Michael G Schwern <schwern@pobox.com> 
20326              Date: Fri, 14 Dec 2001 20:03:46 -0500
20327              Message-ID: <20011215010346.GD28596@blackrider>
20328      Branch: perl
20329            + ext/B/t/bblock.t
20330            ! MANIFEST
20331 ____________________________________________________________________________
20332 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
20333         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
20334              From: Michael G Schwern <schwern@pobox.com> 
20335              Date: Fri, 14 Dec 2001 19:59:13 -0500
20336              Message-ID: <20011215005913.GC28596@blackrider>
20337      Branch: perl
20338            ! ext/B/B/Bblock.pm
20339 ____________________________________________________________________________
20340 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
20341         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
20342              From: Michael G Schwern <schwern@pobox.com> 
20343              Date: Fri, 14 Dec 2001 19:36:12 -0500
20344              Message-ID: <20011215003611.GA28596@blackrider>
20345      Branch: perl
20346            + ext/B/t/asmdata.t
20347            ! MANIFEST
20348 ____________________________________________________________________________
20349 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
20350         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
20351              From: Michael G Schwern <schwern@pobox.com> 
20352              Date: Fri, 14 Dec 2001 19:14:14 -0500
20353              Message-ID: <20011215001414.GA25077@blackrider>
20354      Branch: perl
20355            ! bytecode.pl ext/B/B/Asmdata.pm
20356 ____________________________________________________________________________
20357 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
20358         Log: Permissions.
20359      Branch: perl
20360            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
20361            ! ext/Devel/PPPort/module3.c
20362 ____________________________________________________________________________
20363 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
20364         Log: Benchmark test from Nicholas Clark.
20365      Branch: perl
20366            + lib/Benchmark.t
20367            ! MANIFEST lib/Benchmark.pm
20368 ____________________________________________________________________________
20369 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
20370         Log: Mithing.
20371      Branch: perl
20372            + lib/Attribute/Handlers/demo/demo2.pl
20373            + lib/Attribute/Handlers/demo/demo3.pl
20374            + lib/Attribute/Handlers/demo/demo4.pl
20375 ____________________________________________________________________________
20376 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
20377         Log: Silence compiler worries found by Schwern/Digital cc.
20378      Branch: perl
20379            ! perlio.c sv.c x2p/str.c
20380 ____________________________________________________________________________
20381 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
20382         Log: User may not have a valid home directory even if
20383              getpwuid() succedds.
20384      Branch: perl
20385            ! ext/File/Glob/t/basic.t
20386 ____________________________________________________________________________
20387 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
20388         Log: Integrate with perlio.  (No changes, but that's okay.)
20389      Branch: perl
20390           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
20391 ____________________________________________________________________________
20392 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
20393         Log: Add a Configure hints file for VOS: the POSIX support
20394              of VOS is getting close to the point where it can run
20395              Configure (some Configure tweaks will be required).
20396      Branch: perl
20397            + hints/vos.sh
20398            ! MANIFEST
20399 ____________________________________________________________________________
20400 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
20401         Log: Update Changes.
20402      Branch: perl
20403            ! Changes patchlevel.h
20404 ____________________________________________________________________________
20405 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
20406         Log: Reintroduce Attribute::Handlers with Spider's fixes.
20407      Branch: perl
20408            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
20409            + lib/Attribute/Handlers/README
20410            + lib/Attribute/Handlers/demo/Demo.pm
20411            + lib/Attribute/Handlers/demo/Descriptions.pm
20412            + lib/Attribute/Handlers/demo/MyClass.pm
20413            + lib/Attribute/Handlers/demo/demo.pl
20414            + lib/Attribute/Handlers/demo/demo_call.pl
20415            + lib/Attribute/Handlers/demo/demo_chain.pl
20416            + lib/Attribute/Handlers/demo/demo_cycle.pl
20417            + lib/Attribute/Handlers/demo/demo_hashdir.pl
20418            + lib/Attribute/Handlers/demo/demo_phases.pl
20419            + lib/Attribute/Handlers/demo/demo_range.pl
20420            + lib/Attribute/Handlers/demo/demo_rawdata.pl
20421            + lib/Attribute/Handlers/t/multi.t
20422            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
20423 ____________________________________________________________________________
20424 [ 13685] By: nick                                  on 2001/12/14  15:57:00
20425         Log: Integrate mainline
20426      Branch: perlio
20427           +> t/run/switcht.t
20428           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
20429           !> perlapi.h pod/perlrun.pod t/TEST taint.c
20430 ____________________________________________________________________________
20431 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
20432         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
20433              From: Michael G Schwern <schwern@pobox.com> 
20434              Date: Thu, 13 Dec 2001 19:27:08 -0500
20435              Message-ID: <20011214002707.GA10532@blackrider>
20436              
20437              (reword the perlrun -t description a bit,
20438              and move the Itaint_warn to the bottom of
20439              the intrpvar.h for binary compatibility)
20440      Branch: perl
20441            + t/run/switcht.t
20442            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
20443            ! perlapi.h pod/perlrun.pod t/TEST taint.c
20444 ____________________________________________________________________________
20445 [ 13683] By: nick                                  on 2001/12/14  12:29:41
20446         Log: Integrate mainline
20447      Branch: perlio
20448           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
20449           +> lib/Term/ReadLine.t t/op/hashassign.t
20450            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
20451            - lib/Attribute/Handlers/README
20452            - lib/Attribute/Handlers/demo/Demo.pm
20453            - lib/Attribute/Handlers/demo/Descriptions.pm
20454            - lib/Attribute/Handlers/demo/MyClass.pm
20455            - lib/Attribute/Handlers/demo/demo.pl
20456            - lib/Attribute/Handlers/demo/demo2.pl
20457            - lib/Attribute/Handlers/demo/demo3.pl
20458            - lib/Attribute/Handlers/demo/demo4.pl
20459            - lib/Attribute/Handlers/demo/demo_call.pl
20460            - lib/Attribute/Handlers/demo/demo_chain.pl
20461            - lib/Attribute/Handlers/demo/demo_cycle.pl
20462            - lib/Attribute/Handlers/demo/demo_hashdir.pl
20463            - lib/Attribute/Handlers/demo/demo_phases.pl
20464            - lib/Attribute/Handlers/demo/demo_range.pl
20465            - lib/Attribute/Handlers/demo/demo_rawdata.pl
20466            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
20467           !> (integrate 101 files)
20468 ____________________________________________________________________________
20469 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
20470         Log: Detypo.
20471      Branch: perl
20472            ! utf8.c
20473 ____________________________________________________________________________
20474 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
20475         Log: Buffer overflow checks.
20476      Branch: perl
20477            ! utf8.c
20478 ____________________________________________________________________________
20479 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
20480         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
20481              From: Spider Boardman <spider@leggy.zk3.dec.com>
20482              Date: Thu, 13 Dec 2001 15:32:51 -0500
20483              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
20484      Branch: perl
20485            ! lib/ExtUtils/Embed.t
20486 ____________________________________________________________________________
20487 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
20488         Log: More on the Unicode "line" definition.
20489      Branch: perl
20490            ! pod/perlunicode.pod
20491 ____________________________________________________________________________
20492 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
20493         Log: Open-ended VERSION?
20494      Branch: perl
20495            ! lib/ExtUtils/Install.pm
20496 ____________________________________________________________________________
20497 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
20498         Log: Subject: [PATCH] Better make distclean
20499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20500              Date: Thu, 13 Dec 2001 21:10:18 +0100
20501              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
20502      Branch: perl
20503            ! Makefile.SH
20504 ____________________________________________________________________________
20505 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
20506         Log: Remove Memoize::Saves as requested by mjd.
20507      Branch: perl
20508            - lib/Memoize/Saves.pm
20509            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
20510 ____________________________________________________________________________
20511 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
20512         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
20513              From: Michael G Schwern <schwern@pobox.com>
20514              Date: Tue, 11 Dec 2001 23:17:32 -0500
20515              Message-ID: <20011212041732.GS17250@blackrider>
20516      Branch: perl
20517            ! lib/ExtUtils/Install.pm
20518 ____________________________________________________________________________
20519 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
20520         Log: Subject: [PATCH] Re: use utf8; with bad utf8
20521              From: Nicholas Clark <nick@ccl4.org>
20522              Date: Thu, 13 Dec 2001 17:09:39 +0000
20523              Message-ID: <20011213170939.L21702@plum.flirble.org>
20524      Branch: perl
20525            ! t/lib/1_compile.t
20526 ____________________________________________________________________________
20527 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
20528         Log: Subject: (LONG!) Sort benchmarks and patch
20529              From: "John P. Linderman" <jpl@research.att.com>
20530              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
20531              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
20532      Branch: perl
20533            ! pp_sort.c
20534 ____________________________________________________________________________
20535 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
20536         Log: Unadorned numbers evil.
20537      Branch: perl
20538            ! pp.c regcomp.c regexec.c utf8.c utf8.h
20539 ____________________________________________________________________________
20540 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
20541         Log: "preprocessing directive not recognized within macro arg"
20542      Branch: perl
20543            ! ext/Data/Dumper/Dumper.xs
20544 ____________________________________________________________________________
20545 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
20546         Log: Subject: Clarifying the documentation of goto            
20547              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
20548              Date: Thu, 13 Dec 2001 08:57:38 -0500
20549              Message-ID: <3C18BD8B@operamail.com>
20550      Branch: perl
20551            ! pod/perlfunc.pod
20552 ____________________________________________________________________________
20553 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
20554         Log: It could be possible for the case-insensitive
20555              Unicode-aware string comparison to wander off
20556              to the la-la land.
20557      Branch: perl
20558            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
20559            ! regexec.c utf8.c
20560 ____________________________________________________________________________
20561 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
20562         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
20563              From: Michael G Schwern <schwern@pobox.com> 
20564              Date: Wed, 12 Dec 2001 21:53:46 -0500
20565              Message-ID: <20011213025346.GH25129@blackrider>
20566      Branch: perl
20567            ! lib/Net/hostent.t t/op/stat.t t/test.pl
20568 ____________________________________________________________________________
20569 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
20570         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
20571              From: Michael G Schwern <schwern@pobox.com> 
20572              Date: Wed, 12 Dec 2001 20:33:42 -0500
20573              Message-ID: <20011213013342.GX25129@blackrider>
20574      Branch: perl
20575            ! t/io/fs.t
20576 ____________________________________________________________________________
20577 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
20578         Log: Subject: Re: [PATCH] use utf8; tests
20579              From: Nicholas Clark <nick@ccl4.org>
20580              Date: Thu, 13 Dec 2001 00:16:58 +0000
20581              Message-ID: <20011213001658.I21702@plum.flirble.org>
20582      Branch: perl
20583            ! lib/utf8.t
20584 ____________________________________________________________________________
20585 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
20586         Log: EPOC fixes from Olaf Flebbe.
20587      Branch: perl
20588            ! README.epoc epoc/config.sh epoc/createpkg.pl
20589            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
20590 ____________________________________________________________________________
20591 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
20592         Log: Subject: [PATCH perl@13661] VMS test fix-ups
20593              From: "Craig A. Berry" <craigberry@mac.com>
20594              Date: Wed, 12 Dec 2001 16:27:48 -0600
20595              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
20596      Branch: perl
20597            ! lib/Net/hostent.t t/io/fs.t
20598 ____________________________________________________________________________
20599 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
20600         Log: Subject: Re: Next cygwin round.
20601              From: "Gerrit P. Haase" <gp@familiehaase.de>
20602              Date: Wed, 12 Dec 2001 21:59:00 +0100
20603              Message-ID: <122343874595.20011212215900@familiehaase.de>
20604      Branch: perl
20605            ! t/io/fs.t
20606 ____________________________________________________________________________
20607 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
20608         Log: Subject: [PATCH] use utf8; tests
20609              From: Nicholas Clark <nick@ccl4.org>
20610              Date: Wed, 12 Dec 2001 20:07:04 +0000
20611              Message-ID: <20011212200704.E21702@plum.flirble.org>
20612      Branch: perl
20613            ! lib/utf8.t t/test.pl
20614 ____________________________________________________________________________
20615 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
20616         Log: Update Changes.
20617      Branch: perl
20618            ! Changes patchlevel.h
20619 ____________________________________________________________________________
20620 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
20621         Log: Subject: [PATCH] Passing in env to perl_parse did not work
20622              From: Gisle Aas <gisle@ActiveState.com>
20623              Date: 11 Dec 2001 20:52:57 -0800
20624              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
20625      Branch: perl
20626            ! perl.c perl.h
20627 ____________________________________________________________________________
20628 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
20629         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
20630              mostly gcc -Wall complaining about the argument of %p not
20631              being a void *.
20632      Branch: perl
20633            ! perlio.c regcomp.c taint.c toke.c
20634 ____________________________________________________________________________
20635 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
20636         Log: metaconfig unit change for #13657.
20637      Branch: metaconfig
20638            ! U/modified/nis.U
20639 ____________________________________________________________________________
20640 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
20641         Log: Try YP/NIS also from /usr/lib/yp.
20642      Branch: perl
20643            ! Configure
20644 ____________________________________________________________________________
20645 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
20646         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
20647              From: Michael G Schwern <schwern@pobox.com>                
20648              Date: Wed, 12 Dec 2001 05:27:02 -0500      
20649              Message-ID: <20011212102702.GW17250@blackrider>
20650              
20651              (the op/grent part)
20652      Branch: perl
20653            ! t/op/grent.t
20654 ____________________________________________________________________________
20655 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
20656         Log: Weed out .files from ls and readdir() results.
20657      Branch: perl
20658            ! t/op/stat.t
20659 ____________________________________________________________________________
20660 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
20661         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
20662              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
20663              Date: Wed, 12 Dec 2001 10:52:21 +0100
20664              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
20665      Branch: perl
20666            ! lib/File/Find.pm
20667 ____________________________________________________________________________
20668 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
20669         Log: Subject: [PATCH] doio fatal on cygwin for 13651
20670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
20671              Date: Wed, 12 Dec 2001 11:28:13 +0100      
20672              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
20673      Branch: perl
20674            ! doio.c
20675 ____________________________________________________________________________
20676 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
20677         Log: Get the whole line of ls, makes debugging easier
20678              (from Schwern)
20679      Branch: perl
20680            ! t/op/stat.t
20681 ____________________________________________________________________________
20682 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
20683         Log: rename() must be tested even without link()
20684              or the utime() and rename-directory tests fail.
20685              (Also got the BeOS utime atime/time the wrong way round.)
20686      Branch: perl
20687            ! t/io/fs.t
20688 ____________________________________________________________________________
20689 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
20690         Log: Now that the beos.c is compiled at the main level
20691              the header is in the beos/
20692      Branch: perl
20693            ! beos/beos.c
20694 ____________________________________________________________________________
20695 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
20696         Log: Must remember to require Socket.
20697      Branch: perl
20698            ! ext/Sys/Syslog/syslog.t
20699 ____________________________________________________________________________
20700 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
20701         Log: In BeOS Errno must resort to actual compilation
20702              and execution for some of the error constants.
20703      Branch: perl
20704            ! ext/Errno/Errno_pm.PL
20705 ____________________________________________________________________________
20706 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
20707         Log: BeOS still has no good sockets.
20708      Branch: perl
20709            ! ext/IO/lib/IO/t/io_sel.t
20710 ____________________________________________________________________________
20711 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
20712         Log: BeOS sockets are not true sockets.
20713      Branch: perl
20714            ! ext/IO/lib/IO/t/io_poll.t
20715 ____________________________________________________________________________
20716 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
20717         Log: No Socket, no Syslog.
20718      Branch: perl
20719            ! ext/Sys/Syslog/syslog.t
20720 ____________________________________________________________________________
20721 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
20722         Log: (On some platforms) missing truncate FH.
20723      Branch: perl
20724            ! pod/perltodo.pod
20725 ____________________________________________________________________________
20726 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
20727         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
20728              and vms would be muchly appreciated.
20729      Branch: perl
20730            ! t/io/fs.t
20731 ____________________________________________________________________________
20732 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
20733         Log: utime() updates only the mtime in BeOS. 
20734      Branch: perl
20735            ! pod/perlport.pod
20736 ____________________________________________________________________________
20737 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
20738         Log: No link(), no need to dSP.
20739      Branch: perl
20740            ! pp_sys.c
20741 ____________________________________________________________________________
20742 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
20743         Log: Missing argument.
20744      Branch: perl
20745            ! utf8.c
20746 ____________________________________________________________________________
20747 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
20748         Log: (1) To assume any setuid programs is silly.
20749              (2) Chaining tests with booleans means that some
20750              of them may not get run which means getting out
20751              of test count sync.
20752      Branch: perl
20753            ! t/op/stat.t
20754 ____________________________________________________________________________
20755 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
20756         Log: The beos.c needs to be in the main directory.
20757      Branch: perl
20758            ! hints/beos.sh
20759 ____________________________________________________________________________
20760 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
20761         Log: Detypo and rename.
20762      Branch: perl
20763            ! doio.c perl.h perlio.c perliol.h
20764 ____________________________________________________________________________
20765 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
20766         Log: This time I test compiled.  Honest.
20767      Branch: perl
20768            ! beos/beos.c
20769 ____________________________________________________________________________
20770 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
20771         Log: Subject: [PATCH] slightly more pack tests
20772              From: Nicholas Clark <nick@ccl4.org>
20773              Date: Tue, 11 Dec 2001 23:41:23 +0000
20774              Message-ID: <20011211234123.Y21702@plum.flirble.org>
20775      Branch: perl
20776            ! t/op/pack.t
20777 ____________________________________________________________________________
20778 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
20779         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
20780              From: "Craig A. Berry" <craigberry@mac.com>
20781              Date: Tue, 11 Dec 2001 16:39:13 -0600
20782              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
20783      Branch: perl
20784            ! configure.com
20785 ____________________________________________________________________________
20786 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
20787         Log: metaconfig unit change for #13632.
20788      Branch: metaconfig/U/perl
20789            ! perlpath.U
20790 ____________________________________________________________________________
20791 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
20792         Log: Subject: $Config{perlpath} and -Dversiononly
20793              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20794              Date: Tue, 11 Dec 2001 23:32:33 +0100
20795              Message-ID: <20011211233233.A11587@rafael>
20796      Branch: perl
20797            ! Configure
20798 ____________________________________________________________________________
20799 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
20800         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
20801              From: Nicholas Clark <nick@ccl4.org>
20802              Date: Tue, 11 Dec 2001 21:59:36 +0000
20803              Message-ID: <20011211215935.W21702@plum.flirble.org>
20804      Branch: perl
20805            ! t/op/pack.t
20806 ____________________________________________________________________________
20807 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
20808         Log: More UTF-8 API docs.
20809      Branch: perl
20810            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
20811 ____________________________________________________________________________
20812 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
20813         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
20814              From: Nicholas Clark <nick@ccl4.org>
20815              Date: Tue, 11 Dec 2001 20:08:59 +0000
20816              Message-ID: <20011211200859.S21702@plum.flirble.org>
20817      Branch: perl
20818            ! t/op/pack.t
20819 ____________________________________________________________________________
20820 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
20821         Log: Subject: Re: use utf8; with bad utf8
20822              From: Nicholas Clark <nick@ccl4.org>
20823              Date: Tue, 11 Dec 2001 19:49:21 +0000
20824              Message-ID: <20011211194921.R21702@plum.flirble.org>
20825      Branch: perl
20826            ! lib/utf8.t
20827 ____________________________________________________________________________
20828 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
20829         Log: Can't spell worth a dam.  (Try Three Gorges.)
20830      Branch: perl
20831            ! beos/beos.c
20832 ____________________________________________________________________________
20833 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
20834         Log: We need DWIM cpps.
20835      Branch: perl
20836            ! perlio.c
20837 ____________________________________________________________________________
20838 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
20839         Log: The unixish.h needs to be found and the waitpid wrapper
20840              could use a proto.
20841      Branch: perl
20842            ! beos/beosish.h
20843 ____________________________________________________________________________
20844 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
20845         Log: The BeOS waitpid() seems to be broken,
20846              have a wrapper for it.
20847      Branch: perl
20848            + beos/beos.c beos/beosish.h
20849            ! MANIFEST hints/beos.sh perl.h
20850 ____________________________________________________________________________
20851 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
20852         Log: Unlean the leaning tower of Babel.
20853      Branch: perl
20854            ! perl.h
20855 ____________________________________________________________________________
20856 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
20857         Log: Retract #13607 until we figure out what to do with autouse.
20858      Branch: perl
20859            ! lib/Carp.pm
20860 ____________________________________________________________________________
20861 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
20862         Log: Try to handle platforms that have O_TEXT != O_BINARY but
20863              which are not DOSish, BeOS being one of such platforms.
20864              Ideally this should be a Configure test, not a hardwired
20865              cpp symbol test... 
20866      Branch: perl
20867            ! doio.c perl.h perlio.c perliol.h
20868 ____________________________________________________________________________
20869 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
20870         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
20871              From: Jonathan Stowe <gellyfish@gellyfish.com>
20872              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
20873              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
20874      Branch: perl
20875            ! lib/Term/Cap.pm lib/Term/Cap.t
20876 ____________________________________________________________________________
20877 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
20878         Log: Subject: [patch perlio.c] test for NULL before derefencing
20879              From: Stas Bekman <stas@stason.org>
20880              Date: Tue, 11 Dec 2001 16:17:55 +0800
20881              Message-ID: <3C15C133.8@stason.org>
20882      Branch: perl
20883            ! perlio.c
20884 ____________________________________________________________________________
20885 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
20886         Log: metaconfig unit change for #13617.
20887      Branch: metaconfig/U/perl
20888            ! Extensions.U
20889 ____________________________________________________________________________
20890 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
20891         Log: BeOS has socket() but not enough to build a working Socket.
20892              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
20893              new networking implementation, which is rumored to fix the
20894              non-standardness of sockets, but it's apparently not publicly
20895              available, and anything to do with BeOS has become quite
20896              complicated with the sale of the Be assets to Palm.)
20897      Branch: perl
20898            ! Configure
20899 ____________________________________________________________________________
20900 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
20901         Log: Update changes
20902      Branch: maint-5.6/macperl
20903            ! macos/Changes
20904 ____________________________________________________________________________
20905 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
20906         Log: Add extra pod to help
20907      Branch: maint-5.6/macperl
20908            ! macos/macperl/MacPerl.podhelp
20909 ____________________________________________________________________________
20910 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
20911         Log: Return DoAppleScript errors in $@
20912      Branch: maint-5.6/macperl
20913            ! macos/ext/MacPerl/OSA.xs
20914 ____________________________________________________________________________
20915 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
20916         Log: Clear out $^E before each script run
20917      Branch: maint-5.6/macperl
20918            ! macos/macperl/MPScript.c
20919 ____________________________________________________________________________
20920 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
20921         Log: Integrate various changes from maint-5.6/perl/.
20922      Branch: maint-5.6/macperl
20923           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
20924           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
20925 ____________________________________________________________________________
20926 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
20927         Log: Subject: Exporter's documentation shouldn't lie               
20928              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
20929              Date: Mon, 10 Dec 2001 21:30:20 -0500
20930              Message-ID: <3C4AA201@operamail.com>
20931      Branch: perl
20932            ! lib/Exporter.pm
20933 ____________________________________________________________________________
20934 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
20935         Log: Make Errno better in BeOS (the second hunk is
20936              good on any platform).  Still not working in BeOS
20937              are the E constants that refer BeOS native error
20938              constants (B_...) which are enums (*groan*).
20939      Branch: perl
20940            ! ext/Errno/Errno_pm.PL
20941 ____________________________________________________________________________
20942 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
20943         Log: The BeOS linker seems to link the last seen symbol,
20944              not the first (so the symbols of op.o from libperl.so
20945              would get linked to miniperl instead of the symbols of
20946              opmini.o)-- use the same trick as for NeXT4 for linking
20947              miniperl.
20948      Branch: perl
20949            ! Makefile.SH
20950 ____________________________________________________________________________
20951 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
20952         Log: Subject: Re: [PATCH] tests for hash assignment
20953              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20954              Date: Tue, 11 Dec 2001 01:48:55 +0000
20955              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
20956      Branch: perl
20957            ! utf8.c
20958 ____________________________________________________________________________
20959 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
20960         Log: (retracted by #13622)
20961              
20962              Subject: RE: More verbose POD for Carp
20963              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
20964              Date: Mon, 10 Dec 2001 20:23:20 -0500
20965              Message-ID: <3C4A3566@operamail.com>
20966      Branch: perl
20967            ! lib/Carp.pm
20968 ____________________________________________________________________________
20969 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
20970         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
20971              From: "Craig A. Berry" <craigberry@mac.com>
20972              Date: Mon, 10 Dec 2001 18:25:37 -0600
20973              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
20974      Branch: perl
20975            ! t/op/write.t t/test.pl
20976 ____________________________________________________________________________
20977 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
20978         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
20979              From: Michael G Schwern <schwern@pobox.com>
20980              Date: Mon, 10 Dec 2001 08:00:01 -0500
20981              Message-ID: <20011210130000.GK1770@blackrider>
20982      Branch: perl
20983            ! t/comp/multiline.t
20984 ____________________________________________________________________________
20985 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
20986         Log: Subject: Re: [PATCH] tests for hash assignment
20987              From: Nicholas Clark <nick@ccl4.org>
20988              Date: Mon, 10 Dec 2001 23:22:28 +0000
20989              Message-ID: <20011210232228.M21702@plum.flirble.org>
20990      Branch: perl
20991            + t/op/hashassign.t
20992            ! MANIFEST t/op/each.t t/test.pl
20993 ____________________________________________________________________________
20994 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
20995         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
20996              From: "Craig A. Berry" <craigberry@mac.com>
20997              Date: Mon, 10 Dec 2001 16:38:14 -0600
20998              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
20999      Branch: perl
21000            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
21001 ____________________________________________________________________________
21002 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
21003         Log: Subject: [PATCH perl@13600] configure.com fixes
21004              From: "Craig A. Berry" <craigberry@mac.com>
21005              Date: Mon, 10 Dec 2001 14:40:20 -0600
21006              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
21007      Branch: perl
21008            ! configure.com
21009 ____________________________________________________________________________
21010 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
21011         Log: Silence BeOS compilation moaning.
21012      Branch: perl
21013            ! perl.h
21014 ____________________________________________________________________________
21015 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
21016         Log: Update Changes.
21017      Branch: perl
21018            ! Changes patchlevel.h
21019 ____________________________________________________________________________
21020 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
21021         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
21022              From: Michael G Schwern <schwern@pobox.com>
21023              Date: Mon, 10 Dec 2001 01:21:03 -0500
21024              Message-ID: <20011210062103.GC1770@blackrider>
21025      Branch: perl
21026            ! lib/ExtUtils/Command.t
21027 ____________________________________________________________________________
21028 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
21029         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
21030              From: Michael G Schwern <schwern@pobox.com>
21031              Date: Mon, 10 Dec 2001 01:10:57 -0500
21032              Message-ID: <20011210061057.GB1770@blackrider>
21033      Branch: perl
21034            ! t/op/groups.t
21035 ____________________________________________________________________________
21036 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
21037         Log: Retract #13596, #13593 should do the trick.
21038      Branch: perl
21039            ! t/op/stat.t
21040 ____________________________________________________________________________
21041 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
21042         Log: (retracted by #13597, #13593 does the job better)
21043              
21044              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
21045              From: Michael G Schwern <schwern@pobox.com>
21046              Date: Mon, 10 Dec 2001 00:53:16 -0500
21047              Message-ID: <20011210055316.GA1770@blackrider>
21048      Branch: perl
21049            ! t/op/stat.t
21050 ____________________________________________________________________________
21051 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
21052         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
21053              From: Michael G Schwern <schwern@pobox.com> 
21054              Date: Mon, 10 Dec 2001 02:19:14 -0500
21055              Message-ID: <20011210071914.GF1770@blackrider>
21056      Branch: perl
21057            ! lib/AutoSplit.t
21058 ____________________________________________________________________________
21059 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
21060         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
21061              From: Michael G Schwern <schwern@pobox.com>
21062              Date: Mon, 10 Dec 2001 02:47:40 -0500
21063              Message-ID: <20011210074739.GH1770@blackrider>
21064      Branch: perl
21065            ! t/op/pack.t
21066 ____________________________________________________________________________
21067 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
21068         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
21069              From: Michael G Schwern <schwern@pobox.com>
21070              Date: Mon, 10 Dec 2001 02:54:22 -0500
21071              Message-ID: <20011210075422.GI1770@blackrider>
21072      Branch: perl
21073            ! t/test.pl
21074 ____________________________________________________________________________
21075 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
21076         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
21077              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21078              Date: Mon, 10 Dec 2001 08:45:20 +0100
21079              Message-ID: <3C146810.60B5B7C0@alcatel.at>
21080      Branch: perl
21081            ! pp_pack.c
21082 ____________________________________________________________________________
21083 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
21084         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
21085              From: Michael G Schwern <schwern@pobox.com>
21086              Date: Mon, 10 Dec 2001 03:27:02 -0500
21087              Message-ID: <20011210082702.GN1770@blackrider>
21088      Branch: perl
21089            ! t/io/openpid.t
21090 ____________________________________________________________________________
21091 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
21092         Log: More chmod +w.
21093      Branch: perl
21094            ! Porting/makerel
21095 ____________________________________________________________________________
21096 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
21097         Log: Just skip the readability test if running as root.
21098      Branch: perl
21099            ! lib/Net/t/netrc.t
21100 ____________________________________________________________________________
21101 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
21102         Log: Tell about the downside of safe signals.
21103      Branch: perl
21104            ! pod/perldelta.pod
21105 ____________________________________________________________________________
21106 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
21107         Log: Make the whole -lperl thing NetBSD only until we
21108              find some other platform that needs the same.
21109      Branch: perl
21110            ! lib/ExtUtils/MM_Unix.pm
21111 ____________________________________________________________________________
21112 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
21113         Log: Subject: [PATCH t/op/pack.t] Cleanup
21114              From: Michael G Schwern <schwern@pobox.com> 
21115              Date: Sun, 9 Dec 2001 23:08:26 -0500
21116              Message-ID: <20011210040826.GD660@blackrider>
21117      Branch: perl
21118            ! t/op/pack.t
21119 ____________________________________________________________________________
21120 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
21121         Log: Add threads support for NetBSD.
21122              
21123              This is also the first (I think) Perl threads build with
21124              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
21125              NetBSD does not as of yet have true kernel POSIX threads,
21126              but the user-level pth seems to be doing pretty well--
21127              the only failure is that threads/t/basic okays 6 and 7
21128              consistently seem be arriving in the reverse order.
21129              Well, gdbm.t is also failing: 'Undefined PLT symbol
21130              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
21131              guessing that GDBM would need a threaded rebuild.
21132      Branch: perl
21133            ! hints/netbsd.sh
21134 ____________________________________________________________________________
21135 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
21136         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
21137              potential performance hit and change in semantics of closure
21138              lookups after C<undef &foo>)
21139      Branch: maint-5.6/perl
21140            ! op.c
21141 ____________________________________________________________________________
21142 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
21143         Log: metaconfig unit change for #13582.
21144      Branch: metaconfig
21145            ! U/threads/usethreads.U
21146 ____________________________________________________________________________
21147 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
21148         Log: Update the ithreads selection info in Configure,
21149              as suggested by Michael Schwern.
21150      Branch: perl
21151            ! Configure
21152 ____________________________________________________________________________
21153 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
21154         Log: Clearing locale environment simply doesn't seem to
21155              guarantee that (nl_)langinfo(CODESET) would return nil.
21156              (I for example get "ISO8859-1", so <guess>maybe there can
21157              be per-system default settings at work</guess>.)
21158      Branch: perl
21159            ! lib/open.t
21160 ____________________________________________________________________________
21161 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
21162         Log: Subject: RE: Exporter fixes reversed in 13540?
21163              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
21164              Date: Sun, 9 Dec 2001 12:55:15 -0500
21165              Message-ID: <3C13F455@operamail.com>
21166      Branch: perl
21167            ! lib/open.pm
21168 ____________________________________________________________________________
21169 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
21170         Log: Root is the lizard king.
21171      Branch: perl
21172            ! lib/Net/t/netrc.t
21173 ____________________________________________________________________________
21174 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
21175         Log: Telling how many tests we are expecting helps.
21176      Branch: perl
21177            ! ext/POSIX/t/waitpid.t
21178 ____________________________________________________________________________
21179 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
21180         Log: Add a test case for waitpid(): from Rocco Caputo.
21181      Branch: perl
21182            + ext/POSIX/t/waitpid.t
21183            ! MANIFEST
21184 ____________________________________________________________________________
21185 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
21186         Log: Subject: [PATCH] Term::ReadLine tweaks and test
21187              From: Richard Clamp <richardc@unixbeard.net>
21188              Date: Mon, 10 Dec 2001 00:51:47 +0000
21189              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
21190      Branch: perl
21191            + lib/Term/ReadLine.t
21192            ! MANIFEST lib/Term/ReadLine.pm
21193 ____________________________________________________________________________
21194 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
21195         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
21196              From: Rocco Caputo <troc@netrus.net>
21197              Date: Sun, 9 Dec 2001 18:12:38 -0500
21198              Message-ID: <20011209181238.A803@eyrie.homenet>
21199      Branch: perl
21200            ! win32/win32.c
21201 ____________________________________________________________________________
21202 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
21203         Log: make sure that va_start() has matching va_end();
21204              from OpenBSD 3.0.
21205      Branch: perl
21206            ! x2p/util.c
21207 ____________________________________________________________________________
21208 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
21209         Log: h2ph updates from OpenBSD 3.0.
21210      Branch: perl
21211            ! utils/h2ph.PL
21212 ____________________________________________________________________________
21213 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
21214         Log: OpenBSD hints update from OpenBSD 3.0.
21215      Branch: perl
21216            ! hints/openbsd.sh
21217 ____________________________________________________________________________
21218 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
21219         Log: DJGPP tweaks from Laszlo Molnar.
21220      Branch: perl
21221            ! djgpp/config.over lib/File/Find/t/find.t
21222            ! lib/File/Find/t/taint.t t/pod/find.t
21223 ____________________________________________________________________________
21224 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
21225         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
21226              From: Michael G Schwern <schwern@pobox.com> 
21227              Date: Sun, 9 Dec 2001 19:28:12 -0500
21228              Message-ID: <20011210002812.GF13586@blackrider>
21229      Branch: perl
21230            ! README.cygwin
21231 ____________________________________________________________________________
21232 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
21233         Log: README.cygwin update from Gerrit P. Haase.
21234      Branch: perl
21235            ! README.cygwin
21236 ____________________________________________________________________________
21237 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
21238         Log: Apply NetBSD patch-ag: shared/static linking,
21239              but make the change less intrusive on non-NetBSD.
21240      Branch: perl
21241            ! lib/ExtUtils/MM_Unix.pm
21242 ____________________________________________________________________________
21243 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
21244         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
21245      Branch: perl
21246            ! lib/ExtUtils/Liblist.pm
21247 ____________________________________________________________________________
21248 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
21249         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
21250      Branch: perl
21251            ! regcomp.c
21252 ____________________________________________________________________________
21253 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
21254         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
21255      Branch: perl
21256            ! pp.c
21257 ____________________________________________________________________________
21258 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
21259         Log: Apply NetBSD patch-ac.
21260              (the fix has already been done: change #9706, fully qualified
21261              pathnames in packlists)
21262      Branch: perl
21263            ! lib/ExtUtils/Install.pm
21264 ____________________________________________________________________________
21265 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
21266         Log: Apply NetBSD patch-ab: NetBSD hints update.
21267      Branch: perl
21268            ! hints/netbsd.sh
21269 ____________________________________________________________________________
21270 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
21271         Log: metaconfig unit changes for #13560.
21272      Branch: metaconfig/U/perl
21273            ! dlsrc.U i_ieeefp.U libperl.U
21274 ____________________________________________________________________________
21275 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
21276         Log: NetBSD has <ieeefp.h> but hidden.
21277      Branch: perl
21278            ! hints/netbsd.sh
21279 ____________________________________________________________________________
21280 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
21281         Log: Implement NetBSD patch-aa.
21282      Branch: perl
21283            ! Configure
21284 ____________________________________________________________________________
21285 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
21286         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
21287              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
21288              Date: Sun, 09 Dec 2001 13:40:58 +0100
21289              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
21290              
21291              (The lstat()s were there in 5.6.1: what happened to them?)
21292      Branch: perl
21293            ! lib/File/Find.pm
21294 ____________________________________________________________________________
21295 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
21296         Log: Quickie documentation of the C UTF-8 API.
21297      Branch: perl
21298            ! pod/perlunicode.pod
21299 ____________________________________________________________________________
21300 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
21301         Log: Subject: bleadperl on cygwin weirdness...
21302              From: "Gerrit P. Haase" <gp@familiehaase.de>
21303              Date: Sun, 9 Dec 2001 20:31:28 +0100
21304              Message-ID: <13779422183.20011209203128@familiehaase.de>          
21305              
21306              (plus libperl*.dll version portability tweaks)
21307      Branch: perl
21308            ! lib/ExtUtils/Embed.t
21309 ____________________________________________________________________________
21310 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
21311         Log: Instead of muting symbol export error if under eval,
21312              delay the errors until the croak().
21313              
21314              (replaces #13408)
21315      Branch: perl
21316            ! lib/Exporter/Heavy.pm
21317 ____________________________________________________________________________
21318 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
21319         Log: Basegroup 0 is a cygwin_nt thing.
21320      Branch: perl
21321            ! t/op/groups.t
21322 ____________________________________________________________________________
21323 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
21324         Log: Also WinME is LoseLink.
21325      Branch: perl
21326            ! t/op/stat.t
21327 ____________________________________________________________________________
21328 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
21329         Log: Forgotten checkin.
21330      Branch: perl
21331            ! lib/User/grent.t
21332 ____________________________________________________________________________
21333 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
21334         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
21335              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
21336              Date: Sun, 09 Dec 2001 13:45:06 +0100
21337              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
21338      Branch: perl
21339            ! lib/File/Find.pm
21340 ____________________________________________________________________________
21341 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
21342         Log: Tweakback.
21343      Branch: perl
21344            ! lib/Net/hostent.t
21345 ____________________________________________________________________________
21346 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
21347         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
21348              From: Michael G Schwern <schwern@pobox.com>
21349              Date: Sat, 8 Dec 2001 14:48:38 -0500
21350              Message-ID: <20011208194838.GA8650@blackrider>
21351      Branch: perl
21352            ! t/op/grent.t
21353 ____________________________________________________________________________
21354 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
21355         Log: Subject: [README.cygwin] Removing old expected test failures
21356              From: Michael G Schwern <schwern@pobox.com>
21357              Date: Sat, 8 Dec 2001 15:38:28 -0500
21358              Message-ID: <20011208203828.GB9017@blackrider>
21359      Branch: perl
21360            ! README.cygwin
21361 ____________________________________________________________________________
21362 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
21363         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
21364              From: Michael G Schwern <schwern@pobox.com>                
21365              Date: Sat, 8 Dec 2001 15:26:59 -0500
21366              Message-ID: <20011208202659.GA9017@blackrider> 
21367      Branch: perl
21368            ! lib/Net/hostent.t
21369 ____________________________________________________________________________
21370 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
21371         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
21372              From: Michael G Schwern <schwern@pobox.com> 
21373              Date: Sat, 8 Dec 2001 15:06:16 -0500
21374              Message-ID: <20011208200616.GA8915@blackrider>
21375      Branch: perl
21376            ! t/op/stat.t
21377 ____________________________________________________________________________
21378 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
21379         Log: Developer deprecations and an incompatibility.
21380      Branch: perl
21381            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
21382 ____________________________________________________________________________
21383 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
21384         Log: Shoo.
21385      Branch: perl
21386            - lib/Attribute/Handlers.pm
21387 ____________________________________________________________________________
21388 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
21389         Log: Remove Attribute::Handlers, as per Damian's request.
21390              (Because of fixing the my variables to be now handled
21391              in run-time, the whole internals of the A::H needs to
21392              be rewritten and Damian will not have time for that
21393              for months.)
21394      Branch: perl
21395            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
21396            - lib/Attribute/Handlers/demo/Demo.pm
21397            - lib/Attribute/Handlers/demo/Descriptions.pm
21398            - lib/Attribute/Handlers/demo/MyClass.pm
21399            - lib/Attribute/Handlers/demo/demo.pl
21400            - lib/Attribute/Handlers/demo/demo2.pl
21401            - lib/Attribute/Handlers/demo/demo3.pl
21402            - lib/Attribute/Handlers/demo/demo4.pl
21403            - lib/Attribute/Handlers/demo/demo_call.pl
21404            - lib/Attribute/Handlers/demo/demo_chain.pl
21405            - lib/Attribute/Handlers/demo/demo_cycle.pl
21406            - lib/Attribute/Handlers/demo/demo_hashdir.pl
21407            - lib/Attribute/Handlers/demo/demo_phases.pl
21408            - lib/Attribute/Handlers/demo/demo_range.pl
21409            - lib/Attribute/Handlers/demo/demo_rawdata.pl
21410            - lib/Attribute/Handlers/t/multi.t
21411            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
21412            ! pod/perlmodlib.pod pod/perltoc.pod
21413 ____________________________________________________________________________
21414 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
21415         Log: Subject: Re: attributes are broken
21416              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21417              Date: Sun, 09 Dec 2001 00:09:23 -0500
21418              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
21419      Branch: perl
21420            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
21421            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
21422            ! xsutils.c
21423 ____________________________________________________________________________
21424 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
21425         Log: Forgotten checkin.
21426      Branch: perl
21427            ! lib/Pod/Text.pm
21428 ____________________________________________________________________________
21429 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
21430         Log: uconfig.h update.
21431      Branch: perl
21432            ! uconfig.h
21433 ____________________________________________________________________________
21434 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
21435         Log: Update Changes.
21436      Branch: perl
21437            ! Changes patchlevel.h
21438 ____________________________________________________________________________
21439 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
21440         Log: Note that some of the Unicode features are
21441              dependent on perlio.
21442      Branch: perl
21443            ! pod/perluniintro.pod
21444 ____________________________________________________________________________
21445 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
21446         Log: Regen perlapi, regen toc.
21447      Branch: perl
21448            ! pod/perlapi.pod pod/perltoc.pod
21449 ____________________________________________________________________________
21450 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
21451         Log: FAQ sync.
21452      Branch: perl
21453            ! pod/perlfaq4.pod pod/perlfaq6.pod
21454 ____________________________________________________________________________
21455 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
21456         Log: Subject: [PATCH] Fix odd language in an sv.c comment
21457              From: coral@eekeek.org
21458              Date: Sat, 8 Dec 2001 12:19:39 -0500
21459              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
21460      Branch: perl
21461            ! sv.c
21462 ____________________________________________________________________________
21463 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
21464         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
21465              From: Michael G Schwern <schwern@pobox.com>
21466              Date: Fri, 7 Dec 2001 20:03:45 -0500
21467              Message-ID: <20011208010345.GD642@blackrider>
21468              
21469              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
21470              From: Michael G Schwern <schwern@pobox.com>
21471              Date: Fri, 7 Dec 2001 20:13:54 -0500
21472              Message-ID: <20011208011354.GE642@blackrider>
21473              
21474              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
21475              From: Michael G Schwern <schwern@pobox.com>
21476              Date: Fri, 7 Dec 2001 21:47:36 -0500
21477              Message-ID: <20011208024736.GH642@blackrider>
21478              
21479              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
21480              From: Michael G Schwern <schwern@pobox.com>
21481              Date: Fri, 7 Dec 2001 23:09:43 -0500
21482              Message-ID: <20011208040943.GK642@blackrider>
21483              
21484              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
21485              Message-Id: <a05101004b83754903506@[172.16.52.1]>
21486              Date: Fri, 7 Dec 2001 23:28:15 -0600
21487              From: "Craig A. Berry" <craigberry@mac.com>
21488      Branch: perl
21489            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
21490 ____________________________________________________________________________
21491 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
21492         Log: Integrate perlio.
21493      Branch: perl
21494           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
21495           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
21496 ____________________________________________________________________________
21497 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
21498         Log: Retract #11156 since Sarathy has found that it breaks code:
21499              http://bugs.ActiveState.com/show_bug.cgi?id=18457
21500              http://bugs.ActiveState.com/show_bug.cgi?id=18858
21501      Branch: perl
21502            ! op.c sv.c t/op/pos.t
21503 ____________________________________________________________________________
21504 [ 13532] By: nick                                  on 2001/12/08  14:11:12
21505         Log: Integrate mainline
21506      Branch: perlio
21507           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
21508           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
21509 ____________________________________________________________________________
21510 [ 13531] By: nick                                  on 2001/12/08  13:48:21
21511         Log: Tweak multi-arg open error messages
21512      Branch: perlio
21513            ! perlio.c
21514 ____________________________________________________________________________
21515 [ 13530] By: nick                                  on 2001/12/08  10:20:06
21516         Log: Allow multi-arg open() if opening layer declares this legal.
21517      Branch: perlio
21518            ! doio.c perlio.c perliol.h
21519 ____________________________________________________________________________
21520 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
21521         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
21522              From: Michael G Schwern <schwern@pobox.com>       
21523              Date: Fri, 7 Dec 2001 19:41:31 -0500
21524              Message-ID: <20011208004131.GC642@blackrider>
21525      Branch: perl
21526            ! t/run/switches.t t/test.pl
21527 ____________________________________________________________________________
21528 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
21529         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
21530              From: Michael G Schwern <schwern@pobox.com>       
21531              Date: Fri, 7 Dec 2001 19:12:44 -0500
21532              Message-ID: <20011208001244.GB642@blackrider>
21533      Branch: perl
21534            ! t/op/stat.t
21535 ____________________________________________________________________________
21536 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
21537         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
21538              From: Michael G Schwern <schwern@pobox.com>
21539              Date: Fri, 7 Dec 2001 17:28:57 -0500
21540              Message-ID: <20011207222857.GI23210@blackrider>
21541      Branch: perl
21542            ! t/op/magic.t
21543 ____________________________________________________________________________
21544 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
21545         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
21546      Branch: perl
21547            ! t/test.pl
21548 ____________________________________________________________________________
21549 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
21550         Log: which_perl: delay as much a possible till runtime.
21551      Branch: perl
21552            ! t/test.pl
21553 ____________________________________________________________________________
21554 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
21555         Log: Further tweakage to which_perl().
21556      Branch: perl
21557            ! t/test.pl
21558 ____________________________________________________________________________
21559 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
21560         Log: perluniintro tweaks.
21561      Branch: perl
21562            ! pod/perluniintro.pod
21563 ____________________________________________________________________________
21564 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
21565         Log: Tweak the $Perl computation.
21566      Branch: perl
21567            ! t/test.pl
21568 ____________________________________________________________________________
21569 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
21570         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
21571              From: Nicholas Clark <nick@ccl4.org>
21572              Date: Fri, 7 Dec 2001 17:06:56 +0000
21573              Message-ID: <20011207170656.G21702@plum.flirble.org>
21574      Branch: perl
21575            ! doop.c t/op/chop.t
21576 ____________________________________________________________________________
21577 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
21578         Log: Update Changes.
21579      Branch: perl
21580            ! Changes patchlevel.h
21581 ____________________________________________________________________________
21582 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
21583         Log: Missing ).
21584      Branch: perl
21585            ! t/test.pl
21586 ____________________________________________________________________________
21587 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
21588         Log: Allow several arguments to display().
21589      Branch: perl
21590            ! t/test.pl
21591 ____________________________________________________________________________
21592 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
21593         Log: /dev/stdout could be either a character special file
21594              or a named pipe, so let's pretend it doesn't exist.
21595      Branch: perl
21596            ! t/op/stat.t
21597 ____________________________________________________________________________
21598 [ 13516] By: nick                                  on 2001/12/07  15:09:23
21599         Log: Integrate again - can I catch up ?
21600      Branch: perlio
21601           !> t/test.pl
21602 ____________________________________________________________________________
21603 [ 13515] By: nick                                  on 2001/12/07  15:08:17
21604         Log: Integrate mainline some more
21605      Branch: perlio
21606           !> README.hpux hints/linux.sh pod/perlfunc.pod
21607 ____________________________________________________________________________
21608 [ 13514] By: nick                                  on 2001/12/07  15:07:15
21609         Log: Integrate mainline
21610      Branch: perlio
21611           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
21612           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
21613           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
21614           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
21615           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
21616           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
21617           +> t/lib/Math/BigInt/BareCalc.pm
21618            - ext/Devel/PPPort/harness/Harness.pm
21619            - ext/Devel/PPPort/harness/Harness.xs
21620            - ext/Devel/PPPort/harness/Makefile.PL
21621            - ext/Devel/PPPort/harness/module2.c
21622            - ext/Devel/PPPort/harness/module3.c
21623            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
21624            - lib/File/Spec/Functions.t
21625           !> (integrate 103 files)
21626 ____________________________________________________________________________
21627 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
21628         Log: Add display() for displaying icky scalars.
21629      Branch: perl
21630            ! t/test.pl
21631 ____________________________________________________________________________
21632 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
21633         Log: Subject: [ID 20011207.001] documentation bug for waitpid
21634              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
21635              Date: Fri, 7 Dec 2001 12:44:56 +0100
21636              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
21637      Branch: perl
21638            ! pod/perlfunc.pod
21639 ____________________________________________________________________________
21640 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
21641         Log: gcc version matching didn't.
21642      Branch: perl
21643            ! hints/linux.sh
21644 ____________________________________________________________________________
21645 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
21646         Log: Subject: HP renamed their servers              
21647              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21648              Date: Fri, 07 Dec 2001 12:07:22 +0100
21649              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
21650      Branch: perl
21651            ! README.hpux
21652 ____________________________________________________________________________
21653 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
21654         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
21655              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21656              Date: Fri, 7 Dec 2001 00:24:55 -0500
21657              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
21658      Branch: perl
21659            ! pod/perlport.pod
21660 ____________________________________________________________________________
21661 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
21662         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
21663              From: Michael G Schwern <schwern@pobox.com> 
21664              Date: Thu, 6 Dec 2001 22:56:34 -0500
21665              Message-ID: <20011207035634.GO22648@blackrider>
21666      Branch: perl
21667            ! t/base/lex.t t/op/exec.t
21668 ____________________________________________________________________________
21669 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
21670         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
21671              From: Michael G Schwern <schwern@pobox.com>
21672              Date: Thu, 6 Dec 2001 22:45:44 -0500
21673              Message-ID: <20011207034544.GN22648@blackrider>
21674              
21675              (plus op/ref tweak)
21676      Branch: perl
21677            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
21678            ! t/run/kill_perl.t t/test.pl
21679 ____________________________________________________________________________
21680 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
21681         Log: Upgrade to Math::BigInt 1.48.
21682      Branch: perl
21683            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
21684            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
21685            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
21686            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
21687            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
21688            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
21689            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
21690 ____________________________________________________________________________
21691 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
21692         Log: Mention also perl56delta in case someone is upgrading from
21693              Perl 5.005_03.
21694      Branch: perl
21695            ! pod/perldelta.pod
21696 ____________________________________________________________________________
21697 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
21698         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
21699              From: Michael G Schwern <schwern@pobox.com>
21700              Date: Thu, 6 Dec 2001 15:15:28 -0500
21701              Message-ID: <20011206201528.GF16414@blackrider>
21702              
21703              (just the term.t, not the lex.t)
21704              
21705              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
21706              From: Michael G Schwern <schwern@pobox.com>
21707              Date: Thu, 6 Dec 2001 15:22:22 -0500
21708              Message-ID: <20011206202222.GG16414@blackrider>
21709              
21710              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
21711              From: Michael G Schwern <schwern@pobox.com>
21712              Date: Thu, 6 Dec 2001 15:31:58 -0500
21713              Message-ID: <20011206203158.GI16414@blackrider>
21714              
21715              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
21716              From: Michael G Schwern <schwern@pobox.com>
21717              Date: Thu, 6 Dec 2001 17:38:55 -0500
21718              Message-ID: <20011206223855.GC22648@blackrider>
21719      Branch: perl
21720            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
21721            ! t/test.pl
21722 ____________________________________________________________________________
21723 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
21724         Log: Update the thr5005 situation.
21725      Branch: perl
21726            ! pod/perldelta.pod
21727 ____________________________________________________________________________
21728 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
21729         Log: perldelta borrowings from perl561delta.
21730      Branch: perl
21731            ! pod/perldelta.pod
21732 ____________________________________________________________________________
21733 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
21734         Log: Add the 5.6.1 perldelta as perl561delta.
21735              (Makes it easier to steal stuff for perldelta :-)
21736      Branch: perl
21737            + pod/perl561delta.pod
21738            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21739 ____________________________________________________________________________
21740 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
21741         Log: Retract #13496 for now.
21742      Branch: perl
21743            ! t/base/lex.t t/base/term.t
21744 ____________________________________________________________________________
21745 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
21746         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
21747              From: "Craig A. Berry" <craigberry@mac.com>
21748              Date: Thu, 6 Dec 2001 14:54:36 -0600
21749              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
21750      Branch: perl
21751            ! vms/ext/filespec.t
21752 ____________________________________________________________________________
21753 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
21754         Log: (retracted by #13499)
21755              
21756              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
21757              From: Michael G Schwern <schwern@pobox.com>
21758              Date: Thu, 6 Dec 2001 15:15:28 -0500
21759              Message-ID: <20011206201528.GF16414@blackrider>
21760      Branch: perl
21761            ! t/base/lex.t t/base/term.t
21762 ____________________________________________________________________________
21763 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
21764         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
21765              From: Michael G Schwern <schwern@pobox.com>
21766              Date: Thu, 6 Dec 2001 13:54:48 -0500
21767              Message-ID: <20011206185448.GC16414@blackrider>
21768      Branch: perl
21769            ! t/op/stat.t
21770 ____________________________________________________________________________
21771 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
21772         Log: The #4 has nothing to do with Unicode.
21773      Branch: perl
21774            ! t/op/tr.t
21775 ____________________________________________________________________________
21776 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
21777         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
21778              From: Michael G Schwern <schwern@pobox.com>
21779              Date: Thu, 6 Dec 2001 13:45:48 -0500
21780              Message-ID: <20011206184548.GB16414@blackrider>
21781      Branch: perl
21782            ! t/op/tr.t
21783 ____________________________________________________________________________
21784 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
21785         Log: Update Changes.
21786      Branch: perl
21787            ! Changes patchlevel.h
21788 ____________________________________________________________________________
21789 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
21790         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
21791              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21792              Date: Thu, 6 Dec 2001 11:41:25 EST
21793              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
21794      Branch: perl
21795            ! vms/vms.c vms/vmsish.h
21796 ____________________________________________________________________________
21797 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
21798         Log: Subject: [PATCH] Re: weirdness in regexps
21799              From: Robin Houston <robin@kitsite.com> 
21800              Date: Thu, 6 Dec 2001 14:44:01 +0000
21801              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
21802      Branch: perl
21803            ! op.c t/lib/strict/subs
21804 ____________________________________________________________________________
21805 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
21806         Log: Make the -b -c -S tests count all of the /dev, not just
21807              check the first one, as suggested by Benjamin Goldberg.
21808      Branch: perl
21809            ! t/op/stat.t
21810 ____________________________________________________________________________
21811 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
21812         Log: Subject: Re: [PATCH: bleadperl] casefold backref
21813              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
21814              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
21815              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
21816      Branch: perl
21817            ! regexec.c
21818 ____________________________________________________________________________
21819 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
21820         Log: Nits noticed by Philip Newton, and de-tab DB.t.
21821      Branch: perl
21822            ! lib/DB.t
21823 ____________________________________________________________________________
21824 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
21825         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
21826              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
21827              Date: 6 Dec 2001 11:06:01 -0000
21828              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
21829      Branch: perl
21830            ! op.c t/op/tr.t
21831 ____________________________________________________________________________
21832 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
21833         Log: Subject: [PATCH: bleadperl] casefold backref
21834              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
21835              Date: Wed, 05 Dec 2001 17:27:05 +0000
21836              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
21837      Branch: perl
21838            ! regexec.c t/op/re_tests
21839 ____________________________________________________________________________
21840 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
21841         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
21842              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21843              Date: Wed, 5 Dec 2001 22:34:53 EST
21844              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
21845      Branch: perl
21846            ! mg.c vms/vms.c vms/vmsish.h
21847 ____________________________________________________________________________
21848 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
21849         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
21850              From: Michael G Schwern <schwern@pobox.com>
21851              Date: Wed, 5 Dec 2001 19:52:58 -0500
21852              Message-ID: <20011205195257.A903@blackrider>
21853      Branch: perl
21854            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
21855            + lib/File/Spec/t/rel2abs2rel.t
21856            - lib/File/Spec.t lib/File/Spec/Functions.t
21857            ! MANIFEST
21858 ____________________________________________________________________________
21859 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
21860         Log: Subject: Re: Silly stat() portability questions                
21861              From: Benjamin Goldberg <goldbb2@earthlink.net>
21862              Date: Wed, 05 Dec 2001 22:52:35 -0500
21863              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
21864      Branch: perl
21865            ! pod/perlport.pod
21866 ____________________________________________________________________________
21867 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
21868         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
21869              From: "Craig A. Berry" <craigberry@mac.com>
21870              Date: Wed, 05 Dec 2001 16:41:59 -0600
21871              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
21872      Branch: perl
21873            ! README.vms configure.com lib/File/Spec/VMS.pm
21874            ! vms/ext/filespec.t
21875 ____________________________________________________________________________
21876 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
21877         Log: $apply->('club', $glibc_maintainers);
21878              
21879              (Nick Clark just reported that <langinfo.h> YESSTR
21880              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
21881      Branch: perl
21882            ! ext/I18N/Langinfo/Langinfo.t
21883 ____________________________________________________________________________
21884 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
21885         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
21886      Branch: perl
21887            ! pod/perlport.pod
21888 ____________________________________________________________________________
21889 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
21890         Log: tweak change#13474 (pad entries can apparently be null in some
21891              situations)
21892      Branch: maint-5.6/perl
21893            ! op.c
21894 ____________________________________________________________________________
21895 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
21896         Log: Restore the /dev -b -c -S part of the test.
21897      Branch: perl
21898            ! t/op/stat.t
21899 ____________________________________________________________________________
21900 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
21901         Log: Retract #13475 until Arthur gets back to the mine.
21902      Branch: perl
21903            ! op.c t/run/kill_perl.t
21904 ____________________________________________________________________________
21905 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
21906         Log: (retracted by #13476)
21907              
21908              Manually apply #13474; fixes stale reference to dead
21909              CvOUTSIDE(); this can happen when anonymous subroutines
21910              that aren't closures are returned from an eval""
21911              
21912              (threads/shared/sv_refs.t is coredump-unhappy about this change)
21913      Branch: perl
21914            ! op.c t/run/kill_perl.t
21915 ____________________________________________________________________________
21916 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
21917         Log: replacement for change#10451
21918              
21919              fixes stale reference to dead CvOUTSIDE(); this can happen when
21920              anonymous subroutines that aren't closures are returned from an
21921              eval""
21922      Branch: maint-5.6/perl
21923            ! op.c t/op/misc.t
21924 ____________________________________________________________________________
21925 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
21926         Log: revert change#10451,10472; it was a naive fix that simply
21927              reintroduced the memory leak!
21928      Branch: maint-5.6/perl
21929            ! op.c t/op/misc.t
21930 ____________________________________________________________________________
21931 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
21932         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
21933              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21934              Date: Wed, 05 Dec 2001 10:49:20 +0100
21935              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
21936      Branch: perl
21937            ! lib/File/Basename.pm lib/File/Basename.t
21938 ____________________________________________________________________________
21939 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
21940         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
21941              From: Michael G Schwern <schwern@pobox.com> 
21942              Date: Wed, 5 Dec 2001 02:47:59 -0500
21943              Message-ID: <20011205024759.H14333@blackrider>
21944      Branch: perl
21945            ! t/op/magic.t
21946 ____________________________________________________________________________
21947 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
21948         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
21949              From: Michael G Schwern <schwern@pobox.com>              
21950              Date: Wed, 5 Dec 2001 02:22:05 -0500
21951              Message-ID: <20011205022205.F14333@blackrider>
21952      Branch: perl
21953            ! t/op/stat.t vms/test.com
21954 ____________________________________________________________________________
21955 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
21956         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
21957              From: Michael G Schwern <schwern@pobox.com> 
21958              Date: Tue, 4 Dec 2001 23:40:10 -0500
21959              Message-ID: <20011204234010.B14333@blackrider>
21960      Branch: perl
21961            ! t/op/stat.t
21962 ____________________________________________________________________________
21963 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
21964         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
21965              From: Michael G Schwern <schwern@pobox.com> 
21966              Date: Tue, 4 Dec 2001 21:09:18 -0500           
21967              Message-ID: <20011204210918.D13279@blackrider>
21968              
21969              t/test.
21970      Branch: perl
21971            ! t/test.pl
21972 ____________________________________________________________________________
21973 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
21974         Log: (accidentally empty check-in)
21975      Branch: perl
21976            ! t/op/stat.t
21977 ____________________________________________________________________________
21978 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
21979         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
21980              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21981              Date: Tue, 04 Dec 2001 23:40:27 +0100
21982              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
21983      Branch: perl
21984            ! mg.c
21985 ____________________________________________________________________________
21986 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
21987         Log: Subject: [PATCH] minor pod fix in Safe.pm
21988              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21989              Date: Tue, 4 Dec 2001 22:02:34 +0100
21990              Message-ID: <20011204220234.A17293@rafael>
21991      Branch: perl
21992            ! ext/Opcode/Safe.pm
21993 ____________________________________________________________________________
21994 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
21995         Log: CRLF GRRR.
21996      Branch: perl
21997            ! djgpp/configure.bat
21998 ____________________________________________________________________________
21999 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
22000         Log: DJGPP fixes from Laszlo Molnar.
22001      Branch: perl
22002            ! djgpp/configure.bat djgpp/djgpp.h
22003 ____________________________________________________________________________
22004 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
22005         Log: Update Changes.
22006      Branch: perl
22007            ! Changes patchlevel.h
22008 ____________________________________________________________________________
22009 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
22010         Log: Must wipe out the memory of real Socket before starting
22011              to use the new fake one.
22012      Branch: perl
22013            ! lib/Net/t/config.t
22014 ____________________________________________________________________________
22015 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
22016         Log: LC_ALL might trump LANG.
22017      Branch: perl
22018            ! lib/open.t
22019 ____________________________________________________________________________
22020 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
22021         Log: Make the eval runtime.
22022      Branch: perl
22023            ! lib/open.pm
22024 ____________________________________________________________________________
22025 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
22026         Log: Make the Langinfo test both more lenient (allow
22027              for any symbol not to exists) and stricter (add
22028              more symbols).
22029      Branch: perl
22030            ! ext/I18N/Langinfo/Langinfo.t
22031 ____________________________________________________________________________
22032 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
22033         Log: integrate change#13453 from maint-5.6
22034              
22035              tweak change#11399 to use an explicit flag rather than
22036              ass_u_ming w32_pseudo_id will only be zero for the real
22037              toplevel interpreter; avoids multiple hosts from diddling
22038              the environment at the same time
22039      Branch: perl
22040           !> win32/perlhost.h
22041 ____________________________________________________________________________
22042 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
22043         Log: Subject: [PATCH] VMS update for perldelta.pod
22044              From: "Craig A. Berry" <craigberry@mac.com> 
22045              Date: Tue, 4 Dec 2001 00:23:12 -0600
22046              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
22047      Branch: perl
22048            ! pod/perldelta.pod
22049 ____________________________________________________________________________
22050 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
22051         Log: NetWare tweak from Ananth Kesari.
22052      Branch: perl
22053            ! NetWare/Makefile
22054 ____________________________________________________________________________
22055 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
22056         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
22057              Not adding the test suite because of its many assumptions.
22058      Branch: perl
22059            ! lib/Net/Ping.pm
22060 ____________________________________________________________________________
22061 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
22062         Log: tweak change#11399 to use an explicit flag rather than
22063              ass_u_ming w32_pseudo_id will only be zero for the real
22064              toplevel interpreter; avoids multiple hosts from diddling
22065              the environment at the same time
22066      Branch: maint-5.6/perl
22067            ! win32/perlhost.h
22068 ____________________________________________________________________________
22069 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
22070         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
22071              from Len Makin.
22072      Branch: perl
22073            + hints/super-ux.sh
22074            ! MANIFEST
22075 ____________________________________________________________________________
22076 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
22077         Log: Add Mac OS X known failures to perldelta.
22078      Branch: perl
22079            ! pod/perldelta.pod
22080 ____________________________________________________________________________
22081 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
22082         Log: I think it's time to call the utf8 code non-test.
22083      Branch: perl
22084            ! utf8.c
22085 ____________________________________________________________________________
22086 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
22087         Log: Retract #13303, need rethink.
22088      Branch: perl
22089            ! utf8.c
22090 ____________________________________________________________________________
22091 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
22092         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
22093              From: "Craig A. Berry" <craigberry@mac.com>
22094              Date: Mon, 03 Dec 2001 16:28:06 -0600
22095              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
22096      Branch: perl
22097            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
22098 ____________________________________________________________________________
22099 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
22100         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
22101              From: Andy Dougherty <doughera@lafayette.edu>
22102              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
22103              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
22104      Branch: perl
22105            ! hints/solaris_2.sh
22106 ____________________________________________________________________________
22107 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
22108         Log: This test is not very robust on 8.3-constrained systems:
22109              all the "with truncated name" lines between "Autosplitting ..."
22110              and "some names are not unique" lines are unexpected,
22111              and the truncation message becomes:
22112              testtest.al, testtest.al truncate to testtest 
22113      Branch: perl
22114            ! lib/AutoSplit.t
22115 ____________________________________________________________________________
22116 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
22117         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
22118      Branch: perl
22119            ! ext/I18N/Langinfo/Langinfo.t
22120 ____________________________________________________________________________
22121 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
22122         Log: Test::Morify UCD.t
22123      Branch: perl
22124            ! lib/Unicode/UCD.t
22125 ____________________________________________________________________________
22126 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
22127         Log: If Socket has not been built (e.g. DJGPP) the libnet
22128              tests fall over with (too) much noise.
22129      Branch: perl
22130            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
22131            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
22132            ! lib/Net/t/smtp.t lib/Net/t/time.t
22133 ____________________________________________________________________________
22134 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
22135         Log: Subject: [PATCH] shared hash keys and ++/--
22136              From: Nicholas Clark <nick@ccl4.org>
22137              Date: Mon, 3 Dec 2001 16:37:16 +0000
22138              Message-ID: <20011203163716.C21702@plum.flirble.org>
22139      Branch: perl
22140            ! pp.c pp_hot.c sv.c t/op/inc.t
22141 ____________________________________________________________________________
22142 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
22143         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
22144              From: Jonathan Stowe <jns@gellyfish.com>
22145              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
22146              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
22147      Branch: perl
22148            ! lib/Term/Cap.pm
22149 ____________________________________________________________________________
22150 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
22151         Log: Update Changes.
22152      Branch: perl
22153            ! Changes patchlevel.h
22154 ____________________________________________________________________________
22155 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
22156         Log: perldelta tweaks.
22157      Branch: perl
22158            ! pod/perldelta.pod
22159 ____________________________________________________________________________
22160 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
22161         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
22162              From: Sam Tregar <sam@tregar.com> 
22163              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
22164              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
22165      Branch: perl
22166            ! pod/perlnewmod.pod
22167 ____________________________________________________________________________
22168 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
22169         Log: microperl casting nit.
22170      Branch: perl
22171            ! utf8.c
22172 ____________________________________________________________________________
22173 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
22174         Log: Make sharepvn a macro since all it does is a deref.
22175      Branch: perl
22176            ! embed.h embed.pl global.sym hv.c hv.h proto.h
22177 ____________________________________________________________________________
22178 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
22179         Log: perldelta updates.
22180      Branch: perl
22181            ! pod/perldelta.pod
22182 ____________________________________________________________________________
22183 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
22184         Log: PPPort update from Paul Marquess.
22185      Branch: perl
22186            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
22187            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
22188            + ext/Devel/PPPort/t/test.t
22189            - ext/Devel/PPPort/harness/Harness.pm
22190            - ext/Devel/PPPort/harness/Harness.xs
22191            - ext/Devel/PPPort/harness/Makefile.PL
22192            - ext/Devel/PPPort/harness/module2.c
22193            - ext/Devel/PPPort/harness/module3.c
22194            - ext/Devel/PPPort/harness/t/test.t
22195            ! MANIFEST ext/Devel/PPPort/MANIFEST
22196            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
22197            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
22198            ! ext/Devel/PPPort/soak
22199 ____________________________________________________________________________
22200 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
22201         Log: No use talking about dynamic library search patch
22202              unless we are having a dynamic build.
22203      Branch: perl
22204            ! t/TEST
22205 ____________________________________________________________________________
22206 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
22207         Log: Be more explicit on the List::Util build trick,
22208              should also stop unneeded rebuilds on static builds.
22209      Branch: perl
22210            ! ext/List/Util/Makefile.PL
22211 ____________________________________________________________________________
22212 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
22213         Log: We need to replace the optimize (-O1) with
22214              the -h scalar0 -h vector0, not append them
22215              to the ccflags.
22216      Branch: perl
22217            ! hints/unicos.sh hints/unicosmk.sh
22218 ____________________________________________________________________________
22219 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
22220         Log: Subject: [PATCH] Shared hash keys 
22221              From: Nicholas Clark <nick@ccl4.org>
22222              Date: Sun, 2 Dec 2001 20:52:32 +0000
22223              Message-ID: <20011202205232.U21702@plum.flirble.org>
22224      Branch: perl
22225            ! doop.c t/op/tr.t
22226 ____________________________________________________________________________
22227 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
22228         Log: Better add new files to MANIFEST, too.
22229      Branch: perl
22230            ! MANIFEST
22231 ____________________________________________________________________________
22232 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
22233         Log: Subject: {PATCH] perlpacktut.pod
22234              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
22235              Date: Sun, 02 Dec 2001 19:55:06 +0100
22236              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
22237      Branch: perl
22238            ! pod/perlpacktut.pod
22239 ____________________________________________________________________________
22240 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
22241         Log: Various small nits found by DJGPP build.
22242      Branch: perl
22243            ! doio.c mg.c pp.c util.c
22244 ____________________________________________________________________________
22245 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
22246         Log: Subject: RE: More verbose POD for Carp
22247              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
22248              Date: Sun, 2 Dec 2001 11:32:51 -0500
22249              Message-ID: <3C0A9748@operamail.com>
22250      Branch: perl
22251            ! lib/Carp.pm
22252 ____________________________________________________________________________
22253 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
22254         Log: Add a header for DJGPP with the function prototypes.
22255      Branch: perl
22256            + djgpp/djgpp.h
22257            ! MANIFEST djgpp/djgpp.c
22258 ____________________________________________________________________________
22259 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
22260         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
22261              From: Abe Timmerman <abe@ztreet.demon.nl>
22262              Date: Sun, 02 Dec 2001 02:41:25 +0100
22263              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
22264      Branch: perl
22265            ! pp_sys.c
22266 ____________________________________________________________________________
22267 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
22268         Log: There isn't PTR2INT(), there's PTR2IV().
22269      Branch: perl
22270            ! ext/Time/HiRes/HiRes.xs
22271 ____________________________________________________________________________
22272 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
22273         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
22274              From: Marc Lehmann <root@schmorp.de>
22275              Date: Sun, 02 Dec 2001 02:44:53 +0100
22276              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
22277      Branch: perl
22278            ! ext/Time/HiRes/HiRes.xs
22279 ____________________________________________________________________________
22280 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
22281         Log: encode()/decode() examples.
22282      Branch: perl
22283            ! ext/Encode/Encode.pm
22284 ____________________________________________________________________________
22285 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
22286         Log: DJGPP tweaks from Laszlo Molnar.
22287      Branch: perl
22288            ! djgpp/config.over djgpp/djgppsed.sh
22289 ____________________________________________________________________________
22290 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
22291         Log: Update Changes.
22292      Branch: perl
22293            ! Changes patchlevel.h
22294 ____________________________________________________________________________
22295 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
22296         Log: Integrate perlio;
22297              
22298              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
22299              which do not have file descriptors. Noticed a possibly
22300              worse problem in the process ...
22301      Branch: perl
22302           !> doio.c
22303 ____________________________________________________________________________
22304 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
22305         Log: Non-VMS-fixed and Win32-skipped version of
22306              
22307              Subject: [PATCH t/op/exec.t] Portabilty fix 
22308              From: Michael G Schwern <schwern@pobox.com> 
22309              Date: Fri, 30 Nov 2001 16:09:27 -0500
22310              Message-ID: <20011130160927.A10406@blackrider>
22311      Branch: perl
22312            ! t/op/exec.t
22313 ____________________________________________________________________________
22314 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
22315         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
22316              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
22317              Date: Sat, 1 Dec 2001 07:01:09 -0500
22318              Message-ID: <3C0D2E39@operamail.com>
22319              
22320              Subject: More verbose POD for Carp
22321              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
22322              Date: Sat, 1 Dec 2001 08:04:16 -0500
22323              Message-ID: <3C285C2B@operamail.com>
22324      Branch: perl
22325            ! lib/Carp.pm lib/Carp/Heavy.pm
22326 ____________________________________________________________________________
22327 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
22328         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
22329              From: chromatic <chromatic@rmci.net>
22330              Date: Sat, 01 Dec 2001 12:41:58 -0700
22331              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
22332      Branch: perl
22333            ! lib/DB.t
22334 ____________________________________________________________________________
22335 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
22336         Log: Try to make a missing RADIXCHAR a softer kinder error.
22337      Branch: perl
22338            ! ext/I18N/Langinfo/Langinfo.t
22339 ____________________________________________________________________________
22340 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
22341         Log: Have a little faith on nl_langinfo() itself.
22342      Branch: perl
22343            ! ext/I18N/Langinfo/Langinfo.xs
22344 ____________________________________________________________________________
22345 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
22346         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
22347              the max, not max plus one)
22348      Branch: perl
22349            ! ext/I18N/Langinfo/Langinfo.xs
22350 ____________________________________________________________________________
22351 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
22352         Log: Make reality agree with the comment.
22353      Branch: perl
22354            ! ext/I18N/Langinfo/Langinfo.xs
22355 ____________________________________________________________________________
22356 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
22357         Log: Try to protect against wild langinfo() arguments.
22358      Branch: perl
22359            ! ext/I18N/Langinfo/Langinfo.xs
22360 ____________________________________________________________________________
22361 [ 13409] By: nick                                  on 2001/12/01  18:19:59
22362         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
22363              have file descriptors. Noticed a possibly worse problem in the process ...
22364      Branch: perlio
22365            ! doio.c
22366 ____________________________________________________________________________
22367 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
22368         Log: (replaced by #13556)
22369              
22370              If we are inside an eval, let's be silent about
22371              separate symbols and just croak() in the end.
22372      Branch: perl
22373            ! lib/Exporter/Heavy.pm
22374 ____________________________________________________________________________
22375 [ 13407] By: nick                                  on 2001/12/01  17:14:05
22376         Log: Integrate mainline
22377      Branch: perlio
22378           !> (integrate 26 files)
22379 ____________________________________________________________________________
22380 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
22381         Log: Subject: Fix for Exporter error reporting behaviour
22382              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
22383              Date: Sat, 1 Dec 2001 06:34:48 -0500
22384              Message-ID: <3C0D1B9A@operamail.com>
22385      Branch: perl
22386            ! lib/Exporter.pm lib/Exporter/Heavy.pm
22387 ____________________________________________________________________________
22388 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
22389         Log: Need to hide behind an eval to avoid a warning
22390              about :utf8 on non-perlio configs.
22391      Branch: perl
22392            ! lib/open.t
22393 ____________________________________________________________________________
22394 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
22395         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
22396              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22397              Date: Fri, 30 Nov 2001 23:46:58 +0100
22398              Message-ID: <20011130234658.A717@rafael>
22399      Branch: perl
22400            ! op.c t/op/method.t
22401 ____________________________________________________________________________
22402 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
22403         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
22404              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22405              Date: Thu, 29 Nov 2001 22:46:12 +0100
22406              Message-ID: <20011129224612.A699@rafael>
22407      Branch: perl
22408            ! ext/B/B/Xref.pm
22409 ____________________________________________________________________________
22410 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
22411         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
22412              From: Tels <perl_dummy@bloodgate.com>
22413              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
22414              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
22415      Branch: perl
22416            ! pod/perlfunc.pod
22417 ____________________________________________________________________________
22418 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
22419         Log: Subject: [REPATCH] reference pointer comparison
22420              From: Nicholas Clark <nick@ccl4.org>
22421              Date: Sat, 1 Dec 2001 13:00:17 +0000
22422              Message-ID: <20011201130017.I21702@plum.flirble.org>
22423      Branch: perl
22424            ! pp.c
22425 ____________________________________________________________________________
22426 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
22427         Log: Upgrade to Storable 1.0.14.
22428      Branch: perl
22429            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22430 ____________________________________________________________________________
22431 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
22432         Log: Add simple caches for ::viacode() and ::vianame().
22433      Branch: perl
22434            ! lib/charnames.pm lib/charnames.t
22435 ____________________________________________________________________________
22436 [ 13398] By: nick                                  on 2001/12/01  10:36:24
22437         Log: Integrate mainline.
22438      Branch: perlio
22439           +> (branch 44 files)
22440            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
22441            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
22442            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
22443           !> (integrate 250 files)
22444 ____________________________________________________________________________
22445 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
22446         Log: Regen toc and modlib.
22447      Branch: perl
22448            ! pod/perlmodlib.pod pod/perltoc.pod
22449 ____________________________________________________________________________
22450 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
22451         Log: Upgrade to podlators-1.18.
22452      Branch: perl
22453            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
22454 ____________________________________________________________________________
22455 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
22456         Log: -h scalar0 -h vector0 seems to help for both
22457              UNICOS and UNICOS/mk on the unpack %65c problems.
22458              
22459              (replaces #13393)
22460      Branch: perl
22461            ! hints/unicos.sh hints/unicosmk.sh
22462 ____________________________________________________________________________
22463 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
22464         Log: More Socket constants.
22465      Branch: perl
22466            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
22467 ____________________________________________________________________________
22468 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
22469         Log: (replaced by #13395)
22470      Branch: perl
22471            ! hints/unicosmk.sh
22472 ____________________________________________________________________________
22473 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
22474         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
22475              From: Andy Dougherty <doughera@lafayette.edu>
22476              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
22477              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
22478              
22479              Simplify the test skippage criterion now that we are
22480              no more dependent on sed.
22481      Branch: perl
22482            ! t/comp/cpp.t t/run/switchPx.t
22483 ____________________________________________________________________________
22484 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
22485         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
22486              From: Michael G Schwern <schwern@pobox.com>
22487              Date: Fri, 30 Nov 2001 11:48:44 -0500
22488              Message-ID: <20011130114844.C1303@blackrider>
22489              
22490              (replaces #13381)
22491      Branch: perl
22492            ! t/op/stat.t
22493 ____________________________________________________________________________
22494 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
22495         Log: Let's not assume how much memory has been allocated
22496              to PVs.
22497      Branch: perl
22498            ! ext/Devel/Peek/Peek.t
22499 ____________________________________________________________________________
22500 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
22501         Log: VOS needs to know the modules, including pp_sort.
22502      Branch: perl
22503            ! vos/perl.bind
22504 ____________________________________________________________________________
22505 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
22506         Log: Unused variables.
22507      Branch: perl
22508            ! ext/Unicode/Normalize/Normalize.xs
22509 ____________________________________________________________________________
22510 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
22511         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
22512              From: John Peacock <jpeacock@rowman.com>     
22513              Date: Fri, 30 Nov 2001 10:24:00 -0500        
22514              Message-ID: <3C07A490.A22A76B0@rowman.com>   
22515      Branch: perl
22516            ! lib/ExtUtils/Embed.t
22517 ____________________________________________________________________________
22518 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
22519         Log: Tweak for the VOS building script from Paul Green.
22520      Branch: perl
22521            ! vos/configure_perl.cm
22522 ____________________________________________________________________________
22523 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
22524         Log: Update Changes.
22525      Branch: perl
22526            ! Changes patchlevel.h
22527 ____________________________________________________________________________
22528 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
22529         Log: Cannot test if cppstdin has not yet been installed.
22530      Branch: perl
22531            ! t/run/switchPx.t
22532 ____________________________________________________________________________
22533 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
22534         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
22535              From: Michael G Schwern <schwern@pobox.com> 
22536              Date: Thu, 29 Nov 2001 22:05:11 -0500
22537              Message-ID: <20011129220510.A18869@blackrider>
22538              
22539              TODO 1: if cppstdin is used and not yet installed,
22540              the Px.t will fail (must do the same as in cpp.t)
22541              
22542              TODO 2: does this work if no Perl whatsoever has
22543              yet been installed?  That is, we should be using
22544              the Perl we are building to execute the one-liner.
22545      Branch: perl
22546            + t/run/switchPx.aux t/run/switchPx.t
22547            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
22548            ! vms/test.com
22549 ____________________________________________________________________________
22550 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
22551         Log: Upgrade to Unicode::Normalize 0.12.
22552      Branch: perl
22553            ! ext/Unicode/Normalize/Changes
22554            ! ext/Unicode/Normalize/Normalize.pm
22555            ! ext/Unicode/Normalize/Normalize.xs
22556            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
22557            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
22558            ! ext/Unicode/Normalize/t/test.t
22559 ____________________________________________________________________________
22560 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
22561         Log: (replaced by #13391)
22562              
22563              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
22564              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
22565              Date: 30 Nov 2001 11:41:53 -0000             
22566              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
22567              
22568              No need to die if we have high-paranoia (non-chdirable)
22569              system directories.
22570      Branch: perl
22571            ! t/op/stat.t
22572 ____________________________________________________________________________
22573 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
22574         Log: Paragraph rewrapping.
22575      Branch: perl
22576            ! pod/perliol.pod
22577 ____________________________________________________________________________
22578 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
22579         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
22580              From: Stas Bekman <stas@stason.org>
22581              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
22582              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
22583      Branch: perl
22584            ! pod/perliol.pod
22585 ____________________________________________________________________________
22586 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
22587         Log: Whether select() gets restarted on signals is
22588              implementation dependent.
22589      Branch: perl
22590            ! ext/Time/HiRes/HiRes.t
22591 ____________________________________________________________________________
22592 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
22593         Log: More forgotten checkins.
22594      Branch: perl
22595            ! embed.h embed.pl proto.h
22596 ____________________________________________________________________________
22597 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
22598         Log: Add a note about folding vs lowercase.
22599      Branch: perl
22600            ! regexec.c
22601 ____________________________________________________________________________
22602 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
22603         Log: Use to_uni_fold (and add changed global.sym)
22604      Branch: perl
22605            ! global.sym utf8.c
22606 ____________________________________________________________________________
22607 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
22608         Log: Make to Unicode character functions to use UVs
22609              instead of U32s and add to_uni_fold().
22610      Branch: perl
22611            ! embed.pl proto.h utf8.c
22612 ____________________________________________________________________________
22613 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
22614         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
22615              From: Nicholas Clark <nick@ccl4.org>
22616              Date: Thu, 29 Nov 2001 22:47:32 +0000
22617              Message-ID: <20011129224732.W37621@plum.flirble.org>
22618      Branch: perl
22619            ! pod/perlpacktut.pod
22620 ____________________________________________________________________________
22621 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
22622         Log: README.vos updates from Paul Green.
22623      Branch: perl
22624            ! README.vos
22625 ____________________________________________________________________________
22626 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
22627         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
22628              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22629              Date: Thu, 29 Nov 2001 14:18:51 EST
22630              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
22631      Branch: perl
22632            ! mg.c vms/vms.c vms/vmsish.h
22633 ____________________________________________________________________________
22634 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
22635         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
22636              From: Michael G Schwern <schwern@pobox.com>
22637              Date: Thu, 29 Nov 2001 13:12:31 -0500
22638              Message-ID: <20011129131231.E11300@blackrider>
22639      Branch: perl
22640            ! README.vms
22641 ____________________________________________________________________________
22642 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
22643         Log: BGET_IV was missing.
22644      Branch: perl
22645            ! ext/ByteLoader/bytecode.h
22646 ____________________________________________________________________________
22647 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
22648         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
22649              From: Jonathan Stowe <gellyfish@gellyfish.com>
22650              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
22651              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
22652      Branch: perl
22653            ! lib/Term/Cap.pm
22654 ____________________________________________________________________________
22655 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
22656         Log: Porting/checkURL.pl was missing.
22657      Branch: perl
22658            ! MANIFEST
22659 ____________________________________________________________________________
22660 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
22661         Log: Subject: INSTALL and READMEs should be reviewed
22662              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22663              Date: Thu, 29 Nov 2001 16:49:36 +0100
22664              Message-ID: <20011129164936.A17492@rafael>         
22665      Branch: perl
22666            ! README.cygwin
22667 ____________________________________________________________________________
22668 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
22669         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
22670              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
22671              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
22672              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
22673      Branch: perl
22674            ! README.os390
22675 ____________________________________________________________________________
22676 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
22677         Log: Update Changes.
22678      Branch: perl
22679            ! Changes patchlevel.h
22680 ____________________________________________________________________________
22681 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
22682         Log: The changes to the curliffed files didn't stick in #13348.
22683      Branch: perl
22684            ! README.dos README.win32
22685 ____________________________________________________________________________
22686 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
22687         Log: Subject: Re: Found the rev where File::Glob broke
22688              From: Andy Dougherty <doughera@lafayette.edu>
22689              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
22690              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
22691      Branch: perl
22692            ! lib/ExtUtils/MM_Unix.pm
22693 ____________________________________________________________________________
22694 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
22695         Log: Use __DATA__ instead of __END__.
22696      Branch: perl
22697            ! lib/Term/Cap.pm
22698 ____________________________________________________________________________
22699 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
22700         Log: Subject: [PATCH toke.c] autosplit into @F fix
22701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22702              Date: Thu, 29 Nov 2001 14:52:23 +0100
22703              Message-ID: <20011129145223.A25817@rafael>         
22704      Branch: perl
22705            ! toke.c
22706 ____________________________________________________________________________
22707 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
22708         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
22709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22710              Date: Thu, 29 Nov 2001 15:48:15 +0100
22711              Message-ID: <20011129154815.C25817@rafael>         
22712      Branch: perl
22713            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
22714 ____________________________________________________________________________
22715 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
22716         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
22717              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
22718              Date: Wed, 28 Nov 2001 20:35:29 +0100
22719              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
22720      Branch: perl
22721            ! pod/perlpacktut.pod
22722 ____________________________________________________________________________
22723 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
22724         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
22725              From: Stas Bekman <stas@stason.org>
22726              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
22727              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
22728              
22729              (with tweaks)
22730      Branch: perl
22731            ! pod/perlapio.pod
22732 ____________________________________________________________________________
22733 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
22734         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
22735              From: Tels <perl_dummy@bloodgate.com>
22736              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
22737              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
22738              
22739              (plus paragraph rewrapping)
22740      Branch: perl
22741            ! lib/Exporter.pm
22742 ____________________________________________________________________________
22743 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
22744         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
22745              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
22746              Date: Wed, 28 Nov 2001 21:47:59 +0000
22747              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
22748      Branch: perl
22749            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
22750 ____________________________________________________________________________
22751 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
22752         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
22753              From: Andy Dougherty <doughera@lafayette.edu>
22754              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
22755              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
22756      Branch: perl
22757            ! INSTALL ext/Time/HiRes/HiRes.t
22758 ____________________________________________________________________________
22759 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
22760         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
22761              From: Michael G Schwern <schwern@pobox.com> 
22762              Date: Wed, 28 Nov 2001 16:37:01 -0500
22763              Message-ID: <20011128163701.H676@blackrider>
22764      Branch: perl
22765            ! t/run/kill_perl.t
22766 ____________________________________________________________________________
22767 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
22768         Log: @INC tweak.
22769      Branch: perl
22770            ! t/op/ref.t
22771 ____________________________________________________________________________
22772 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
22773         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
22774              From: Nicholas Clark <nick@ccl4.org>
22775              Date: Wed, 28 Nov 2001 23:38:43 +0000
22776              Message-ID: <20011128233843.N37621@plum.flirble.org>  
22777      Branch: perl
22778            ! installman
22779 ____________________________________________________________________________
22780 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
22781         Log: Tweak the forking logic.
22782      Branch: perl
22783            ! Porting/checkURL.pl
22784 ____________________________________________________________________________
22785 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
22786         Log: Update perlmodlib.PL as per #13348.  The L<> got
22787              changed back because that is coming from ParseLink.pm.
22788      Branch: perl
22789            ! pod/perlmodlib.PL pod/perlmodlib.pod
22790 ____________________________________________________________________________
22791 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
22792         Log: URL fixups from Michael Schwern.
22793      Branch: perl
22794            ! README.cygwin README.dos README.hpux README.mint README.mpeix
22795            ! README.os390 README.qnx README.solaris README.vos README.win32
22796            ! pod/perlmodlib.pod
22797 ____________________________________________________________________________
22798 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
22799         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
22800              From: Barrie Slaymaker <barries@slaysys.com>
22801              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
22802              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
22803      Branch: perl
22804            ! lib/Exporter.pm
22805 ____________________________________________________________________________
22806 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
22807         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
22808      Branch: perl
22809            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
22810 ____________________________________________________________________________
22811 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
22812         Log: Subject: [PATCH] Re: $\ very broken
22813              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22814              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
22815              Message-ID: <20011128223308.E732@rafael>   
22816              
22817              Subject: Re: [PATCH] Re: $\ very broken     
22818              From: Nicholas Clark <nick@ccl4.org>
22819              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
22820              Message-ID: <20011128222859.K37621@plum.flirble.org>
22821      Branch: perl
22822            ! mg.c t/op/ref.t
22823 ____________________________________________________________________________
22824 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
22825         Log: Add Abigail's link checker with the following tweaks:
22826              - known dummy URLs (Peter Prymmer)
22827              - do also READMEs and INSTALL (Michael Schwern)
22828              - do also ftp URLs
22829              - add fork retry loop in case the allowed number
22830              of processes per user is low
22831      Branch: perl
22832            + Porting/checkURL.pl
22833            ! MANIFEST
22834 ____________________________________________________________________________
22835 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
22836         Log: Update Changes.
22837      Branch: perl
22838            ! Changes patchlevel.h
22839 ____________________________________________________________________________
22840 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
22841         Log: In Linux if we have modern enough gcc and supported
22842              enough CPU, crank up the optimization level to -O3.
22843      Branch: perl
22844            ! hints/linux.sh
22845 ____________________________________________________________________________
22846 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
22847         Log: Add perlpacktut from Wolfgang Laun; regen toc.
22848      Branch: perl
22849            + pod/perlpacktut.pod
22850            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
22851            ! pod/perltoc.pod
22852 ____________________________________________________________________________
22853 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
22854         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
22855              From: PPrymmer@factset.com
22856              Date: Wed, 28 Nov 2001 07:51:26 -0500
22857              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
22858      Branch: perl
22859            ! vms/test.com
22860 ____________________________________________________________________________
22861 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
22862         Log: Test cases for the first half of #13338.
22863      Branch: perl
22864            ! t/lib/h2ph.h t/lib/h2ph.pht
22865 ____________________________________________________________________________
22866 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
22867         Log: Subject: Re: h2ph confused by comments in an enum.
22868              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
22869              Date: Wed, 28 Nov 2001 04:19:21 +0000
22870              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
22871              
22872              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
22873              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
22874              Date: Wed, 28 Nov 2001 13:36:35 +0000
22875              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
22876      Branch: perl
22877            ! utils/h2ph.PL
22878 ____________________________________________________________________________
22879 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
22880         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
22881              From: Jonathan Stowe <gellyfish@gellyfish.com>
22882              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
22883              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
22884              
22885              (replace #13327)
22886      Branch: perl
22887            ! lib/Term/Cap.pm
22888 ____________________________________________________________________________
22889 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
22890         Log: Replace #13335 with
22891              
22892              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
22893              From: Russ Allbery <rra@stanford.edu>
22894              Date: 27 Nov 2001 20:42:49 -0800
22895              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
22896      Branch: perl
22897            ! lib/Pod/Text/Termcap.pm
22898 ____________________________________________________________________________
22899 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
22900         Log: (replaced by #13336)
22901              
22902              Subject: [PATCH perl@13323] Termcap.pm with no termios
22903              From: "Craig A. Berry" <craigberry@mac.com> 
22904              Date: Tue, 27 Nov 2001 22:28:50 -0600
22905              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
22906      Branch: perl
22907            ! lib/Pod/Text/Termcap.pm
22908 ____________________________________________________________________________
22909 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
22910         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
22911              From: "Craig A. Berry" <craigberry@mac.com> 
22912              Date: Tue, 27 Nov 2001 21:46:45 -0600
22913              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
22914      Branch: perl
22915            ! configure.com
22916 ____________________________________________________________________________
22917 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
22918         Log: Upgrade to podlators 1.17.
22919      Branch: perl
22920            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
22921            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
22922 ____________________________________________________________________________
22923 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
22924         Log: Fix for "a\x{100}" =~ /A/i.
22925      Branch: perl
22926            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
22927            ! utf8.c
22928 ____________________________________________________________________________
22929 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
22930         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
22931              From: "Craig A. Berry" <craigberry@mac.com>
22932              Date: Tue, 27 Nov 2001 17:11:49 -0600
22933              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
22934      Branch: perl
22935            ! lib/DB.t
22936 ____________________________________________________________________________
22937 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
22938         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
22939              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22940              Date: Tue, 27 Nov 2001 14:55:23 -0500
22941              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
22942              
22943              Subject: [PATCH: perl@13324] updates to perldelta.pod 
22944              From: PPrymmer@factset.com
22945              Date: Tue, 27 Nov 2001 18:06:04 -0500
22946              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
22947              
22948              plus added some known problems.
22949      Branch: perl
22950            ! pod/perldelta.pod
22951 ____________________________________________________________________________
22952 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
22953         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
22954              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22955              Date: Tue, 27 Nov 2001 15:38:02 EST 
22956              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
22957      Branch: perl
22958            ! configure.com vms/vms.c vms/vmsish.h
22959 ____________________________________________________________________________
22960 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
22961         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
22962              From: Michael G Schwern <schwern@pobox.com> 
22963              Date: Tue, 27 Nov 2001 15:31:12 -0500
22964              Message-ID: <20011127153112.G20929@blackrider>
22965      Branch: perl
22966            ! t/run/kill_perl.t
22967 ____________________________________________________________________________
22968 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
22969         Log: (replaced by #13337)
22970              
22971              VMS can safely hardcode a termcap entry for VT100.
22972      Branch: perl
22973            ! lib/Term/Cap.pm
22974 ____________________________________________________________________________
22975 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
22976         Log: VMS piping fixes from Charles Lane (perl -P should
22977              be working now).
22978      Branch: perl
22979            ! vms/vms.c
22980 ____________________________________________________________________________
22981 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
22982         Log: Subject: [PATCH] perlvar.pod fix
22983              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22984              Date: Tue, 27 Nov 2001 13:11:47 -0500
22985              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
22986      Branch: perl
22987            ! pod/perlvar.pod
22988 ____________________________________________________________________________
22989 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
22990         Log: Update Changes.
22991      Branch: perl
22992            ! Changes patchlevel.h
22993 ____________________________________________________________________________
22994 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
22995         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
22996              From: "Craig A. Berry" <craigberry@mac.com> 
22997              Date: Tue, 27 Nov 2001 10:21:18 -0600
22998              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
22999      Branch: perl
23000            ! lib/ExtUtils/MM_VMS.pm
23001 ____________________________________________________________________________
23002 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
23003         Log: Protect against accumulating -options -options -options.
23004      Branch: perl
23005            ! hints/hpux.sh
23006 ____________________________________________________________________________
23007 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
23008         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
23009              From: Barrie Slaymaker <barries@slaysys.com>
23010              Date: Tue, 27 Nov 2001 10:58:54 -0500
23011              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
23012      Branch: perl
23013            ! lib/Benchmark.pm
23014 ____________________________________________________________________________
23015 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
23016         Log: Tiny fix from John P. Linderman.
23017      Branch: perl
23018            ! lib/sort.pm
23019 ____________________________________________________________________________
23020 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
23021         Log: The Story of sort(), from John P. Linderman.
23022      Branch: perl
23023            ! pod/perldelta.pod
23024 ____________________________________________________________________________
23025 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
23026         Log: Add information what to do if you are reading
23027              perluniintro but using some older Perl.
23028      Branch: perl
23029            ! pod/perluniintro.pod
23030 ____________________________________________________________________________
23031 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
23032         Log: Update the 'wide characters' FAQ entry.
23033      Branch: perl
23034            ! pod/perlfaq6.pod
23035 ____________________________________________________________________________
23036 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
23037         Log: Fix for
23038              
23039              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
23040              From: Marc Lehmann <root@schmorp.de>
23041              Date: Tue, 27 Nov 2001 14:27:14 +0100
23042              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
23043      Branch: perl
23044            ! ext/Encode.t ext/Encode/Encode.xs
23045 ____________________________________________________________________________
23046 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
23047         Log: Subject: [PATCH] DB_File 1.801
23048              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23049              Date: Tue, 27 Nov 2001 15:06:45 -0000
23050              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
23051      Branch: perl
23052            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23053            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
23054 ____________________________________________________________________________
23055 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
23056         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
23057      Branch: perl
23058            ! pod/perlmodlib.pod
23059 ____________________________________________________________________________
23060 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
23061         Log: sort() doc tweaks from John P. Linderman.
23062      Branch: perl
23063            ! pod/perlfunc.pod
23064 ____________________________________________________________________________
23065 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
23066         Log: Subject: [PATCH] More perldelta.pod nits
23067              From: Simon Glover <scog@roe.ac.uk>
23068              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
23069              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
23070      Branch: perl
23071            ! pod/perldelta.pod
23072 ____________________________________________________________________________
23073 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
23074         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
23075              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23076              Date: Tue, 27 Nov 2001 11:52:31 -0000
23077              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
23078      Branch: perl
23079            ! ext/Devel/PPPort/harness/Makefile.PL
23080 ____________________________________________________________________________
23081 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
23082         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
23083              From: Michael G Schwern <schwern@pobox.com>
23084              Date: Tue, 27 Nov 2001 03:38:24 -0500
23085              Message-ID: <20011127033824.A17775@blackrider>
23086      Branch: perl
23087            ! t/TEST
23088 ____________________________________________________________________________
23089 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
23090         Log: Subject: Re: perlcc very broken
23091              From: John Peacock <jpeacock@rowman.com>
23092              Date: Tue, 27 Nov 2001 06:48:01 -0500
23093              Message-ID: <3C037D71.4030508@rowman.com>
23094      Branch: perl
23095            ! utils/perlcc.PL
23096 ____________________________________________________________________________
23097 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
23098         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
23099              From: David Dyck <dcd@tc.fluke.com>
23100              Date: Mon, 26 Nov 2001 22:04:38 -0800
23101              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
23102      Branch: perl
23103            ! t/op/pack.t
23104 ____________________________________________________________________________
23105 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
23106         Log: Subject: [ID 20011126.149] t/op/split fails step 37
23107              From: David Dyck <dcd@tc.fluke.com>
23108              Date: Mon, 26 Nov 2001 21:52:35 -0800
23109              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
23110      Branch: perl
23111            ! t/op/split.t
23112 ____________________________________________________________________________
23113 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
23114         Log: incorporate last minute change from libnet 1.0901-tobe
23115      Branch: perl
23116            ! lib/Net/SMTP.pm
23117 ____________________________________________________________________________
23118 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
23119         Log: Pass 7 at perldelta - random edits.
23120      Branch: perl
23121            ! pod/perldelta.pod
23122 ____________________________________________________________________________
23123 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
23124         Log: Portability and skippage tweaks.
23125      Branch: perl
23126            ! t/op/split.t
23127 ____________________________________________________________________________
23128 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
23129         Log: (retracted by #13449)
23130              Try to make Unicode casemapping to work for EBCDIC, too.
23131      Branch: perl
23132            ! utf8.c
23133 ____________________________________________________________________________
23134 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
23135         Log: Just printing 1..0 is not quite enough...
23136      Branch: perl
23137            ! lib/Dumpvalue.t
23138 ____________________________________________________________________________
23139 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
23140         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
23141              Delay the match until runtime.
23142      Branch: perl
23143            ! t/op/append.t
23144 ____________________________________________________________________________
23145 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
23146         Log: UTF-EBCDIC.
23147      Branch: perl
23148            ! ext/Devel/Peek/Peek.t
23149 ____________________________________________________________________________
23150 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
23151         Log: Be UTF-EBCDIC aware.
23152      Branch: perl
23153            ! lib/bytes.t
23154 ____________________________________________________________________________
23155 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
23156         Log: Bad assumption which way digits and letters sort.
23157      Branch: perl
23158            ! lib/English.t
23159 ____________________________________________________________________________
23160 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
23161         Log: If in EBCDIC but no Convert::EBCDIC
23162              the libnet tests will all fail.
23163      Branch: perl
23164            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
23165            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
23166            ! lib/Net/t/smtp.t lib/Net/t/time.t
23167 ____________________________________________________________________________
23168 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
23169         Log: Just sorting to guarantee order is not enough.
23170              (Think EBCDIC.) 
23171      Branch: perl
23172            ! lib/ExtUtils/Manifest.t
23173 ____________________________________________________________________________
23174 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
23175         Log: OS/390 cleanable gunk.
23176      Branch: perl
23177            ! lib/ExtUtils/MM_Unix.pm
23178 ____________________________________________________________________________
23179 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
23180         Log: Update the EBCDIC MD5 checksums.
23181      Branch: perl
23182            ! ext/Digest/MD5/t/files.t
23183 ____________________________________________________________________________
23184 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
23185         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
23186              From: Nicholas Clark <nick@ccl4.org>
23187              Date: Mon, 26 Nov 2001 23:06:34 +0000
23188              Message-ID: <20011126230633.Q37621@plum.flirble.org>
23189      Branch: perl
23190            ! installman
23191 ____________________________________________________________________________
23192 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
23193         Log: sort tweaks from John P. Linderman.
23194      Branch: perl
23195            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
23196 ____________________________________________________________________________
23197 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
23198         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
23199              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
23200              Date: Mon, 26 Nov 2001 18:47:25 -0600
23201              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
23202              
23203              Craig Berry submitted half of this patch just yesterday.
23204              Spooky cosmic resonance.
23205      Branch: perl
23206            ! ext/Socket/Socket.xs
23207 ____________________________________________________________________________
23208 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
23209         Log: Subject: [PATCH] doio slightly smaller
23210              From: Nicholas Clark <nick@ccl4.org>
23211              Date: Tue, 27 Nov 2001 00:40:23 +0000      
23212              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
23213      Branch: perl
23214            ! doio.c
23215 ____________________________________________________________________________
23216 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
23217         Log: perldelta nits from Autrijus Tang and Ron Kimball.
23218      Branch: perl
23219            ! pod/perldelta.pod
23220 ____________________________________________________________________________
23221 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
23222         Log: Subject: [PATCH] unpack P* uses random length for item
23223              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
23224              Date: Mon, 26 Nov 2001 19:56:32 +0100
23225              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
23226      Branch: perl
23227            ! pod/perldiag.pod pp_pack.c t/op/pack.t
23228 ____________________________________________________________________________
23229 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
23230         Log: Subject: [PATCH current] system and taintedness
23231              From: Radu Greab <radu@netsoft.ro>
23232              Date: Mon, 26 Nov 2001 18:42:29 +0200
23233              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
23234      Branch: perl
23235            ! pp_sys.c t/op/taint.t
23236 ____________________________________________________________________________
23237 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
23238         Log: Subject: [PATCH @ 13283] Devel::PPPort
23239              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23240              Date: Mon, 26 Nov 2001 14:37:17 -0000
23241              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
23242      Branch: perl
23243            + ext/Devel/PPPort/MANIFEST
23244            ! MANIFEST ext/Devel/PPPort/Makefile.PL
23245            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
23246            ! ext/Devel/PPPort/harness/Harness.xs
23247            ! ext/Devel/PPPort/harness/Makefile.PL
23248            ! ext/Devel/PPPort/harness/module2.c
23249            ! ext/Devel/PPPort/harness/module3.c
23250            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
23251 ____________________________________________________________________________
23252 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
23253         Log: Update the test list.
23254      Branch: perl
23255            ! t/lib/1_compile.t
23256 ____________________________________________________________________________
23257 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
23258         Log: Sync-up tests with libnet distribution
23259      Branch: perl
23260            + lib/Net/t/netrc.t
23261            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
23262 ____________________________________________________________________________
23263 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
23264         Log: Update Changes.
23265      Branch: perl
23266            ! Changes patchlevel.h
23267 ____________________________________________________________________________
23268 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
23269         Log: Upgrade to podlators 1.16.
23270      Branch: perl
23271            + lib/Pod/t/basic.cap
23272            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
23273            ! lib/Pod/t/basic.t pod/pod2man.PL
23274 ____________________________________________________________________________
23275 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
23276         Log: Pass 6 at perldelta - sort enhancements, generic and
23277              platform specific bug fixes.
23278      Branch: perl
23279            ! pod/perldelta.pod
23280 ____________________________________________________________________________
23281 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
23282         Log: PROPAGATE documentation from Tony Cook.
23283      Branch: perl
23284            ! pod/perlfunc.pod
23285 ____________________________________________________________________________
23286 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
23287         Log: DJGPP cannot do signals that well.
23288      Branch: perl
23289            ! ext/POSIX/t/sigaction.t
23290 ____________________________________________________________________________
23291 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
23292         Log: Can't do subsecond alarms without ualarm; and break out
23293              early if alarms do not seem to be coming in as expected.
23294      Branch: perl
23295            ! ext/Time/HiRes/HiRes.t
23296 ____________________________________________________________________________
23297 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
23298         Log: No Socket, little Net.
23299      Branch: perl
23300            ! t/lib/1_compile.t
23301 ____________________________________________________________________________
23302 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
23303         Log: Take the taint brush to the getcwds.
23304      Branch: perl
23305            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
23306 ____________________________________________________________________________
23307 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
23308         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
23309              From: "Craig A. Berry" <craigberry@mac.com>
23310              Date: Sun, 25 Nov 2001 16:20:45 -0600
23311              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
23312      Branch: perl
23313            ! ext/Socket/Socket.xs
23314 ____________________________________________________________________________
23315 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
23316         Log: Since in some DOS filesystems the timestamp granularity
23317              may be only two seconds, better sleep for three to play safe.
23318              (Helps CygWin, at least.)
23319      Branch: perl
23320            ! lib/Memoize/t/expire_file.t
23321 ____________________________________________________________________________
23322 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
23323         Log: For some reason CygWin wasn't collapsing multiple
23324              slashes into one, which made some Spec.t tests to fail.
23325              Either CygWin was being too prudish or the collapsing
23326              logic needs to be rethunk.
23327      Branch: perl
23328            ! lib/File/Spec/Unix.pm
23329 ____________________________________________________________________________
23330 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
23331         Log: Cygwin needs to have libperl.dll around if trying to link
23332              with -lperl.  Note: this change cures the test but whether
23333              it cures CygPerl installation, I don't know: hopefully the
23334              libperl5_7_2.dll, or the version equivalent, gets installed
23335              also as libperl.dll to the proper place(s).
23336      Branch: perl
23337            ! lib/ExtUtils/Embed.t
23338 ____________________________________________________________________________
23339 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
23340         Log: -I../lib/.. and -L../lib/..?  Strange.
23341      Branch: perl
23342            ! lib/ExtUtils/Embed.t
23343 ____________________________________________________________________________
23344 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
23345         Log: $MM?
23346      Branch: perl
23347            ! lib/ExtUtils/Embed.pm
23348 ____________________________________________________________________________
23349 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
23350         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
23351              From: Dave Rolsky <autarch@urth.org>
23352              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
23353              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
23354      Branch: perl
23355            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
23356            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
23357 ____________________________________________________________________________
23358 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
23359         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
23360              From: chromatic <chromatic@rmci.net>
23361              Date: Sat, 24 Nov 2001 14:56:57 -0700
23362              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
23363              
23364              plus a tweak for ithreads builds.
23365      Branch: perl
23366            + lib/DB.t
23367            ! MANIFEST lib/DB.pm
23368 ____________________________________________________________________________
23369 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
23370         Log: Win32 compilation tweaks for Blair Zajac.
23371      Branch: perl
23372            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
23373 ____________________________________________________________________________
23374 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
23375         Log: I don't think trying to bracket the hires time with lores
23376              times is going to be portable enough: Cygwin seems to be
23377              capable of getting hires ones rather consistently lower
23378              than the lores ones.  So let's try average difference instead.
23379      Branch: perl
23380            ! ext/Time/HiRes/HiRes.t
23381 ____________________________________________________________________________
23382 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
23383         Log: Subject: Re: benchmarks, sorts and reproducibility
23384              From: "John P. Linderman" <jpl@research.att.com>
23385              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
23386              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
23387              
23388              Randomize large partitions for quicksort to dodge the
23389              angry gods of quadratic.
23390      Branch: perl
23391            ! pp_sort.c
23392 ____________________________________________________________________________
23393 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
23394         Log: The joys of portable quoting.
23395      Branch: perl
23396            ! ext/Devel/PPPort/harness/Makefile.PL
23397 ____________________________________________________________________________
23398 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
23399         Log: sort pragma tweaks.
23400      Branch: perl
23401            ! lib/sort.pm
23402 ____________________________________________________________________________
23403 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
23404         Log: Skip the link= directives of utils.lst if no mandir
23405              (if no manpages).
23406      Branch: perl
23407            ! installman
23408 ____________________________________________________________________________
23409 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
23410         Log: integrate changes#8340,13260 from mainline
23411              
23412              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
23413              
23414              change#3373 introduced a handle leak in backticks and piped open()s
23415              that fail
23416      Branch: maint-5.6/perl
23417            ! t/io/pipe.t util.c
23418 ____________________________________________________________________________
23419 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
23420         Log: change#3373 introduced a handle leak in backticks and piped open()s
23421              that fail
23422      Branch: perl
23423            ! util.c
23424 ____________________________________________________________________________
23425 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
23426         Log: metaconfig unit change for #13258.
23427      Branch: metaconfig/U/perl
23428            ! d_procselfexe.U
23429 ____________________________________________________________________________
23430 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
23431         Log: Extraenous breaks noticed by David Dyck.
23432      Branch: perl
23433            ! Configure
23434 ____________________________________________________________________________
23435 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
23436         Log: Revert the /proc/self/auxv experiment for now.
23437      Branch: perl
23438            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
23439 ____________________________________________________________________________
23440 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
23441         Log: Also ExtUtils.t had $^X assumptions.
23442      Branch: perl
23443            ! lib/ExtUtils.t
23444 ____________________________________________________________________________
23445 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
23446         Log: Now is Solaris if you start the t/perl in the t/
23447              as "./perl", the $^X will be "../perl", not "./perl".
23448      Branch: perl
23449            ! t/lib/1_compile.t
23450 ____________________________________________________________________________
23451 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
23452         Log: The new way of finding out $^X in Solaris
23453              requires a little tweak if the executable
23454              pathname is *not* absolute: prepend "./"
23455              (otherwise `$^X ...` will start perl from PATH...)
23456      Branch: perl
23457            ! perl.c
23458 ____________________________________________________________________________
23459 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
23460         Log: Avoid "will not stay shared" warnings.
23461      Branch: perl
23462            ! lib/ExtUtils/MM_Unix.pm
23463 ____________________________________________________________________________
23464 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
23465         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
23466              From: Michael G Schwern <schwern@pobox.com>
23467              Date: Sat, 24 Nov 2001 19:56:18 -0500
23468              Message-ID: <20011124195618.A14614@blackrider>            
23469      Branch: perl
23470            ! perl.c pp_sys.c t/op/magic.t util.c
23471 ____________________________________________________________________________
23472 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
23473         Log: In the MakeMaker pm_to_blib target don't copy all
23474              the files in one fell swoop, deal with them hunkwise,
23475              helps for CLIs with limited line lengths.
23476              (This seems to help for DJGPP building Encode,
23477              where there are dozens of files to copy.)
23478      Branch: perl
23479            ! lib/ExtUtils/MM_Unix.pm
23480 ____________________________________________________________________________
23481 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
23482         Log: testsuite leaves stray files behind on windows
23483      Branch: perl
23484            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
23485 ____________________________________________________________________________
23486 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
23487         Log: xsubpp produces a spurious warning on directories called 'typemap'
23488      Branch: perl
23489            ! lib/ExtUtils/xsubpp
23490 ____________________________________________________________________________
23491 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
23492         Log: xsubpp treats invalid (indented) cpp directives as comments
23493      Branch: perl
23494            ! ext/IO/IO.xs
23495 ____________________________________________________________________________
23496 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
23497         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
23498      Branch: perl
23499            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
23500 ____________________________________________________________________________
23501 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
23502         Log: The debug_pag needs to be visible at all times
23503              because of the re extension.
23504      Branch: perl
23505            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
23506 ____________________________________________________________________________
23507 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
23508         Log: Subject: Re: [PATCH] Tests are good
23509              From: Philip Newton <Philip.Newton@gmx.net>
23510              Date: Sat, 24 Nov 2001 21:24:00 +0100
23511              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
23512      Branch: perl
23513            ! pod/perlhack.pod
23514 ____________________________________________________________________________
23515 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
23516         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
23517              From: "Craig A. Berry" <craigberry@mac.com> 
23518              Date: Sat, 24 Nov 2001 12:45:44 -0600
23519              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
23520              
23521              (with tweaks, and combined with Sarathy's #13242)
23522      Branch: perl
23523            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
23524 ____________________________________________________________________________
23525 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
23526         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
23527              From: John Peacock <jpeacock@rowman.com>
23528              Date: Sat, 24 Nov 2001 14:27:46 -0500
23529              Message-ID: <3BFFF4B2.40509@rowman.com> 
23530      Branch: perl
23531            ! lib/Exporter/Heavy.pm
23532 ____________________________________________________________________________
23533 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
23534         Log: use portable quotes
23535      Branch: perl
23536            ! ext/Devel/PPPort/harness/Makefile.PL
23537 ____________________________________________________________________________
23538 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
23539         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
23540              From: Nicholas Clark <nick@ccl4.org>
23541              Date: Sat, 24 Nov 2001 18:06:26 +0000
23542              Message-ID: <20011124180626.T37621@plum.flirble.org>
23543      Branch: perl
23544            ! installman
23545 ____________________________________________________________________________
23546 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
23547         Log: Subject: [PATCH] perl5005delta.pod L<>
23548              From: Nicholas Clark <nick@ccl4.org>
23549              Date: Sat, 24 Nov 2001 18:04:21 +0000
23550              Message-ID: <20011124180421.S37621@plum.flirble.org>
23551      Branch: perl
23552            ! pod/perl5005delta.pod
23553 ____________________________________________________________________________
23554 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
23555         Log: fix typo in config.vc; regenerate win32 config_H.* files
23556      Branch: perl
23557            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23558            ! win32/config_H.vc
23559 ____________________________________________________________________________
23560 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
23561         Log: Mention the charnames::vianame().
23562      Branch: perl
23563            ! pod/perluniintro.pod
23564 ____________________________________________________________________________
23565 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
23566         Log: Add charnames::vianame() in case people want to access
23567              the codes in run-time (as opposed to the compile-timeness
23568              of \N{...}).
23569      Branch: perl
23570            ! lib/charnames.pm lib/charnames.t
23571 ____________________________________________________________________________
23572 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
23573         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
23574              From: Nicholas Clark <nick@ccl4.org>
23575              Date: Sat, 24 Nov 2001 16:30:42 +0000
23576              Message-ID: <20011124163042.R37621@plum.flirble.org>
23577      Branch: perl
23578            ! regcomp.c regcomp.h
23579 ____________________________________________________________________________
23580 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
23581         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
23582              From: Nicholas Clark <nick@ccl4.org>
23583              Date: Sat, 24 Nov 2001 16:24:33 +0000
23584              Message-ID: <20011124162433.Q37621@plum.flirble.org>
23585              
23586              cmp fixes.
23587      Branch: perl
23588            ! pp.c
23589 ____________________________________________________________________________
23590 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
23591         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
23592              (It seems that "./perl" gets resolved to "perl" now.)
23593      Branch: perl
23594            ! perl.c
23595 ____________________________________________________________________________
23596 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
23597         Log: Subject: [PATCH] DB_File 1.800        
23598              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
23599              Date: Sat, 24 Nov 2001 11:41:41 -0000
23600              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
23601      Branch: perl
23602            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23603            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
23604            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
23605            ! ext/DB_File/t/db-recno.t
23606 ____________________________________________________________________________
23607 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
23608         Log: Tweak the PUSHED documentation.
23609      Branch: perl
23610            ! ext/PerlIO/Via/Via.pm
23611 ____________________________________________________________________________
23612 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
23613         Log: Update 1_compile for new known tests.
23614      Branch: perl
23615            ! t/lib/1_compile.t
23616 ____________________________________________________________________________
23617 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
23618         Log: Move the MBF/MBI test modules to t/lib.
23619      Branch: perl
23620            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
23621            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
23622            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
23623            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
23624            ! lib/Math/BigInt/t/sub_mbi.t
23625 ____________________________________________________________________________
23626 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
23627         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
23628              From: "Craig A. Berry" <craigberry@mac.com> 
23629              Date: Fri, 23 Nov 2001 18:05:35 -0600
23630              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
23631      Branch: perl
23632            ! configure.com
23633 ____________________________________________________________________________
23634 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
23635         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
23636              From: PPrymmer@factset.com 
23637              Date: Fri, 23 Nov 2001 17:03:07 -0500
23638              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
23639      Branch: perl
23640            ! ext/Unicode/Normalize/mkheader
23641 ____________________________________________________________________________
23642 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
23643         Log: Here are the right helper files.
23644      Branch: perl
23645            + t/lib/Filter/Simple/ExportTest.pm
23646            + t/lib/Filter/Simple/FilterOnlyTest.pm
23647            + t/lib/Filter/Simple/FilterTest.pm
23648            + t/lib/Filter/Simple/ImportTest.pm
23649            ! MANIFEST
23650 ____________________________________________________________________________
23651 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
23652         Log: Update Changes.
23653      Branch: perl
23654            ! Changes patchlevel.h
23655 ____________________________________________________________________________
23656 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
23657         Log: Never mind.
23658      Branch: perl
23659            - lib/Filter/Simple/lib/ExportTest.pm
23660            - lib/Filter/Simple/lib/ImportTest.pm
23661 ____________________________________________________________________________
23662 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
23663         Log: Mis-add.
23664      Branch: perl
23665            + lib/Filter/Simple/lib/ExportTest.pm
23666            + lib/Filter/Simple/lib/ImportTest.pm
23667 ____________________________________________________________________________
23668 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
23669         Log: Upgrade to Filter::Simple 0.77.
23670      Branch: perl
23671            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
23672            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
23673            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
23674            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
23675            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
23676 ____________________________________________________________________________
23677 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
23678         Log: Missing p4 add.
23679      Branch: perl
23680            + lib/ExtUtils/MM_VMS.t
23681 ____________________________________________________________________________
23682 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
23683         Log: Pass 5 at perldelta - module and utility updates cleanup.
23684      Branch: perl
23685            ! pod/perldelta.pod
23686 ____________________________________________________________________________
23687 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
23688         Log: metaconfig unit change for #13219.
23689      Branch: metaconfig/U/perl
23690            ! d_procselfexe.U
23691 ____________________________________________________________________________
23692 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
23693         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
23694      Branch: perl
23695            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23696            ! pod/buildtoc.PL pod/perltoc.pod
23697 ____________________________________________________________________________
23698 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
23699         Log: Add procselfexe and d_dirfd to strange lands.
23700      Branch: perl
23701            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
23702            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
23703            ! vos/config.ga.def vos/config.ga.h win32/config.bc
23704            ! win32/config.gc win32/config.vc win32/config.win64
23705            ! wince/config.ce
23706 ____________________________________________________________________________
23707 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
23708         Log: metaconfig unit change for #13216.
23709      Branch: metaconfig/U/perl
23710            ! d_procselfexe.U
23711 ____________________________________________________________________________
23712 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
23713         Log: Better to "quote" the pathname.
23714      Branch: perl
23715            ! Configure config_h.SH
23716 ____________________________________________________________________________
23717 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
23718         Log: Use PROCSELFEXE_PATH.
23719      Branch: perl
23720            ! perl.c
23721 ____________________________________________________________________________
23722 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
23723         Log: metaconfig unit change for #13213.
23724      Branch: metaconfig/U/perl
23725            ! d_procselfexe.U
23726 ____________________________________________________________________________
23727 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
23728         Log: Add probing for BSD-like /proc/curproc/file.
23729      Branch: perl
23730            ! Configure config_h.SH
23731 ____________________________________________________________________________
23732 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
23733         Log: metaconfig unit change for 13211.
23734      Branch: metaconfig/U/perl
23735            + d_dirfd.U
23736 ____________________________________________________________________________
23737 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
23738         Log: Add probing for dirfd() so that it can be added it IO::Dir.
23739      Branch: perl
23740            ! Configure config_h.SH perl.h
23741 ____________________________________________________________________________
23742 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
23743         Log: ...and update the test count.
23744      Branch: perl
23745            ! lib/Pod/t/basic.t
23746 ____________________________________________________________________________
23747 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
23748         Log: Must remove the cap test also from the test script.
23749      Branch: perl
23750            ! lib/Pod/t/basic.t
23751 ____________________________________________________________________________
23752 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
23753         Log: Subject: [PATCH] Tests are good
23754              From: Nicholas Clark <nick@ccl4.org>
23755              Date: Fri, 23 Nov 2001 18:12:21 +0000
23756              Message-ID: <20011123181220.F37621@plum.flirble.org>
23757      Branch: perl
23758            ! pod/perlhack.pod
23759 ____________________________________________________________________________
23760 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
23761         Log: The basic.cap from podlators 1.14 is not very portable.
23762      Branch: perl
23763            - lib/Pod/t/basic.cap
23764            ! MANIFEST
23765 ____________________________________________________________________________
23766 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
23767         Log: Subject: Re: [DOC PATCHES] pod cleanups
23768              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23769              Date: 22 Nov 2001 12:54:16 -0000
23770              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
23771      Branch: perl
23772            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
23773            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
23774 ____________________________________________________________________________
23775 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
23776         Log: FAQ sync.
23777      Branch: perl
23778            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
23779 ____________________________________________________________________________
23780 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
23781         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
23782              From: PPrymmer@factset.com
23783              Date: Fri, 23 Nov 2001 11:43:45 -0500
23784              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
23785      Branch: perl
23786            ! MANIFEST lib/ExtUtils/MM_VMS.pm
23787 ____________________________________________________________________________
23788 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
23789         Log: Corify podlators 1.14 test.
23790      Branch: perl
23791            ! lib/Pod/t/basic.t
23792 ____________________________________________________________________________
23793 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
23794         Log: Output tweak needed because of podlators 1.14.
23795      Branch: perl
23796            ! t/pod/multiline_items.xr
23797 ____________________________________________________________________________
23798 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
23799         Log: Upgrade to podlators 1.14.
23800      Branch: perl
23801            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
23802            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
23803            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
23804            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
23805            ! lib/Pod/Text/Overstrike.pm
23806 ____________________________________________________________________________
23807 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
23808         Log: perlmodinstall tweaks from Philip Newton.
23809      Branch: perl
23810            ! pod/perlmodinstall.pod
23811 ____________________________________________________________________________
23812 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
23813         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
23814              From: Autrijus Tang <autrijus@autrijus.org>           
23815              Date: Fri, 23 Nov 2001 23:55:53 +0800
23816              Message-ID: <20011123235553.A2310@not.autrijus.org>
23817      Branch: perl
23818            ! Porting/genlog
23819 ____________________________________________________________________________
23820 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
23821         Log: Subject: Re: regex oddness with \Z and $&
23822              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
23823              Date: Fri, 23 Nov 2001 15:15:24 +0000
23824              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
23825      Branch: perl
23826            ! regcomp.c t/op/re_tests
23827 ____________________________________________________________________________
23828 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
23829         Log: regen_headers.
23830      Branch: perl
23831            ! embed.h global.sym pod/perlapi.pod proto.h
23832 ____________________________________________________________________________
23833 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
23834         Log: Forgotten check-in.
23835      Branch: perl
23836            ! pod/perlapi.pod
23837 ____________________________________________________________________________
23838 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
23839         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
23840      Branch: perl
23841            ! lib/Test/Simple.pm
23842 ____________________________________________________________________________
23843 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
23844         Log: Retract #13173 (effectively retract Net::Ping 2.06,
23845              go back to 2.04, the 2.06 hasn't seen the patches
23846              that have gone to the blead version.)
23847      Branch: perl
23848            - lib/Net/Ping/CHANGES lib/Net/Ping/README
23849            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
23850            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
23851            - lib/Net/Ping/t/200_ping_tcp.t
23852            ! MANIFEST lib/Net/Ping.pm
23853 ____________________________________________________________________________
23854 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
23855         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
23856              From: Robin Barker <rmb1@cise.npl.co.uk>
23857              Date: Thu, 22 Nov 2001 11:00:38 GMT
23858              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
23859      Branch: perl
23860            ! utils/perldoc.PL
23861 ____________________________________________________________________________
23862 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
23863         Log: metaconfig unit change for #13191.
23864      Branch: metaconfig/U/perl
23865            ! d_procselfexe.U
23866 ____________________________________________________________________________
23867 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
23868         Log: procselfexe tweak: for some reason I had a ls in
23869              /proc/self/exe, not the ls Configure thought it
23870              would found.
23871      Branch: perl
23872            ! Configure
23873 ____________________________________________________________________________
23874 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
23875         Log: Corify the Net::Ping tests; skip the tests
23876              unless $ENV{PERL_TEST_Net_Ping} is true.
23877      Branch: perl
23878            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
23879            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
23880            ! lib/Net/Ping/t/200_ping_tcp.t
23881 ____________________________________________________________________________
23882 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
23883         Log: metaconfig units changes for #13188.
23884      Branch: metaconfig
23885            ! U/modified/Head.U
23886      Branch: metaconfig/U/perl
23887            ! issymlink.U
23888 ____________________________________________________________________________
23889 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
23890         Log: The #13182 didn't really help.  The real problem
23891              seems to be that 'sh' can in AIX mean at least three
23892              different things, and we can't know which one it is
23893              unless we export $newsh from an earlier run (and it's
23894              the 'bsh' aka 'sh' that has the the broken test -h).
23895      Branch: perl
23896            ! Configure
23897 ____________________________________________________________________________
23898 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
23899         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
23900      Branch: perl
23901            ! op.c t/op/override.t
23902 ____________________________________________________________________________
23903 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
23904         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
23905              From: PPrymmer@factset.com 
23906              Date: Wed, 21 Nov 2001 20:17:25 -0500
23907              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
23908      Branch: perl
23909            ! lib/Shell.t
23910 ____________________________________________________________________________
23911 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
23912         Log: Reapply perlmodinstall parts of #12897.
23913      Branch: perl
23914            ! pod/perlmodinstall.pod
23915 ____________________________________________________________________________
23916 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
23917         Log: perlmodinstall 2.01 from Jon Orwant.
23918      Branch: perl
23919            ! pod/perlmodinstall.pod
23920 ____________________________________________________________________________
23921 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
23922         Log: Subject: [PATCH @10907] REXX on OS/2
23923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23924              Date: Wed, 21 Nov 2001 15:26:11 -0500
23925              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
23926      Branch: perl
23927            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
23928            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
23929 ____________________________________________________________________________
23930 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
23931         Log: metaconfig unit change for #13181.
23932      Branch: metaconfig/U/perl
23933            ! issymlink.U
23934 ____________________________________________________________________________
23935 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
23936         Log: AIX has broken builtin 'test'.
23937      Branch: perl
23938            ! Configure
23939 ____________________________________________________________________________
23940 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
23941         Log: Subject: [PATCH 5.7.x] INSTALL size update
23942              From: Andy Dougherty <doughera@lafayette.edu>
23943              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
23944              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
23945      Branch: perl
23946            ! INSTALL
23947 ____________________________________________________________________________
23948 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
23949         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
23950              to pp_sort.c.  Includes the quicksort stabilizing layer
23951              from John P. Linderman.  -Msort=qsort or -Msort=fast is
23952              faster than without (or with -Msort=mergesort or -Msort=safe)
23953              for short random inputs, but for some reason not quite as fast
23954              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
23955              optimizing definitely needed.
23956      Branch: perl
23957            + lib/sort.pm lib/sort.t pp_sort.c
23958            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
23959            ! embed.pl global.sym perl.h pp_ctl.c proto.h
23960            ! vms/descrip_mms.template vos/build.cm win32/Makefile
23961            ! win32/makefile.mk wince/Makefile.ce
23962 ____________________________________________________________________________
23963 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
23964         Log: Sync file with libnet-1.0901-tobe
23965      Branch: perl
23966            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
23967            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
23968            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
23969            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
23970            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
23971 ____________________________________________________________________________
23972 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
23973         Log: Subject: [PATCH perldoc] problems with pod2man
23974              From: Robin Barker <rmb1@cise.npl.co.uk>
23975              Date: Wed, 21 Nov 2001 17:48:51 GMT
23976              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
23977      Branch: perl
23978            ! utils/perldoc.PL
23979 ____________________________________________________________________________
23980 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
23981         Log: debug_pad only visible when debugging.
23982      Branch: perl
23983            ! makedef.pl
23984 ____________________________________________________________________________
23985 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
23986         Log: metaconfig units changes for #13174.
23987      Branch: metaconfig/U/perl
23988            + d_procselfexe.U
23989            - procselfexe.U
23990 ____________________________________________________________________________
23991 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
23992         Log: procselfexe tweaks.
23993      Branch: perl
23994            ! Configure config_h.SH
23995 ____________________________________________________________________________
23996 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
23997         Log: Upgrade to Net::Ping 2.06.
23998      Branch: perl
23999            + lib/Net/Ping/CHANGES lib/Net/Ping/README
24000            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
24001            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
24002            + lib/Net/Ping/t/200_ping_tcp.t
24003            ! MANIFEST lib/Net/Ping.pm
24004 ____________________________________________________________________________
24005 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
24006         Log: Upgrade to Math::BigInt 1.47.
24007      Branch: perl
24008            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24009            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
24010            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
24011            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
24012            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
24013            ! lib/Math/BigInt/t/sub_mbi.t
24014 ____________________________________________________________________________
24015 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
24016         Log: Dynaloading for POSIX-BC from Thomas Dorner.
24017      Branch: perl
24018            ! hints/posix-bc.sh
24019 ____________________________________________________________________________
24020 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
24021         Log: Strange: the same mysterious regex study bug
24022              seems to be present both in OS/390 and POSIX-BC.
24023              Deep EBCDIC magic that regex engine gets wrong,
24024              or a bug in some compiler/library shared by the
24025              two platforms?  From Thomas Dorner.
24026      Branch: perl
24027            ! t/op/study.t
24028 ____________________________________________________________________________
24029 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
24030         Log: More lost and found.
24031      Branch: perl
24032            + lib/Test/Simple/README
24033            ! MANIFEST
24034 ____________________________________________________________________________
24035 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
24036         Log: MANIFESTly missing.
24037      Branch: perl
24038            ! MANIFEST
24039 ____________________________________________________________________________
24040 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
24041         Log: Subject: Re: PERFORCE change 13162 for review               
24042              From: Philip Newton <Philip.Newton@gmx.net> 
24043              Date: Wed, 21 Nov 2001 16:44:30 +0100
24044              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
24045      Branch: perl
24046            ! ext/Devel/PPPort/PPPort.pm
24047 ____________________________________________________________________________
24048 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
24049         Log: Update Changes.
24050      Branch: perl
24051            ! Changes patchlevel.h
24052 ____________________________________________________________________________
24053 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
24054         Log: Small doc tweaks.
24055      Branch: perl
24056            ! ext/PerlIO/Via/Via.pm
24057 ____________________________________________________________________________
24058 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
24059         Log: Redundant return.
24060      Branch: perl
24061            ! ext/MIME/Base64/QuotedPrint.pm
24062 ____________________________________________________________________________
24063 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
24064         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
24065              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
24066              Date: Wed, 21 Nov 2001 10:23:16 +0100
24067              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
24068      Branch: perl
24069            ! pp_pack.c t/op/pack.t
24070 ____________________________________________________________________________
24071 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
24072         Log: Add Devel::PPPort originally from Kenneth Albanowski,
24073              revigorated by Paul Marquess: gives h2xs a Perl version
24074              portability boost.
24075      Branch: perl
24076            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
24077            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
24078            + ext/Devel/PPPort/harness/Harness.pm
24079            + ext/Devel/PPPort/harness/Harness.xs
24080            + ext/Devel/PPPort/harness/Makefile.PL
24081            + ext/Devel/PPPort/harness/module2.c
24082            + ext/Devel/PPPort/harness/module3.c
24083            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
24084            ! MANIFEST lib/h2xs.t utils/h2xs.PL
24085 ____________________________________________________________________________
24086 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
24087         Log: Oops.
24088      Branch: perl
24089            ! lib/Test/Simple/t/filehandles.t
24090 ____________________________________________________________________________
24091 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
24092         Log: Subject: Re: PERFORCE change 13152 for review               
24093              From: Philip Newton <Philip.Newton@gmx.net> 
24094              Date: Wed, 21 Nov 2001 09:04:05 +0100
24095              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
24096      Branch: perl
24097            ! lib/Test/Builder.pm
24098 ____________________________________________________________________________
24099 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
24100         Log: Subject: Re: PERFORCE change 13142 for review
24101              From: Philip Newton <Philip.Newton@gmx.net>
24102              Date: Wed, 21 Nov 2001 09:04:03 +0100
24103              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
24104              
24105              plus rewrap few paragraphs.
24106      Branch: perl
24107            ! lib/Pod/LaTeX.pm
24108 ____________________________________________________________________________
24109 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
24110         Log: Integrate #13154 from macperl; Remove comments.
24111      Branch: perl
24112           !> lib/File/Spec/Mac.pm
24113 ____________________________________________________________________________
24114 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
24115         Log: Update the list of modules having tests.
24116      Branch: perl
24117            ! t/lib/1_compile.t
24118 ____________________________________________________________________________
24119 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
24120         Log: Slight doc changes.
24121      Branch: maint-5.6/macperl
24122            ! macos/macperl/MacPerl.podhelp
24123 ____________________________________________________________________________
24124 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
24125         Log: Add UTF-16 coercion.
24126      Branch: maint-5.6/macperl
24127            ! macos/lib/Mac/AppleEvents/Simple.pm
24128 ____________________________________________________________________________
24129 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
24130         Log: Remove comments.
24131      Branch: maint-5.6/macperl
24132            ! lib/File/Spec/Mac.pm
24133 ____________________________________________________________________________
24134 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
24135         Log: Fix FSpGetCatInfo (and other functions) corrupting
24136              memory with bad filespecs (bug #471867)
24137      Branch: maint-5.6/macperl
24138            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
24139 ____________________________________________________________________________
24140 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
24141         Log: Upgrade to Test::Simple 0.33.
24142      Branch: perl
24143            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
24144            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
24145            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
24146 ____________________________________________________________________________
24147 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
24148         Log: Upgrade to Test::Harness 1.26.
24149      Branch: perl
24150            ! lib/Test/Harness.pm lib/Test/Harness/Changes
24151 ____________________________________________________________________________
24152 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
24153         Log: Integrate change #13145 from maintperl;
24154              another compatibility tweak to change#12559: avoid quoting
24155              arguments that already have quotes; add test case
24156      Branch: perl
24157           !> t/op/system_tests win32/win32.c
24158 ____________________________________________________________________________
24159 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
24160         Log: integrate change#13147 from mainline (fixes nit in change#10091)
24161              
24162              Subject: [PATCH] spaceship and refs
24163      Branch: maint-5.6/perl
24164            ! pp.c pp_hot.c t/op/cmp.t
24165 ____________________________________________________________________________
24166 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
24167         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
24168              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
24169              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
24170              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
24171      Branch: perl
24172            + lib/Pod/t/utils.t
24173            ! MANIFEST
24174 ____________________________________________________________________________
24175 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
24176         Log: Subject: [PATCH] spaceship and refs
24177              From: Nicholas Clark <nick@ccl4.org>
24178              Date: Tue, 20 Nov 2001 21:59:51 +0000
24179              Message-ID: <20011120215951.U62891@plum.flirble.org> 
24180      Branch: perl
24181            ! pp.c pp_hot.c t/op/cmp.t
24182 ____________________________________________________________________________
24183 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
24184         Log: Try to clarify which I/O call operates on bytes,
24185              which on characters, which on either.
24186      Branch: perl
24187            ! pod/perlfunc.pod
24188 ____________________________________________________________________________
24189 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
24190         Log: another compatibility tweak to change#12559: avoid quoting
24191              arguments that already have quotes; add test case
24192      Branch: maint-5.6/perl
24193            ! t/op/system_tests win32/win32.c
24194 ____________________________________________________________________________
24195 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
24196         Log: Give a simple example of writing PerlIO::Via handlers
24197              in Perl.
24198      Branch: perl
24199            ! ext/PerlIO/Via/Via.pm
24200 ____________________________________________________________________________
24201 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
24202         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
24203      Branch: perl
24204            + lib/Pod/t/latex.t
24205            ! MANIFEST
24206 ____________________________________________________________________________
24207 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
24208         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
24209              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24210              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
24211              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
24212      Branch: perl
24213            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
24214 ____________________________________________________________________________
24215 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
24216         Log: Spread d_procselfexe to far-off lands (undefined).
24217      Branch: perl
24218            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
24219            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24220            ! vos/config.ga.def vos/config.ga.h win32/config.bc
24221            ! win32/config.gc win32/config.vc win32/config.win64
24222            ! wince/config.ce
24223 ____________________________________________________________________________
24224 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
24225         Log: Integrate perlio; add detection and use of /proc/self/exe
24226              (Linuxism for finding the absolute path of the executable)
24227      Branch: perl
24228           !> Configure config_h.SH perl.c t/op/magic.t
24229 ____________________________________________________________________________
24230 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
24231         Log: Really define do_report_used() only if DEBUGGING.
24232      Branch: perl
24233            ! sv.c
24234 ____________________________________________________________________________
24235 [ 13138] By: nick                                  on 2001/11/20  20:01:05
24236         Log: perl.c change to use HAS_PROCSELFEXE, also
24237              tweak to $^X test to comprehend full path to real executable
24238              being returned (like Cygwin as it happens...)
24239      Branch: perlio
24240            ! perl.c t/op/magic.t
24241 ____________________________________________________________________________
24242 [ 13137] By: nick                                  on 2001/11/20  19:46:00
24243         Log: Integrate mainline
24244      Branch: perlio
24245           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
24246           +> lib/NEXT/t/unseen.t
24247            - lib/NEXT/test.pl
24248           !> (integrate 34 files)
24249 ____________________________________________________________________________
24250 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
24251         Log: Subject: [?PATCH] terser pp_eq
24252              From: Nicholas Clark <nick@ccl4.org>
24253              Date: Mon, 19 Nov 2001 23:09:02 +0000
24254              Message-ID: <20011119230901.O62891@plum.flirble.org>
24255      Branch: perl
24256            ! pp_hot.c
24257 ____________________________________________________________________________
24258 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
24259         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
24260      Branch: perl
24261            ! pod/perldelta.pod
24262 ____________________________________________________________________________
24263 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
24264         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
24265              From: Andy Dougherty <doughera@lafayette.edu>
24266              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
24267              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
24268      Branch: perl
24269            ! ext/re/Makefile.PL ext/re/re.xs
24270 ____________________________________________________________________________
24271 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
24272         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
24273              From: Andy Dougherty <doughera@lafayette.edu>
24274              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
24275              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
24276      Branch: perl
24277            ! ext/re/re.xs
24278 ____________________________________________________________________________
24279 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
24280         Log: Integrate change #13119 from macperl.
24281              (No changes since already applied the patch,
24282              just keep perforce happy and well-fed.)
24283      Branch: perl
24284           !> lib/Pod/Html.pm
24285 ____________________________________________________________________________
24286 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
24287         Log: Subject: [PATCH] filter-util.pl for Mac OS
24288              From: Chris Nandor <pudge@pobox.com>
24289              Date: Tue, 20 Nov 2001 00:16:11 -0500
24290              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
24291      Branch: perl
24292            ! t/lib/filter-util.pl
24293 ____________________________________________________________________________
24294 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
24295         Log: Subject: [PATCH] Portability fix for Pod::Html
24296              From: Chris Nandor <pudge@pobox.com>
24297              Date: Tue, 20 Nov 2001 00:01:05 -0500
24298              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
24299      Branch: perl
24300            ! lib/Pod/Html.pm
24301 ____________________________________________________________________________
24302 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
24303         Log: Need to skip more tests if not perlio.
24304      Branch: perl
24305            ! lib/open.t
24306 ____________________________________________________________________________
24307 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
24308         Log: Pass 3 at perldelta - sort the lists of new modules,
24309              module improvements, and new platforms.
24310      Branch: perl
24311            ! pod/perldelta.pod
24312 ____________________________________________________________________________
24313 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
24314         Log: Document ${^OPEN}.
24315      Branch: perl
24316            ! pod/perlvar.pod
24317 ____________________________________________________________________________
24318 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
24319         Log: Make configpm work with extra keys
24320      Branch: maint-5.6/macperl
24321            ! macos/configpm
24322 ____________________________________________________________________________
24323 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
24324         Log: Version and doc updates
24325      Branch: maint-5.6/macperl
24326            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
24327 ____________________________________________________________________________
24328 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
24329         Log: More fixes for error message parsing (bug #470316)
24330      Branch: maint-5.6/macperl
24331            ! macos/macish.c
24332 ____________________________________________________________________________
24333 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
24334         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
24335              remove obsolete function (bug #465225)
24336      Branch: maint-5.6/macperl
24337            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
24338            ! macos/macperl/MPScript.c
24339 ____________________________________________________________________________
24340 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
24341         Log: Add p2as droplet to distribution.
24342      Branch: maint-5.6/macperl
24343            + macos/macperl/Droplets/p2as.plx
24344 ____________________________________________________________________________
24345 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
24346         Log: Bundle File::Sort.
24347      Branch: maint-5.6/macperl
24348            + macos/bundled_lib/blib/lib/File/Sort.pm
24349 ____________________________________________________________________________
24350 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
24351         Log: Various bundled module fixes.
24352      Branch: maint-5.6/macperl
24353            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
24354            ! macos/bundled_ext/Digest/MD5/t/files.t
24355            ! macos/bundled_ext/Filter/t/filter-util.pl
24356            ! macos/bundled_lib/blib/lib/Net/Config.pm
24357            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
24358 ____________________________________________________________________________
24359 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
24360         Log: Portability fix for Pod::Html.
24361      Branch: maint-5.6/macperl
24362            ! lib/Pod/Html.pm
24363 ____________________________________________________________________________
24364 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
24365         Log: Upgrade to Text::Balanced 1.89.
24366      Branch: perl
24367            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
24368            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
24369            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
24370            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
24371            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
24372            ! lib/Text/Balanced/t/gentag.t
24373 ____________________________________________________________________________
24374 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
24375         Log: Upgrade to NEXT 0.50.
24376      Branch: perl
24377            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
24378            + lib/NEXT/t/unseen.t
24379            - lib/NEXT/test.pl
24380            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
24381 ____________________________________________________________________________
24382 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
24383         Log: Integrate with maint-5.6/perl.
24384      Branch: maint-5.6/macperl
24385           !> win32/win32.c
24386 ____________________________________________________________________________
24387 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
24388         Log: Update the README.threads scary header a bit.
24389      Branch: perl
24390            ! README.threads
24391 ____________________________________________________________________________
24392 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
24393         Log: Pass 2 at perldelta: add some changes since 5.7.2.
24394      Branch: perl
24395            ! pod/perldelta.pod
24396 ____________________________________________________________________________
24397 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
24398         Log: Subject: [DOC PATCH] perlfaq4.pod 
24399              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24400              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
24401              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
24402      Branch: perl
24403            ! pod/perlfaq4.pod
24404 ____________________________________________________________________________
24405 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
24406         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
24407              From: Michael G Schwern <schwern@pobox.com> 
24408              Date: Mon, 19 Nov 2001 19:53:12 -0500
24409              Message-ID: <20011119195311.I11883@blackrider>
24410      Branch: perl
24411            ! perl.c
24412 ____________________________________________________________________________
24413 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
24414         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
24415              From: PPrymmer@factset.com
24416              Date: Mon, 19 Nov 2001 17:08:59 -0500
24417              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
24418      Branch: perl
24419            ! vms/descrip_mms.template
24420 ____________________________________________________________________________
24421 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
24422         Log: Create a per-interpeter debug scratchpad container
24423              and use that for the regexec debugging.
24424      Branch: perl
24425            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
24426 ____________________________________________________________________________
24427 [ 13109] By: nick                                  on 2001/11/19  22:01:45
24428         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
24429              Configure unit detects the feature).
24430      Branch: metaconfig/U/perl
24431            + procselfexe.U
24432      Branch: perlio
24433            ! Configure config_h.SH
24434 ____________________________________________________________________________
24435 [ 13108] By: nick                                  on 2001/11/19  20:39:17
24436         Log: Integrate mainline
24437      Branch: perlio
24438           +> t/op/or.t
24439           !> (integrate 44 files)
24440 ____________________________________________________________________________
24441 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
24442         Log: sysseek tweak.
24443      Branch: perl
24444            ! pod/perlfunc.pod
24445 ____________________________________________________________________________
24446 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
24447         Log: Move the sysio tests from io/utf8 to lib/open.
24448      Branch: perl
24449            ! lib/open.t t/io/utf8.t
24450 ____________________________________________________________________________
24451 [ 13105] By: nick                                  on 2001/11/19  20:15:39
24452         Log: Add a .package and a README to //depot/metaconfig
24453      Branch: metaconfig
24454            + .package README
24455 ____________________________________________________________________________
24456 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
24457         Log: Thou shalt not mix stdio and sysio.
24458      Branch: perl
24459            ! t/io/utf8.t
24460 ____________________________________________________________________________
24461 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
24462         Log: Update Changes.
24463      Branch: perl
24464            ! Changes patchlevel.h
24465 ____________________________________________________________________________
24466 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
24467         Log: The runops_debug needs to be present always, otherwise
24468              places like AIX which need an explicit symbol export list
24469              will croak when trying to build Devel::Peek (which uses
24470              the runops_debug).
24471      Branch: perl
24472            ! makedef.pl
24473 ____________________________________________________________________________
24474 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
24475         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
24476              From: PPrymmer@factset.com 
24477              Date: Mon, 19 Nov 2001 11:34:22 -0500
24478              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
24479      Branch: perl
24480            ! lib/Memoize/t/tie_sdbm.t
24481 ____________________________________________________________________________
24482 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
24483         Log: Retract #13088: it seems that unless dump.c is extensively
24484              reorganized as to what symbols it shows, when, and to whom,
24485              we are stuck with having the dump.o symbols in the libperl
24486              and thusly in the main Perl binary.
24487      Branch: perl
24488            ! embedvar.h perlapi.h perlvars.h
24489 ____________________________________________________________________________
24490 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
24491         Log: The _uni_display should not be in dump.c since they
24492              are used under normal operation (S_not_a_number()).
24493      Branch: perl
24494            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
24495 ____________________________________________________________________________
24496 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
24497         Log: Protect sv_dump() from being included unless DEBUGGING,
24498              as noticed by Ilya.
24499      Branch: perl
24500            ! sv.c
24501 ____________________________________________________________________________
24502 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
24503         Log: Pending further investigation skip the tell() tests.
24504              The tell() is okay on Solaris, HP-UX and Tru64, but fails
24505              (by returning too much) in Linux.
24506      Branch: perl
24507            ! t/io/utf8.t
24508 ____________________________________________________________________________
24509 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
24510         Log: Retract #13082 until a better solution is found:
24511              statics break ithreads.
24512      Branch: perl
24513            ! regexec.c
24514 ____________________________________________________________________________
24515 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
24516         Log: Figures 1 and 2 for UTF-8.
24517      Branch: perl
24518            ! pod/perlunicode.pod
24519 ____________________________________________________________________________
24520 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
24521         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
24522              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24523              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
24524              Message-ID: <20011119132645.A15034@rafael>
24525      Branch: perl
24526            ! op.c pod/perldiag.pod t/lib/warnings/op
24527 ____________________________________________________________________________
24528 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
24529         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
24530              From: Michael G Schwern <schwern@pobox.com> 
24531              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
24532              Message-ID: <20011119031112.E786@blackrider>
24533      Branch: perl
24534            ! t/op/closure.t
24535 ____________________________________________________________________________
24536 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
24537         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
24538              From: Michael G Schwern <schwern@pobox.com>
24539              Date: Mon, 19 Nov 2001 03:42:56 -0500
24540              Message-ID: <20011119034256.I786@blackrider>
24541      Branch: perl
24542            + t/op/or.t
24543            ! MANIFEST
24544 ____________________________________________________________________________
24545 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
24546         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
24547              From: "Craig A. Berry" <craigberry@mac.com>
24548              Date: Sun, 18 Nov 2001 14:33:48 -0600
24549              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
24550      Branch: perl
24551            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
24552 ____________________________________________________________________________
24553 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
24554         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
24555              From: Dave Rolsky <autarch@urth.org>
24556              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
24557              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
24558      Branch: perl
24559            ! lib/ExtUtils/Manifest.pm
24560 ____________________________________________________________________________
24561 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
24562         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
24563              From: Dave Rolsky <autarch@urth.org>
24564              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
24565              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
24566      Branch: perl
24567            ! lib/ExtUtils/Install.pm
24568 ____________________________________________________________________________
24569 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
24570         Log: The runops_dbg should not be needed.
24571      Branch: perl
24572            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
24573 ____________________________________________________________________________
24574 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
24575         Log: do_spawn() cleanup from Charles Lane.
24576      Branch: perl
24577            ! vms/vms.c
24578 ____________________________________________________________________________
24579 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
24580         Log: Update the list of tests.
24581      Branch: perl
24582            ! t/lib/1_compile.t
24583 ____________________________________________________________________________
24584 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
24585         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
24586              From: Michael G Schwern <schwern@pobox.com> 
24587              Date: Fri, 16 Nov 2001 17:37:04 -0500
24588              Message-ID: <20011116173703.L30160@blackrider>
24589      Branch: perl
24590            ! t/lib/warnings/sv
24591 ____________________________________________________________________________
24592 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
24593         Log: FAQ sync.
24594      Branch: perl
24595            ! pod/perlfaq4.pod
24596 ____________________________________________________________________________
24597 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
24598         Log: Integrate perlio; win32 sync.
24599      Branch: perl
24600           !> perlio.c win32/win32io.c
24601 ____________________________________________________________________________
24602 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
24603         Log: (retracted by #13096)
24604              Debugging would be badly skewed by a malloc per regex dump.
24605      Branch: perl
24606            ! regexec.c
24607 ____________________________________________________________________________
24608 [ 13081] By: nick                                  on 2001/11/18  19:08:40
24609         Log: Win32 layer has a dup which needs to match new prototype.
24610      Branch: perlio
24611            ! win32/win32io.c
24612 ____________________________________________________________________________
24613 [ 13080] By: nick                                  on 2001/11/18  19:05:02
24614         Log: Wrong way to get stdio mode used.
24615      Branch: perlio
24616            ! perlio.c
24617 ____________________________________________________________________________
24618 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
24619         Log: Retract #13048: that introduced a malloc() (through savepvn())
24620              to *every* m//, which killed the performance quite badly.
24621      Branch: perl
24622            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
24623 ____________________________________________________________________________
24624 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
24625         Log: Pass 1 at perldelta.pod: sort the section contents
24626              together, drop all but the 5.7.2 known problems,
24627              leave the 5.7.1 security note since that's the
24628              fullest explanation (update the date on that).
24629      Branch: perl
24630            ! pod/perldelta.pod
24631 ____________________________________________________________________________
24632 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
24633         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
24634              
24635              Tiny problem in the test for 20011113.110: I hope
24636              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
24637      Branch: perl
24638            ! pp.c t/op/repeat.t
24639 ____________________________________________________________________________
24640 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
24641         Log: All of syswrite/send/sendto need to return character counts,
24642              and character counts from the offset, not the beginning of
24643              the scalar.
24644      Branch: perl
24645            ! pp_sys.c
24646 ____________________________________________________________________________
24647 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
24648         Log: Integrate PerlIO: duping fixes.
24649      Branch: perl
24650           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24651           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
24652           !> perliol.h sv.c
24653 ____________________________________________________________________________
24654 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
24655         Log: syswrite() was still returning byte counts, not character counts.
24656      Branch: perl
24657            ! pp_sys.c t/io/utf8.t
24658 ____________________________________________________________________________
24659 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
24660         Log: Add test for sysread().
24661      Branch: perl
24662            ! t/io/utf8.t
24663 ____________________________________________________________________________
24664 [ 13072] By: nick                                  on 2001/11/18  16:15:31
24665         Log: Allow dup'ing of PerlIO::Scalar etc.
24666      Branch: perlio
24667            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24668            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
24669            ! perliol.h sv.c
24670 ____________________________________________________________________________
24671 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
24672         Log: Prepend a null byte to the test set.
24673      Branch: perl
24674            ! t/io/utf8.t
24675 ____________________________________________________________________________
24676 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
24677         Log: Document how "no utf8;" can become handy.
24678      Branch: perl
24679            ! lib/utf8.pm
24680 ____________________________________________________________________________
24681 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
24682         Log: Integrate perlio; force the inclusion of the PL_runops_*
24683      Branch: perl
24684           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
24685 ____________________________________________________________________________
24686 [ 13068] By: nick                                  on 2001/11/18  13:23:33
24687         Log: embed.pl generated changes I forgot to include
24688      Branch: perlio
24689            ! embedvar.h perlapi.h pod/perlapi.pod
24690 ____________________________________________________________________________
24691 [ 13067] By: nick                                  on 2001/11/18  12:50:19
24692         Log: Force inclusion of both Perl_runops_* in perl itself,
24693              so they are available for Peek.xs etc.
24694      Branch: perlio
24695            ! perlvars.h
24696 ____________________________________________________________________________
24697 [ 13066] By: nick                                  on 2001/11/18  11:00:34
24698         Log: Integrate mainline - a few Devel::Peak fails.
24699      Branch: perlio
24700           +> (branch 29 files)
24701            - ext/Thread/Thread.pm lib/Benchmark.t
24702            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
24703            - lib/Lingua/KO/Hangul/Util/README
24704            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
24705            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
24706            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
24707            - vms/ext/vmsish.pm vms/ext/vmsish.t
24708            ! hv.c
24709           !> (integrate 389 files)
24710 ____________________________________________________________________________
24711 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
24712         Log: Start working on perldelta.  This is not yet any sort of
24713              editing; just concatenating perl570delta, perl571delta,
24714              and perl572delta.  Any sorting not done, any duplicate
24715              removal not done, any removal or update of obsolete items
24716              not done, any changes since 5.7.2 not included.  So there.
24717      Branch: perl
24718            ! pod/perldelta.pod
24719 ____________________________________________________________________________
24720 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
24721         Log: Banish "use utf8".
24722      Branch: perl
24723            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
24724 ____________________________________________________________________________
24725 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
24726         Log: Tweak from Charles Lane.
24727      Branch: perl
24728            ! vms/vms.c
24729 ____________________________________________________________________________
24730 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
24731         Log: Integrate change #13058 from maintperl;
24732              change#12559 breaks things on Win9x because command.com doesn't
24733              grok dquotes at all; disable all the system() smarts for
24734              command.com
24735      Branch: perl
24736           !> win32/win32.c
24737 ____________________________________________________________________________
24738 [ 13061] By: ams                                   on 2001/11/17  13:46:11
24739         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
24740              From: Jonathan Stowe <gellyfish@gellyfish.com>
24741              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
24742              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
24743      Branch: perl
24744            ! lib/Term/Cap.pm
24745 ____________________________________________________________________________
24746 [ 13060] By: ams                                   on 2001/11/17  09:49:10
24747         Log: Subject: [PATCH9 File/Find.pm doc nits
24748              From: Tels <perl_dummy@bloodgate.com>
24749              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
24750      Branch: perl
24751            ! lib/File/Find.pm
24752 ____________________________________________________________________________
24753 [ 13059] By: ams                                   on 2001/11/17  09:38:38
24754         Log: Subject: [PATCH] Benchmark.pm nit
24755              From: Tels <perl_dummy@bloodgate.com>
24756              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
24757      Branch: perl
24758            ! lib/Benchmark.pm
24759 ____________________________________________________________________________
24760 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
24761         Log: change#12559 breaks things on Win9x because command.com doesn't
24762              grok dquotes at all; disable all the system() smarts for
24763              command.com
24764      Branch: maint-5.6/perl
24765            ! win32/win32.c
24766 ____________________________________________________________________________
24767 [ 13057] By: ams                                   on 2001/11/16  20:30:03
24768         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
24769              From: Andy Dougherty <doughera@lafayette.edu>
24770              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
24771              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
24772      Branch: perl
24773            ! lib/Unicode/UCD.t
24774 ____________________________________________________________________________
24775 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
24776         Log: Subject: [Patch Perl@13023] VMS system() warning
24777              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24778              Date: Fri, 16 Nov 2001 15:20:11 EST
24779              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
24780      Branch: perl
24781            ! vms/vms.c
24782 ____________________________________________________________________________
24783 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
24784         Log: It's neither-nor, and protect against the impossible.
24785      Branch: perl
24786            ! lib/Thread.pm
24787 ____________________________________________________________________________
24788 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
24789         Log: 5005threads didn't work because $Thread::VERSION wasn't
24790              visible.  Oops.
24791      Branch: perl
24792            ! ext/Thread/Makefile.PL lib/Thread.pm
24793 ____________________________________________________________________________
24794 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
24795         Log: Robustness against Linux using something else than gcc;
24796              based on
24797              
24798              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
24799              From: Charles Randall <cfriv@yahoo.com>
24800              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
24801              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
24802      Branch: perl
24803            ! ext/Errno/Errno_pm.PL
24804 ____________________________________________________________________________
24805 [ 13052] By: ams                                   on 2001/11/16  16:46:39
24806         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
24807              From: Russ Allbery <rra@stanford.edu>
24808              Date: 16 Nov 2001 09:44:21 -0800
24809              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
24810      Branch: perl
24811            ! lib/Pod/ParseLink.pm
24812 ____________________________________________________________________________
24813 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
24814         Log: Update perluniintro on the UTF-8 output matters
24815              (that -w will warn unless the stream is explicitly UTF-8-ified).
24816      Branch: perl
24817            ! pod/perluniintro.pod
24818 ____________________________________________________________________________
24819 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
24820         Log: Adding new files to MANIFEST is nice.
24821      Branch: perl
24822            ! MANIFEST
24823 ____________________________________________________________________________
24824 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
24825         Log: Update Changes.
24826      Branch: perl
24827            ! Changes patchlevel.h
24828 ____________________________________________________________________________
24829 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
24830         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
24831              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
24832              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
24833              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
24834      Branch: perl
24835            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
24836 ____________________________________________________________________________
24837 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
24838         Log: Rename perlunintro to perluniintro; regen toc.
24839      Branch: perl
24840            + pod/perluniintro.pod
24841            - pod/perlunintro.pod
24842            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24843 ____________________________________________________________________________
24844 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
24845         Log: Document the negated lookahead trick to emulate
24846              character class subtraction.
24847      Branch: perl
24848            ! pod/perlunicode.pod
24849 ____________________________________________________________________________
24850 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
24851         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
24852              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24853              Date: Fri, 16 Nov 2001 23:31:04 +0900
24854              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
24855              
24856              (with the tweak that Cntrl is not C, it's Cc)
24857      Branch: perl
24858            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
24859            ! lib/unicore/mktables
24860 ____________________________________________________________________________
24861 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
24862         Log: Subject: [PATCH current] runtime runops switch
24863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24864              Date: Fri, 16 Nov 2001 00:48:09 -0500
24865              Message-ID: <20011116004809.A934@math.ohio-state.edu>
24866      Branch: perl
24867            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
24868            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
24869            ! pod/perlintern.pod proto.h run.c
24870 ____________________________________________________________________________
24871 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
24872         Log: Further discourage old Thread code; tell how to tell
24873              the difference.
24874      Branch: perl
24875            ! lib/Thread.pm
24876 ____________________________________________________________________________
24877 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
24878         Log: A missing return; from Charles Lane.
24879      Branch: perl
24880            ! vms/vms.c
24881 ____________________________________________________________________________
24882 [ 13041] By: ams                                   on 2001/11/16  12:11:14
24883         Log: Subject: [PATCH] Doc spellcheck + podcheck
24884              From: Autrijus Tang <autrijus@egb.elixus.org>
24885              Date: Thu, 15 Nov 2001 22:49:05 -0800
24886              Message-Id: <20011116064905.GA44092@egb.elixus.org>
24887              
24888              Subject: [PATCH] podcheck+spellcheck, the rest of the story
24889              From: Autrijus Tang <autrijus@egb.elixus.org>
24890              Date: Fri, 16 Nov 2001 00:42:20 -0800
24891              Message-Id: <20011116084220.GA44295@egb.elixus.org>
24892              
24893              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
24894              From: Nicholas Clark <nick@ccl4.org>
24895              Date: Fri, 16 Nov 2001 10:32:01 +0000
24896              Message-Id: <20011116103200.F62891@plum.flirble.org>
24897              (Applied after suitable de-mangling.)
24898      Branch: perl
24899            ! README.aix README.dgux README.dos README.epoc README.hpux
24900            ! README.mint README.mpeix README.netware README.os2
24901            ! README.os390 README.plan9 README.qnx README.solaris
24902            ! README.threads doio.c pod/perl571delta.pod
24903            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
24904            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
24905            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
24906            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
24907            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
24908            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
24909 ____________________________________________________________________________
24910 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
24911         Log: Avoid redefinedness warning for now.
24912      Branch: perl
24913            ! lib/Thread.pm
24914 ____________________________________________________________________________
24915 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
24916         Log: use strict.
24917      Branch: perl
24918            ! lib/Thread.pm
24919 ____________________________________________________________________________
24920 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
24921         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
24922              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
24923              Date: Thu, 15 Nov 2001 22:54:47 EST 
24924              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
24925      Branch: perl
24926            ! vms/vms.c vms/vmspipe.com
24927 ____________________________________________________________________________
24928 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
24929         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
24930              From: "chromatic" <chromatic@rmci.net>
24931              Date: Thu, 15 Nov 2001 19:54:23 -0700
24932              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
24933      Branch: perl
24934            ! lib/File/stat.t
24935 ____________________________________________________________________________
24936 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
24937         Log: Make Thread a wrapper for both ithreads and 5005threads.
24938              Needs a lot of work and Arthur's eyeballing (and finishing
24939              few missing odds and ends of threads.pm).  Now Thread
24940              is an extension without its own .pm.
24941              
24942              If there are people who have experience working with
24943              either the 5005threads or the ithreads: cleaning up
24944              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
24945              and porting the various Thread::* modules, like Thread::Queue,
24946              to work also with ithreads, is needed.
24947              
24948              Removed the 5005threads requirement from the 5005 tests
24949              for easier testing (not all of them work yet since
24950              they use the Thread::* modules that have not been made
24951              to work with ithreads).  Leave the 5005 tests named as
24952              *.tx so that they are not run by "make test".
24953      Branch: perl
24954            + lib/Thread.pm
24955            - ext/Thread/Thread.pm
24956            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
24957            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
24958            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
24959            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
24960            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
24961            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
24962            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
24963 ____________________________________________________________________________
24964 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
24965         Log: $VERSION "a5" doesn't quite work.
24966      Branch: perl
24967            ! ext/B/Makefile.PL
24968 ____________________________________________________________________________
24969 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
24970         Log: Add the fruits of Larry Shatzer's version verifying script.
24971              (There are some straddlers, but they will be fixed in the
24972              upcoming releases of the modules.)
24973      Branch: perl
24974            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
24975            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
24976            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
24977            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
24978            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
24979            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
24980            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
24981            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
24982            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
24983            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
24984            ! wince/FindExt.pm
24985 ____________________________________________________________________________
24986 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
24987         Log: Add Larry Shatzer's VERSION verifying script.
24988      Branch: perl
24989            + Porting/checkVERSION.pl
24990            ! MANIFEST Porting/pumpkin.pod
24991 ____________________________________________________________________________
24992 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
24993         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
24994              From: Michael G Schwern <schwern@pobox.com>
24995              Date: Thu, 15 Nov 2001 19:26:40 -0500
24996              Message-ID: <20011115192640.R31399@blackrider>
24997      Branch: perl
24998            ! t/test.pl
24999 ____________________________________________________________________________
25000 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
25001         Log: Document the MY_CXT business; from Paul Marquess.
25002      Branch: perl
25003            ! pod/perlxs.pod
25004 ____________________________________________________________________________
25005 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
25006         Log: VMSCMD synch attempt.
25007      Branch: perl
25008            ! vms/vms.c vms/vmsish.h
25009 ____________________________________________________________________________
25010 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
25011         Log: Advise against -P as instructed by Schwern.
25012      Branch: perl
25013            ! pod/perlrun.pod
25014 ____________________________________________________________________________
25015 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
25016         Log: Subject: [PATCH] v-strings as Objects Step 1
25017              From: John Peacock <jpeacock@rowman.com>
25018              Date: Thu, 15 Nov 2001 12:41:04 -0500
25019              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
25020      Branch: perl
25021            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
25022            ! util.c
25023 ____________________________________________________________________________
25024 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
25025         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
25026              From: Michael G Schwern <schwern@pobox.com>
25027              Date: Thu, 15 Nov 2001 12:47:59 -0500
25028              Message-ID: <20011115124759.E31399@blackrider>
25029      Branch: perl
25030            + t/run/switchx.aux t/run/switchx.t
25031            ! MANIFEST t/run/switches.t
25032 ____________________________________________________________________________
25033 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
25034         Log: Upgrade to Getopt::Long 2.26_03.
25035      Branch: perl
25036            ! lib/Getopt/Long.pm
25037 ____________________________________________________________________________
25038 [ 13025] By: ams                                   on 2001/11/15  20:46:22
25039         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
25040              From: Michael G Schwern <schwern@pobox.com>
25041              Date: Thu, 15 Nov 2001 16:24:11 -0500
25042              Message-Id: <20011115162411.M31399@blackrider>
25043      Branch: perl
25044            ! vms/vms.c
25045 ____________________________________________________________________________
25046 [ 13024] By: ams                                   on 2001/11/15  19:32:06
25047         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
25048              From: rspier@pobox.com (Robert Spier)
25049              Date: Thu, 15 Nov 2001 11:19:21 -0800
25050              Message-Id: <15348.5433.732364.963687@rls.cx>
25051      Branch: perl
25052            ! op.c
25053 ____________________________________________________________________________
25054 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
25055         Log: Update Changes.
25056      Branch: perl
25057            ! Changes patchlevel.h
25058 ____________________________________________________________________________
25059 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
25060         Log: Subject: [PATCH] new tests for command-line switches
25061              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25062              Date: Thu, 15 Nov 2001 17:00:30 +0100
25063              Message-ID: <20011115170030.A14193@rafael>
25064      Branch: perl
25065            + t/run/switches.t
25066            ! MANIFEST
25067 ____________________________________________________________________________
25068 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
25069         Log: Upgrade to podlators 1.13.
25070      Branch: perl
25071            + lib/Pod/ParseLink.pm
25072            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
25073            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
25074            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
25075            ! t/pod/pod2usage.xr t/pod/podselect.xr
25076 ____________________________________________________________________________
25077 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
25078         Log: skip "might be used uninitialized".
25079      Branch: perl
25080            ! pp_sys.c
25081 ____________________________________________________________________________
25082 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
25083         Log: Fix for "perlio bug in koi8-r encoding".  The problem
25084              seemed to be that binmode() always flushed the handle,
25085              which is not so good when switching encodings.  Fixed,
25086              added Matt Sergeant's testcase, documented in perlfunc/binmode,
25087              also added a pointer about disciplines to perlfunc/open,
25088              and in general cleaned up and reformatted the open entry.
25089      Branch: perl
25090            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
25091 ____________________________________________________________________________
25092 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
25093         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
25094              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25095              Date: 15 Nov 2001 08:57:06 -0000
25096              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
25097              
25098              chop() and chomp() are not real list functions,
25099              so let's not have them overrideable.  (Casey will
25100              be confused since in #7071 he patched the other way.)
25101      Branch: perl
25102            ! pod/perlfunc.pod toke.c
25103 ____________________________________________________________________________
25104 [ 13017] By: ams                                   on 2001/11/15  12:56:49
25105         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
25106              From: Robin Barker <rmb1@cise.npl.co.uk>
25107              Date: Thu, 15 Nov 2001 13:48:34 GMT
25108              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
25109              (Applied with tweaks.)
25110      Branch: perl
25111            ! pod/perltrap.pod
25112 ____________________________________________________________________________
25113 [ 13016] By: ams                                   on 2001/11/15  09:12:48
25114         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
25115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25116              Date: Thu, 15 Nov 2001 09:06:39 +0100
25117              Message-Id: <20011115090639.A13005@rafael>
25118      Branch: perl
25119            ! pod/perlrun.pod
25120 ____________________________________________________________________________
25121 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
25122         Log: "link =" from utils.lst was being processed oddly.
25123      Branch: perl
25124            ! installman
25125 ____________________________________________________________________________
25126 [ 13014] By: ams                                   on 2001/11/15  02:52:52
25127         Log: Subject: [PATCH current] CreateTTY in -d
25128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25129              Date: Wed, 14 Nov 2001 21:26:31 -0500
25130              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
25131      Branch: perl
25132            ! lib/perl5db.pl
25133 ____________________________________________________________________________
25134 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
25135         Log: Corify the Filter::Simple tests. 
25136      Branch: perl
25137            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
25138            ! lib/Filter/Simple/t/filter_only.t
25139 ____________________________________________________________________________
25140 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
25141         Log: Upgrade to Filter::Simple 0.70.
25142      Branch: perl
25143            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
25144            + t/lib/FilterOnlyTest.pm
25145            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
25146            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
25147            ! t/lib/FilterTest.pm
25148 ____________________________________________________________________________
25149 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
25150         Log: Cleanliness inspired by Cygwin.
25151      Branch: perl
25152            ! Makefile.SH x2p/Makefile.SH
25153 ____________________________________________________________________________
25154 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
25155         Log: Add perlunintro (formerly known as perlunitut); regen toc.
25156      Branch: perl
25157            + pod/perlunintro.pod
25158            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25159 ____________________________________________________________________________
25160 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
25161         Log: FAQ sync.
25162      Branch: perl
25163            ! pod/perlfaq6.pod
25164 ____________________________________________________________________________
25165 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
25166         Log: Quieten pgcc 2.91.66 worries.
25167      Branch: perl
25168            ! gv.c pp_ctl.c utf8.c
25169 ____________________________________________________________________________
25170 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
25171         Log: Upgrade to Switch 2.06.
25172      Branch: perl
25173            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
25174            ! lib/Switch/t/nested.t
25175 ____________________________________________________________________________
25176 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
25177         Log: Upgrade to Attribute::Handlers 0.76.
25178      Branch: perl
25179            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
25180            ! lib/Attribute/Handlers/README
25181            ! lib/Attribute/Handlers/demo/Demo.pm
25182            ! lib/Attribute/Handlers/demo/Descriptions.pm
25183            ! lib/Attribute/Handlers/demo/MyClass.pm
25184            ! lib/Attribute/Handlers/demo/demo_cycle.pl
25185            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
25186            ! lib/Attribute/Handlers/t/multi.t
25187 ____________________________________________________________________________
25188 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
25189         Log: Signedness nit.
25190      Branch: perl
25191            ! regexec.c
25192 ____________________________________________________________________________
25193 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
25194         Log: VERSIONize.
25195      Branch: perl
25196            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
25197            ! lib/integer.pm
25198 ____________________________________________________________________________
25199 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
25200         Log: No pod in internal Net::FTP classes.
25201      Branch: perl
25202            ! pod/buildtoc.PL
25203 ____________________________________________________________________________
25204 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
25205         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
25206              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
25207              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
25208              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
25209      Branch: perl
25210            ! regexec.c
25211 ____________________________________________________________________________
25212 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
25213         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
25214              Pudge correctly).
25215      Branch: perl
25216            ! t/test.pl
25217 ____________________________________________________________________________
25218 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
25219         Log: Add comments to mark where $^X is being handled.
25220      Branch: perl
25221            ! perl.c toke.c
25222 ____________________________________________________________________________
25223 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
25224         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
25225              From: Michael G Schwern <schwern@pobox.com>
25226              Date: Wed, 14 Nov 2001 16:38:25 -0500
25227              Message-ID: <20011114163825.D6519@blackrider>
25228      Branch: perl
25229            ! t/op/repeat.t
25230 ____________________________________________________________________________
25231 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
25232         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
25233              From: Michael G Schwern <schwern@pobox.com>
25234              Date: Wed, 14 Nov 2001 13:19:15 -0500
25235              Message-ID: <20011114131915.K5096@blackrider>
25236      Branch: perl
25237            ! t/op/die_exit.t
25238 ____________________________________________________________________________
25239 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
25240         Log: Subject: Re: [PATCH] new version of runperl()
25241              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25242              Date: Wed, 14 Nov 2001 15:39:12 EST
25243              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
25244              
25245              "VMS $^X pipes etc" patch.
25246      Branch: perl
25247            ! vms/vms.c
25248 ____________________________________________________________________________
25249 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
25250         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
25251              and add "verbose" option to show the final command.
25252      Branch: perl
25253            ! t/test.pl
25254 ____________________________________________________________________________
25255 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
25256         Log: Goof in some of the comment fields of #12994.
25257      Branch: perl
25258            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
25259            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
25260            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
25261            ! lib/unicore/In/9.pl
25262 ____________________________________________________________________________
25263 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
25264         Log: The First, Last ranges in the Unicode data weren't
25265              getting their general categories added properly;
25266              noticed by Jeffrey Friedl.
25267      Branch: perl
25268            ! lib/unicore/Category.pl lib/unicore/In/0.pl
25269            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
25270            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
25271            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
25272            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
25273            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
25274            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
25275            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
25276            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
25277            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
25278            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
25279            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
25280            ! lib/unicore/mktables
25281 ____________________________________________________________________________
25282 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
25283         Log: Subject: [PATCH] new version of runperl()
25284              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25285              Date: Wed, 14 Nov 2001 12:23:01 +0100
25286              Message-ID: <20011114122301.A29384@rafael>
25287      Branch: perl
25288            ! t/io/argv.t t/test.pl
25289 ____________________________________________________________________________
25290 [ 12992] By: ams                                   on 2001/11/14  13:40:39
25291         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
25292              From: Michael G Schwern <schwern@pobox.com>
25293              Date: Tue, 13 Nov 2001 23:17:54 -0500
25294              Message-Id: <20011113231754.S32567@blackrider>
25295      Branch: perl
25296            ! perl.c
25297 ____________________________________________________________________________
25298 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
25299         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
25300              From: Philip Newton <Philip.Newton@gmx.net>
25301              Date: Wed, 14 Nov 2001 10:59:53 +0100
25302              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
25303              
25304              plus a lot of paragraph reformatting because of long lines.
25305      Branch: perl
25306            ! pod/perlapio.pod
25307 ____________________________________________________________________________
25308 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
25309         Log: A bool is not a pointer.
25310      Branch: perl
25311            ! pp_sys.c
25312 ____________________________________________________________________________
25313 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
25314         Log: AUTHORS updates.
25315      Branch: perl
25316            ! AUTHORS
25317 ____________________________________________________________________________
25318 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
25319         Log: There are several MIME RFCs.
25320      Branch: perl
25321            ! ext/Encode/Encode.pm
25322 ____________________________________________________________________________
25323 [ 12987] By: ams                                   on 2001/11/14  01:09:28
25324         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
25325              From: Michael G Schwern <schwern@pobox.com>
25326              Date: Tue, 13 Nov 2001 20:59:13 -0500
25327              Message-Id: <20011113205913.H32567@blackrider>
25328      Branch: perl
25329            ! t/op/groups.t vms/test.com
25330 ____________________________________________________________________________
25331 [ 12986] By: ams                                   on 2001/11/14  01:07:06
25332         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
25333              From: Michael G Schwern <schwern@pobox.com>
25334              Date: Tue, 13 Nov 2001 20:51:34 -0500
25335              Message-Id: <20011113205134.F32567@blackrider>
25336      Branch: perl
25337            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
25338 ____________________________________________________________________________
25339 [ 12985] By: ams                                   on 2001/11/14  00:43:59
25340         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
25341              From: Michael G Schwern <schwern@pobox.com>
25342              Date: Tue, 13 Nov 2001 20:38:42 -0500
25343              Message-Id: <20011113203842.E32567@blackrider>
25344      Branch: perl
25345            ! pod/perlport.pod
25346 ____________________________________________________________________________
25347 [ 12984] By: ams                                   on 2001/11/14  00:32:15
25348         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
25349              From: Michael G Schwern <schwern@pobox.com>
25350              Date: Tue, 13 Nov 2001 20:27:02 -0500
25351              Message-Id: <20011113202702.D32567@blackrider>
25352      Branch: perl
25353            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
25354            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
25355            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
25356            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
25357 ____________________________________________________________________________
25358 [ 12983] By: ams                                   on 2001/11/14  00:00:27
25359         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
25360              From: Michael G Schwern <schwern@pobox.com>
25361              Date: Tue, 13 Nov 2001 19:51:59 -0500
25362              Message-Id: <20011113195159.B32567@blackrider>
25363      Branch: perl
25364            ! pod/perlport.pod
25365 ____________________________________________________________________________
25366 [ 12982] By: ams                                   on 2001/11/13  23:53:11
25367         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
25368              From: Larry Shatzer <fugazi@zippy.zyx.net>
25369              Date: Tue, 13 Nov 2001 17:27:59 -0700
25370              Message-Id: <20011113172759.E27768@zippy.zyx.net>
25371      Branch: perl
25372            ! pod/perlapio.pod
25373 ____________________________________________________________________________
25374 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
25375         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
25376              "large enough" Unicode characters returned more than one
25377              as their "Unicode size".
25378      Branch: perl
25379            ! pp_sys.c t/io/utf8.t
25380 ____________________________________________________________________________
25381 [ 12980] By: ams                                   on 2001/11/13  19:32:33
25382         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
25383              From: "Craig A. Berry" <craigberry@mac.com>
25384              Date: Tue, 13 Nov 2001 14:33:25 -0600
25385              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
25386      Branch: perl
25387            ! vms/gen_shrfls.pl
25388 ____________________________________________________________________________
25389 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
25390         Log: Subject: Minor patch to Encode.pm (detypo)
25391              From: "Philip Newton" <Philip.Newton@gmx.net>
25392              Date: Tue, 13 Nov 2001 20:11:01 +0100
25393              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
25394      Branch: perl
25395            ! ext/Encode/Encode.pm
25396 ____________________________________________________________________________
25397 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
25398         Log: Evil tabulators.
25399      Branch: perl
25400            ! ext/Encode/Encode.pm
25401 ____________________________________________________________________________
25402 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
25403         Log: Document the available encodings.
25404      Branch: perl
25405            ! ext/Encode/Encode.pm
25406 ____________________________________________________________________________
25407 [ 12976] By: ams                                   on 2001/11/13  17:14:07
25408         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
25409              From: Barrie Slaymaker <barries@slaysys.com>
25410              Date: Tue, 13 Nov 2001 12:41:36 -0500
25411              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
25412      Branch: perl
25413            ! t/op/universal.t
25414 ____________________________________________________________________________
25415 [ 12975] By: ams                                   on 2001/11/13  16:24:21
25416         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
25417              From: Barrie Slaymaker <barries@slaysys.com>
25418              Date: Tue, 13 Nov 2001 10:56:20 -0500
25419              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
25420              (Test applied with minor tweaks and ->isa("HASH") omission.)
25421      Branch: perl
25422            ! lib/UNIVERSAL.pm t/op/universal.t
25423 ____________________________________________________________________________
25424 [ 12974] By: ams                                   on 2001/11/13  15:46:07
25425         Log: Subject: [PATCH Benchmark.pm] docco tweaks
25426              From: Barrie Slaymaker <barries@slaysys.com>
25427              Date: Tue, 13 Nov 2001 11:34:45 -0500
25428              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
25429      Branch: perl
25430            ! lib/Benchmark.pm
25431 ____________________________________________________________________________
25432 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
25433         Log: Subject: [PATCH] Attack of the C loops, round 1
25434              From: Richard Soderberg <rs@oregonnet.com>
25435              Date: Mon, 12 Nov 2001 12:07:29 -0800
25436              Message-Id: <200111122007.MAA01994@oregonnet.com>
25437              
25438              Subject: [PATCH] bytecode.pl (tiny patch)
25439              From: Richard Soderberg <rs@oregonnet.com>
25440              Date: Mon, 12 Nov 2001 12:53:24 -0800
25441              Message-Id: <200111122053.MAA06272@oregonnet.com>
25442      Branch: perl
25443            ! bytecode.pl installhtml
25444 ____________________________________________________________________________
25445 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
25446         Log: Subject: [PATCH] Update to Filter::Util::Call
25447              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
25448              Date: Sun, 11 Nov 2001 22:33:33 -0000
25449              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
25450              
25451              Use the new CXT* macros.
25452      Branch: perl
25453            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
25454 ____________________________________________________________________________
25455 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
25456         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
25457              From: Michael G Schwern <schwern@pobox.com>
25458              Date: Mon, 12 Nov 2001 20:50:34 -0500
25459              Message-ID: <20011112205034.H2888@blackrider>
25460      Branch: perl
25461            + lib/vmsish.pm lib/vmsish.t
25462            - vms/ext/vmsish.pm vms/ext/vmsish.t
25463            ! MANIFEST vms/descrip_mms.template
25464 ____________________________________________________________________________
25465 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
25466         Log: :utf8 works only with perlio.
25467      Branch: perl
25468            ! lib/open.t
25469 ____________________________________________________________________________
25470 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
25471         Log: Subject: Re: @Config -"des" not quite working on VMS
25472              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25473              Date: Tue, 13 Nov 2001 08:35:13 EST 
25474              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
25475      Branch: perl
25476            ! configure.com
25477 ____________________________________________________________________________
25478 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
25479         Log: Subject: [PATCH] lib/charnames.pm 
25480              From: Jeffrey Friedl <jfriedl@yahoo.com>
25481              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
25482              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
25483      Branch: perl
25484            ! lib/charnames.pm
25485 ____________________________________________________________________________
25486 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
25487         Log: Docs for Mac::err.
25488      Branch: maint-5.6/macperl
25489            ! macos/ext/Mac/err/err.pm
25490 ____________________________________________________________________________
25491 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
25492         Log: Some cleanup; change some globals to references for
25493              possible persistence later.
25494      Branch: maint-5.6/macperl
25495            ! macos/lib/Mac/Glue.pm
25496 ____________________________________________________________________________
25497 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
25498         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
25499      Branch: maint-5.6/macperl
25500            ! macos/ext/Mac/Files/Files.pm
25501 ____________________________________________________________________________
25502 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
25503         Log: Get Mac::Navigation to compile (bug #464684).
25504      Branch: maint-5.6/macperl
25505            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
25506            ! macos/ext/Mac/Navigation/Makefile.PL
25507            ! macos/ext/Mac/Navigation/Navigation.xs
25508            ! macos/macperl/Makefile.mk
25509 ____________________________________________________________________________
25510 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
25511         Log: Add in modules and POD to help menu.
25512      Branch: maint-5.6/macperl
25513            ! macos/macperl/MacPerl.podhelp
25514 ____________________________________________________________________________
25515 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
25516         Log: Update bundled modules.
25517      Branch: maint-5.6/macperl
25518            + macos/bundled_ext/Filter/t/FilterTest.pm
25519            + macos/bundled_ext/List/Util/t/shuffle.t
25520            + macos/bundled_ext/Storable/t/compat06.t
25521            + macos/bundled_ext/Storable/t/st-dump.pl
25522            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
25523            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
25524            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
25525            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
25526            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
25527            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
25528            + macos/bundled_lib/blib/lib/lwpcook.pod
25529            + macos/bundled_lib/t/Filter/Simple/filter.t
25530            + macos/bundled_lib/t/Switch/t/given.t
25531            + macos/bundled_lib/t/Switch/t/nested.t
25532            + macos/bundled_lib/t/Switch/t/switch.t
25533            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
25534            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
25535            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
25536            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
25537            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
25538            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
25539            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
25540            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
25541            + macos/bundled_lib/t/URI/rfc2732.t
25542            + macos/bundled_lib/t/libnet/config.t
25543            + macos/bundled_lib/t/libnet/libnet_t.pl
25544            + macos/bundled_lib/t/libwww-perl/live/google.t
25545            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
25546            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
25547            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
25548            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
25549            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
25550            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
25551            + macos/bundled_lib/t/libwww-perl/live/validator.t
25552            - macos/bundled_ext/Filter/t/MyFilter.pm
25553            - macos/bundled_ext/Storable/t/compat-0.6.t
25554            - macos/bundled_ext/Storable/t/dump.pl
25555            - macos/bundled_ext/Time/Piece/Makefile.PL
25556            - macos/bundled_ext/Time/Piece/Piece.pm
25557            - macos/bundled_ext/Time/Piece/Piece.t
25558            - macos/bundled_ext/Time/Piece/Piece.xs
25559            - macos/bundled_ext/Time/Piece/README
25560            - macos/bundled_ext/Time/Piece/Seconds.pm
25561            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
25562            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
25563            - macos/bundled_lib/blib/lib/Net/PH.pm
25564            - macos/bundled_lib/blib/lib/Net/SNPP.pm
25565            - macos/bundled_lib/blib/lib/Text/Balanced.pod
25566            - macos/bundled_lib/t/Filter/Simple/test.pl
25567            - macos/bundled_lib/t/Switch/test.pl
25568            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
25569            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
25570            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
25571            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
25572            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
25573            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
25574            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
25575            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
25576            - macos/bundled_lib/t/libnet/ph.t
25577            ! (edit 125 files)
25578 ____________________________________________________________________________
25579 [ 12961] By: ams                                   on 2001/11/13  00:45:08
25580         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
25581              From: Michael G Schwern <schwern@pobox.com>
25582              Date: Mon, 12 Nov 2001 20:16:45 -0500
25583              Message-Id: <20011112201644.G2888@blackrider>
25584      Branch: perl
25585            ! pod/perlport.pod
25586 ____________________________________________________________________________
25587 [ 12960] By: ams                                   on 2001/11/12  23:54:00
25588         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
25589              Recoving dup tests for VMS
25590              From: Michael G Schwern <schwern@pobox.com>
25591              Date: Mon, 12 Nov 2001 19:35:33 -0500
25592              Message-Id: <20011112193533.D2888@blackrider>
25593      Branch: perl
25594            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
25595 ____________________________________________________________________________
25596 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
25597         Log: Update Changes.
25598      Branch: perl
25599            ! Changes patchlevel.h
25600 ____________________________________________________________________________
25601 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
25602         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
25603              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
25604              Date: Mon, 12 Nov 2001 12:35:18 EST 
25605              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
25606      Branch: perl
25607            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
25608            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
25609 ____________________________________________________________________________
25610 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
25611         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
25612              From: Barrie Slaymaker <barries@slaysys.com>
25613              Date: Mon, 12 Nov 2001 11:19:52 -0500
25614              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
25615      Branch: perl
25616            ! lib/File/Spec.t lib/File/Spec/Win32.pm
25617 ____________________________________________________________________________
25618 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
25619         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
25620              From: Barrie Slaymaker <barries@slaysys.com>
25621              Date: Mon, 12 Nov 2001 11:07:36 -0500
25622              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
25623      Branch: perl
25624            ! lib/Benchmark.pm
25625 ____________________________________________________________________________
25626 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
25627         Log: Misplaced test, noticed by Barrie Slaymaker.
25628              (We are missing Benchmark tests, then.)
25629      Branch: perl
25630            + ext/Devel/DProf/DProf.t
25631            - lib/Benchmark.t
25632            ! MANIFEST
25633 ____________________________________________________________________________
25634 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
25635         Log: Subject: [PATCH] a few typo fixes 
25636              From: Jeffrey Friedl <jfriedl@yahoo.com>
25637              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
25638              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
25639              
25640              Patching README.foo instead of pod/perlfoo.pod,
25641              not patching Math::BigInt (Tels will take care of that),
25642              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
25643              and perldoc.PL instead of libnetcfg and perldoc, patching
25644              ext/Digest/MD5/t/files.t since MD5.pm was changed.
25645      Branch: perl
25646            ! (edit 109 files)
25647 ____________________________________________________________________________
25648 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
25649         Log: Add a note about the dangers of bad UTF-8.
25650      Branch: perl
25651            ! pod/perlunicode.pod
25652 ____________________________________________________________________________
25653 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
25654         Log: NetWare Nit from Ananth Kesari.
25655      Branch: perl
25656            ! NetWare/config.wc
25657 ____________________________________________________________________________
25658 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
25659         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
25660      Branch: perl
25661            ! ext/Encode/Encode.pm
25662 ____________________________________________________________________________
25663 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
25664         Log: (retracted by #12951)
25665      Branch: perl
25666            ! ext/Encode/Encode.pm
25667 ____________________________________________________________________________
25668 [ 12949] By: ams                                   on 2001/11/12  06:40:18
25669         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
25670              From: Robert Spier <rspier@pobox.com>
25671              Date: Sun, 11 Nov 2001 18:50:18 -0800
25672              Message-Id: <15343.14570.121505.233336@rls.cx>
25673              
25674              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
25675              From: Rick Delaney <rick.delaney@home.com>
25676              Date: 12 Nov 2001 00:15:52 -0500
25677              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
25678      Branch: perl
25679            ! pp_hot.c t/op/taint.t
25680 ____________________________________________________________________________
25681 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
25682         Log: It seems that we actually have this detail implemented
25683              as for as Level 1 Support of Unicode regex support is
25684              concerned: at Level 1 only 1:1 support for loose
25685              (aka caseless, aka caseigoring ) matching is required.
25686      Branch: perl
25687            ! pod/perlunicode.pod
25688 ____________________________________________________________________________
25689 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
25690         Log: (retracted by #12951)
25691      Branch: perl
25692            ! ext/Encode/Encode.pm
25693 ____________________________________________________________________________
25694 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
25695         Log: BOM, bom, Bom.
25696      Branch: perl
25697            ! pod/perlunicode.pod
25698 ____________________________________________________________________________
25699 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
25700         Log: Upgrade to Math::BigInt 1.46.
25701      Branch: perl
25702            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25703            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
25704            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
25705            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
25706            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
25707 ____________________________________________________________________________
25708 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
25709         Log: Subject: Re: PERFORCE change 12943 for review
25710              From: "Philip Newton" <Philip.Newton@gmx.net>
25711              Date: Sun, 11 Nov 2001 20:53:36 +0100
25712              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
25713      Branch: perl
25714            ! pod/perlunicode.pod
25715 ____________________________________________________________________________
25716 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
25717         Log: Doc updates; make the Unicode discussions a little
25718              bit less alarming, and add information about encodings,
25719              surrogates, and BOMs.
25720      Branch: perl
25721            ! pod/perlunicode.pod
25722 ____________________________________________________________________________
25723 [ 12942] By: ams                                   on 2001/11/11  16:45:00
25724         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
25725              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
25726              Date: Mon, 12 Nov 2001 00:22:57 +0900
25727              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
25728      Branch: perl
25729            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
25730            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
25731 ____________________________________________________________________________
25732 [ 12941] By: ams                                   on 2001/11/11  13:01:40
25733         Log: Subject: Re: PERFORCE change 12929 for review
25734              From: "Philip Newton" <Philip.Newton@gmx.net>
25735              Date: Sun, 11 Nov 2001 14:27:44 +0100
25736              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
25737      Branch: perl
25738            ! MANIFEST
25739 ____________________________________________________________________________
25740 [ 12940] By: ams                                   on 2001/11/11  05:06:43
25741         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
25742              From: Michael G Schwern <schwern@pobox.com>
25743              Date: Thu, 8 Nov 2001 22:56:45 -0500
25744              Message-Id: <20011108225645.H5587@blackrider>
25745      Branch: perl
25746            ! t/op/chdir.t
25747 ____________________________________________________________________________
25748 [ 12939] By: ams                                   on 2001/11/11  05:01:00
25749         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
25750              From: Michael G Schwern <schwern@pobox.com>
25751              Date: Sun, 11 Nov 2001 00:54:43 -0500
25752              Message-Id: <20011111005443.A24450@blackrider>
25753      Branch: perl
25754            ! ext/Cwd/t/cwd.t
25755 ____________________________________________________________________________
25756 [ 12938] By: ams                                   on 2001/11/11  03:25:13
25757         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
25758              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
25759              From: "chromatic" <chromatic@rmci.net>
25760              Date: Sat, 10 Nov 2001 21:03:20 -0700
25761              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
25762      Branch: perl
25763            ! lib/File/stat.pm lib/File/stat.t
25764 ____________________________________________________________________________
25765 [ 12937] By: ams                                   on 2001/11/11  02:05:23
25766         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
25767              From: "Craig A. Berry" <craigberry@mac.com>
25768              Date: Sat, 10 Nov 2001 17:23:52 -0600
25769              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
25770      Branch: perl
25771            ! t/op/magic.t
25772 ____________________________________________________________________________
25773 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
25774         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
25775      Branch: perl
25776            ! lib/open.pm lib/open.t
25777 ____________________________________________________________________________
25778 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
25779         Log: The Official name of ASCII.
25780      Branch: perl
25781            ! ext/Encode/Encode.pm
25782 ____________________________________________________________________________
25783 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
25784         Log: The KOI8-R example wasn't quite right.
25785      Branch: perl
25786            ! lib/open.pm lib/open.t
25787 ____________________________________________________________________________
25788 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
25789         Log: Enhance the open pragma to support :utf8, :locale,
25790              and :encoding directly as special cases, and rename
25791              the INOUT to IO.
25792      Branch: perl
25793            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
25794 ____________________________________________________________________________
25795 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
25796         Log: Document the UTF-16 surrogate encoding and decoding.
25797      Branch: perl
25798            ! ext/Encode/Encode.pm
25799 ____________________________________________________________________________
25800 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
25801         Log: A potential recursion breaker.
25802      Branch: perl
25803            ! sv.c
25804 ____________________________________________________________________________
25805 [ 12930] By: ams                                   on 2001/11/10  07:46:53
25806         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
25807              (was Re: perl@12892)
25808              From: "chromatic" <chromatic@rmci.net>
25809              Date: Sat, 10 Nov 2001 01:28:09 -0700
25810              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
25811      Branch: perl
25812            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
25813            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
25814            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
25815            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
25816 ____________________________________________________________________________
25817 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
25818         Log: Add a test for the bytes pragma.
25819      Branch: perl
25820            + lib/bytes.t
25821            ! MANIFEST
25822 ____________________________________________________________________________
25823 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
25824         Log: Doc update.
25825      Branch: perl
25826            ! lib/bytes.pm
25827 ____________________________________________________________________________
25828 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
25829         Log: Cease to exist.
25830      Branch: perl
25831            - lib/Unicode/Normalize.pm
25832 ____________________________________________________________________________
25833 [ 12926] By: ams                                   on 2001/11/10  03:23:16
25834         Log: Subject: [patch] my_setenv speedup + fixes
25835              From: Doug MacEachern <dougm@covalent.net>
25836              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
25837              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
25838      Branch: perl
25839            ! util.c
25840 ____________________________________________________________________________
25841 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
25842         Log: Newline trouble.
25843      Branch: perl
25844            ! lib/ExtUtils/Embed.t
25845 ____________________________________________________________________________
25846 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
25847         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
25848              From: "Craig A. Berry" <craigberry@mac.com>
25849              Date: Fri, 09 Nov 2001 18:13:16 -0600
25850              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
25851      Branch: perl
25852            ! vms/munchconfig.c
25853 ____________________________________________________________________________
25854 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
25855         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
25856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25857              Date: Sat, 10 Nov 2001 00:10:45 +0100
25858              Message-ID: <20011110001045.A11945@rafael>
25859      Branch: perl
25860            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
25861            + t/run/switchn.t t/run/switchp.t
25862            ! MANIFEST
25863 ____________________________________________________________________________
25864 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
25865         Log: Subject: [PATCH] some tests not cleaning up properly               
25866              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
25867              Date: Fri, 9 Nov 2001 22:13:10 +0100
25868              Message-ID: <20011109221310.A11115@rafael>
25869      Branch: perl
25870            ! ext/Cwd/t/cwd.t t/io/argv.t
25871 ____________________________________________________________________________
25872 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
25873         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
25874              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25875              Date: Fri, 9 Nov 2001 15:07:19 EST
25876              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
25877      Branch: perl
25878            ! lib/ExtUtils/Embed.t
25879 ____________________________________________________________________________
25880 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
25881         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
25882              have been copied so it shouldn't be freed in perl_destruct()
25883      Branch: perl
25884            ! perl.c
25885 ____________________________________________________________________________
25886 [ 12919] By: ams                                   on 2001/11/09  15:36:22
25887         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
25888              From: Michael G Schwern <schwern@pobox.com>
25889              Date: Fri, 9 Nov 2001 00:38:59 -0500
25890              Message-Id: <20011109003859.K5587@blackrider>
25891              (Applied with directory name changes suggested by Craig Berry.)
25892      Branch: perl
25893            ! ext/Cwd/t/cwd.t
25894 ____________________________________________________________________________
25895 [ 12918] By: ams                                   on 2001/11/09  15:29:15
25896         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
25897              From: Michael G Schwern <schwern@pobox.com>
25898              Date: Fri, 9 Nov 2001 01:44:14 -0500
25899              Message-Id: <20011109014414.N5587@blackrider>
25900      Branch: perl
25901            ! vms/ext/filespec.t
25902 ____________________________________________________________________________
25903 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
25904         Log: Update Changes.
25905      Branch: perl
25906            ! Changes patchlevel.h
25907 ____________________________________________________________________________
25908 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
25909         Log: Regen toc.
25910      Branch: perl
25911            ! pod/perltoc.pod
25912 ____________________________________________________________________________
25913 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
25914         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
25915              see http://www.jepstone.net/bjepson//jpl/cvs.html
25916      Branch: perl
25917            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25918 ____________________________________________________________________________
25919 [ 12914] By: ams                                   on 2001/11/09  14:05:12
25920         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
25921              From: Michael G Schwern <schwern@pobox.com>
25922              Date: Thu, 8 Nov 2001 22:05:49 -0500
25923              Message-Id: <20011108220549.F5587@blackrider>
25924      Branch: perl
25925            ! vms/test.com
25926 ____________________________________________________________________________
25927 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
25928         Log: NetWare update from Ananth Kesari.
25929      Branch: perl
25930            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
25931 ____________________________________________________________________________
25932 [ 12912] By: ams                                   on 2001/11/09  13:40:26
25933         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
25934              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25935              Date: Fri, 9 Nov 2001 14:32:28 +0100
25936              Message-Id: <20011109143228.A18996@rafael>
25937      Branch: perl
25938            ! perl.c
25939 ____________________________________________________________________________
25940 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
25941         Log: FAQ sync.
25942      Branch: perl
25943            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
25944            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
25945            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
25946 ____________________________________________________________________________
25947 [ 12910] By: ams                                   on 2001/11/09  07:33:49
25948         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
25949              From: Michael G Schwern <schwern@pobox.com>
25950              Date: Fri, 9 Nov 2001 00:41:56 -0500
25951              Message-Id: <20011109004156.L5587@blackrider>
25952      Branch: perl
25953            ! lib/File/Find/t/find.t
25954 ____________________________________________________________________________
25955 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
25956         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
25957              The CPAN distribution has both pm and XS implementations,
25958              and for performance reasons we choose the XS.
25959              Another reason to choose the XS is that it doesn't
25960              require Lingua::KO::Hangul::Util, which means that
25961              we can delete that-- which in turn means that Unicode::UCD
25962              cannot expect that: support it, but don't expect.
25963              Ditto Unicode::Collate.
25964              
25965              Note that Unicode::Normalize Makefile.PL and
25966              Normalize.xs have been modified from the CPAN 0.10
25967              versions: the first one to be simpler (no pm) and
25968              clean up the generated unf*.h files, the second one
25969              to quench compiler grumblings.  Must notify Sadahiro
25970              about these changes.
25971      Branch: perl
25972            + ext/Unicode/Normalize/Changes
25973            + ext/Unicode/Normalize/Makefile.PL
25974            + ext/Unicode/Normalize/Normalize.pm
25975            + ext/Unicode/Normalize/Normalize.pod
25976            + ext/Unicode/Normalize/Normalize.xs
25977            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
25978            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
25979            + ext/Unicode/Normalize/t/test.t
25980            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
25981            - lib/Lingua/KO/Hangul/Util/README
25982            - lib/Lingua/KO/Hangul/Util/t/test.t
25983            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
25984            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
25985            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
25986            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
25987            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
25988            ! win32/makefile.mk
25989 ____________________________________________________________________________
25990 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
25991         Log: Test miscounting.
25992      Branch: perl
25993            ! ext/POSIX/t/posix.t
25994 ____________________________________________________________________________
25995 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
25996         Log: Quote the variables in failures messages more nicely.
25997      Branch: perl
25998            ! t/test.pl
25999 ____________________________________________________________________________
26000 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
26001         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
26002              From: Michael G Schwern <schwern@pobox.com>
26003              Date: Thu, 8 Nov 2001 17:24:49 -0500
26004              Message-ID: <20011108172449.A5587@blackrider>
26005              
26006              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
26007              From: "Craig A. Berry" <craigberry@mac.com>
26008              Date: Thu, 8 Nov 2001 16:35:00 -0600
26009              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
26010      Branch: perl
26011            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
26012 ____________________________________________________________________________
26013 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
26014         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
26015              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
26016              Date: Thu, 8 Nov 2001 22:52:50 -0000
26017              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
26018      Branch: perl
26019            ! ext/DB_File/t/db-recno.t
26020 ____________________________________________________________________________
26021 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
26022         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
26023              (Probably not an EBCDIC issue the way one would think
26024              since no chr() et alia are used in UCD.pm.)
26025      Branch: perl
26026            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26027 ____________________________________________________________________________
26028 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
26029         Log: Whether overwriting the $self->{...} values (see #12902)
26030              is a good policy or not is debatable, but let's at least
26031              be consistent.
26032      Branch: perl
26033            ! lib/ExtUtils/MM_Unix.pm
26034 ____________________________________________________________________________
26035 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
26036         Log: The MakeMaker argument () quoting patch that sneaked
26037              in at #12883 didn't handle make macros like this $(...).
26038              Leaning toothpicks, we've got them.
26039      Branch: perl
26040            ! lib/ExtUtils/MM_Unix.pm
26041 ____________________________________________________________________________
26042 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
26043         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
26044              From: Michael G Schwern <schwern@pobox.com>
26045              Date: Wed, 7 Nov 2001 02:02:29 -0500
26046              Message-ID: <20011107020229.K2858@blackrider>
26047      Branch: perl
26048            ! t/io/argv.t t/test.pl vms/test.com
26049 ____________________________________________________________________________
26050 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
26051         Log: Subject: [PATCH 20011106.084] -s on #! line 
26052              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26053              Date: Wed, 7 Nov 2001 22:23:39 +0100
26054              Message-ID: <20011107222339.E729@rafael>
26055      Branch: perl
26056            ! embed.h embed.pl perl.c proto.h toke.c
26057 ____________________________________________________________________________
26058 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
26059         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
26060              From: Michael G Schwern <schwern@pobox.com>
26061              Date: Wed, 7 Nov 2001 16:52:49 -0500
26062              Message-ID: <20011107165249.I7346@blackrider>
26063      Branch: perl
26064            ! pod/perlhack.pod
26065 ____________________________________________________________________________
26066 [ 12898] By: ams                                   on 2001/11/08  13:02:19
26067         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
26068              From: Mark-Jason Dominus <mjd@plover.com>
26069              Date: Thu, 08 Nov 2001 08:59:02 -0500
26070              Message-Id: <20011108135902.2275.qmail@plover.com>
26071      Branch: perl
26072            ! INSTALL README README.amiga README.os2 README.vms
26073            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
26074            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
26075 ____________________________________________________________________________
26076 [ 12897] By: ams                                   on 2001/11/08  12:49:28
26077         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
26078              From: mjd@plover.com
26079              Date: 8 Nov 2001 13:33:18 -0000
26080              Message-Id: <20011108133318.1786.qmail@plover.com>
26081      Branch: perl
26082            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
26083            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
26084            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
26085            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
26086            ! pod/perlport.pod pod/perlvar.pod
26087 ____________________________________________________________________________
26088 [ 12896] By: ams                                   on 2001/11/08  11:22:12
26089         Log: open(FH, $file) should strip leading and trailing whitespace.
26090      Branch: perl
26091            ! doio.c
26092 ____________________________________________________________________________
26093 [ 12895] By: ams                                   on 2001/11/08  10:17:14
26094         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
26095              From: "Craig A. Berry" <craigberry@mac.com>
26096              Date: Wed, 07 Nov 2001 13:41:50 -0600
26097              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
26098      Branch: perl
26099            ! t/op/glob.t
26100 ____________________________________________________________________________
26101 [ 12894] By: ams                                   on 2001/11/08  08:32:20
26102         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
26103              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
26104              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
26105              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
26106      Branch: perl
26107            ! makedepend.SH
26108 ____________________________________________________________________________
26109 [ 12893] By: ams                                   on 2001/11/08  08:26:31
26110         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
26111              From: mjd@plover.com
26112              Date: 8 Nov 2001 08:08:07 -0000
26113              Message-Id: <20011108080807.30147.qmail@plover.com>
26114              
26115              Subject: bleadperl perl.pod
26116              From: mjd@plover.com
26117              Date: 8 Nov 2001 08:10:47 -0000
26118              Message-Id: <20011108081047.30178.qmail@plover.com>
26119              
26120              Subject: more bleadperl perl.pod
26121              From: mjd@plover.com
26122              Date: 8 Nov 2001 08:16:28 -0000
26123              Message-Id: <20011108081628.30229.qmail@plover.com>
26124      Branch: perl
26125            ! pod/perl.pod pod/perldebug.pod
26126 ____________________________________________________________________________
26127 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
26128         Log: Tweak for Cray-friendliness from Nicholas Clark.
26129      Branch: perl
26130            ! sv.c
26131 ____________________________________________________________________________
26132 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
26133         Log: VMS patch redo from Charles Lane.
26134      Branch: perl
26135            ! vms/gen_shrfls.pl
26136 ____________________________________________________________________________
26137 [ 12890] By: ams                                   on 2001/11/07  15:16:10
26138         Log: Subject: [ID 20011107.088] two perl pod nits
26139              From: lvirden@cas.org
26140              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
26141              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
26142      Branch: perl
26143            ! pod/perl.pod pod/perlfaq3.pod
26144 ____________________________________________________________________________
26145 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
26146         Log: Update Changes.
26147      Branch: perl
26148            ! Changes patchlevel.h
26149 ____________________________________________________________________________
26150 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
26151         Log: The (emulated) "no utf8" must be in a BEGIN block
26152              to be effective.
26153      Branch: perl
26154            ! lib/CGI/t/html.t
26155 ____________________________________________________________________________
26156 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
26157         Log: "v-strings" is the right term.
26158      Branch: perl
26159            ! pod/perltodo.pod
26160 ____________________________________________________________________________
26161 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
26162         Log: Add vstrings-as-objects need to perltodo.
26163      Branch: perl
26164            ! pod/perltodo.pod
26165 ____________________________________________________________________________
26166 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
26167         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
26168              From: Nicholas Clark <nick@ccl4.org>
26169              Date: Wed, 7 Nov 2001 14:36:32 +0000
26170              Message-ID: <20011107143631.I24980@plum.flirble.org>
26171      Branch: perl
26172            ! t/op/pack.t
26173 ____________________________________________________________________________
26174 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
26175         Log: The Embed test requires a major rewrite for VMS
26176              (plus it reveals a couple of annoying glitches
26177              in buffering), so skip the test for now; from
26178              Charles Lane.
26179      Branch: perl
26180            ! lib/ExtUtils/Embed.t
26181 ____________________________________________________________________________
26182 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
26183         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
26184              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26185              Date: Wed, 7 Nov 2001 09:23:28 EST
26186              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
26187              
26188              (Also i seems that an unrelated experimental patch
26189              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
26190      Branch: perl
26191            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
26192 ____________________________________________________________________________
26193 [ 12882] By: ams                                   on 2001/11/07  05:14:04
26194         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
26195              From: Mark-Jason Dominus <mjd@plover.com>
26196              Date: Wed, 07 Nov 2001 00:43:46 -0500
26197              Message-Id: <20011107054346.14428.qmail@plover.com>
26198      Branch: perl
26199            ! gv.c op.c toke.c
26200 ____________________________________________________________________________
26201 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
26202         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
26203              From: Michael G Schwern <schwern@pobox.com>             
26204              Date: Tue, 6 Nov 2001 22:04:39 -0500
26205              Message-ID: <20011106220439.D2858@blackrider>              
26206      Branch: perl
26207            ! lib/perl5db.pl
26208 ____________________________________________________________________________
26209 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
26210         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
26211              stress))
26212              From: Jonathan Stowe <gellyfish@gellyfish.com>
26213              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
26214              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
26215              
26216              (except for one hunk where indentation differs)
26217      Branch: perl
26218            ! lib/Term/Cap.t
26219 ____________________________________________________________________________
26220 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
26221         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
26222              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26223              Date: Tue, 6 Nov 2001 21:45:01 +0100
26224              Message-ID: <20011106214501.A704@rafael>
26225      Branch: perl
26226            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
26227            ! lib/File/Spec/Win32.pm
26228 ____________________________________________________________________________
26229 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
26230         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
26231              From: Michael G Schwern <schwern@pobox.com>              
26232              Date: Tue, 6 Nov 2001 20:58:45 -0500
26233              Message-ID: <20011106205845.G29411@blackrider>
26234      Branch: perl
26235            ! t/test.pl
26236 ____________________________________________________________________________
26237 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
26238         Log: Subject: making do_sprintf public       
26239              From: Doug MacEachern <dougm@covalent.net>    
26240              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
26241              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
26242      Branch: perl
26243            ! embed.h embed.pl global.sym
26244 ____________________________________________________________________________
26245 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
26246         Log: Update to CGI.pm 2.78.
26247              
26248              TODO: the test suite needs to be merged so that
26249              when in core, the core version is tested, and when
26250              using the CPAN version, testing the CPAN version.
26251              (the changes need to be sent to Lincoln, too...)
26252      Branch: perl
26253            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
26254            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
26255            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
26256            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
26257            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
26258            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
26259 ____________________________________________________________________________
26260 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
26261         Log: Integrate with perlio; (strictly) readonly hashes via XS.
26262      Branch: perl
26263           +> t/lib/access.t
26264           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
26265 ____________________________________________________________________________
26266 [ 12874] By: nick                                  on 2001/11/06  21:05:16
26267         Log: Keep It Simple and Stupid version of readonly hash support.
26268              - Test for SvREAONLY(hv) at a few spots in hv.c
26269              - add the error message to perldiag.pod
26270              - (dubious) add access::readonly() to univeral.c
26271              - add test using above
26272              - fixup ext/B/t/stash.t to account for access:: existing
26273      Branch: perlio
26274            + t/lib/access.t
26275            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
26276 ____________________________________________________________________________
26277 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
26278         Log: Fix incorrect warnings about broken globbing;
26279              from Andy Dougherty.
26280      Branch: perl
26281            ! hints/linux.sh
26282 ____________________________________________________________________________
26283 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
26284         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
26285              toggle-on from the encoding pragma.
26286      Branch: perl
26287            ! regcomp.c regexec.c
26288 ____________________________________________________________________________
26289 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
26290         Log: Retract #12824, doesn't help and is ignored
26291              by Configure anyway.
26292      Branch: perl
26293            ! hints/beos.sh
26294 ____________________________________________________________________________
26295 [ 12870] By: ams                                   on 2001/11/06  10:40:37
26296         Log: Subject: Cosmetic change
26297              From: H.Merijn Brand <h.m.brand@hccnet.nl>
26298              Date: Tue, 06 Nov 2001 12:30:52 +0100
26299              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
26300      Branch: perl
26301            ! README.hpux
26302 ____________________________________________________________________________
26303 [ 12869] By: nick                                  on 2001/11/06  08:26:40
26304         Log: Integrate mainline
26305      Branch: perlio
26306           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
26307           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
26308 ____________________________________________________________________________
26309 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
26310         Log: The parentheses are protected enough.
26311      Branch: perl
26312            ! hints/os390.sh
26313 ____________________________________________________________________________
26314 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
26315         Log: ccflags, not ldflags.
26316      Branch: perl
26317            ! hints/os390.sh
26318 ____________________________________________________________________________
26319 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
26320         Log: ... and the proto to go with #12865.
26321      Branch: perl
26322            ! proto.h
26323 ____________________________________________________________________________
26324 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
26325         Log: Oops.  Luckily nothing was using this symbol yet.
26326      Branch: perl
26327            ! global.sym
26328 ____________________________________________________________________________
26329 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
26330         Log: Implement the encoding pragma for regex literals.
26331      Branch: perl
26332            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
26333 ____________________________________________________________________________
26334 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
26335         Log: More UTF8 EXACT fixing.
26336      Branch: perl
26337            ! regexec.c
26338 ____________________________________________________________________________
26339 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
26340         Log: More re debugging.
26341      Branch: perl
26342            ! regexec.c
26343 ____________________________________________________________________________
26344 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
26345         Log: EXACT correction attempt.  Continued in #12863.
26346      Branch: perl
26347            ! regexec.c
26348 ____________________________________________________________________________
26349 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
26350         Log: Unterminated L<.
26351      Branch: perl
26352            ! ext/DB_File/DB_File.pm
26353 ____________________________________________________________________________
26354 [ 12859] By: nick                                  on 2001/11/05  19:15:17
26355         Log: Integrate mainline
26356      Branch: perlio
26357           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
26358           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
26359           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
26360           +> lib/Math/BigInt/t/sub_mbi.t
26361            - lib/Math/BigInt/t/Math/Subclass.pm
26362            - lib/Math/BigInt/t/subclass.t
26363           !> (integrate 30 files)
26364 ____________________________________________________________________________
26365 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
26366         Log: Regex debugging fixes from Hugo.
26367      Branch: perl
26368            ! regcomp.c regexec.c
26369 ____________________________________________________________________________
26370 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
26371         Log: IRIX: at some point the cc -version has started
26372              to output to stderr, not stdout any more.
26373      Branch: perl
26374            ! hints/irix_6.sh
26375 ____________________________________________________________________________
26376 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
26377         Log: Update Changes.
26378      Branch: perl
26379            ! Changes patchlevel.h
26380 ____________________________________________________________________________
26381 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
26382         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
26383      Branch: perl
26384            ! lib/File/Spec/Unix.pm
26385 ____________________________________________________________________________
26386 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
26387         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
26388              From: rgarciasuarez@free.fr
26389              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
26390              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
26391      Branch: perl
26392            ! lib/File/Spec/Unix.pm
26393 ____________________________________________________________________________
26394 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
26395         Log: Use config.arch in OS/390 where the combination of
26396              IEEE floats and ldflags is tricky.
26397      Branch: perl
26398            ! hints/os390.sh
26399 ____________________________________________________________________________
26400 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
26401         Log: Metaconfig unit change for #12851.
26402      Branch: metaconfig
26403            ! U/modified/Config_sh.U
26404 ____________________________________________________________________________
26405 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
26406         Log: Support a config.arch file, similar to config.over,
26407              but loaded just before it.
26408      Branch: perl
26409            ! Configure INSTALL
26410 ____________________________________________________________________________
26411 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
26412         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
26413              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26414              Date: Mon, 5 Nov 2001 14:26:24 +0100
26415              Message-ID: <20011105142624.C31977@rafael>
26416      Branch: perl
26417            ! lib/Symbol.pm lib/Symbol.t
26418 ____________________________________________________________________________
26419 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
26420         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
26421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26422              Date: Sun, 4 Nov 2001 22:28:57 +0100
26423              Message-ID: <20011104222857.C696@rafael>
26424      Branch: perl
26425            ! pod/perldebug.pod pod/perlpodspec.pod
26426 ____________________________________________________________________________
26427 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
26428         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
26429      Branch: perl
26430            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
26431 ____________________________________________________________________________
26432 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
26433         Log: Math::Big* test tweaks to work better with core:
26434              but the coast still not clear.
26435      Branch: perl
26436            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
26437            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
26438 ____________________________________________________________________________
26439 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
26440         Log: Protect against high load: measure how much wall
26441              clock time went by while sleeping.  Avoids some
26442              false negatives, while may introduce some false
26443              positives.  Life is hard.
26444      Branch: perl
26445            ! ext/Time/HiRes/HiRes.t
26446 ____________________________________________________________________________
26447 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
26448         Log: More forgotten from #12843.
26449      Branch: perl
26450            ! lib/Math/BigInt/t/bigfltpm.inc
26451 ____________________________________________________________________________
26452 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
26453         Log: Forgot from #12843.
26454      Branch: perl
26455            + lib/Math/BigInt/t/bigintpm.inc
26456            ! MANIFEST
26457 ____________________________________________________________________________
26458 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
26459         Log: Upgrade to Math::BigInt 1.45; from Tels.
26460              NOTE: some of the tests are failing but that's because
26461              the core integration is not yet done.
26462      Branch: perl
26463            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
26464            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
26465            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
26466            - lib/Math/BigInt/t/Math/Subclass.pm
26467            - lib/Math/BigInt/t/subclass.t
26468            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
26469            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
26470            ! lib/Math/BigInt/t/mbimbf.t
26471 ____________________________________________________________________________
26472 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
26473         Log: VMS: adds capability to control more configuration stuff with
26474              -D and -U switches; parsing config.sh to extract previous config
26475              info in VMS-form, and a rewrite of the "prompt/response" routine;
26476              from Charles Lane.
26477      Branch: perl
26478            ! configure.com
26479 ____________________________________________________________________________
26480 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
26481         Log: Subject: Typo correction in perldebguts.pod
26482              From: mjd@plover.com
26483              Date: 4 Nov 2001 16:20:05 -0000
26484              Message-ID: <20011104162005.16699.qmail@plover.com>
26485      Branch: perl
26486            ! pod/perldebguts.pod
26487 ____________________________________________________________________________
26488 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
26489         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
26490              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26491              Date: Sun, 4 Nov 2001 11:47:30 +0100
26492              Message-ID: <20011104114730.A715@rafael>
26493              
26494              Remove -T from the test, wrong place for that.
26495      Branch: perl
26496            ! lib/File/Temp/t/mktemp.t
26497 ____________________________________________________________________________
26498 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
26499         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
26500              From: Nicholas Clark <nick@ccl4.org>
26501              Date: Sun, 4 Nov 2001 10:41:24 +0000
26502              Message-ID: <20011104104123.U20123@plum.flirble.org>
26503      Branch: perl
26504            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
26505 ____________________________________________________________________________
26506 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
26507         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
26508              From: Michael G Schwern <schwern@pobox.com>
26509              Date: Sat, 3 Nov 2001 15:41:47 -0500
26510              Message-ID: <20011103154147.C600@blackrider>
26511      Branch: perl
26512            ! lib/Term/Cap.t
26513 ____________________________________________________________________________
26514 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
26515         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
26516              From: "Craig A. Berry" <craigberry@mac.com>     
26517              Date: Sat, 03 Nov 2001 16:02:28 -0600
26518              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
26519      Branch: perl
26520            ! ext/Time/HiRes/HiRes.t
26521 ____________________________________________________________________________
26522 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
26523         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
26524              From: "chromatic" <chromatic@rmci.net>
26525              Date: Sat, 03 Nov 2001 12:28:17 -0700
26526              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
26527      Branch: perl
26528            ! lib/Term/Cap.t
26529 ____________________________________________________________________________
26530 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
26531         Log: Don't bother doing POSIX charclass parsing if it
26532              possibly cannot be so.  Prepares way for charclass
26533              syntax like [[abc]||[def]] (or just [[abc][def]])
26534              for union, [[\w]&&[$a]] for intersection,
26535              and [[a-z]&&[^def]] for subtraction.
26536              
26537              Currently /[[a]/ (or /[a[]/) parses as a character
26538              class containing two characters, "[" and "a",
26539              this may have to be broken for the syntax described
26540              above, otherwise we would have to scan the whole pattern
26541              to find out whether the square brackets match pairwise.
26542              Luckily, the special case of "[" doesn't seem to be
26543              documented (as opposed to "]" and "-"), so we may have
26544              better story for breaking it...  One can always use \[
26545              if one wants a literal "[", so there.
26546      Branch: perl
26547            ! regcomp.c
26548 ____________________________________________________________________________
26549 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
26550         Log: Comment correction.
26551      Branch: perl
26552            ! regcomp.c
26553 ____________________________________________________________________________
26554 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
26555         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
26556              The latter is a RedHatism.
26557      Branch: perl
26558            ! lib/ExtUtils/MakeMaker.pm
26559 ____________________________________________________________________________
26560 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
26561         Log: Integrate perlio.
26562      Branch: perl
26563           !> perlio.c
26564 ____________________________________________________________________________
26565 [ 12831] By: nick                                  on 2001/11/03  11:42:15
26566         Log: Integrate mainline
26567      Branch: perlio
26568           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
26569           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
26570           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
26571           !> sv.c t/test.pl
26572 ____________________________________________________________________________
26573 [ 12830] By: nick                                  on 2001/11/03  10:27:34
26574         Log: Fix clone_leak problem.
26575              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
26576              as vestige of calling PerlLIO_dup().
26577      Branch: perlio
26578            ! perlio.c
26579 ____________________________________________________________________________
26580 [ 12829] By: nick                                  on 2001/11/03  09:40:46
26581         Log: Tweaks attempting to locate Doug's clone_leak leak.
26582              - add some PerlIO_debug()
26583              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
26584              - Even if it closing stdout etc. do a fflush()
26585      Branch: perlio
26586            ! perlio.c
26587 ____________________________________________________________________________
26588 [ 12828] By: nick                                  on 2001/11/03  08:34:31
26589         Log: Integrate mainline
26590      Branch: perlio
26591           !> (integrate 54 files)
26592 ____________________________________________________________________________
26593 [ 12827] By: ams                                   on 2001/11/03  03:45:19
26594         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
26595              remove this later). Based on a patch from Robert Spier in
26596              <15330.61459.14452.795263@rls.cx>.
26597      Branch: perl
26598            ! sv.c
26599 ____________________________________________________________________________
26600 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
26601         Log: microperl sync.
26602      Branch: perl
26603            ! doio.c perl.c perl.h perlio.c regexec.c
26604 ____________________________________________________________________________
26605 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
26606         Log: Definitions for the Unicode Newline Guidelines.
26607      Branch: perl
26608            ! perl.h
26609 ____________________________________________________________________________
26610 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
26611         Log: (retracted by #12871)
26612              
26613              There is no csh of any kind in default BeOS.
26614              For the purposes of miniperl globbing, bash
26615              will do.
26616      Branch: perl
26617            ! hints/beos.sh
26618 ____________________________________________________________________________
26619 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
26620         Log: Integrate change #12820 from macperl to maint and blead;
26621              
26622              Fix up (dynaloading) to work properly with multiplicity
26623      Branch: maint-5.6/perl
26624           !> ext/DynaLoader/dl_mac.xs
26625      Branch: perl
26626           !> ext/DynaLoader/dl_mac.xs
26627 ____________________________________________________________________________
26628 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
26629         Log: Several fixes for various exit problems and clearing out
26630              task queue, as well as another (incomplete) go at
26631              fixing error message handling
26632      Branch: maint-5.6/macperl
26633            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
26634 ____________________________________________________________________________
26635 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
26636         Log: Add source files for bleadperl builds
26637      Branch: maint-5.6/macperl
26638            ! macos/Makefile.mk
26639 ____________________________________________________________________________
26640 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
26641         Log: Fix up to work properly with multiplicity
26642      Branch: maint-5.6/macperl
26643            ! ext/DynaLoader/dl_mac.xs
26644 ____________________________________________________________________________
26645 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
26646         Log: Integrate with maintperl.
26647      Branch: maint-5.6/macperl
26648           +> t/op/system.t t/op/system_tests
26649           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
26650           !> pod/perltodo.pod util.c win32/win32.c
26651 ____________________________________________________________________________
26652 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
26653         Log: Locate _PATH_LOG if it's a socket even if not #defined
26654              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
26655              via Nick Clark.
26656      Branch: perl
26657            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
26658 ____________________________________________________________________________
26659 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
26660         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
26661              From: Michael G Schwern <schwern@pobox.com>
26662              Date: Fri, 2 Nov 2001 15:36:41 -0500
26663              Message-ID: <20011102153641.E23234@blackrider>
26664      Branch: perl
26665            ! t/test.pl
26666 ____________________________________________________________________________
26667 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
26668         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
26669              From: merlyn@stonehenge.com (Randal L. Schwartz)
26670              Date: 02 Nov 2001 09:33:34 -0800
26671              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
26672              
26673              (two of the changes)
26674              
26675              Better coexistence with extensions.
26676      Branch: perl
26677            ! ext/Errno/Errno_pm.PL hints/darwin.sh
26678 ____________________________________________________________________________
26679 [ 12815] By: ams                                   on 2001/11/02  16:47:43
26680         Log: Subject: Re: [PATCH] the the double double word word fix fix
26681              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26682              Date: Fri, 02 Nov 2001 19:43:07 +0100
26683              Message-Id: <3BE2E93B.627C198E@alcatel.at>
26684      Branch: perl
26685            ! pod/perldebug.pod
26686 ____________________________________________________________________________
26687 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
26688         Log: Update Changes.
26689      Branch: perl
26690            ! Changes patchlevel.h
26691 ____________________________________________________________________________
26692 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
26693         Log: More encoding testing.
26694      Branch: perl
26695            ! lib/encoding.pm lib/encoding.t
26696 ____________________________________________________________________________
26697 [ 12812] By: ams                                   on 2001/11/02  15:07:11
26698         Log: Slight modification of #12811.
26699      Branch: perl
26700            ! op.c
26701 ____________________________________________________________________________
26702 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
26703         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
26704              From: Radu Greab <radu@netsoft.ro>
26705              Date: Fri, 2 Nov 2001 15:28:58 +0200
26706              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
26707      Branch: perl
26708            ! op.c t/op/stat.t
26709 ____________________________________________________________________________
26710 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
26711         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
26712              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26713              Date: Thu, 1 Nov 2001 22:35:50 +0100
26714              Message-ID: <20011101223550.A10849@rafael>
26715      Branch: perl
26716            ! lib/ExtUtils/Embed.t
26717 ____________________________________________________________________________
26718 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
26719         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
26720              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26721              Date: 2 Nov 2001 14:48:51 -0000
26722              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
26723      Branch: perl
26724            ! lib/File/Find.pm
26725 ____________________________________________________________________________
26726 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
26727         Log: Add documentation.
26728      Branch: perl
26729            ! embed.pl pod/perlapi.pod utf8.c
26730 ____________________________________________________________________________
26731 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
26732         Log: Unicode: add ToFold mapping.  Not used yet; but basically
26733              a more useful mapping for caseless aka case-ignoring than
26734              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
26735              algorithm for creating the foldings uses equivalence classes,
26736              see http://www.unicode.org/unicode/reports/tr21/
26737              Hopefully this feature will be used in //i.
26738              (The folding tables were introduced by #12689.)
26739      Branch: perl
26740            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
26741            ! utf8.c
26742 ____________________________________________________________________________
26743 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
26744         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
26745              From: "Craig A. Berry" <craigberry@mac.com>
26746              Date: Fri, 02 Nov 2001 00:03:52 -0600
26747              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
26748      Branch: perl
26749            ! lib/AutoSplit.t
26750 ____________________________________________________________________________
26751 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
26752         Log: Subject: Trivial doc patch
26753              From: andreas.koenig@anima.de (Andreas J. Koenig)
26754              Date: 02 Nov 2001 06:11:35 +0100
26755              Message-ID: <m37kt94v08.fsf@anima.de>
26756      Branch: perl
26757            ! pod/perlport.pod
26758 ____________________________________________________________________________
26759 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
26760         Log: Make encoding and charnames pragmas coexist.
26761      Branch: perl
26762            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
26763 ____________________________________________________________________________
26764 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
26765         Log: The basic character classes seem to go untested with Unicode.
26766      Branch: perl
26767            ! t/op/pat.t
26768 ____________________________________________________________________________
26769 [ 12802] By: ams                                   on 2001/11/02  00:39:36
26770         Log: Subject: [PATCH] the the double double word word fix fix
26771              From: Richard Soderberg <rs@oregonnet.com>
26772              Date: Thu, 1 Nov 2001 13:12:03 -0800
26773              Message-Id: <200111012112.NAA23288@oregonnet.com>
26774              
26775              Subject: Re: [PATCH] the the double double word word fix fix
26776              From: Mark-Jason Dominus <mjd@plover.com>
26777              Date: Thu, 01 Nov 2001 16:43:40 -0500
26778              Message-Id: <20011101214340.2044.qmail@plover.com>
26779              
26780              Subject: Re: [PATCH] the the double double word word fix fix
26781              From: Mark-Jason Dominus <mjd@plover.com>
26782              Date: Thu, 01 Nov 2001 16:51:39 -0500
26783              Message-Id: <20011101215139.2196.qmail@plover.com>
26784      Branch: perl
26785            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
26786            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
26787            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
26788            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
26789            ! pod/perltodo.pod pod/perlxstut.pod
26790 ____________________________________________________________________________
26791 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
26792         Log: Comment tweaks.
26793      Branch: perl
26794            ! toke.c
26795 ____________________________________________________________________________
26796 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
26797         Log: FAQ sync.
26798      Branch: perl
26799            ! pod/perlfaq9.pod
26800 ____________________________________________________________________________
26801 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
26802         Log: If an encoding is set by -M/-m, it must be in
26803              effect only for the actual script, not any other
26804              required/-M/-m'ed module, otherwise we enter a nasty
26805              recursion in regexec.c while trying to init the simple
26806              UTF-8 charclasses like PL_utf8_alnum.
26807      Branch: perl
26808            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
26809 ____________________________________________________________________________
26810 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
26811         Log: A bit more descriptive name.
26812      Branch: perl
26813            ! mg.c
26814 ____________________________________________________________________________
26815 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
26816         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
26817              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26818              Date: Wed, 31 Oct 2001 13:47:04 EST
26819              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
26820      Branch: perl
26821            ! ext/Time/HiRes/HiRes.t
26822 ____________________________________________________________________________
26823 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
26824         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
26825              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26826              Date: Wed, 31 Oct 2001 13:43:29 EST
26827              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
26828      Branch: perl
26829            ! mg.c
26830 ____________________________________________________________________________
26831 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
26832         Log: Subject: [PATCH] Various test cleanups
26833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26834              Date: Tue, 30 Oct 2001 21:56:26 +0100
26835              Message-ID: <20011030215626.A28503@rafael>
26836      Branch: perl
26837            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26838            ! ext/DB_File/t/db-recno.t ext/Encode.t
26839 ____________________________________________________________________________
26840 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
26841         Log: Update Changes.
26842      Branch: perl
26843            ! Changes patchlevel.h
26844 ____________________________________________________________________________
26845 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
26846         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
26847              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
26848              Date: Wed, 31 Oct 2001 17:16:39 +0100
26849              Message-ID: <20011031171639.A32511@rafael>
26850      Branch: perl
26851            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
26852 ____________________________________________________________________________
26853 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
26854         Log: Skip message nit.
26855      Branch: perl
26856            ! t/io/fs.t
26857 ____________________________________________________________________________
26858 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
26859         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
26860              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26861              Date: 31 Oct 2001 14:49:37 -0000
26862              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
26863      Branch: perl
26864            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
26865 ____________________________________________________________________________
26866 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
26867         Log: Extend the effect of the encoding pragma to chr() and ord().
26868              
26869              TODO: regex literals, reentrancy problems with the utf8
26870              and charnames pragmas.
26871      Branch: perl
26872            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
26873 ____________________________________________________________________________
26874 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
26875         Log: Doc tweaks.
26876      Branch: perl
26877            ! lib/encoding.pm
26878 ____________________________________________________________________________
26879 [ 12788] By: nick                                  on 2001/10/31  08:59:56
26880         Log: Integrate mainline
26881      Branch: perlio
26882           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
26883           !> (integrate 49 files)
26884 ____________________________________________________________________________
26885 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
26886         Log: Forgot new proto.
26887      Branch: perl
26888            ! proto.h
26889 ____________________________________________________________________________
26890 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
26891         Log: Clarification: use encoding cannot be used to
26892              change the default encoding of "your whole script";
26893              only the default encoding of the *data*.  Also, it
26894              seems that "use encoding" does not mix with "use utf8"
26895              (a coredumping recursion ensues).  Should not be a huge
26896              problem since "use utf8" is pretty marginal nowadays.
26897      Branch: perl
26898            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
26899 ____________________________________________________________________________
26900 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
26901         Log: More documentation for the encode pragma.
26902      Branch: perl
26903            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
26904            ! pod/perlapi.pod pod/perlunicode.pod sv.c
26905 ____________________________________________________________________________
26906 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
26907         Log: Thinko in #12783.
26908      Branch: perl
26909            ! sv.c
26910 ____________________________________________________________________________
26911 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
26912         Log: Make sv_recode_to_utf8() a real API: the encoding
26913              is a parameter, instead of a global.  Document the
26914              PERL_ENCODING.
26915      Branch: perl
26916            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
26917            ! toke.c
26918 ____________________________________________________________________________
26919 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
26920         Log: Enable -Mencoding=foobar also for string literals.
26921      Branch: perl
26922            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
26923            ! pod/perlapi.pod proto.h sv.c toke.c
26924 ____________________________________________________________________________
26925 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
26926         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
26927              From: Andy Dougherty <doughera@lafayette.edu>
26928              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
26929              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
26930      Branch: perl
26931            ! ext/POSIX/hints/svr4.pl
26932 ____________________________________________________________________________
26933 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
26934         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
26935              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
26936              Date: Mon, 29 Oct 2001 23:11:58 -0000
26937              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
26938              
26939              Add compat.h.
26940      Branch: perl
26941            ! lib/h2xs.t utils/h2xs.PL
26942 ____________________________________________________________________________
26943 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
26944         Log: Subject: PerlIOBuf_dup
26945              From: Nicholas Clark <nick@ccl4.org>              
26946              Date: Mon, 29 Oct 2001 21:52:35 +0000             
26947              Message-ID: <20011029215235.K41204@plum.flirble.org>
26948              
26949              Add prototype.
26950      Branch: perl
26951            ! perliol.h
26952 ____________________________________________________________________________
26953 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
26954         Log: Subject: [PATCH] Make malloc.c errors more useful
26955              From: Richard Soderberg <rs@oregonnet.com>
26956              Date: Mon, 29 Oct 2001 22:28:02 -0800
26957              Message-Id: <200110300628.WAA11025@oregonnet.com>
26958      Branch: perl
26959            ! malloc.c
26960 ____________________________________________________________________________
26961 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
26962         Log: Retract #12776 - the bug 19990906.001 is still valid.
26963      Branch: perl
26964            ! t/run/kill_perl.t
26965 ____________________________________________________________________________
26966 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
26967         Log: (Retracted by #12777)
26968              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
26969              From: Michael G Schwern <schwern@pobox.com> 
26970              Date: Mon, 29 Oct 2001 23:01:08 -0500
26971              Message-ID: <20011029230108.G18053@blackrider>
26972      Branch: perl
26973            ! t/run/kill_perl.t
26974 ____________________________________________________________________________
26975 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
26976         Log: Comment nits.
26977      Branch: perl
26978            ! lib/encoding.t
26979 ____________________________________________________________________________
26980 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
26981         Log: integrate change#12772 from mainline
26982              
26983              Subject: [PATCH] Mommy, what's a pointer cast?
26984      Branch: maint-5.6/perl
26985            ! perl.h
26986 ____________________________________________________________________________
26987 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
26988         Log: Subject: [PATCH] Mommy, what's a pointer cast?
26989              From: Richard Soderberg <rs@oregonnet.com>
26990              Date: Mon, 29 Oct 2001 17:01:10 -0800
26991              Message-Id: <200110300101.RAA31561@oregonnet.com>
26992              
26993              (threads* parts)
26994      Branch: perl
26995            ! ext/threads/shared/shared.xs ext/threads/threads.xs
26996 ____________________________________________________________________________
26997 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
26998         Log: Subject: [PATCH] Mommy, what's a pointer cast?
26999              From: Richard Soderberg <rs@oregonnet.com>
27000              Date: Mon, 29 Oct 2001 17:01:10 -0800
27001              Message-Id: <200110300101.RAA31561@oregonnet.com>
27002              
27003              (the perl.h part)
27004      Branch: perl
27005            ! perl.h
27006 ____________________________________________________________________________
27007 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
27008         Log: Subject: [PATCH] OpenBSD likes signal.h 
27009              From: Richard Soderberg <rs@oregonnet.com>
27010              Date: Mon, 29 Oct 2001 17:00:31 -0800
27011              Message-Id: <200110300100.RAA31533@oregonnet.com>
27012      Branch: perl
27013            ! unixish.h
27014 ____________________________________________________________________________
27015 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
27016         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
27017              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27018              Date: Mon, 29 Oct 2001 23:04:23 -0000
27019              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
27020      Branch: perl
27021            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
27022            ! ext/DB_File/t/db-recno.t
27023 ____________________________________________________________________________
27024 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
27025         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
27026              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
27027              Date: Mon, 29 Oct 2001 12:34:07 -0600
27028              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
27029      Branch: perl
27030            ! ext/Time/HiRes/HiRes.t
27031 ____________________________________________________________________________
27032 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
27033         Log: Update Changes.
27034      Branch: perl
27035            ! Changes patchlevel.h
27036 ____________________________________________________________________________
27037 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
27038         Log: AIX needs an explicit symbol export list.
27039      Branch: perl
27040            ! lib/ExtUtils/Embed.t
27041 ____________________________________________________________________________
27042 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
27043         Log: The test (and the module) would require some
27044              quality hacking time to work on EBCDIC.  Based on
27045              the test results nothing seems to be majorly broken,
27046              the module just seems to have strange assumptions:
27047              got: ''\226\225\205'
27048              expected: ''one'
27049              The \226\225\205 being, of course, 'one', in EBCDIC.
27050      Branch: perl
27051            ! lib/Dumpvalue.t
27052 ____________________________________________________________________________
27053 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
27054         Log: Mark the test known to be failing in EBCDIC.
27055      Branch: perl
27056            ! t/op/tr.t
27057 ____________________________________________________________________________
27058 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
27059         Log: None of the libnet modules are going to work in
27060              EBCDIC without the Convert::EBCDIC.
27061      Branch: perl
27062            ! t/lib/1_compile.t
27063 ____________________________________________________________________________
27064 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
27065         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
27066      Branch: perl
27067            ! t/op/pack.t
27068 ____________________________________________________________________________
27069 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
27070         Log: UTF-EBCDIC ain't UTF-8.
27071      Branch: perl
27072            ! t/op/pack.t
27073 ____________________________________________________________________________
27074 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
27075         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
27076      Branch: perl
27077            ! t/lib/1_compile.t
27078 ____________________________________________________________________________
27079 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
27080         Log: Let's not assume ASCII.
27081      Branch: perl
27082            ! t/op/lc.t
27083 ____________________________________________________________________________
27084 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
27085         Log: Call the new perlio symbols differently.
27086      Branch: perl
27087            ! makedef.pl
27088 ____________________________________________________________________________
27089 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
27090         Log: Don't expect ASCII ordering.
27091      Branch: perl
27092            ! lib/ExtUtils/Manifest.t
27093 ____________________________________________________________________________
27094 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
27095         Log: Forgot from #12756.
27096      Branch: perl
27097            ! perlio.h
27098 ____________________________________________________________________________
27099 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
27100         Log: BeOS tweaks:
27101              - fseeko and ftello can be found by Configure but
27102              we do not seem to have prototypes for them so
27103              let's make up some
27104              - BeOS didn't use to have real sockets (sockets as
27105              filedescriptors) but the BONE package is supposed
27106              to fix this.  I do not know how to detect BONEness,
27107              see hints/beos.sh for a spot that needs to fixed.
27108              - BeOS has O_TEXT != O_BINARY but has no setmode()
27109      Branch: perl
27110            ! hints/beos.sh perlio.c
27111 ____________________________________________________________________________
27112 [ 12755] By: sky                                   on 2001/10/29  12:56:12
27113         Log: Ugly fix to not die when a thread creator is holding locks.
27114      Branch: perl
27115            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
27116            ! ext/threads/threads.xs
27117 ____________________________________________________________________________
27118 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
27119         Log: Integrate change #12752 from maintperl;
27120              
27121              croak(Nullch) wasn't printing the contents of ERRSV if there was
27122              no outer eval (bug in change#6125)
27123      Branch: perl
27124           !> util.c
27125 ____________________________________________________________________________
27126 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
27127         Log: Subject: [PATCH h2xs] Use of static data in XS modules
27128              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27129              Date: Sun, 28 Oct 2001 21:19:07 -0000
27130              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
27131              
27132              with nits from Sarathy.
27133      Branch: perl
27134            ! utils/h2xs.PL
27135 ____________________________________________________________________________
27136 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
27137         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
27138              no outer eval (bug in change#6125)
27139      Branch: maint-5.6/perl
27140            ! util.c
27141 ____________________________________________________________________________
27142 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
27143         Log: More todo for the encoding pragma.
27144      Branch: perl
27145            ! lib/encoding.pm
27146 ____________________________________________________________________________
27147 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
27148         Log: Add the encoding pragma to control the "upgrade"
27149              from the native eight bit data to Unicode.
27150              
27151              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
27152      Branch: perl
27153            + lib/encoding.pm lib/encoding.t
27154            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
27155            ! pod/perlunicode.pod pod/perlvar.pod sv.c
27156 ____________________________________________________________________________
27157 [ 12749] By: sky                                   on 2001/10/28  21:02:33
27158         Log: Update documentation.
27159      Branch: perl
27160            ! ext/threads/shared/shared.pm
27161 ____________________________________________________________________________
27162 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
27163         Log: Integrate change #12747 from maintperl;
27164              
27165              finishing touches to system() fixes on windows:
27166              * detect cmd shell correctly even if it had full path in it
27167              * more quoting needed for single-arg system if the argument
27168              really had multiple quoted arguments within it
27169              * be smarter about not calling the shell when the executable
27170              has spaces, but otherwise does not need shell involvement
27171              * add a testsuite (windows-specific currently)
27172      Branch: perl
27173           +> t/op/system.t t/op/system_tests
27174            ! MANIFEST pod/perltodo.pod
27175           !> win32/win32.c
27176 ____________________________________________________________________________
27177 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
27178         Log: finishing touches to system() fixes on windows:
27179              * detect cmd shell correctly even if it had full path in it
27180              * more quoting needed for single-arg system if the argument
27181              really had multiple quoted arguments within it
27182              * be smarter about not calling the shell when the executable
27183              has spaces, but otherwise does not need shell involvement
27184              * add a testsuite (windows-specific currently)
27185      Branch: maint-5.6/perl
27186            + t/op/system.t t/op/system_tests
27187            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
27188 ____________________________________________________________________________
27189 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
27190         Log: Integrate perlio.
27191      Branch: perl
27192           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
27193 ____________________________________________________________________________
27194 [ 12745] By: nick                                  on 2001/10/28  16:08:14
27195         Log: Mingw32 fixup for Embed.t
27196      Branch: perlio
27197            ! lib/ExtUtils/Embed.t
27198 ____________________________________________________________________________
27199 [ 12744] By: nick                                  on 2001/10/28  15:54:14
27200         Log: GCC vs MS 64-bit constant syntax
27201      Branch: perlio
27202            ! ext/Time/HiRes/HiRes.xs
27203 ____________________________________________________________________________
27204 [ 12743] By: nick                                  on 2001/10/28  15:42:55
27205         Log: Integrate mainline
27206      Branch: perlio
27207           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
27208 ____________________________________________________________________________
27209 [ 12742] By: sky                                   on 2001/10/28  14:47:10
27210         Log: Manpage updates.
27211      Branch: perl
27212            ! ext/threads/threads.pm
27213 ____________________________________________________________________________
27214 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
27215         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
27216      Branch: perl
27217            ! lib/ExtUtils/Embed.t
27218 ____________________________________________________________________________
27219 [ 12740] By: nick                                  on 2001/10/28  14:14:24
27220         Log: Integrate mainline
27221      Branch: perlio
27222           !> lib/ExtUtils/Embed.t win32/win32.c
27223 ____________________________________________________________________________
27224 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
27225         Log: Need to be ./executed.
27226      Branch: perl
27227            ! lib/ExtUtils/Embed.t
27228 ____________________________________________________________________________
27229 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
27230         Log: Integrate perlio.
27231      Branch: perl
27232           !> perlio.c win32/win32.h
27233 ____________________________________________________________________________
27234 [ 12737] By: nick                                  on 2001/10/28  13:53:45
27235         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
27236              by gcc -xc++.
27237      Branch: perlio
27238            ! win32/win32.h
27239 ____________________________________________________________________________
27240 [ 12736] By: nick                                  on 2001/10/28  13:50:50
27241         Log: Have :stdio layer update an honour the fd refcnt table.
27242              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
27243      Branch: perlio
27244            ! perlio.c
27245 ____________________________________________________________________________
27246 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
27247         Log: Integrate changes #12724 and #12725 from maintperl;
27248              multiarg system now works.
27249      Branch: perl
27250           !> win32/win32.c
27251 ____________________________________________________________________________
27252 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
27253         Log: Integrate perlio.
27254      Branch: perl
27255           +> lib/ExtUtils/Embed.t
27256           !> MANIFEST perlio.c
27257 ____________________________________________________________________________
27258 [ 12733] By: nick                                  on 2001/10/28  13:07:16
27259         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
27260              least for PERLIO=perlio unthreaded case
27261      Branch: perlio
27262            ! perlio.c
27263 ____________________________________________________________________________
27264 [ 12732] By: nick                                  on 2001/10/28  11:10:24
27265         Log: Typo in exe name
27266      Branch: perlio
27267            ! lib/ExtUtils/Embed.t
27268 ____________________________________________________________________________
27269 [ 12731] By: nick                                  on 2001/10/28  11:09:59
27270         Log: Integrate Mainline
27271      Branch: perlio
27272           !> Changes configure.com ext/DB_File/DB_File.pm
27273           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
27274           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
27275           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
27276           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
27277           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
27278           !> t/TEST t/op/regexp.t win32/buildext.pl
27279 ____________________________________________________________________________
27280 [ 12730] By: nick                                  on 2001/10/28  11:05:35
27281         Log: Fixup Embed.t for Win32/VC++
27282      Branch: perlio
27283            ! lib/ExtUtils/Embed.t
27284 ____________________________________________________________________________
27285 [ 12729] By: nick                                  on 2001/10/28  09:36:20
27286         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
27287              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
27288              ExtUtils::Embed.
27289      Branch: perlio
27290            + lib/ExtUtils/Embed.t
27291            ! MANIFEST
27292 ____________________________________________________________________________
27293 [ 12728] By: sky                                   on 2001/10/28  08:12:53
27294         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
27295              line manually!
27296      Branch: perl
27297            ! lib/ExtUtils/xsubpp
27298 ____________________________________________________________________________
27299 [ 12727] By: sky                                   on 2001/10/28  08:02:09
27300         Log: And here we use the prototypes.
27301      Branch: perl
27302            ! ext/threads/shared/shared.xs
27303 ____________________________________________________________________________
27304 [ 12726] By: sky                                   on 2001/10/28  08:00:48
27305         Log: Support [] style prototypes.
27306      Branch: perl
27307            ! lib/ExtUtils/xsubpp
27308 ____________________________________________________________________________
27309 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
27310         Log: yet another multi-arg system() fix on windows: batch files as the
27311              first argument (i.e. directly executed by CreateProcess()) need
27312              extra quoting to escape shell-shock
27313      Branch: maint-5.6/perl
27314            ! win32/win32.c
27315 ____________________________________________________________________________
27316 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
27317         Log: another multi-arg system() fix on windows: passing empty arguments
27318              now works
27319      Branch: maint-5.6/perl
27320            ! win32/win32.c
27321 ____________________________________________________________________________
27322 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
27323         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
27324              No final #else #error because we do not seem to
27325              be using #error?
27326      Branch: perl
27327            ! op.h
27328 ____________________________________________________________________________
27329 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
27330         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
27331              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
27332              Date: Sat, 27 Oct 2001 23:28:44 EST 
27333              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
27334      Branch: perl
27335            ! ext/Time/HiRes/HiRes.xs
27336 ____________________________________________________________________________
27337 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
27338         Log: Regen perlapi, perltoc.
27339      Branch: perl
27340            ! pod/perlapi.pod pod/perltoc.pod
27341 ____________________________________________________________________________
27342 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
27343         Log: Subject: [PATCH] sv.h documentation
27344              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
27345              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
27346              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
27347      Branch: perl
27348            ! sv.h
27349 ____________________________________________________________________________
27350 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
27351         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
27352              system("nmake -nologo", "clean") and there is no executable
27353              called "nmake -nologo"; this used to "work" pre-change#12559 due
27354              to bugs in multiarg system() that have since been fixed
27355      Branch: perl
27356            ! win32/buildext.pl
27357 ____________________________________________________________________________
27358 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
27359         Log: Update Changes.
27360      Branch: perl
27361            ! Changes patchlevel.h
27362 ____________________________________________________________________________
27363 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
27364         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
27365              From: Richard.Foley@t-online.de (Richard Foley)            
27366              Date: Sun, 28 Oct 2001 00:48:32 +0200
27367              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
27368      Branch: perl
27369            ! pod/perlhack.pod
27370 ____________________________________________________________________________
27371 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
27372         Log: Must store pointers with the right width.
27373      Branch: perl
27374            ! op.h
27375 ____________________________________________________________________________
27376 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
27377         Log: Integrate change #12711 from perlio;
27378              
27379              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
27380              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
27381      Branch: perl
27382           !> perlio.c
27383 ____________________________________________________________________________
27384 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
27385         Log: Subject: [PATCH] make minitest
27386              From: Nicholas Clark <nick@ccl4.org>
27387              Date: Sat, 27 Oct 2001 22:56:16 +0100
27388              Message-ID: <20011027225616.L20275@plum.flirble.org>
27389      Branch: perl
27390            ! t/TEST
27391 ____________________________________________________________________________
27392 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
27393         Log: Patch #12661 missed this.
27394      Branch: perl
27395            ! ext/DB_File/DB_File.pm
27396 ____________________________________________________________________________
27397 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
27398         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
27399              From: "Craig A. Berry" <craigberry@mac.com>
27400              Date: Sat, 27 Oct 2001 16:07:47 -0500
27401              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
27402      Branch: perl
27403            ! configure.com perlio.c
27404 ____________________________________________________________________________
27405 [ 12711] By: nick                                  on 2001/10/27  19:49:25
27406         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
27407              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
27408      Branch: perlio
27409            ! perlio.c
27410 ____________________________________________________________________________
27411 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
27412         Log: Let's not replace reason if there's one already supplied.
27413      Branch: perl
27414            ! t/op/regexp.t
27415 ____________________________________________________________________________
27416 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
27417         Log: is not good.
27418      Branch: perl
27419            ! t/op/regexp.t
27420 ____________________________________________________________________________
27421 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
27422         Log: ldlibpth can exist but be unset.
27423      Branch: perl
27424            ! t/TEST
27425 ____________________________________________________________________________
27426 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
27427         Log: Unicode: property alias naming cleanup.
27428      Branch: perl
27429            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
27430 ____________________________________________________________________________
27431 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
27432         Log: FAQ sync.
27433      Branch: perl
27434            ! pod/perlfaq4.pod
27435 ____________________________________________________________________________
27436 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
27437         Log: Integrate change #12703 from maintperl;
27438              
27439              typemap stuff intervenes before declaration, move it to PREINIT
27440              section
27441              
27442              (an empty integrate, but now the files are in sync
27443              between the branches)
27444      Branch: perl
27445           !> ext/ODBM_File/ODBM_File.xs
27446 ____________________________________________________________________________
27447 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
27448         Log: More PerlIO symbols.
27449      Branch: perl
27450            ! makedef.pl
27451 ____________________________________________________________________________
27452 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
27453         Log: typemap stuff intervenes before declaration, move it to PREINIT
27454              section
27455      Branch: maint-5.6/perl
27456            ! ext/ODBM_File/ODBM_File.xs
27457 ____________________________________________________________________________
27458 [ 12702] By: nick                                  on 2001/10/27  14:09:35
27459         Log: Integrate mainline
27460      Branch: perlio
27461           +> ext/threads/shared/t/av_simple.t
27462           +> ext/threads/shared/t/hv_refs.t
27463           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
27464           !> (integrate 109 files)
27465 ____________________________________________________________________________
27466 [ 12700] By: ams                                   on 2001/10/26  21:22:23
27467         Log: Subject: [PATCH] tweak divide
27468              From: Nicholas Clark <nick@ccl4.org>
27469              Date: Fri, 26 Oct 2001 22:52:17 +0100
27470              Message-Id: <20011026225217.B20275@plum.flirble.org>
27471      Branch: perl
27472            ! pp.c
27473 ____________________________________________________________________________
27474 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
27475         Log: Integrate a buncha things from maintperl.
27476      Branch: maint-5.6/macperl
27477           !> (integrate 32 files)
27478 ____________________________________________________________________________
27479 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
27480         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
27481              From: Andy Dougherty <doughera@lafayette.edu>
27482              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
27483              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
27484      Branch: perl
27485            ! hints/svr4.sh
27486 ____________________________________________________________________________
27487 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
27488         Log: When you're root, many things become writable.
27489      Branch: perl
27490            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
27491 ____________________________________________________________________________
27492 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
27493         Log: Update Changes.
27494      Branch: perl
27495            ! Changes patchlevel.h
27496 ____________________________________________________________________________
27497 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
27498         Log: Term/Cap.t attempts to access the floppy drive for no good reason
27499              on dosish systems
27500      Branch: perl
27501            ! lib/Term/Cap.t
27502 ____________________________________________________________________________
27503 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
27504         Log: fix misleading comment on known inadequacy in B::Terse, and skip
27505              it correctly
27506      Branch: perl
27507            ! ext/B/t/terse.t
27508 ____________________________________________________________________________
27509 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
27510         Log: fix spurious AutoSplit.t failure under windows
27511      Branch: perl
27512            ! lib/AutoSplit.t
27513 ____________________________________________________________________________
27514 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
27515         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
27516      Branch: perl
27517            ! ext/Time/HiRes/HiRes.t
27518 ____________________________________________________________________________
27519 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
27520         Log: More logical to use %04"UVXf" than %"UVuf" since
27521              the Unicode standard prefers hex.
27522      Branch: perl
27523            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
27524            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
27525            ! lib/unicore/mktables utf8.c
27526 ____________________________________________________________________________
27527 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
27528         Log: change#12065 seems to have broken Encode build on windows; fix
27529      Branch: perl
27530            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
27531 ____________________________________________________________________________
27532 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
27533         Log: Unicode: add the case folding table.
27534      Branch: perl
27535            + lib/unicore/To/Fold.pl
27536            ! MANIFEST lib/unicore/mktables
27537 ____________________________________________________________________________
27538 [ 12688] By: sky                                   on 2001/10/26  13:51:29
27539         Log: Get the new functions right, do not export lock since we use builtin lock.
27540              TODO: fix xsubpp to support the new prototypes
27541      Branch: perl
27542            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
27543 ____________________________________________________________________________
27544 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
27545         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
27546              as suggested by Sarathy.
27547      Branch: perl
27548            ! mg.c
27549 ____________________________________________________________________________
27550 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
27551         Log: avoid compiler warning
27552      Branch: perl
27553            ! win32/win32.c
27554 ____________________________________________________________________________
27555 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
27556         Log: WinCE update from Rainer Keuchel.
27557      Branch: perl
27558            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
27559            ! wince/wince.c
27560 ____________________________________________________________________________
27561 [ 12684] By: sky                                   on 2001/10/26  13:34:33
27562         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
27563      Branch: perl
27564            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
27565 ____________________________________________________________________________
27566 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
27567         Log: More fixes that were made to the core and not in the libnet src
27568      Branch: perl
27569            ! lib/Net/Domain.pm
27570 ____________________________________________________________________________
27571 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
27572         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
27573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
27574              Date: Fri, 26 Oct 2001 13:55:21 +0200
27575              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
27576              
27577              (plus make the db-recno.t#59 accept both \n and \r\n)
27578      Branch: perl
27579            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
27580            ! ext/DB_File/t/db-recno.t
27581 ____________________________________________________________________________
27582 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
27583         Log: Fix tests to be able to run in the core and the CPAN dist
27584      Branch: perl
27585            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
27586            ! lib/Net/t/require.t lib/Net/t/smtp.t
27587 ____________________________________________________________________________
27588 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
27589         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
27590              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27591              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
27592              Date: Fri, 26 Oct 2001 08:34:46 EDT
27593      Branch: perl
27594            ! ext/Time/HiRes/HiRes.t
27595 ____________________________________________________________________________
27596 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
27597         Log: Sync libnet modules with what will be libnet-1.08
27598      Branch: perl
27599            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
27600            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
27601            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
27602            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
27603 ____________________________________________________________________________
27604 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
27605         Log: Integrate maintperl changes #12268 and #12669;
27606              
27607              final touches to the audit for statics and thread-unsafe code
27608              * make DB_File, ODBM_File thread-safe 
27609              * remove unnecessary/dangerous statics and protect others
27610              from not getting accidentally enabled under threaded perls
27611              
27612              windows support functions get_childdir() et al aren't exported
27613              correctly under vanilla build
27614              
27615              Testing under win32 appreciated since changes there had
27616              to be manually merged and I cannot test how badly did I do.
27617      Branch: perl
27618           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
27619           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
27620           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
27621           !> win32/vmem.h win32/win32.c win32/win32iop.h
27622 ____________________________________________________________________________
27623 [ 12677] By: sky                                   on 2001/10/26  12:37:17
27624         Log: More Config::threads to threads::threads changes
27625      Branch: perl
27626            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
27627 ____________________________________________________________________________
27628 [ 12676] By: sky                                   on 2001/10/26  12:31:46
27629         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
27630      Branch: perl
27631            ! ext/threads/threads.pm ext/threads/threads.xs
27632 ____________________________________________________________________________
27633 [ 12675] By: sky                                   on 2001/10/26  12:06:30
27634         Log: Allocing a TLS in runtime is not too hot.
27635      Branch: perl
27636            ! ext/threads/threads.xs
27637 ____________________________________________________________________________
27638 [ 12674] By: sky                                   on 2001/10/26  11:59:09
27639         Log: Don't display debug data.
27640      Branch: perl
27641            ! ext/threads/threads.pm
27642 ____________________________________________________________________________
27643 [ 12673] By: sky                                   on 2001/10/26  11:35:47
27644         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
27645              complete bar support for blessed objects.
27646              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
27647      Branch: perl
27648            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
27649 ____________________________________________________________________________
27650 [ 12672] By: sky                                   on 2001/10/26  11:15:28
27651         Log: Fix case where shared reference does not exist in current thread.
27652      Branch: perl
27653            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
27654 ____________________________________________________________________________
27655 [ 12671] By: sky                                   on 2001/10/26  08:48:52
27656         Log: Support for references in shared arrays.
27657      Branch: perl
27658            ! ext/threads/shared/shared.xs
27659 ____________________________________________________________________________
27660 [ 12670] By: sky                                   on 2001/10/26  08:30:11
27661         Log: Add tests for references in hashes.
27662      Branch: perl
27663            + ext/threads/shared/t/hv_refs.t
27664            ! MANIFEST
27665 ____________________________________________________________________________
27666 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
27667         Log: windows support functions get_childdir() et al aren't exported
27668              correctly under vanilla build
27669      Branch: maint-5.6/perl
27670            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
27671 ____________________________________________________________________________
27672 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
27673         Log: final touches to the audit for statics and thread-unsafe code
27674              * make DB_File, ODBM_File thread-safe 
27675              * remove unnecessary/dangerous statics and protect others
27676              from not getting accidentally enabled under threaded perls
27677      Branch: maint-5.6/perl
27678            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
27679            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
27680            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
27681            ! win32/win32.c
27682 ____________________________________________________________________________
27683 [ 12667] By: ams                                   on 2001/10/26  03:48:36
27684         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
27685              From: "Richard Soderberg" <rs@crystalflame.net>
27686              Date: Thu, 25 Oct 2001 23:42:50 -0400
27687              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
27688      Branch: perl
27689            ! sharedsv.c
27690 ____________________________________________________________________________
27691 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
27692         Log: Integrate change #12664 from maintperl;
27693              
27694              the newest GCCs don't seem to like C<"string1"##STRING2>
27695              so keep it as C<"string1" STRING2> (latter appears to
27696              work everywhere)
27697      Branch: perl
27698           !> ext/DynaLoader/dlutils.c
27699 ____________________________________________________________________________
27700 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
27701         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
27702              From: Chris Nandor <pudge@pobox.com>
27703              Date: Thu, 25 Oct 2001 22:15:03 -0400
27704              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
27705      Branch: perl
27706            ! perl.h
27707 ____________________________________________________________________________
27708 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
27709         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
27710              C<"string1" STRING2> (latter appears to work everywhere)
27711      Branch: maint-5.6/perl
27712            ! ext/DynaLoader/dlutils.c
27713 ____________________________________________________________________________
27714 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
27715         Log: AUTHORS update.
27716      Branch: perl
27717            ! AUTHORS
27718 ____________________________________________________________________________
27719 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
27720         Log: Integrate change #12660 from maintperl;
27721              
27722              make the dMY_CXT stuff available under all of
27723              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
27724      Branch: perl
27725           !> perl.h
27726 ____________________________________________________________________________
27727 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
27728         Log: Subject: [PATCH] DB_File-1.79
27729              From: "Paul Marquess" <paul.marquess@openwave.com>
27730              Date: Fri, 26 Oct 2001 00:03:54 +0100
27731              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
27732      Branch: perl
27733            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
27734            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
27735 ____________________________________________________________________________
27736 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
27737         Log: make the dMY_CXT stuff available under all of
27738              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
27739      Branch: maint-5.6/perl
27740            ! perl.h
27741 ____________________________________________________________________________
27742 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
27743         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
27744              From: Michael G Schwern <schwern@pobox.com>
27745              Date: Thu, 25 Oct 2001 18:28:12 -0400
27746              Message-ID: <20011025182812.M4811@blackrider>
27747      Branch: perl
27748            ! t/run/kill_perl.t
27749 ____________________________________________________________________________
27750 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
27751         Log: STRLEN != int.
27752      Branch: perl
27753            ! regcomp.c regexec.c
27754 ____________________________________________________________________________
27755 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
27756         Log: Subject: [PATCH] remove small IVop redundancy
27757              From: Nicholas Clark <nick@ccl4.org>
27758              Date: Thu, 25 Oct 2001 22:48:28 +0100
27759              Message-ID: <20011025224827.M66471@plum.flirble.org>
27760      Branch: perl
27761            ! pp.c pp_hot.c
27762 ____________________________________________________________________________
27763 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
27764         Log: Metaconfig unit change for #12655.
27765      Branch: metaconfig/U/perl
27766            ! Extensions.U
27767 ____________________________________________________________________________
27768 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
27769         Log: Subject: Re: Not OK @12650
27770              From: Andy Dougherty <doughera@lafayette.edu>
27771              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
27772              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
27773      Branch: perl
27774            ! Configure
27775 ____________________________________________________________________________
27776 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
27777         Log: Integrate changes #12652 and #12653 from maintperl;
27778              
27779              more tweaks to change#12626
27780              * move the boilerplate code over to perl.h and make DynaLoader
27781              use it
27782              * make re, Opcode, File::Glob and B threadsafe
27783              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
27784              C<no re;> anywhere)
27785              
27786              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
27787              
27788              File::Glob required a bit more work in bleadperl
27789              because of ExtUtils::Constant (see the Makefile.PL change)
27790      Branch: perl
27791            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
27792           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
27793           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
27794 ____________________________________________________________________________
27795 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
27796         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
27797      Branch: maint-5.6/perl
27798            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
27799            ! ext/Opcode/Opcode.xs ext/re/re.xs
27800 ____________________________________________________________________________
27801 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
27802         Log: more tweaks to change#12626
27803              * move the boilerplate code over to perl.h and make DynaLoader
27804              use it
27805              * make re, Opcode, File::Glob and B threadsafe
27806              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
27807              C<no re;> anywhere)
27808      Branch: maint-5.6/perl
27809            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
27810            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
27811 ____________________________________________________________________________
27812 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
27813         Log: Metaconfig unit change for #12650.
27814      Branch: metaconfig/U/perl
27815            ! Extensions.U
27816 ____________________________________________________________________________
27817 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
27818         Log: Subject: Re: ithreads doesn't like usedl=n
27819              From: Andy Dougherty <doughera@lafayette.edu>
27820              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
27821              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
27822              
27823              Special-case threads::shared.
27824      Branch: perl
27825            ! Configure
27826 ____________________________________________________________________________
27827 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
27828         Log: Getting fancier...
27829      Branch: perl
27830            ! t/TEST
27831 ____________________________________________________________________________
27832 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
27833         Log: csh - what a pain.
27834      Branch: perl
27835            ! t/TEST
27836 ____________________________________________________________________________
27837 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
27838         Log: Update Changes.
27839      Branch: perl
27840            ! Changes patchlevel.h
27841 ____________________________________________________________________________
27842 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
27843         Log: Allow resetting the locale system for the duration
27844              of the build (Mac OS X default setting LANG=En_US
27845              ist kaputt)
27846      Branch: perl
27847            ! Makefile.SH
27848 ____________________________________________________________________________
27849 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
27850         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
27851      Branch: perl
27852            ! ext/Digest/MD5/t/files.t
27853 ____________________________________________________________________________
27854 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
27855         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
27856              From: Andy Dougherty <doughera@lafayette.edu>
27857              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
27858              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
27859      Branch: perl
27860            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
27861            ! ext/threads/shared/Makefile.PL
27862 ____________________________________________________________________________
27863 [ 12643] By: sky                                   on 2001/10/25  12:28:26
27864         Log: Add support for reference members of hashes.
27865      Branch: perl
27866            ! ext/threads/shared/shared.xs
27867 ____________________________________________________________________________
27868 [ 12642] By: ams                                   on 2001/10/25  12:21:13
27869         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
27870              From: "Norton Allen" <nort@qnx.com>
27871              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
27872              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
27873      Branch: perl
27874            ! ext/Digest/MD5/MD5.xs
27875 ____________________________________________________________________________
27876 [ 12641] By: sky                                   on 2001/10/25  10:27:39
27877         Log: Tests shared hashes.
27878      Branch: perl
27879            + ext/threads/shared/t/hv_simple.t
27880            ! MANIFEST
27881 ____________________________________________________________________________
27882 [ 12640] By: sky                                   on 2001/10/25  10:18:23
27883         Log: Fix threadcounts for arrays and hashes.
27884      Branch: perl
27885            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
27886 ____________________________________________________________________________
27887 [ 12639] By: sky                                   on 2001/10/25  10:17:26
27888         Log: Note to self, doing *src_ary++ in a macro that evaluates
27889              the value more than once is a good way to dump core.
27890      Branch: perl
27891            ! sharedsv.c
27892 ____________________________________________________________________________
27893 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
27894         Log: Integrate change #12636 from maintperl; more dl fixups.
27895      Branch: perl
27896           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
27897           !> ext/DynaLoader/dl_vms.xs
27898 ____________________________________________________________________________
27899 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
27900         Log: Like dl_hpux, like dl_dld.
27901      Branch: perl
27902            ! ext/DynaLoader/dl_dld.xs
27903 ____________________________________________________________________________
27904 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
27905         Log: followups to change#12635
27906      Branch: maint-5.6/perl
27907            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
27908            ! ext/DynaLoader/dl_vms.xs
27909 ____________________________________________________________________________
27910 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
27911         Log: add part of change#12634 to the two files that need it; dl_aix.xs
27912              in maint-5.6 doesn't have the branch that had the problem in
27913              mainline
27914      Branch: maint-5.6/perl
27915            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
27916 ____________________________________________________________________________
27917 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
27918         Log: Fixes for #12627.
27919      Branch: perl
27920            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
27921 ____________________________________________________________________________
27922 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
27923         Log: Since pv_uni_display and sv_uni_display are now used
27924              in the re extension, their symbols have to be exported.
27925      Branch: perl
27926            ! embed.pl global.sym
27927 ____________________________________________________________________________
27928 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
27929         Log: Subject:  Re: [PATCH Perl@12567] debug /list
27930              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27931              Date: Tue, 23 Oct 2001 21:40:33 EDT
27932              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
27933      Branch: perl
27934            ! configure.com
27935 ____________________________________________________________________________
27936 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
27937         Log: This takes care of some of the re 'debug' cases but
27938              not all cases since the information whether the pattern
27939              or the target are utf8 seems to be either lost or not
27940              spread widely enough, sigh.
27941      Branch: perl
27942            ! regcomp.c
27943 ____________________________________________________________________________
27944 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
27945         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
27946              From: John Peacock <jpeacock@rowman.com>
27947              Date: Wed, 24 Oct 2001 16:53:29 -0400
27948              Message-ID: <3BD72A49.1508D152@rowman.com>
27949      Branch: perl
27950            ! configure.com
27951 ____________________________________________________________________________
27952 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
27953         Log: Upgrade NetWare and WinCE as in #12626.
27954      Branch: perl
27955            ! NetWare/dl_netware.xs wince/dl_win32.xs
27956 ____________________________________________________________________________
27957 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
27958         Log: Tru64 compiler nit.
27959      Branch: perl
27960            ! ext/threads/shared/shared.xs
27961 ____________________________________________________________________________
27962 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
27963         Log: Integrate change #12626 from maintperl;
27964              make DynaLoader threadsafe by moving all statics into
27965              interpreter-local space
27966              
27967              TODO: Netware, OS/2, WinCE
27968      Branch: perl
27969           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
27970           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
27971           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
27972           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
27973           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
27974           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
27975           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
27976 ____________________________________________________________________________
27977 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
27978         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
27979              space
27980      Branch: maint-5.6/perl
27981            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
27982            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
27983            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
27984            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
27985            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
27986            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
27987            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
27988 ____________________________________________________________________________
27989 [ 12625] By: sky                                   on 2001/10/24  20:05:26
27990         Log: Change #12623 inflicted an infinite hang. Fixed.
27991      Branch: perl
27992            ! ext/threads/shared/shared.xs
27993 ____________________________________________________________________________
27994 [ 12624] By: sky                                   on 2001/10/24  19:06:55
27995         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
27996      Branch: perl
27997            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
27998 ____________________________________________________________________________
27999 [ 12623] By: sky                                   on 2001/10/24  18:06:34
28000         Log: We need to do sharedsv_find in the original perl context.
28001      Branch: perl
28002            ! ext/threads/shared/shared.xs
28003 ____________________________________________________________________________
28004 [ 12622] By: sky                                   on 2001/10/24  17:26:51
28005         Log: Add support for basic support for AVs, references not supported yet.
28006              Add test for AVs.
28007              Add more tests to sv_refs
28008              Fix documentation issues.  
28009      Branch: perl
28010            + ext/threads/shared/t/av_simple.t
28011            ! MANIFEST ext/threads/shared/shared.pm
28012            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
28013 ____________________________________________________________________________
28014 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
28015         Log: Dump Unicode better for re 'debug'.  The regprop()
28016              is unfinished since have to figure out how to detect
28017              Unicodeness in there.
28018      Branch: perl
28019            ! regcomp.c regexec.c
28020 ____________________________________________________________________________
28021 [ 12620] By: sky                                   on 2001/10/24  13:18:07
28022         Log: Add support for finding shared arrays and hashes.
28023      Branch: perl
28024            ! sharedsv.c
28025 ____________________________________________________________________________
28026 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
28027         Log: Rewrite sv_uni_display() as pv_uni_display() as
28028              reimplement sv_uni_display() using that.
28029      Branch: perl
28030            ! dump.c embed.h embed.pl proto.h
28031 ____________________________________________________________________________
28032 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
28033         Log: Integrate change #12615 from maintperl;
28034              on Windows, IO::File::new_tmpfile() fails after being called
28035              32767 times because MSVCRT thinks stdio's TMP_MAX is a
28036              process-wide limit
28037      Branch: perl
28038           !> win32/win32.c
28039 ____________________________________________________________________________
28040 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
28041         Log: Don't try to print ints as IVs.
28042      Branch: perl
28043            ! ext/Time/HiRes/HiRes.xs
28044 ____________________________________________________________________________
28045 [ 12616] By: sky                                   on 2001/10/24  11:06:35
28046         Log: We only need to fetch the SV from the backend if the index
28047              is not the same as mg_private.     In theory this could be
28048              a problem if there are an exact multiple of U16 changes
28049              of a shared variable between two access in a given thread,
28050              we choose to avoid theory for now.
28051      Branch: perl
28052            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
28053 ____________________________________________________________________________
28054 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
28055         Log: on Windows, IO::File::new_tmpfile() fails after being called
28056              32767 times because MSVCRT thinks stdio's TMP_MAX is a
28057              process-wide limit
28058      Branch: maint-5.6/perl
28059            ! win32/win32.c
28060 ____________________________________________________________________________
28061 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
28062         Log: Negation and Unicode: sort of solves 20010303.010,
28063              except not quite like reported in the Subject
28064              (Perl_warner is still utf8-ignorant).
28065      Branch: perl
28066            ! pp.c t/lib/warnings/sv
28067 ____________________________________________________________________________
28068 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
28069         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
28070      Branch: perl
28071            ! sv.c t/lib/warnings/sv
28072 ____________________________________________________________________________
28073 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
28074         Log: sv_uni_display(): do not add the "...", let the caller
28075              do it if wanted, and be prepared for more display options.
28076      Branch: perl
28077            ! dump.c embed.h embed.pl proto.h
28078 ____________________________________________________________________________
28079 [ 12611] By: nick                                  on 2001/10/23  20:28:07
28080         Log: Integrate mainline
28081      Branch: perlio
28082           !> Changes configure.com cygwin/cygwin.c
28083           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
28084           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
28085           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
28086           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
28087           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
28088           !> utils/h2xs.PL utils/perldoc.PL
28089 ____________________________________________________________________________
28090 [ 12610] By: sky                                   on 2001/10/23  19:39:24
28091         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
28092              don't call themselves READONLY but still die with modification
28093              attempt. We only call bless for ext and umagic.
28094      Branch: perl
28095            ! sv.c
28096 ____________________________________________________________________________
28097 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
28098         Log: Croak() on negative time; doc tweaks.
28099      Branch: perl
28100            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
28101            ! ext/Time/HiRes/HiRes.xs
28102 ____________________________________________________________________________
28103 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
28104         Log: FAQ sync.
28105      Branch: perl
28106            ! pod/perlfaq4.pod pod/perlfaq7.pod
28107 ____________________________________________________________________________
28108 [ 12607] By: sky                                   on 2001/10/23  18:27:27
28109         Log: Call setmagic on the referent we are blessing.
28110      Branch: perl
28111            ! sv.c
28112 ____________________________________________________________________________
28113 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
28114         Log: Small test nits.
28115      Branch: perl
28116            ! t/op/lc.t
28117 ____________________________________________________________________________
28118 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
28119         Log: Update Changes.
28120      Branch: perl
28121            ! Changes patchlevel.h
28122 ____________________________________________________________________________
28123 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
28124         Log: Make the PerlIO_init() prototypes consistent.
28125      Branch: perl
28126            ! perlio.c
28127 ____________________________________________________________________________
28128 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
28129         Log: Upping the test count is a good idea.
28130      Branch: perl
28131            ! t/op/lc.t
28132 ____________________________________________________________________________
28133 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
28134         Log: Document the final sigma spot.
28135      Branch: perl
28136            ! pp.c
28137 ____________________________________________________________________________
28138 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
28139         Log: Fix multicharacter titlecase (ucfirst).
28140      Branch: perl
28141            ! pod/perlunicode.pod pp.c t/op/lc.t
28142 ____________________________________________________________________________
28143 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
28144         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
28145              From: Mikhail Zabaluev <mhz@alt-linux.org>
28146              Date: Tue, 23 Oct 2001 10:40:37 +0400
28147              Message-ID: <20011023104037.A12761@localhost.localdomain>
28148              
28149              (#12406 replaced with this)
28150      Branch: perl
28151            ! utils/perldoc.PL
28152 ____________________________________________________________________________
28153 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
28154         Log: MacOS Classic updates from Pudge.
28155      Branch: perl
28156            ! lib/File/Spec.t lib/File/Spec/Mac.pm
28157 ____________________________________________________________________________
28158 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
28159         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
28160              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
28161              Date: Sun, 14 Oct 2001 23:14:46 +0200
28162              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
28163              
28164              except for the 2->4 changes.
28165      Branch: perl
28166            ! lib/AutoSplit.t
28167 ____________________________________________________________________________
28168 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
28169         Log: integrate macperl contents into maint-5.6
28170      Branch: maint-5.6/perl
28171            ! mg.c
28172           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
28173           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
28174           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
28175           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28176           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
28177           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
28178           !> t/lib/filefind.t t/lib/filespec.t
28179 ____________________________________________________________________________
28180 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
28181         Log: At some point the #6234 has been lost from the mainline
28182              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
28183      Branch: perl
28184            ! lib/File/Spec/Win32.pm
28185 ____________________________________________________________________________
28186 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
28187         Log: Cygwin seems to round up (or closest, but not down)
28188              for time(), so half of the time (bad pun intended)
28189              Time::HiRes::time() is less than time(), half of
28190              the time it's more.  So let's try harder in the loop.
28191      Branch: perl
28192            ! ext/Time/HiRes/HiRes.t
28193 ____________________________________________________________________________
28194 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
28195         Log: MacOS Classic timeofday(), from Chris Nandor. 
28196      Branch: perl
28197            ! ext/Time/HiRes/HiRes.xs
28198 ____________________________________________________________________________
28199 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
28200         Log: Integrate changes #12580 and #12581 from macperl;
28201              
28202              Fix path construction.
28203              
28204              (Copyright) Nit.
28205      Branch: perl
28206           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
28207 ____________________________________________________________________________
28208 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
28209         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
28210              doesn't seem to help (the error being output to console, maybe?)
28211      Branch: perl
28212            ! lib/Net/Domain.pm
28213 ____________________________________________________________________________
28214 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
28215         Log: Taint the getcwd() result also in Cygwin.
28216              (TODO: which other platforms need the same thing?)
28217      Branch: perl
28218            ! cygwin/cygwin.c
28219 ____________________________________________________________________________
28220 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
28221         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
28222      Branch: perl
28223            ! t/op/taint.t
28224 ____________________________________________________________________________
28225 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
28226         Log: getpwuid() fragility continues.
28227      Branch: perl
28228            ! utils/h2xs.PL
28229 ____________________________________________________________________________
28230 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
28231         Log: getpwuid() might succeed but that's no guarantee
28232              that the $home will be defined.
28233      Branch: perl
28234            ! ext/File/Glob/t/basic.t
28235 ____________________________________________________________________________
28236 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
28237         Log: It's safer to to expand the variable, too... (see #12571)
28238      Branch: perl
28239            ! t/TEST
28240 ____________________________________________________________________________
28241 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
28242         Log: Integrate with maintperl.
28243      Branch: maint-5.6/macperl
28244           !> win32/bin/pl2bat.pl win32/win32.c
28245 ____________________________________________________________________________
28246 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
28247         Log: Oops, forgot to include Win32 ... just as well, since it
28248              seems in bleadperl, change #7764 was not included
28249              (adding C:\temp).  Re-added.  Rip it back out if it
28250              doesn't belong.  :-)
28251      Branch: maint-5.6/macperl
28252            ! lib/File/Spec/Win32.pm
28253 ____________________________________________________________________________
28254 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
28255         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
28256              From: "Craig A. Berry" <craigberry@mac.com>
28257              Date: Mon, 22 Oct 2001 15:25:19 -0500
28258              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
28259      Branch: perl
28260            ! configure.com
28261 ____________________________________________________________________________
28262 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
28263         Log: Add in lots of File::Spec changes, from Thomas Wegner,
28264              and sync with changes from bleadperl.
28265      Branch: maint-5.6/macperl
28266            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
28267            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28268            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28269            ! lib/File/Spec/Win32.pm t/lib/filespec.t
28270 ____________________________________________________________________________
28271 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
28272         Log: Sync with latest File::Find and tests from bleadperl.
28273      Branch: maint-5.6/macperl
28274            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
28275 ____________________________________________________________________________
28276 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
28277         Log: Nit.
28278      Branch: maint-5.6/macperl
28279            ! perl.c
28280 ____________________________________________________________________________
28281 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
28282         Log: Fix path construction.
28283      Branch: maint-5.6/macperl
28284            ! ext/DynaLoader/DynaLoader_pm.PL
28285 ____________________________________________________________________________
28286 [ 12579] By: nick                                  on 2001/10/22  19:08:35
28287         Log: Integrate mainline (for Arthurs thread.xs fix)
28288      Branch: perlio
28289           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
28290 ____________________________________________________________________________
28291 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
28292         Log: Fix up exported symbols, move relevant docs
28293              over from macperl.pod.
28294      Branch: maint-5.6/macperl
28295            ! macos/ext/MacPerl/MacPerl.pm
28296 ____________________________________________________________________________
28297 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
28298         Log: Make ADDRESS called optionally as a method.
28299      Branch: maint-5.6/macperl
28300            ! macos/lib/Mac/Glue.pm
28301 ____________________________________________________________________________
28302 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
28303         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
28304              Apple event.
28305      Branch: maint-5.6/macperl
28306            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
28307            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
28308            ! macos/macperl/MPTerminology.aete
28309 ____________________________________________________________________________
28310 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
28311         Log: Clean up some build utilities. Change Entab to Duplicate;
28312              fix docs and error reporting; improve macify() of paths;
28313              remove requirement for Exporter.pm presence.
28314      Branch: maint-5.6/macperl
28315            ! macos/InstallBLIB macos/MacPerlTests.cmd
28316            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
28317 ____________________________________________________________________________
28318 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
28319         Log: Sync Time::HiRes with bleadperl
28320      Branch: maint-5.6/macperl
28321            ! macos/bundled_ext/Time/HiRes/HiRes.pm
28322            ! macos/bundled_ext/Time/HiRes/HiRes.t
28323            ! macos/bundled_ext/Time/HiRes/HiRes.xs
28324 ____________________________________________________________________________
28325 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
28326         Log: Fix up Changes
28327      Branch: maint-5.6/macperl
28328            ! macos/Changes
28329 ____________________________________________________________________________
28330 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
28331         Log: A user might belong to only a single group
28332              (the group equal to the group id).
28333      Branch: perl
28334            ! t/op/groups.t
28335 ____________________________________________________________________________
28336 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
28337         Log: Prepending (instead of replacing with) the pwd is safer. 
28338      Branch: perl
28339            ! t/TEST
28340 ____________________________________________________________________________
28341 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
28342         Log: Be more robust if no hostname or domainname
28343              (especially the latter)
28344      Branch: perl
28345            ! lib/Net/Domain.pm
28346 ____________________________________________________________________________
28347 [ 12569] By: sky                                   on 2001/10/22  17:41:07
28348         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
28349      Branch: perl
28350            ! ext/threads/threads.xs
28351 ____________________________________________________________________________
28352 [ 12568] By: nick                                  on 2001/10/22  16:31:24
28353         Log: Integrate mainline
28354      Branch: perlio
28355           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
28356           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
28357           +> ext/threads/shared/t/sv_refs.t
28358           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
28359            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
28360            - lib/unicore/To/SpecUpper.pl
28361           !> (integrate 42 files)
28362 ____________________________________________________________________________
28363 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
28364         Log: Update Changes.
28365      Branch: perl
28366            ! Changes patchlevel.h
28367 ____________________________________________________________________________
28368 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
28369         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
28370              From: Michael G Schwern <schwern@pobox.com>
28371              Date: Mon, 22 Oct 2001 03:48:38 -0400
28372              Message-ID: <20011022034838.B1676@blackrider>
28373      Branch: perl
28374            ! pod/perlvar.pod
28375 ____________________________________________________________________________
28376 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
28377         Log: Pod nits, as suggested by Stas Bekman.
28378      Branch: perl
28379            ! ext/threads/shared/shared.pm ext/threads/threads.pm
28380 ____________________________________________________________________________
28381 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
28382         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
28383              From: "Paul Marquess" <paul.marquess@openwave.com> 
28384              Date: Sun, 21 Oct 2001 21:11:15 +0100
28385              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
28386      Branch: perl
28387            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
28388            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
28389            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
28390            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
28391            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
28392            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
28393            ! ext/SDBM_File/sdbm.t
28394 ____________________________________________________________________________
28395 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
28396         Log: Integrate change #12559 from maintperl;
28397              various fixes for system() and backticks under windows
28398      Branch: perl
28399           !> win32/win32.c
28400 ____________________________________________________________________________
28401 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
28402         Log: Integrate change #12560 from maintperl;
28403              make pl2bat use %0 rather than "%0" (the latter fails to work
28404              in a lot of common cases)
28405      Branch: perl
28406           !> win32/bin/pl2bat.pl
28407 ____________________________________________________________________________
28408 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
28409         Log: Integrate changes #12549 and #12550 from maintperl;
28410              
28411              readline() doesn't work with our variables; it confuses them with
28412              my variables (change#4227 was incomplete)
28413      Branch: perl
28414            ! t/lib/strict/vars
28415           !> t/base/rs.t toke.c
28416 ____________________________________________________________________________
28417 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
28418         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
28419              in a lot of common cases)
28420      Branch: maint-5.6/perl
28421            ! win32/bin/pl2bat.pl
28422 ____________________________________________________________________________
28423 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
28424         Log: various fixes for system() and backticks under windows:
28425              
28426              * avoid munging whitespace that is passed within quotes
28427              * work around a cmd.exe misfeature that made multi-arg
28428              system() unreliable when there is more than one quoted
28429              argument
28430              * make multi-arg system() autoquote arguments as needed
28431              before passing them to the shell (this avoids having to
28432              second guess the shell quoting)
28433              * perl's -Dp switch can be used to trace the innards
28434      Branch: maint-5.6/perl
28435            ! win32/win32.c
28436 ____________________________________________________________________________
28437 [ 12558] By: nick                                  on 2001/10/22  08:58:42
28438         Log: Integrate ithreads buffer flush fix from perlio
28439      Branch: perl
28440           !> ext/threads/t/basic.t perl.c
28441 ____________________________________________________________________________
28442 [ 12557] By: nick                                  on 2001/10/22  08:35:09
28443         Log: All tests pass (legitimately) on ithreads
28444      Branch: perlio
28445            ! ext/threads/t/basic.t perl.c
28446 ____________________________________________________________________________
28447 [ 12556] By: nick                                  on 2001/10/22  06:51:22
28448         Log: Integrate non-ithreads fix to mainline
28449      Branch: perl
28450           !> perlio.c
28451 ____________________________________________________________________________
28452 [ 12555] By: nick                                  on 2001/10/22  06:48:33
28453         Log: Restore non-ithreads build. Interestingly binmode test passes
28454              non-ithreads - so crlf layer is not damaged and ithreads fail
28455              is a symptom ...
28456      Branch: perlio
28457            ! perlio.c
28458 ____________________________________________________________________________
28459 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
28460         Log: Integrate from perlio; restructuring.
28461      Branch: perl
28462           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
28463           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
28464           !> win32/perlhost.h
28465 ____________________________________________________________________________
28466 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
28467         Log: Integrate from maintperl
28468              (Changes 12350, 12496, 12548, 12549, 12550)
28469      Branch: maint-5.6/macperl
28470           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
28471           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
28472 ____________________________________________________________________________
28473 [ 12552] By: nick                                  on 2001/10/21  19:18:12
28474         Log: Win32 PerlIO_cleanup special cases should no longer be required.
28475      Branch: perlio
28476            ! perl.c
28477 ____________________________________________________________________________
28478 [ 12551] By: nick                                  on 2001/10/21  19:16:56
28479         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
28480      Branch: perlio
28481            ! win32/makefile.mk
28482 ____________________________________________________________________________
28483 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
28484         Log: change#12549 wasn't aware of strictures
28485      Branch: maint-5.6/perl
28486            ! t/pragma/strict-vars toke.c
28487 ____________________________________________________________________________
28488 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
28489         Log: readline() doesn't work with our variables; it confuses them with
28490              my variables (change#4227 was incomplete)
28491      Branch: maint-5.6/perl
28492            ! t/base/rs.t toke.c
28493 ____________________________________________________________________________
28494 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
28495         Log: change#12220 appears to have pulled in a mainline change that
28496              isn't applicable to maint-5.6 (some platforms don't taint
28497              cwd)
28498      Branch: maint-5.6/perl
28499            ! t/lib/filefind-taint.t
28500 ____________________________________________________________________________
28501 [ 12547] By: nick                                  on 2001/10/21  17:15:54
28502         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
28503              for them. Call explicit cleanup during destruct process.
28504              - one binmode test is failing
28505              - also ext/threads/t/basic.t fails under make test, and is noisy under
28506              harness. (Threads results are intermingled and don't match order expected.)
28507      Branch: perlio
28508            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
28509            ! perlio.h perliol.h pod/perlapi.pod sv.c
28510 ____________________________________________________________________________
28511 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
28512         Log: Implement multicharacter case mappings where a single
28513              Unicode character can be mapped into several.
28514      Branch: perl
28515            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
28516            - lib/unicore/To/SpecUpper.pl
28517            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
28518            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
28519            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
28520            ! proto.h t/op/lc.t utf8.c
28521 ____________________________________________________________________________
28522 [ 12545] By: sky                                   on 2001/10/21  15:25:16
28523         Log: First support of threads::shared, support shared svs and references.
28524      Branch: perl
28525            + ext/threads/shared/Makefile.PL ext/threads/shared/README
28526            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
28527            + ext/threads/shared/t/sv_refs.t
28528            + ext/threads/shared/t/sv_simple.t
28529            ! MANIFEST sharedsv.c
28530 ____________________________________________________________________________
28531 [ 12544] By: nick                                  on 2001/10/21  14:52:35
28532         Log: PerlIO layer table as PL_perlio (per-interpreter)
28533      Branch: perlio
28534            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
28535            ! pod/perlapi.pod sv.c
28536 ____________________________________________________________________________
28537 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
28538         Log: Prettyprinting.
28539      Branch: perl
28540            ! pod/perlunicode.pod
28541 ____________________________________________________________________________
28542 [ 12542] By: ams                                   on 2001/10/21  03:50:25
28543         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
28544              From: "Sean M. Burke" <sburke@cpan.org>
28545              Date: Sat, 20 Oct 2001 17:51:09 -0600
28546              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
28547      Branch: perl
28548            + pod/perlpodspec.pod
28549            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
28550            ! pod/perltoc.pod
28551 ____________________________________________________________________________
28552 [ 12541] By: nick                                  on 2001/10/20  22:23:53
28553         Log: Fix typos in new locking on MemShared
28554              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
28555              - seems to make segfaults more deterministic - suspect they are 
28556              attempt to free() after Interp and Host have gone.
28557      Branch: perlio
28558            ! perlio.c win32/perlhost.h
28559 ____________________________________________________________________________
28560 [ 12540] By: nick                                  on 2001/10/20  21:50:46
28561         Log: Remove the MemShared re-#define (again)
28562      Branch: perlio
28563            ! perlio.c
28564 ____________________________________________________________________________
28565 [ 12539] By: nick                                  on 2001/10/20  21:49:06
28566         Log: Use locks on MemShared
28567      Branch: perlio
28568            ! win32/perlhost.h
28569 ____________________________________________________________________________
28570 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
28571         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
28572              From: "chromatic" <chromatic@rmci.net>
28573              Date: Sat, 20 Oct 2001 11:13:47 -0600
28574              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
28575      Branch: perl
28576            ! installhtml
28577 ____________________________________________________________________________
28578 [ 12537] By: nick                                  on 2001/10/20  16:44:03
28579         Log: Integrate mainline
28580      Branch: perlio
28581           !> (integrate 48 files)
28582 ____________________________________________________________________________
28583 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
28584         Log: Update Changes.
28585      Branch: perl
28586            ! Changes patchlevel.h
28587 ____________________________________________________________________________
28588 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
28589         Log: Upgrade to podlators 1.11, from Russ Allbery.
28590      Branch: perl
28591            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
28592            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
28593            ! pod/pod2man.PL pod/pod2text.PL
28594 ____________________________________________________________________________
28595 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
28596         Log: Integrate perlio change #12532:
28597              introduce and use PerlIO_intmod2str().
28598      Branch: perl
28599           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
28600 ____________________________________________________________________________
28601 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
28602         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
28603      Branch: perl
28604            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
28605 ____________________________________________________________________________
28606 [ 12532] By: nick                                  on 2001/10/20  14:25:37
28607         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
28608              Use for non-PERLIO fdupopen().
28609      Branch: perlio
28610            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
28611 ____________________________________________________________________________
28612 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
28613         Log: Integrate perlio: PerlIO win32 fixes.
28614      Branch: perl
28615           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
28616           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
28617           !> proto.h sv.h win32/win32io.c
28618 ____________________________________________________________________________
28619 [ 12530] By: nick                                  on 2001/10/20  12:53:30
28620         Log: Fixed in two places - p4 resolve
28621      Branch: perlio
28622            ! perlsdio.h
28623 ____________________________________________________________________________
28624 [ 12529] By: nick                                  on 2001/10/20  12:51:05
28625         Log: Fix for ithreads/stdio build
28626      Branch: perlio
28627            ! perlio.c perlsdio.h
28628 ____________________________________________________________________________
28629 [ 12528] By: ams                                   on 2001/10/20  12:13:25
28630         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
28631              From: Michael G Schwern <schwern@pobox.com>
28632              Date: Sat, 20 Oct 2001 01:41:21 -0400
28633              Message-Id: <20011020014121.I3681@blackrider>
28634      Branch: perl
28635            ! installman
28636 ____________________________________________________________________________
28637 [ 12527] By: ams                                   on 2001/10/20  12:09:41
28638         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
28639              From: Michael G Schwern <schwern@pobox.com>
28640              Date: Sat, 20 Oct 2001 02:04:21 -0400
28641              Message-Id: <20011020020421.A11732@blackrider>
28642      Branch: perl
28643            ! lib/Pod/Checker.pm
28644 ____________________________________________________________________________
28645 [ 12526] By: ams                                   on 2001/10/20  11:59:41
28646         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
28647              From: "chromatic" <chromatic@rmci.net>
28648              Date: Fri, 19 Oct 2001 22:46:39 -0600
28649              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
28650      Branch: perl
28651            ! lib/Net/Config.pm
28652 ____________________________________________________________________________
28653 [ 12525] By: nick                                  on 2001/10/20  11:16:18
28654         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
28655              Perl_sv_setsv_flags directly.
28656      Branch: perlio
28657            ! ext/threads/threads.xs
28658 ____________________________________________________________________________
28659 [ 12524] By: nick                                  on 2001/10/20  10:28:17
28660         Log: Add a new flag character 'm' to embed.pl set to represent
28661              "functions" which are really macros. Use it foe the troublesome
28662              sv_setsv() etc. macros in sv.h - changing latter to define
28663              sv_setsv rather than sv_setsv_macro etc.
28664      Branch: perlio
28665            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
28666            ! pod/perlapi.pod proto.h sv.h
28667 ____________________________________________________________________________
28668 [ 12523] By: nick                                  on 2001/10/20  09:17:17
28669         Log: Add comments explaining why win32.h/embed.h are included where they are
28670              in perl.h 
28671      Branch: perlio
28672            ! perl.h
28673 ____________________________________________________________________________
28674 [ 12522] By: nick                                  on 2001/10/20  08:27:44
28675         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
28676              being used yet.
28677      Branch: perlio
28678            ! win32/win32io.c
28679 ____________________________________________________________________________
28680 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
28681         Log: Wording tweaks.
28682      Branch: perl
28683            ! t/TEST
28684 ____________________________________________________________________________
28685 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
28686         Log: Subject: IO module with nonblocking socket connect patch 
28687              From: Raul Dias <raul@dias.com.br>
28688              Date: Fri, 19 Oct 2001 22:45:32 -0300
28689              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
28690      Branch: perl
28691            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
28692 ____________________________________________________________________________
28693 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
28694         Log: Test vertical whitespace combined with /x in \p{}.
28695      Branch: perl
28696            ! t/op/pat.t
28697 ____________________________________________________________________________
28698 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
28699         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
28700              From: Gisle Aas <gisle@ActiveState.com> 
28701              Date: 19 Oct 2001 16:46:02 -0700
28702              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
28703      Branch: perl
28704            ! lib/ExtUtils/MakeMaker.pm
28705 ____________________________________________________________________________
28706 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
28707         Log: No more this symbol.
28708      Branch: perl
28709            ! makedef.pl
28710 ____________________________________________________________________________
28711 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
28712         Log: Integrate change #12511; fix gross win32 build issues.
28713      Branch: perl
28714           !> makedef.pl sv.c
28715 ____________________________________________________________________________
28716 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
28717         Log: Unpack in scalar context should return the first value
28718              returned in list context, as pointed out by Ton Hospel
28719              in 2001-05-21 (this is how it works already in blead,
28720              just adding the test).
28721      Branch: perl
28722            ! t/op/pack.t
28723 ____________________________________________________________________________
28724 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
28725         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
28726              From: "Craig A. Berry" <craigberry@mac.com>
28727              Date: Fri, 19 Oct 2001 16:59:30 -0500
28728              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
28729      Branch: perl
28730            ! utils/perldoc.PL
28731 ____________________________________________________________________________
28732 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
28733         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
28734              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28735              Date: Fri, 19 Oct 2001 17:45:23 EDT
28736              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
28737      Branch: perl
28738            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
28739            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
28740            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
28741            ! vms/vmsish.h
28742 ____________________________________________________________________________
28743 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
28744         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
28745              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28746              Date: Fri, 19 Oct 2001 17:26:35 EDT
28747              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
28748      Branch: perl
28749            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
28750 ____________________________________________________________________________
28751 [ 12511] By: nick                                  on 2001/10/19  19:55:36
28752         Log: Fix gross win32 build issues
28753      Branch: perlio
28754            ! makedef.pl sv.c
28755 ____________________________________________________________________________
28756 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
28757         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
28758              From: David Dyck <dcd@tc.fluke.com>
28759              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
28760              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
28761      Branch: perl
28762            ! lib/File/Find.pm
28763 ____________________________________________________________________________
28764 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
28765         Log: Subject: Re: PerlIO and Encode
28766              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28767              Date: Tue, 16 Oct 2001 01:50:16 +0900
28768              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
28769      Branch: perl
28770            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
28771            ! ext/Encode/Encode/Tcl.t
28772 ____________________________________________________________________________
28773 [ 12508] By: ams                                   on 2001/10/19  17:59:16
28774         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
28775              (See #12499)
28776      Branch: perl
28777            ! pod/perlintro.pod
28778 ____________________________________________________________________________
28779 [ 12507] By: nick                                  on 2001/10/19  16:30:43
28780         Log: Integrate mainline
28781      Branch: perlio
28782           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
28783           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
28784           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
28785           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
28786           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
28787           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
28788           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
28789           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
28790           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
28791           +> win32/config_H.win64
28792            - lib/Test/Utils.pm lib/unicore/mktables.PL
28793            - t/lib/Test/Simple/Catch/More.pm
28794           !> (integrate 84 files)
28795 ____________________________________________________________________________
28796 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
28797         Log: Retract the #10451 which seems to be the cause
28798              of the major leakage from while(){eval"sub{}"}
28799      Branch: perl
28800            ! op.c t/run/kill_perl.t
28801 ____________________________________________________________________________
28802 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
28803         Log: Regen toc.
28804      Branch: perl
28805            ! pod/perltoc.pod
28806 ____________________________________________________________________________
28807 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
28808         Log: Tiny tweaks.
28809      Branch: perl
28810            ! pod/perl.pod
28811 ____________________________________________________________________________
28812 [ 12503] By: ams                                   on 2001/10/19  13:34:24
28813         Log: Subject: Re: perlintro.pod
28814              From: Abe Timmerman <abe@ztreet.demon.nl>
28815              Date: Fri, 19 Oct 2001 14:12:40 +0200
28816              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
28817      Branch: perl
28818            ! pod/perlintro.pod
28819 ____________________________________________________________________________
28820 [ 12502] By: ams                                   on 2001/10/19  13:24:12
28821         Log: Slight reorganisation of references.
28822      Branch: perl
28823            ! pod/perl.pod
28824 ____________________________________________________________________________
28825 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
28826         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
28827              From: Kay Röpke <kroepke@dolphin-services.de>
28828              Date: Fri, 19 Oct 2001 14:04:01 +0200 
28829              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
28830      Branch: perl
28831            ! lib/ExtUtils/MakeMaker.pm
28832 ____________________________________________________________________________
28833 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
28834         Log: Unicode categories continue:
28835              implement Category=, Script=, Block=
28836              (these are based on an upcoming update of TR#18)
28837              Fix a bug where we got two In categories named "old italic",
28838              and another where shortcut for the Is categories wasn't taken.
28839      Branch: perl
28840            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
28841            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
28842            ! pod/perlunicode.pod t/op/pat.t
28843 ____________________________________________________________________________
28844 [ 12499] By: ams                                   on 2001/10/19  01:42:29
28845         Log: Subject: a small patch to perlintro.pod.
28846              From: Autrijus Tang <autrijus@autrijus.org>
28847              Date: Fri, 19 Oct 2001 01:45:51 +0800
28848              Message-Id: <20011019014551.A35625@not.autrijus.org>
28849              (Applied by hand with nits.)
28850      Branch: perl
28851            ! pod/perlintro.pod
28852 ____________________________________________________________________________
28853 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
28854         Log: Subject: [PATCH] OpenBSD hints for ithreads
28855              From: Andy Dougherty <doughera@lafayette.edu>
28856              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
28857              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
28858      Branch: perl
28859            ! hints/openbsd.sh
28860 ____________________________________________________________________________
28861 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
28862         Log: Retract #12446; the problem solved by #12474.
28863      Branch: perl
28864            ! hints/aix.sh
28865 ____________________________________________________________________________
28866 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
28867         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
28868              message and suppress line number info (from Steve Hay
28869              <Steve.Hay@uk.radan.com>)
28870      Branch: maint-5.6/perl
28871            ! lib/Carp/Heavy.pm
28872 ____________________________________________________________________________
28873 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
28874         Log: More documented In categories.
28875      Branch: perl
28876            ! pod/perlunicode.pod
28877 ____________________________________________________________________________
28878 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
28879         Log: Update Changes.
28880      Branch: perl
28881            ! Changes patchlevel.h
28882 ____________________________________________________________________________
28883 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
28884         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
28885      Branch: perl
28886            ! MANIFEST
28887 ____________________________________________________________________________
28888 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
28889         Log: Wrong skip() arguments.
28890      Branch: perl
28891            ! ext/B/t/terse.t
28892 ____________________________________________________________________________
28893 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
28894         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
28895              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28896              Date: Wed, 17 Oct 2001 09:10:53 EDT 
28897              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
28898      Branch: perl
28899            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
28900            ! pod/perlapi.pod vms/vms.c
28901 ____________________________________________________________________________
28902 [ 12490] By: ams                                   on 2001/10/18  09:31:00
28903         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
28904              From: Mark-Jason Dominus <mjd@plover.com>
28905              Date: Thu, 18 Oct 2001 06:25:35 -0400
28906              Message-Id: <20011018102535.19264.qmail@plover.com>
28907      Branch: perl
28908            ! pod/perl.pod
28909 ____________________________________________________________________________
28910 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
28911         Log: Prettyprinting.
28912      Branch: perl
28913            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
28914 ____________________________________________________________________________
28915 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
28916         Log: Regen toc.
28917      Branch: perl
28918            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28919 ____________________________________________________________________________
28920 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
28921         Log: Add perlintro, from Skud.
28922      Branch: perl
28923            + pod/perlintro.pod
28924            ! MANIFEST
28925 ____________________________________________________________________________
28926 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
28927         Log: FAQ sync.
28928      Branch: perl
28929            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
28930            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
28931            ! pod/perlfaq8.pod pod/perlfaq9.pod
28932 ____________________________________________________________________________
28933 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
28934         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
28935              in speed (upto 20% speedup in certain operations) but meanwhile
28936              regexps and arithmetics got slower (5-10%) (according to
28937              perlbench average speedup is negligible, and within measuring
28938              flutter, 1%).  Therefore retracting all the changes
28939              aimed at getting -std1 to compile cleanly:  #12475, #12476,
28940              #12479, #12480, #12481, #12482, #12483, #12484.
28941      Branch: perl
28942            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
28943            ! pp_hot.c pp_sys.c toke.c
28944 ____________________________________________________________________________
28945 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
28946         Log: (retracted by #12485)
28947              Strict ANSI doesn't like the third argument of main()
28948              so enable ignoring it if using ultra picky compiler.
28949      Branch: perl
28950            ! miniperlmain.c
28951 ____________________________________________________________________________
28952 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
28953         Log: (retracted by #12485)
28954              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
28955      Branch: perl
28956            ! perl.h
28957 ____________________________________________________________________________
28958 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
28959         Log: (retracted by #12485)
28960              Add explanatory comment.
28961      Branch: perl
28962            ! mg.c
28963 ____________________________________________________________________________
28964 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
28965         Log: (retracted by #12485)
28966              More dollar$hiding.
28967      Branch: perl
28968            ! doio.c perl.h pp_sys.c
28969 ____________________________________________________________________________
28970 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
28971         Log: (retracted by #12485)
28972              KISS.
28973      Branch: perl
28974            ! mg.c
28975 ____________________________________________________________________________
28976 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
28977         Log: (retracted by #12485)
28978              Thou shalt not #ifdef inside macro invocations,
28979              noticed by Rafael Garcia-Suarez.
28980      Branch: perl
28981            ! mg.c
28982 ____________________________________________________________________________
28983 [ 12478] By: ams                                   on 2001/10/17  18:50:55
28984         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
28985              From: Anton Berezin <tobez@tobez.org>
28986              Date: Wed, 17 Oct 2001 18:25:48 +0200
28987              Message-Id: <20011017182548.A12082@heechee.tobez.org>
28988      Branch: perl
28989            ! pp_sys.c
28990 ____________________________________________________________________________
28991 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
28992         Log: (retracted by #12485)
28993              Unterminated #ifdef.
28994      Branch: perl
28995            ! mg.c
28996 ____________________________________________________________________________
28997 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
28998         Log: (retracted by #12485)
28999              Avoid dollar signs in identifiers (in non-VMS) to
29000              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
29001      Branch: perl
29002            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
29003            ! toke.c
29004 ____________________________________________________________________________
29005 [ 12474] By: ams                                   on 2001/10/17  15:14:50
29006         Log: Subject: Two AIX patches
29007              From: H.Merijn Brand <h.m.brand@hccnet.nl>
29008              Date: Wed, 17 Oct 2001 18:04:35 +0200
29009              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
29010      Branch: perl
29011            ! hints/aix.sh makedef.pl
29012 ____________________________________________________________________________
29013 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
29014         Log: Limiting the Time::HiRes::sleep and usleep to
29015              one second is not a good policy if drop-in
29016              replacement is still a goal.
29017      Branch: perl
29018            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
29019            ! ext/Time/HiRes/HiRes.xs
29020 ____________________________________________________________________________
29021 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
29022         Log: Subject: [PATCH] Test::Simple 0.32
29023              From: Michael G Schwern <schwern@pobox.com> 
29024              Date: Wed, 17 Oct 2001 03:42:41 -0400
29025              Message-ID: <20011017034241.A25038@blackrider>
29026      Branch: perl
29027            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
29028            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
29029            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
29030            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
29031            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
29032            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
29033            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
29034            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
29035            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
29036            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
29037            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
29038            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
29039            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
29040            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
29041            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
29042            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
29043            ! t/lib/Test/Simple/Catch.pm
29044            ! t/lib/Test/Simple/sample_tests/five_fail.plx
29045 ____________________________________________________________________________
29046 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
29047         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
29048              From: Michael G Schwern <schwern@pobox.com> 
29049              Date: Wed, 17 Oct 2001 04:04:13 -0400
29050              Message-ID: <20011017040413.C25550@blackrider>
29051      Branch: perl
29052            ! t/TEST t/harness vms/test.com
29053 ____________________________________________________________________________
29054 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
29055         Log: Regen doc with perlmodstyle added.
29056      Branch: perl
29057            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29058 ____________________________________________________________________________
29059 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
29060         Log: Pod cleanup.
29061      Branch: perl
29062            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
29063 ____________________________________________________________________________
29064 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
29065         Log: Subject: perlmodstyle as a patch
29066              From: Kirrily Robert <skud@infotrope.net>
29067              Date: Tue, 16 Oct 2001 22:47:23 -0400
29068              Message-ID: <20011016224723.A20673@infotrope.net>
29069      Branch: perl
29070            + pod/perlmodstyle.pod
29071            ! MANIFEST
29072 ____________________________________________________________________________
29073 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
29074         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
29075              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
29076              Date: Thu, 6 Sep 2001 11:09:40 +0100
29077              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
29078              
29079              Mention also the develooper p5p archive.
29080      Branch: perl
29081            ! pod/perlhack.pod
29082 ____________________________________________________________________________
29083 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
29084         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
29085              From: Kay Röpke <kroepke@dolphin-services.de>
29086              Date: Tue, 16 Oct 2001 17:23:52 +0200
29087              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
29088      Branch: perl
29089            ! lib/ExtUtils/MakeMaker.pm
29090 ____________________________________________________________________________
29091 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
29092         Log: Add the special casing mappings (from SpecCase.txt)
29093              (except for the hyper special case mappings that have
29094              the condition list); the special casing mappings are
29095              unused for now.  Small tidying up on mktables.
29096      Branch: perl
29097            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
29098            + lib/unicore/To/SpecUpper.pl
29099            ! lib/unicore/mktables
29100 ____________________________________________________________________________
29101 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
29102         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
29103              From: "David H. Adler" <dha@panix.com>       
29104              Date: Tue, 16 Oct 2001 11:59:35 -0400
29105              Message-ID: <20011016115935.A13078@panix.com>
29106              
29107              Subject: [ PATCH ] perldata patch, revised
29108              From: "David H. Adler" <dha@panix.com>     
29109              Date: Tue, 16 Oct 2001 18:26:49 -0400
29110              Message-ID: <20011016182649.C23970@panix.com>
29111      Branch: perl
29112            ! pod/perldata.pod pod/perlop.pod
29113 ____________________________________________________________________________
29114 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
29115         Log: Integrate perlio: PerlIO_dup (for all but Win32).
29116      Branch: perl
29117           !> embed.h embed.pl ext/Encode/Encode.xs
29118           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
29119           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
29120           !> win32/win32io.c
29121 ____________________________________________________________________________
29122 [ 12462] By: nick                                  on 2001/10/16  19:11:30
29123         Log: PerlIOXxxx_dups for all but Win32
29124      Branch: perlio
29125            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
29126            ! ext/PerlIO/Via/Via.xs
29127 ____________________________________________________________________________
29128 [ 12461] By: nick                                  on 2001/10/16  18:28:48
29129         Log: Implement PerlIOStdio_dup (explains core dumps - dup
29130              was not setting up a FILE * to be fclosed()).
29131      Branch: perlio
29132            ! perlio.c
29133 ____________________________________________________________________________
29134 [ 12460] By: nick                                  on 2001/10/16  17:31:47
29135         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
29136              overflow.
29137      Branch: perlio
29138            ! perlio.c
29139 ____________________________________________________________________________
29140 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
29141         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
29142              From: "Craig A. Berry" <craigberry@mac.com>
29143              Date: Tue, 16 Oct 2001 13:08:38 -0500
29144              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
29145      Branch: perl
29146            ! configure.com
29147 ____________________________________________________________________________
29148 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
29149         Log: Can't expect too much accuracy from a sleep of one second.
29150              (I think this will also fail with high load.)
29151      Branch: perl
29152            ! ext/Time/HiRes/HiRes.t
29153 ____________________________________________________________________________
29154 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
29155         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
29156              From: "Werner, Randolf" <randolf.werner@sap.com>
29157              Date: Tue, 16 Oct 2001 18:33:02 +0200
29158              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
29159      Branch: perl
29160            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
29161            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
29162 ____________________________________________________________________________
29163 [ 12456] By: nick                                  on 2001/10/16  14:08:16
29164         Log: Builds under ithreads (but fails all threads tests)
29165      Branch: perlio
29166            ! hv.c perlio.c sv.c
29167 ____________________________________________________________________________
29168 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
29169         Log: I think the Perl_sortsv needs *not* be skipped?
29170      Branch: perl
29171            ! makedef.pl
29172 ____________________________________________________________________________
29173 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
29174         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
29175              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
29176              Date: Tue, 16 Oct 2001 15:32:44 +0200
29177              Message-ID: <3BCC531C.11494.3E433F@localhost>
29178      Branch: perl
29179            ! t/op/groups.t
29180 ____________________________________________________________________________
29181 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
29182         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
29183              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
29184              Date: Tue, 16 Oct 2001 15:01:04 +0200
29185              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
29186      Branch: perl
29187            ! t/io/fs.t
29188 ____________________________________________________________________________
29189 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
29190         Log: A forgotten deletion.
29191      Branch: perl
29192            - lib/unicore/mktables.PL
29193 ____________________________________________________________________________
29194 [ 12451] By: nick                                  on 2001/10/16  11:32:48
29195         Log: Skeleton of "PerlIO_dup" coded.
29196              Still-passes all tests non-threaded (well it would wouldn't it!)
29197      Branch: perlio
29198            ! embed.h embed.pl ext/Encode/Encode.xs
29199            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
29200            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
29201            ! win32/win32io.c
29202 ____________________________________________________________________________
29203 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
29204         Log: Document the problem with the swash_fetch() API that affects
29205              more complex case conversions.
29206      Branch: perl
29207            ! lib/utf8_heavy.pl utf8.c
29208 ____________________________________________________________________________
29209 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
29210         Log: Make Time::HiRes::sleep() and usleep() to return
29211              the number of seconds (a floating point value) and 
29212              microseconds (an integer) actually slept (well,
29213              modulo the time spent in measuring the time actually
29214              slept...), to be a better drop-in replacement for
29215              the builtin sleep().  Noticed by Chris Nandor.
29216              
29217              Also make usleep() to croak if fed illegal number
29218              of useconds (anything greater than 1_000_000).
29219      Branch: perl
29220            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
29221            ! ext/Time/HiRes/HiRes.xs
29222 ____________________________________________________________________________
29223 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
29224         Log: A missing SvREFCNT_dec.
29225      Branch: perl
29226            ! perl.c
29227 ____________________________________________________________________________
29228 [ 12447] By: nick                                  on 2001/10/15  20:27:53
29229         Log: Beginings of PerlIO_dup support (unstable)
29230      Branch: perlio
29231            ! perlio.c perliol.h
29232 ____________________________________________________________________________
29233 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
29234         Log: (retracted by #12497)
29235              In AIX vac 5 just can't seem to get regcomp right.
29236      Branch: perl
29237            ! hints/aix.sh
29238 ____________________________________________________________________________
29239 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
29240         Log: Bump the version number to agree with the maintperl one.
29241      Branch: perl
29242            ! lib/Tie/RefHash.pm
29243 ____________________________________________________________________________
29244 [ 12444] By: nick                                  on 2001/10/15  15:59:57
29245         Log: Integrate mainline
29246      Branch: perlio
29247           +> lib/Math/BigInt/t/Math/Subclass.pm
29248           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
29249           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
29250           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
29251           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
29252           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
29253           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
29254           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
29255           +> lib/unicore/mktables
29256            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
29257            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
29258            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
29259            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
29260            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
29261            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
29262            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
29263            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
29264            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
29265            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
29266            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
29267            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
29268            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
29269            - lib/unicore/syllables.txt
29270           !> (integrate 344 files)
29271 ____________________________________________________________________________
29272 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
29273         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
29274      Branch: perl
29275            ! ext/DB_File/DB_File.xs
29276 ____________________________________________________________________________
29277 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
29278         Log: Sync the skip() amounts with the number of tests.
29279      Branch: perl
29280            ! lib/Term/Complete.t
29281 ____________________________________________________________________________
29282 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
29283         Log: Update Changes.
29284      Branch: perl
29285            ! Changes patchlevel.h
29286 ____________________________________________________________________________
29287 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
29288         Log: MacOS Classic catdir() rewrite from Thomas Wegner
29289              (backward incompatibility, but a deliberate one,
29290              the old version simply is broken in its logic),
29291              also documentation updates, and as suggested replicated
29292              the File::Spec::Unix documentation updates also on the
29293              File::Spec documentation.
29294              
29295              TODO: there seems to be duplication of documentation
29296              between File::Spec and File::Spec::Unix.  I think
29297              the ::Unix should be left only with specific UNIXisms,
29298              and all the generic documentation should be in ::Spec.
29299      Branch: perl
29300            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
29301            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
29302            ! lib/File/Spec/Unix.pm
29303 ____________________________________________________________________________
29304 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
29305         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
29306              From: Blair Zajac <blair@orcaware.com>
29307              Date: Mon, 24 Sep 2001 11:48:58 -0700
29308              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
29309              
29310              (the skip() messages)
29311      Branch: perl
29312            ! t/op/magic.t
29313 ____________________________________________________________________________
29314 [ 12438] By: ams                                   on 2001/10/14  23:43:59
29315         Log: Subject: [PATCH] make PerlIO default on VMS
29316              From: "Craig A. Berry" <craigberry@mac.com>
29317              Date: Sun, 14 Oct 2001 15:27:18 -0500
29318              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
29319      Branch: perl
29320            ! configure.com
29321 ____________________________________________________________________________
29322 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
29323         Log: Retract #12436 (Abhijit already did this at #12426)
29324      Branch: perl
29325            ! lib/ExtUtils/MM_Unix.pm
29326 ____________________________________________________________________________
29327 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
29328         Log: (retracted by #12437)
29329              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
29330              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
29331              Date: Sat, 13 Oct 2001 20:33:55 +0200
29332              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
29333      Branch: perl
29334            ! lib/ExtUtils/MM_Unix.pm
29335 ____________________________________________________________________________
29336 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
29337         Log: Subject: h2xs grammar nit
29338              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29339              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
29340              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
29341      Branch: perl
29342            ! utils/h2xs.PL
29343 ____________________________________________________________________________
29344 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
29345         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
29346              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29347              Date: Sun, 14 Oct 2001 11:25:08 +0100
29348              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
29349      Branch: perl
29350            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
29351            ! warnings.pl
29352 ____________________________________________________________________________
29353 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
29354         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
29355              for File::Spec::Mac::catfile)
29356      Branch: perl
29357            ! lib/h2xs.t
29358 ____________________________________________________________________________
29359 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
29360         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
29361              From: Nicholas Clark <nick@ccl4.org>
29362              Date: Sat, 13 Oct 2001 00:07:31 +0100
29363              Message-ID: <20011013000731.D67535@plum.flirble.org>
29364      Branch: perl
29365            ! lib/h2xs.t utils/h2xs.PL
29366 ____________________________________________________________________________
29367 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
29368         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
29369              before DEFINE and INC), and repent by taking DEFINE and
29370              INC away from PASTHRU.
29371      Branch: perl
29372            ! lib/ExtUtils/MM_Unix.pm
29373 ____________________________________________________________________________
29374 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
29375         Log: More MANIFEST anomalies.
29376      Branch: perl
29377            ! MANIFEST
29378 ____________________________________________________________________________
29379 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
29380         Log: Not that many.
29381      Branch: perl
29382            ! MANIFEST
29383 ____________________________________________________________________________
29384 [ 12428] By: sky                                   on 2001/10/13  20:59:27
29385         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
29386              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29387              Date: Sat, 13 Oct 2001 23:15:55 +0200
29388              Message-ID: <20011013231555.A18071@rafael>
29389      Branch: perl
29390            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
29391            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
29392 ____________________________________________________________________________
29393 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
29394         Log: Rewrite mktables from scratch.
29395              - Cleaner.
29396              - Faster: 15-20 seconds as opposed to several minutes.
29397              - More dynamic: the names of the various categories
29398              such as the linebreak ones are dynamic, not static.
29399              - Is.pl: long names for the general category properties
29400              are now available.
29401              - Ranges (<... ,First>, <..., Last>) from the general
29402              categories work now.
29403              - No more mktables.PL because the mktables.PL is not
29404              and never has been run to create a mktables.
29405              - syllables.txt and Is/Syl*.pl removed: non-standard
29406              (not part of the Unicode), and the whole concept is
29407              being reworked (http://syllabary.sourceforge.net/),
29408              the old way wouldn't even work with the new Syllables.txt
29409              (it would result in 1000+ new categories)
29410      Branch: perl
29411            + lib/unicore/In/163.pl lib/unicore/In/164.pl
29412            + lib/unicore/In/165.pl lib/unicore/In/166.pl
29413            + lib/unicore/In/167.pl lib/unicore/In/168.pl
29414            + lib/unicore/In/169.pl lib/unicore/In/170.pl
29415            + lib/unicore/In/171.pl lib/unicore/Is.pl
29416            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
29417            + lib/unicore/mktables
29418            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
29419            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
29420            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
29421            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
29422            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
29423            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
29424            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
29425            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
29426            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
29427            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
29428            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
29429            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
29430            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
29431            - lib/unicore/syllables.txt
29432            ! (edit 304 files)
29433 ____________________________________________________________________________
29434 [ 12426] By: ams                                   on 2001/10/13  18:05:36
29435         Log: ExtUtils::MM_Unix should ignore comments when searching for
29436              $VERSION.
29437      Branch: perl
29438            ! lib/ExtUtils/MM_Unix.pm
29439 ____________________________________________________________________________
29440 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
29441         Log: Subject: Re: New module XML::Clean
29442              From: andreas.koenig@anima.de (Andreas J. Koenig)
29443              Date: 13 Oct 2001 10:17:09 +0200
29444              Message-ID: <m37ku0t0my.fsf@anima.de>
29445      Branch: perl
29446            ! pod/perlnewmod.pod
29447 ____________________________________________________________________________
29448 [ 12424] By: sky                                   on 2001/10/13  09:39:59
29449         Log: Set thread stack size if needed.
29450      Branch: perl
29451            ! ext/threads/threads.xs
29452 ____________________________________________________________________________
29453 [ 12423] By: sky                                   on 2001/10/13  09:36:49
29454         Log: We do want to set the attribute to joinable even on modern posix
29455              platforms.
29456      Branch: perl
29457            ! ext/threads/threads.xs
29458 ____________________________________________________________________________
29459 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
29460         Log: Subject: [PATCH ext/Data/Dumper.xs]
29461              From: Brian Ingerson <ingy@ttul.org>
29462              Date: Fri, 12 Oct 2001 19:32:35 -0700
29463              Message-ID: <20011012193235.B889@ttul.org>
29464      Branch: perl
29465            ! ext/Data/Dumper/Dumper.xs
29466 ____________________________________________________________________________
29467 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
29468         Log: Update Changes.
29469      Branch: perl
29470            ! Changes patchlevel.h
29471 ____________________________________________________________________________
29472 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
29473         Log: FAQ sync.
29474      Branch: perl
29475            ! pod/perlfaq3.pod pod/perlfaq4.pod
29476 ____________________________________________________________________________
29477 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
29478         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
29479              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
29480              Date: Fri, 12 Oct 2001 11:51:05 -0700
29481              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
29482      Branch: perl
29483            ! lib/File/Copy.pm
29484 ____________________________________________________________________________
29485 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
29486         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
29487              From: "chromatic" <chromatic@rmci.net>     
29488              Date: Thu, 11 Oct 2001 10:57:55 -0600
29489              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
29490              
29491              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
29492              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29493              Date: Thu, 11 Oct 2001 22:34:21 +0200
29494              Message-ID: <20011011223421.A693@rafael>     
29495              
29496              plus undef $Term::Complete::stty as suggested by Rafael.
29497      Branch: perl
29498            ! lib/Term/Complete.pm lib/Term/Complete.t
29499 ____________________________________________________________________________
29500 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
29501         Log: UUnndduupplleexx..
29502      Branch: perl
29503            ! perl.h
29504 ____________________________________________________________________________
29505 [ 12416] By: sky                                   on 2001/10/12  20:16:19
29506         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
29507              From: Andy Dougherty <doughera@lafayette.edu>
29508              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
29509              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
29510              (Potentially only band-aid)
29511      Branch: perl
29512            ! sv.c
29513 ____________________________________________________________________________
29514 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
29515         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
29516              mishandles kill(), and therefore the sigaction test
29517              should be skipped, from Charles Lane.
29518      Branch: perl
29519            ! ext/POSIX/t/sigaction.t
29520 ____________________________________________________________________________
29521 [ 12414] By: sky                                   on 2001/10/12  18:47:49
29522         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
29523      Branch: perl
29524            ! op.h
29525 ____________________________________________________________________________
29526 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
29527         Log: Upgrade to Math::BigInt 1.44 from Tels and
29528              further fixes from John Peacock.
29529      Branch: perl
29530            + lib/Math/BigInt/t/Math/Subclass.pm
29531            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
29532            + lib/Math/BigInt/t/subclass.t
29533            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
29534            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
29535            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
29536            ! lib/Math/BigInt/t/mbimbf.t
29537 ____________________________________________________________________________
29538 [ 12412] By: sky                                   on 2001/10/12  18:28:23
29539         Log: perhaps pthread_attr_t really needs to be set for the old api
29540      Branch: perl
29541            ! ext/threads/threads.xs
29542 ____________________________________________________________________________
29543 [ 12411] By: sky                                   on 2001/10/12  18:11:45
29544         Log: pthread_keycreate not pthread_key_create under the here be dragons API
29545      Branch: perl
29546            ! ext/threads/threads.h
29547 ____________________________________________________________________________
29548 [ 12410] By: sky                                   on 2001/10/12  18:07:37
29549         Log: Apperently OLD PTHREADS API is a bit retarded.
29550              This should fix another set of compile failures in HP-UX 10.20.
29551      Branch: perl
29552            ! ext/threads/threads.h ext/threads/threads.xs
29553 ____________________________________________________________________________
29554 [ 12409] By: nick                                  on 2001/10/12  15:30:01
29555         Log: Blind integrate of mainline
29556      Branch: perlio
29557           +> (branch 32 files)
29558            - lib/unicode/README
29559           !> (integrate 121 files)
29560 ____________________________________________________________________________
29561 [ 12408] By: sky                                   on 2001/10/12  14:55:08
29562         Log: Let us avoid being smart for now.
29563      Branch: perl
29564            ! ext/threads/threads.h
29565 ____________________________________________________________________________
29566 [ 12407] By: sky                                   on 2001/10/12  14:38:12
29567         Log: (void*) the argument to make sure we work with picky compilers
29568      Branch: perl
29569            ! ext/threads/threads.xs
29570 ____________________________________________________________________________
29571 [ 12406] By: ams                                   on 2001/10/12  13:26:04
29572         Log: (replaced with #12600)
29573              
29574              Subject: [PATCH 5.6.1 perldoc] use File::Temp
29575              From: Mikhail Zabaluev <mhz@alt-linux.org>
29576              Date: Fri, 12 Oct 2001 12:47:47 +0400
29577              Message-Id: <20011012124747.E13918@localhost.localdomain>
29578      Branch: perl
29579            ! utils/perldoc.PL
29580 ____________________________________________________________________________
29581 [ 12405] By: ams                                   on 2001/10/12  13:05:32
29582         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
29583              From: andreas.koenig@anima.de (Andreas J. Koenig)
29584              Date: 12 Oct 2001 11:12:07 +0200
29585              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
29586      Branch: perl
29587            ! lib/Memoize/t/speed.t
29588 ____________________________________________________________________________
29589 [ 12404] By: sky                                   on 2001/10/12  12:46:15
29590         Log: A) Support OLD_PTHREADS_API
29591              B) Change from using pthread_t to using a TLS to store the
29592              index of the thread in an hash, this is to avoid problems when
29593              in fact pthread_t was not a seralizable type.
29594              Both these changes are because of HP-UX 10.20
29595              This has not been tested on win32 but should work there.
29596              Need to add support for NetWare.
29597      Branch: perl
29598            ! ext/threads/threads.h ext/threads/threads.xs
29599 ____________________________________________________________________________
29600 [ 12403] By: ams                                   on 2001/10/12  07:34:19
29601         Log: Subject: Re: New module XML::Clean
29602              From: andreas.koenig@anima.de (Andreas J. Koenig)
29603              Date: 12 Oct 2001 10:20:35 +0200
29604              Message-Id: <m3elo9uv58.fsf@anima.de>
29605      Branch: perl
29606            ! pod/perlnewmod.pod
29607 ____________________________________________________________________________
29608 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
29609         Log: More HP model tweaks from Merijn.
29610      Branch: perl
29611            ! README.hpux
29612 ____________________________________________________________________________
29613 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
29614         Log: Update Changes.
29615      Branch: perl
29616            ! Changes patchlevel.h
29617 ____________________________________________________________________________
29618 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
29619         Log: HP-UX update from H.Merijn Brand.
29620      Branch: perl
29621            ! README.hpux
29622 ____________________________________________________________________________
29623 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
29624         Log: Subject: [PATCH] fix link rot in README.vms
29625              From: "Craig A. Berry" <craigberry@mac.com>
29626              Date: Wed, 10 Oct 2001 17:17:00 -0500
29627              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
29628      Branch: perl
29629            ! README.vms
29630 ____________________________________________________________________________
29631 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
29632         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
29633              From: "chromatic" <chromatic@rmci.net>
29634              Date: Wed, 10 Oct 2001 15:50:30 -0600
29635              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
29636      Branch: perl
29637            ! lib/Term/Complete.t
29638 ____________________________________________________________________________
29639 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
29640         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
29641              From: "chromatic" <chromatic@rmci.net>
29642              Date: Wed, 10 Oct 2001 15:45:42 -0600
29643              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
29644      Branch: perl
29645            + lib/ExtUtils/Packlist.t
29646            ! MANIFEST
29647 ____________________________________________________________________________
29648 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
29649         Log: VMS needs quotes around the -I option to keep it from
29650              being downcased, from Charles Lane.
29651      Branch: perl
29652            ! t/run/kill_perl.t
29653 ____________________________________________________________________________
29654 [ 12395] By: ams                                   on 2001/10/10  16:22:32
29655         Log: Subject: [PATCH lib/FindBin.pm]
29656              From: Stas Bekman <stas@stason.org>
29657              Date: Tue, 09 Oct 2001 23:57:10 +0800
29658              Message-Id: <3BC31E56.60805@stason.org>
29659      Branch: perl
29660            ! lib/FindBin.pm
29661 ____________________________________________________________________________
29662 [ 12394] By: ams                                   on 2001/10/10  16:09:53
29663         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
29664              From: Abhijit Menon-Sen <ams@wiw.org>
29665              Date: Wed, 10 Oct 2001 21:59:33 +0530
29666              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
29667      Branch: perl
29668            ! ext/Data/Dumper/Dumper.xs
29669 ____________________________________________________________________________
29670 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
29671         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
29672              from Charles Lane.
29673      Branch: perl
29674            ! lib/File/Spec/VMS.pm
29675 ____________________________________________________________________________
29676 [ 12392] By: ams                                   on 2001/10/10  14:49:43
29677         Log: Subject: [PATCH] two s/// bugfixes
29678              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29679              Date: Wed, 10 Oct 2001 17:23:44 +0200
29680              Message-Id: <20011010172344.C22440@rafael>
29681      Branch: perl
29682            ! pp_ctl.c regexec.c t/op/subst.t
29683 ____________________________________________________________________________
29684 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
29685         Log: Fix/improve handling of the [000000] special "root"
29686              directory, by putting cwd in canonical form when doing
29687              abs2rel, and prepending a 000000 to directory "chunks"
29688              if missing from base or path.  Also adjust test to
29689              reflect the (improved) output from abs2rel.
29690              From Charles Lane.
29691      Branch: perl
29692            ! lib/File/Spec.t lib/File/Spec/VMS.pm
29693 ____________________________________________________________________________
29694 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
29695         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
29696              all of the extra VMSish attributes (such as "treat this logical
29697              as a device name") that are necessary to make programs run.
29698              A tainted %ENV does not hinder VMS.  From Charles Lane.
29699      Branch: perl
29700            ! lib/File/Find/t/taint.t
29701 ____________________________________________________________________________
29702 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
29703         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
29704              
29705              o  VMS is case-insensitive, RTL downcases filenames read
29706              by perl... so need to re-upcase filenames like MANIFEST
29707              and MANIFEST.SKIP
29708              
29709              o  Need to convert VMS-style to Unix-style filenames when comparing
29710              names in MANIFEST to names in filesystem.
29711              
29712              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
29713              since VMS won't let you (easily) delete non-empty directories.
29714              
29715              From Charles Lane.
29716      Branch: perl
29717            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
29718 ____________________________________________________________________________
29719 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
29720         Log: Unix and VMS agree on "*" as a "match any number of any chars"
29721              wildcards, but differ ("?"  vs.  "%") for their "match any single
29722              char" wildcard.  This patch changes "?"  chars to "%" before doing a
29723              VMS glob...at no loss of functionality, since "?"  isn't a valid
29724              filename char on VMS.  From Charles Lane.
29725      Branch: perl
29726            ! doio.c
29727 ____________________________________________________________________________
29728 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
29729         Log: (accidentally empty submit; new life as #12390)
29730      Branch: perl
29731            ! lib/File/Find/t/taint.t
29732 ____________________________________________________________________________
29733 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
29734         Log: Even more VMS tweakage from Charles Lane:
29735              
29736              Tweak #1:  splitdir only works on directory part of filespec,
29737              split off volume first
29738              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
29739              (it's a horrible kludge in the run-time library,
29740              improved in later versions). Check the
29741              $Config{'d_setenv'} flag before attempting to set it.
29742      Branch: perl
29743            ! t/op/chdir.t
29744 ____________________________________________________________________________
29745 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
29746         Log: VMS tweakage from Charles Lane.
29747              
29748              . command.com doubles an output line when prompting for extensions
29749              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
29750              . perl5db doesn't clean up after itself
29751      Branch: perl
29752            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
29753 ____________________________________________________________________________
29754 [ 12384] By: sky                                   on 2001/10/09  19:16:11
29755         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
29756              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29757              Date: Tue, 9 Oct 2001 22:10:26 +0200
29758              Message-ID: <20011009221026.A8579@rafael>
29759      Branch: perl
29760            ! pod/perldata.pod
29761 ____________________________________________________________________________
29762 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
29763         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
29764              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29765              Date: 9 Oct 2001 15:15:06 -0000
29766              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
29767      Branch: perl
29768            ! t/op/subst.t
29769 ____________________________________________________________________________
29770 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
29771         Log: Update Changes.
29772      Branch: perl
29773            ! Changes patchlevel.h
29774 ____________________________________________________________________________
29775 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
29776         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
29777              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
29778              when a NULL is passed for the filename string pointer.
29779              From Charles Lane.
29780      Branch: perl
29781            ! vms/vms.c
29782 ____________________________________________________________________________
29783 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
29784         Log: Subject: HP systems update
29785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29786              Date: Tue, 09 Oct 2001 15:59:22 +0200
29787              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
29788      Branch: perl
29789            ! README.hpux
29790 ____________________________________________________________________________
29791 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
29792         Log: CPAN::Nox does now have a test.
29793      Branch: perl
29794            ! t/lib/1_compile.t
29795 ____________________________________________________________________________
29796 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
29797         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
29798              From: David Dyck <dcd@tc.fluke.com>
29799              Date: Mon, 1 Oct 2001 12:17:36 -0700
29800              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
29801      Branch: perl
29802            ! installperl
29803 ____________________________________________________________________________
29804 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
29805         Log: NetWare update from Ananth Kesari.
29806      Branch: perl
29807            ! NetWare/nwperlsys.h makedef.pl
29808 ____________________________________________________________________________
29809 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
29810         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
29811              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29812              Date: Tue, 9 Oct 2001 08:40:57 EDT
29813              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
29814      Branch: perl
29815            ! lib/File/Find/t/find.t
29816 ____________________________________________________________________________
29817 [ 12374] By: ams                                   on 2001/10/09  05:31:45
29818         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
29819              ExtUtils::Mkbootstrap
29820              From: "chromatic" <chromatic@rmci.net>
29821              Date: Tue, 09 Oct 2001 00:08:37 -0600
29822              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
29823      Branch: perl
29824            + lib/ExtUtils/Mkbootstrap.t
29825            ! MANIFEST
29826 ____________________________________________________________________________
29827 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
29828         Log: Enable more debugging.
29829      Branch: perl
29830            ! lib/utf8_heavy.pl
29831 ____________________________________________________________________________
29832 [ 12372] By: ams                                   on 2001/10/09  02:11:59
29833         Log: #12370 forgot to modify is_gv_magical().
29834      Branch: perl
29835            ! gv.c
29836 ____________________________________________________________________________
29837 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
29838         Log: Make the toupper/lower/title API for Unicode not right
29839              but at least less wrong: prepare for the mapping being
29840              more than just one-character-to-one-character.
29841      Branch: perl
29842            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
29843            ! regexec.c utf8.c
29844 ____________________________________________________________________________
29845 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
29846         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
29847              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29848              Date: Mon, 8 Oct 2001 22:18:23 -0400
29849              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
29850      Branch: perl
29851            ! pod/perlvar.pod t/op/taint.t
29852 ____________________________________________________________________________
29853 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
29854         Log: FAQ sync.
29855      Branch: perl
29856            ! pod/perlfaq3.pod pod/perlfaq4.pod
29857 ____________________________________________________________________________
29858 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
29859         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
29860              From: "chromatic" <chromatic@rmci.net>
29861              Date: Mon, 08 Oct 2001 14:05:32 -0600
29862              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
29863      Branch: perl
29864            ! lib/Term/Cap.t
29865 ____________________________________________________________________________
29866 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
29867         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
29868              From: Michael G Schwern <schwern@pobox.com>
29869              Date: Mon, 8 Oct 2001 17:00:14 -0400
29870              Message-ID: <20011008170014.L17083@blackrider>
29871      Branch: perl
29872            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
29873 ____________________________________________________________________________
29874 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
29875         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
29876              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29877              Date: Mon, 8 Oct 2001 16:01:33 EDT
29878              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
29879      Branch: perl
29880            ! ext/Time/HiRes/HiRes.xs
29881 ____________________________________________________________________________
29882 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
29883         Log: Subject: [PATCH] Autosplit patch for VMS
29884              From: "Craig A. Berry" <craigberry@mac.com>
29885              Date: Mon, 08 Oct 2001 15:40:43 -0500
29886              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
29887      Branch: perl
29888            ! lib/AutoSplit.pm lib/AutoSplit.t
29889 ____________________________________________________________________________
29890 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
29891         Log: Don't assume that everybody is running OS X 10.1 yet;
29892              from Kay Röpke.
29893      Branch: perl
29894            ! hints/darwin.sh
29895 ____________________________________________________________________________
29896 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
29897         Log: Update Changes.
29898      Branch: perl
29899            ! Changes patchlevel.h
29900 ____________________________________________________________________________
29901 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
29902         Log: Retract #12358 for now.
29903      Branch: perl
29904            ! lib/Term/Cap.t
29905 ____________________________________________________________________________
29906 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
29907         Log: Can't figure out what this is testing.
29908              (If it is trying to catch SIGKILL, it should stop
29909              trying because that is by definition impossible.)
29910      Branch: perl
29911            ! lib/sigtrap.t
29912 ____________________________________________________________________________
29913 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
29914         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
29915              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
29916              Date: Sun, 30 Sep 2001 21:15:13 +0200
29917              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
29918      Branch: perl
29919            ! lib/ExtUtils/MM_Win32.pm
29920 ____________________________________________________________________________
29921 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
29922         Log: Clarify the ldlibpth part and condense the overall text.
29923      Branch: perl
29924            ! t/TEST
29925 ____________________________________________________________________________
29926 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
29927         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
29928              From: "chromatic" <chromatic@rmci.net>
29929              Date: Sun, 07 Oct 2001 16:59:26 -0600
29930              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
29931      Branch: perl
29932            ! lib/Term/Cap.t
29933 ____________________________________________________________________________
29934 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
29935         Log: Update the list because fo #12265.
29936      Branch: perl
29937            ! t/lib/1_compile.t
29938 ____________________________________________________________________________
29939 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
29940         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
29941              From: Nicholas Clark <nick@ccl4.org>
29942              Date: Sun, 7 Oct 2001 20:53:33 +0100
29943              Message-ID: <20011007205333.S38756@plum.flirble.org>   
29944      Branch: perl
29945            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
29946            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29947            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
29948            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
29949            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
29950            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
29951            ! lib/Switch/t/switch.t lib/Term/Complete.t
29952            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
29953            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
29954            ! t/op/my_stash.t
29955 ____________________________________________________________________________
29956 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
29957         Log: Integrate patch #12350 from maintperl; typo in
29958              IO::Seekable doc.
29959      Branch: perl
29960           !> ext/IO/lib/IO/Seekable.pm
29961 ____________________________________________________________________________
29962 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
29963         Log: Detypo.
29964      Branch: perl
29965            ! hints/darwin.sh
29966 ____________________________________________________________________________
29967 [ 12353] By: sky                                   on 2001/10/07  17:16:14
29968         Log: Change 12349 didn't really get it right.
29969      Branch: perl
29970            ! lib/Unicode/README
29971 ____________________________________________________________________________
29972 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
29973         Log: If running the harness the dynamic library search path
29974              may need setting.
29975      Branch: perl
29976            ! t/TEST
29977 ____________________________________________________________________________
29978 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
29979         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
29980              in ldflags.
29981      Branch: perl
29982            ! hints/darwin.sh
29983 ____________________________________________________________________________
29984 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
29985         Log: typo in IO::Seekable doc
29986      Branch: maint-5.6/perl
29987            ! ext/IO/lib/IO/Seekable.pm
29988 ____________________________________________________________________________
29989 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
29990         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
29991              doesn't work on Mac OS X 10.1 (when unpacking the tar the
29992              latter gets renamed as lib/unicode:1, assumedly for security
29993              reasons not to overwrite stuff)
29994      Branch: perl
29995            + lib/Unicode/README
29996            - lib/unicode/README
29997            ! MANIFEST
29998 ____________________________________________________________________________
29999 [ 12348] By: ams                                   on 2001/10/07  05:33:40
30000         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
30001              From: "chromatic" <chromatic@rmci.net>
30002              Date: Sat, 06 Oct 2001 21:42:03 -0600
30003              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
30004      Branch: perl
30005            + lib/CPAN/t/Nox.t
30006            ! MANIFEST
30007 ____________________________________________________________________________
30008 [ 12347] By: ams                                   on 2001/10/07  00:48:10
30009         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
30010              From: "chromatic" <chromatic@rmci.net>
30011              Date: Sat, 06 Oct 2001 18:52:10 -0600
30012              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
30013      Branch: perl
30014            + lib/sigtrap.t
30015            ! MANIFEST
30016 ____________________________________________________________________________
30017 [ 12346] By: ams                                   on 2001/10/06  23:14:01
30018         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
30019              h2xs write?)
30020              From: Nicholas Clark <nick@ccl4.org>
30021              Date: Sat, 6 Oct 2001 21:46:43 +0100
30022              Message-Id: <20011006214643.L38756@plum.flirble.org>
30023      Branch: perl
30024            ! utils/h2xs.PL
30025 ____________________________________________________________________________
30026 [ 12345] By: ams                                   on 2001/10/06  17:39:53
30027         Log: Subject: [PATCH] Memoize tests
30028              From: Nicholas Clark <nick@ccl4.org>
30029              Date: Sat, 6 Oct 2001 18:04:21 +0100
30030              Message-Id: <20011006180421.J38756@plum.flirble.org>
30031      Branch: perl
30032            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
30033            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
30034            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
30035            ! lib/Memoize/t/expire_module_n.t
30036            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
30037            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
30038            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
30039            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
30040            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
30041            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
30042 ____________________________________________________________________________
30043 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
30044         Log: Retract the latter part of #12343.
30045      Branch: perl
30046            ! ext/IO/lib/IO/Socket/INET.pm
30047 ____________________________________________________________________________
30048 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
30049         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
30050              From: David Dyck <dcd@tc.fluke.com>
30051              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
30052              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
30053              
30054              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
30055              From: David Dyck <dcd@tc.fluke.com>
30056              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
30057              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
30058      Branch: perl
30059            ! ext/IO/lib/IO/Socket/INET.pm
30060 ____________________________________________________________________________
30061 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
30062         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
30063              From: Robin Barker <rmb1@cise.npl.co.uk>
30064              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
30065              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
30066      Branch: perl
30067            ! t/TEST
30068 ____________________________________________________________________________
30069 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
30070         Log: Don't assume that %x is good for displaying UVs.
30071      Branch: perl
30072            ! dump.c
30073 ____________________________________________________________________________
30074 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
30075         Log: Update Changes.
30076      Branch: perl
30077            ! Changes patchlevel.h
30078 ____________________________________________________________________________
30079 [ 12339] By: ams                                   on 2001/10/05  10:22:34
30080         Log: Subject: [PATCH] perlfunc/select
30081              From: Nicholas Clark <nick@ccl4.org>
30082              Date: Fri, 5 Oct 2001 11:33:58 +0100
30083              Message-Id: <20011005113358.Z38756@plum.flirble.org>
30084      Branch: perl
30085            ! pod/perlfunc.pod
30086 ____________________________________________________________________________
30087 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
30088         Log: Retract #12313 and #12249.
30089      Branch: perl
30090            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
30091            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
30092            ! pod/perlebcdic.pod
30093 ____________________________________________________________________________
30094 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
30095         Log: Subject: [PATCH] perlvms.pod update
30096              From: "Craig A. Berry" <craigberry@mac.com>
30097              Date: Thu, 04 Oct 2001 12:55:52 -0500
30098              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
30099      Branch: perl
30100            ! vms/perlvms.pod
30101 ____________________________________________________________________________
30102 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
30103         Log: Subject: PATCH: Tie::SubstrHash
30104              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30105              Date: Thu, 04 Oct 2001 12:12:41 +0100
30106              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
30107      Branch: perl
30108            ! lib/Tie/SubstrHash.pm
30109 ____________________________________________________________________________
30110 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
30111         Log: Unicode properties saga continues.
30112      Branch: perl
30113            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
30114            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
30115 ____________________________________________________________________________
30116 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
30117         Log: Yet more Unicode properties.
30118      Branch: perl
30119            + lib/unicore/In/137.pl lib/unicore/In/138.pl
30120            + lib/unicore/In/139.pl lib/unicore/In/140.pl
30121            + lib/unicore/In/141.pl lib/unicore/In/142.pl
30122            + lib/unicore/In/143.pl lib/unicore/In/144.pl
30123            + lib/unicore/In/145.pl lib/unicore/In/146.pl
30124            + lib/unicore/In/147.pl lib/unicore/In/148.pl
30125            + lib/unicore/In/149.pl lib/unicore/In/150.pl
30126            + lib/unicore/In/151.pl lib/unicore/In/152.pl
30127            + lib/unicore/In/153.pl lib/unicore/In/154.pl
30128            + lib/unicore/In/155.pl lib/unicore/In/156.pl
30129            + lib/unicore/In/157.pl lib/unicore/In/158.pl
30130            + lib/unicore/In/159.pl lib/unicore/In/160.pl
30131            + lib/unicore/In/161.pl lib/unicore/In/162.pl
30132            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
30133            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
30134            ! pod/perlunicode.pod
30135 ____________________________________________________________________________
30136 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
30137         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
30138              From: "Craig A. Berry" <craigberry@mac.com>
30139              Date: Wed, 03 Oct 2001 17:45:25 -0500
30140              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
30141              
30142              (the lib/Term/Complete.t patched differently by #12332)
30143      Branch: perl
30144            ! lib/ExtUtils/Command.t
30145 ____________________________________________________________________________
30146 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
30147         Log: Restore only if something to restore.
30148      Branch: perl
30149            ! lib/Term/Complete.t
30150 ____________________________________________________________________________
30151 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
30152         Log: Update various resources for credits,
30153              minor icons fixes, and versions.
30154      Branch: maint-5.6/macperl
30155            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
30156            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
30157            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
30158 ____________________________________________________________________________
30159 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
30160         Log: Quiet the warnings about using undef value
30161      Branch: maint-5.6/macperl
30162            ! lib/File/Temp.pm
30163 ____________________________________________________________________________
30164 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
30165         Log: Fix up Ballon Help and Help menu docs (first pass);
30166              remove balloon rez file, and autogenerate with
30167              Balloon2Rez instead.
30168      Branch: maint-5.6/macperl
30169            + macos/macperl/macscripts/Balloon2Rez
30170            - macos/macperl/MPBalloons.r
30171            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
30172 ____________________________________________________________________________
30173 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
30174         Log: Allow overriding of defaults, for change #12327.
30175      Branch: maint-5.6/macperl
30176            ! perl.h
30177 ____________________________________________________________________________
30178 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
30179         Log: Override PerlProc_exit.
30180      Branch: maint-5.6/macperl
30181            ! macos/macish.h
30182 ____________________________________________________________________________
30183 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
30184         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
30185      Branch: maint-5.6/macperl
30186            + macos/bundled_lib/blib/lib/MD5.pm
30187            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
30188            + macos/lib/Mac/AETE/Dialect.pm
30189            + macos/lib/Mac/AETE/Format/Converter.pm
30190            + macos/lib/Mac/AETE/Format/Dictionary.pm
30191            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
30192            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
30193            + macos/lib/Mac/Toolbox.pod
30194            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
30195 ____________________________________________________________________________
30196 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
30197         Log: Sync up silly CVS headers ... I should commit CVS
30198              first to avoid this ...
30199      Branch: maint-5.6/macperl
30200            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
30201            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
30202            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
30203            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
30204 ____________________________________________________________________________
30205 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
30206         Log: Fix Matthias' address, and attributions.
30207      Branch: maint-5.6/macperl
30208            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
30209            ! pod/perlport.pod
30210 ____________________________________________________________________________
30211 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
30212         Log: Fix Matthias' address, and attributions.
30213      Branch: maint-5.6/macperl
30214            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
30215            ! macos/ext/Mac/Components/Components.pm
30216            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
30217            ! macos/ext/Mac/Dialogs/Dialogs.pm
30218            ! macos/ext/Mac/Events/Events.pm
30219            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
30220            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
30221            ! macos/ext/Mac/Gestalt/Gestalt.pm
30222            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
30223            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
30224            ! macos/ext/Mac/Menus/Menus.pm
30225            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
30226            ! macos/ext/Mac/Movies/Movies.pm
30227            ! macos/ext/Mac/Navigation/Navigation.pm
30228            ! macos/ext/Mac/Notification/Notification.pm
30229            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
30230            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
30231            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
30232            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
30233            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
30234            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
30235            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
30236            ! macos/ext/Mac/StandardFile/StandardFile.pm
30237            ! macos/ext/Mac/TextEdit/TextEdit.pm
30238            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
30239            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
30240            ! macos/lib/Mac/LowMem.pm
30241 ____________________________________________________________________________
30242 [ 12322] By: sky                                   on 2001/10/03  18:41:07
30243         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
30244              From: "Craig A. Berry" <craigberry@mac.com>
30245              Date: Wed, 03 Oct 2001 14:30:55 -0500
30246              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
30247      Branch: perl
30248            ! vms/vms.c
30249 ____________________________________________________________________________
30250 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
30251         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
30252              From: "Craig A. Berry" <craigberry@mac.com>
30253              Date: Wed, 03 Oct 2001 14:30:55 -0500
30254              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
30255      Branch: perl
30256            ! vms/vms.c
30257 ____________________________________________________________________________
30258 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
30259         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
30260              only IsL&) and Inherited (negative lookahead good);
30261              add tests for Common, Inherited, and L&.
30262      Branch: perl
30263            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
30264 ____________________________________________________________________________
30265 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
30266         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
30267              (The Unicode standard uses L& quite often.)
30268      Branch: perl
30269            ! lib/utf8_heavy.pl
30270 ____________________________________________________________________________
30271 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
30272         Log: Add the 'Common' Unicode property (code points not
30273              explicitly assigned to any other script).
30274      Branch: perl
30275            + lib/unicore/In/136.pl
30276            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
30277 ____________________________________________________________________________
30278 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
30279         Log: Skip the RV printing test under threads until fixed.
30280      Branch: perl
30281            ! ext/B/t/terse.t
30282 ____________________________________________________________________________
30283 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
30284         Log: Subject: 12309 / cygwin / win2k
30285              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30286              Date: Wed, 03 Oct 2001 15:25:15 +0200
30287              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
30288      Branch: perl
30289            ! makedef.pl
30290 ____________________________________________________________________________
30291 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
30292         Log: Metaconfig unit change for #12314.
30293      Branch: metaconfig
30294            ! U/modified/Head.U
30295 ____________________________________________________________________________
30296 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
30297         Log: Subject: Both cygwin and djgpp on one machine
30298              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30299              Date: Wed, 03 Oct 2001 15:02:59 +0200
30300              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
30301      Branch: perl
30302            ! Configure
30303 ____________________________________________________________________________
30304 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
30305         Log: (retracted by #12338)
30306              
30307              Subject: [PATCH] Code clean up for perlboot.pod
30308              From: Casey West <casey@geeknest.com>
30309              Date: Tue, 2 Oct 2001 19:24:43 -0400
30310              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
30311              
30312              Subject: [PATCH] Code clean up for perlbot.diff
30313              From: Casey West <casey@geeknest.com>
30314              Date: Tue, 2 Oct 2001 19:25:22 -0400
30315              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
30316              
30317              Subject: [PATCH] Code clean up for perlcall.pod
30318              From: Casey West <casey@geeknest.com>
30319              Date: Tue, 2 Oct 2001 19:25:57 -0400
30320              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
30321              
30322              Subject: [PATCH] Code clean up for perldata.pod
30323              From: Casey West <casey@geeknest.com>
30324              Date: Tue, 2 Oct 2001 19:26:29 -0400
30325              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
30326              
30327              Subject: [PATCH] Code clean up for perldbmfilter.pod
30328              From: Casey West <casey@geeknest.com>
30329              Date: Tue, 2 Oct 2001 19:26:59 -0400
30330              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
30331              
30332              Subject: [PATCH] Code clean up for perlebcdic.pod
30333              From: Casey West <casey@geeknest.com>
30334              Date: Tue, 2 Oct 2001 19:27:37 -0400
30335              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
30336      Branch: perl
30337            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
30338            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
30339 ____________________________________________________________________________
30340 [ 12312] By: ams                                   on 2001/10/02  23:43:55
30341         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
30342              From: Michael G Schwern <schwern@pobox.com>
30343              Date: Tue, 2 Oct 2001 17:00:49 -0400
30344              Message-Id: <20011002170049.A9955@blackrider>
30345      Branch: perl
30346            ! lib/ExtUtils/MakeMaker.pm
30347 ____________________________________________________________________________
30348 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
30349         Log: FAQ sync.
30350      Branch: perl
30351            ! pod/perlfaq3.pod
30352 ____________________________________________________________________________
30353 [ 12310] By: nick                                  on 2001/10/02  16:09:49
30354         Log: Integrate mainline
30355      Branch: perlio
30356           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
30357           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
30358           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
30359           !> patchlevel.h t/op/pat.t
30360 ____________________________________________________________________________
30361 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
30362         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
30363              not just one single space.
30364      Branch: perl
30365            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
30366 ____________________________________________________________________________
30367 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
30368         Log: AUTHORS updates.
30369      Branch: perl
30370            ! AUTHORS
30371 ____________________________________________________________________________
30372 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
30373         Log: Update Changes.
30374      Branch: perl
30375            ! Changes patchlevel.h
30376 ____________________________________________________________________________
30377 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
30378         Log: Work around old buggy glibcs for langinfo constants,
30379              from Nicholas Clark and David Dyck.
30380      Branch: perl
30381            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
30382 ____________________________________________________________________________
30383 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
30384         Log: Eradicate Time::Piece; add an example.
30385      Branch: perl
30386            ! ext/I18N/Langinfo/Langinfo.pm
30387 ____________________________________________________________________________
30388 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
30389         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
30390              From: Robert Spier <rspier@pobox.com>
30391              Date: Mon, 1 Oct 2001 23:20:16 -0700
30392              Message-ID: <15289.23712.422087.878224@rls.cx>
30393      Branch: perl
30394            ! lib/Pod/Html.pm
30395 ____________________________________________________________________________
30396 [ 12303] By: sky                                   on 2001/10/02  10:40:57
30397         Log: Fixes obscure bug that manifests itself by.
30398              local $!=0;undef*STDOUT;#segfaults
30399              Has been around for a while. Possible other magic IO vars are
30400              possibly affected as well. Reported by Jos Boumans.
30401      Branch: perl
30402            ! mg.c
30403 ____________________________________________________________________________
30404 [ 12302] By: nick                                  on 2001/10/02  09:00:52
30405         Log: Integrate mainline
30406      Branch: perlio
30407           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
30408           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
30409           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
30410 ____________________________________________________________________________
30411 [ 12301] By: nick                                  on 2001/10/02  08:40:57
30412         Log: Integrate mainline + lib/open.t patch from Chromatic
30413      Branch: perlio
30414           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
30415            ! lib/open.t
30416           !> (integrate 29 files)
30417 ____________________________________________________________________________
30418 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
30419         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
30420              Until it has, better stop early if someone requests threads.
30421      Branch: perl
30422            ! hints/darwin.sh
30423 ____________________________________________________________________________
30424 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
30425         Log: Subject: [ID 20011001.011] redundant code in t/TEST
30426              From: David Dyck <dcd@tc.fluke.com>
30427              Date: Mon, 1 Oct 2001 12:56:24 -0700
30428              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
30429      Branch: perl
30430            ! t/TEST
30431 ____________________________________________________________________________
30432 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
30433         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
30434              From: "chromatic" <chromatic@rmci.net>
30435              Date: Mon, 01 Oct 2001 12:27:12 -0600
30436              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
30437      Branch: perl
30438            ! lib/Term/Cap.t
30439 ____________________________________________________________________________
30440 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
30441         Log: UNICOS testing patches from Nicholas Clark.
30442      Branch: perl
30443            ! t/op/arith.t t/op/pack.t
30444 ____________________________________________________________________________
30445 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
30446         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
30447              From: "chromatic" <chromatic@rmci.net>
30448              Date: Mon, 01 Oct 2001 10:21:51 -0600
30449              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
30450      Branch: perl
30451            ! lib/open.t
30452 ____________________________________________________________________________
30453 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
30454         Log: Make missing the RADIXCHAR a softer, gentler error.
30455      Branch: perl
30456            ! ext/I18N/Langinfo/Langinfo.t
30457 ____________________________________________________________________________
30458 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
30459         Log: Nuke also the LANG because of glibc.
30460      Branch: perl
30461            ! lib/open.t
30462 ____________________________________________________________________________
30463 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
30464         Log: Also the ^Is is optional.
30465      Branch: perl
30466            ! pod/perlunicode.pod t/op/pat.t
30467 ____________________________________________________________________________
30468 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
30469         Log: Be careful to pull chars from the varargs stack when
30470              formatting chars.
30471      Branch: perl
30472            ! regcomp.c
30473 ____________________________________________________________________________
30474 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
30475         Log: sortsv not in place anymore, noticed by John P. Linderman.
30476      Branch: perl
30477            ! pod/perlapi.pod pp_ctl.c
30478 ____________________________________________________________________________
30479 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
30480         Log: Make the diagnostic messages more neutral.
30481      Branch: perl
30482            ! ext/B/t/terse.t
30483 ____________________________________________________________________________
30484 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
30485         Log: Forgotten from #12288.
30486      Branch: perl
30487            ! ext/Data/Dumper/Dumper.pm
30488 ____________________________________________________________________________
30489 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
30490         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
30491              From: Brian Ingerson <ingy@ttul.org>
30492              Date: Sun, 30 Sep 2001 21:45:56 -0700
30493              Message-ID: <20010930214556.D26392@ttul.org>
30494              
30495              (remember also the #12289)
30496      Branch: perl
30497            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
30498 ____________________________________________________________________________
30499 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
30500         Log: More Unicode property tests for the abbreviated
30501              general properties.
30502      Branch: perl
30503            ! t/op/pat.t
30504 ____________________________________________________________________________
30505 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
30506         Log: Further tweaks to the Unicode properties.
30507      Branch: perl
30508            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
30509 ____________________________________________________________________________
30510 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
30511         Log: Retract #12284.
30512      Branch: perl
30513            ! lib/Term/Cap.t
30514 ____________________________________________________________________________
30515 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
30516         Log: (Retracted by #12285)
30517      Branch: perl
30518            ! lib/Term/Cap.t
30519 ____________________________________________________________________________
30520 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
30521         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
30522              From: "chromatic" <chromatic@rmci.net>  
30523              Date: Sun, 30 Sep 2001 16:10:02 -0600
30524              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
30525      Branch: perl
30526            + lib/Term/Cap.t
30527            ! MANIFEST
30528 ____________________________________________________________________________
30529 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
30530         Log: Use stty -g to restore the terminal state, do not even
30531              try to run the tests if stty -g is not available.
30532      Branch: perl
30533            ! lib/Term/Complete.t
30534 ____________________________________________________________________________
30535 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
30536         Log: Cleanup utf8_heavy; allow dropping the In prefix from
30537              Unicode script/block properties.
30538      Branch: perl
30539            ! lib/utf8_heavy.pl
30540 ____________________________________________________________________________
30541 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
30542         Log: Retract the #12259 for now.
30543      Branch: perl
30544            ! embed.h embed.pl sv.h
30545 ____________________________________________________________________________
30546 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
30547         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
30548      Branch: perl
30549            + lib/Text/TabsWrap/CHANGELOG
30550            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
30551 ____________________________________________________________________________
30552 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
30553         Log: #12272 wasn't right, it introduced an extra ().
30554      Branch: perl
30555            ! lib/utf8_heavy.pl
30556 ____________________________________________________________________________
30557 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
30558         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
30559              From: Jonathan Stowe <gellyfish@gellyfish.com>
30560              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
30561              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
30562      Branch: perl
30563            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
30564 ____________________________________________________________________________
30565 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
30566         Log: Subject: Patch to put qsortsv in the public API
30567              From: Brian Ingerson <ingy@ttul.org>
30568              Date: Sat, 29 Sep 2001 17:41:13 -0700
30569              Message-ID: <20010929174113.A30223@ttul.org>
30570      Branch: perl
30571            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
30572 ____________________________________________________________________________
30573 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
30574         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
30575              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30576              Date: Sat, 29 Sep 2001 23:54:48 +0200
30577              Message-ID: <20010929235448.A5017@rafael>
30578      Branch: perl
30579            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
30580 ____________________________________________________________________________
30581 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
30582         Log: FAQ sync.
30583      Branch: perl
30584            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
30585            ! pod/perlfaq9.pod
30586 ____________________________________________________________________________
30587 [ 12273] By: bailey                                on 2001/09/29  23:43:46
30588         Log: Resync with mainline
30589      Branch: vmsperl
30590           +> (branch 1207 files)
30591            - (delete 324 files)
30592           !> (integrate 866 files)
30593 ____________________________________________________________________________
30594 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
30595         Log: Nasty recursion trap if one would match Unicode.
30596      Branch: perl
30597            ! lib/utf8_heavy.pl
30598 ____________________________________________________________________________
30599 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
30600         Log: More Unicode todo.
30601      Branch: perl
30602            ! pod/perltodo.pod
30603 ____________________________________________________________________________
30604 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
30605         Log: Explain a bit the new more flexible \p\P syntax.
30606      Branch: perl
30607            ! pod/perlunicode.pod
30608 ____________________________________________________________________________
30609 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
30610         Log: More leniency to the \p and \P: now can have whitespace
30611              between the property definition and the curlies; now can
30612              invert the property by having a caret between the open
30613              curly and the property.
30614      Branch: perl
30615            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
30616 ____________________________________________________________________________
30617 [ 12268] By: nick                                  on 2001/09/29  17:39:26
30618         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
30619              one test (lib/open.t) fails
30620      Branch: perlio
30621           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
30622           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
30623           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
30624           +> lib/Tie/Scalar.t lib/open.t
30625            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
30626            - ext/B/Stash.t
30627           !> (integrate 62 files)
30628 ____________________________________________________________________________
30629 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
30630         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
30631      Branch: perl
30632            ! t/op/chdir.t
30633 ____________________________________________________________________________
30634 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
30635         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
30636              From: "Craig A. Berry" <craigberry@mac.com> 
30637              Date: Sat, 29 Sep 2001 09:35:33 -0500
30638              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
30639      Branch: perl
30640            ! t/op/chdir.t
30641 ____________________________________________________________________________
30642 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
30643         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
30644              From: "chromatic" <chromatic@rmci.net>
30645              Date: Fri, 28 Sep 2001 21:20:12 -0600
30646              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
30647      Branch: perl
30648            + lib/Tie/Scalar.t
30649            ! MANIFEST lib/Tie/Scalar.pm
30650 ____________________________________________________________________________
30651 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
30652         Log: Allow for more flexibility in the \p{In...} names, now
30653              case doesn't matter, and any space or dash can be
30654              matched by any space, dash, underbar, or empty.
30655              (may be going too far on leniency)
30656      Branch: perl
30657            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
30658            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
30659            ! t/op/pat.t
30660 ____________________________________________________________________________
30661 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
30662         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
30663              From: "chromatic" <chromatic@rmci.net>
30664              Date: Fri, 28 Sep 2001 17:39:50 -0600
30665              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
30666      Branch: perl
30667            + lib/open.t
30668            ! MANIFEST
30669 ____________________________________________________________________________
30670 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
30671         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
30672              From: "Craig A. Berry" <craigberry@mac.com>
30673              Date: Fri, 28 Sep 2001 16:24:51 -0500
30674              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
30675      Branch: perl
30676            ! ext/File/Glob/t/basic.t
30677 ____________________________________________________________________________
30678 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
30679         Log: Subject: [DOC PATCH] Carp.pm pod typo
30680              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30681              Date: Fri, 28 Sep 2001 23:14:51 +0200
30682              Message-ID: <20010928231451.E16889@rafael>
30683      Branch: perl
30684            ! lib/Carp.pm
30685 ____________________________________________________________________________
30686 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
30687         Log: Subject: [PATCH] Allow an @INC hook to set %INC
30688              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30689              Date: Fri, 28 Sep 2001 22:18:13 +0200
30690              Message-ID: <20010928221813.A16889@rafael>
30691      Branch: perl
30692            ! pp_ctl.c
30693 ____________________________________________________________________________
30694 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
30695         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
30696              From: Nicholas Clark <nick@ccl4.org>
30697              Date: Fri, 28 Sep 2001 23:39:33 +0100
30698              Message-ID: <20010928233933.C23673@plum.flirble.org>
30699      Branch: perl
30700            ! embed.h embed.pl sv.h
30701 ____________________________________________________________________________
30702 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
30703         Log: Update Changes.
30704      Branch: perl
30705            ! Changes patchlevel.h
30706 ____________________________________________________________________________
30707 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
30708         Log: Move the B tests to B/t.
30709      Branch: perl
30710            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
30711            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
30712            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
30713            - ext/B/Showlex.t ext/B/Stash.t
30714            ! MANIFEST
30715 ____________________________________________________________________________
30716 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
30717         Log: Forgot from #12254.
30718      Branch: perl
30719            + ext/B/B/Terse.t
30720 ____________________________________________________________________________
30721 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
30722         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
30723              From: "chromatic" <chromatic@rmci.net>
30724              Date: Thu, 27 Sep 2001 23:22:17 -0600
30725              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
30726      Branch: perl
30727            ! MANIFEST
30728 ____________________________________________________________________________
30729 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
30730         Log: Test numbering mismatch.
30731      Branch: perl
30732            ! t/op/chdir.t
30733 ____________________________________________________________________________
30734 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
30735         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
30736              From: "Craig A. Berry" <craigberry@mac.com>
30737              Date: Wed, 26 Sep 2001 17:43:14 -0500
30738              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
30739      Branch: perl
30740            ! iperlsys.h t/op/chdir.t
30741 ____________________________________________________________________________
30742 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
30743         Log: Subject: [PATCH gv.c] make __ANON__ global
30744              From: Robin Barker <rmb1@cise.npl.co.uk>
30745              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
30746              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
30747      Branch: perl
30748            ! gv.c t/op/anonsub.t t/op/runlevel.t
30749 ____________________________________________________________________________
30750 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
30751         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
30752              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30753              Date: Thu, 27 Sep 2001 22:34:32 +0200
30754              Message-ID: <20010927223432.A1485@rafael>
30755      Branch: perl
30756            ! ext/B/B/Terse.pm
30757 ____________________________________________________________________________
30758 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
30759         Log: (retracted by #12338)
30760              
30761              Subject: [PATCH] Cleanup of perldsc.pod      
30762              From: Casey West <casey@geeknest.com>
30763              Date: Thu, 27 Sep 2001 11:13:17 -0400
30764              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
30765      Branch: perl
30766            ! pod/perldsc.pod
30767 ____________________________________________________________________________
30768 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
30769         Log: Not everyone is using ithreads...
30770      Branch: perl
30771            ! ext/Devel/Peek/Peek.t
30772 ____________________________________________________________________________
30773 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
30774         Log: Document the nss_delete core dump workaround for HP-UX
30775              and Solaris, bug IDs 20010805.018 and 20010629.004.
30776      Branch: perl
30777            ! README.hpux README.solaris
30778 ____________________________________________________________________________
30779 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
30780         Log: Dump Unicode hash keys also as Unicode,
30781              not just as a byte string.
30782      Branch: perl
30783            ! dump.c ext/Devel/Peek/Peek.t
30784 ____________________________________________________________________________
30785 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
30786         Log: Integrate changes #12241 and #12242 from macperl:
30787              
30788              Remove unneeded disabling of umask() calls
30789              
30790              Note (get|set)sockopt are available.
30791      Branch: perl
30792           !> lib/File/Temp.pm pod/perlport.pod
30793 ____________________________________________________________________________
30794 [ 12244] By: sky                                   on 2001/09/27  08:53:00
30795         Log: Flush buffers on thread closedown.
30796      Branch: perl
30797            ! ext/threads/threads.xs
30798 ____________________________________________________________________________
30799 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
30800         Log: Dump SvUTF8(sv)s also as \x{...}.
30801              
30802              TODO: dump the SvUTF8() hash keys similarly. 
30803      Branch: perl
30804            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
30805 ____________________________________________________________________________
30806 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
30807         Log: Note (get|set)sockopt are available.
30808      Branch: maint-5.6/macperl
30809            ! pod/perlport.pod
30810 ____________________________________________________________________________
30811 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
30812         Log: Remove unneeded disabling of umask() calls
30813      Branch: maint-5.6/macperl
30814            ! lib/File/Temp.pm
30815 ____________________________________________________________________________
30816 [ 12240] By: sky                                   on 2001/09/26  18:44:56
30817         Log: Documention update
30818      Branch: perl
30819            ! ext/threads/threads.pm
30820 ____________________________________________________________________________
30821 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
30822         Log: Update Changes.
30823      Branch: perl
30824            ! Changes patchlevel.h
30825 ____________________________________________________________________________
30826 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
30827         Log: Check that all environment variables are tainted.
30828      Branch: perl
30829            ! t/op/taint.t
30830 ____________________________________________________________________________
30831 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
30832         Log: Manual integration error in #12235.
30833      Branch: perl
30834            ! lib/File/DosGlob.t
30835 ____________________________________________________________________________
30836 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
30837         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
30838              From: "chromatic" <chromatic@rmci.net>
30839              Date: Tue, 25 Sep 2001 23:57:07 -0600
30840              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
30841      Branch: perl
30842            ! perlio.c
30843 ____________________________________________________________________________
30844 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
30845         Log: Integrate macperl changes from Chris Nandor:
30846              12192 11817 11815 11813 11778 11775
30847              
30848              Update CPAN.pm to work with new Mac::BuildTools instead
30849              of ExtUtils::MM_MacOS "orphan" functions
30850              
30851              Fix test
30852              
30853              Make syntax check report in MPW style, fix tests
30854              to use Mac::err=unix to get normal-style error
30855              messages.
30856              
30857              More module and test ports from Thomas Wegner et al
30858              
30859              Fix open of /dev/null for Mac OS
30860              
30861              Allow for platforms to override formatting of errors
30862              on output from Matthias Neeracher (core files)
30863      Branch: perl
30864            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
30865            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
30866            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
30867           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
30868           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
30869           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
30870 ____________________________________________________________________________
30871 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
30872         Log: grrr.
30873      Branch: perl
30874            ! t/op/gv.t
30875 ____________________________________________________________________________
30876 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
30877         Log: Retract #12232.
30878      Branch: perl
30879            ! t/op/gv.t
30880 ____________________________________________________________________________
30881 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
30882         Log: (Retracted by #12233.)
30883      Branch: perl
30884            ! t/op/gv.t
30885 ____________________________________________________________________________
30886 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
30887         Log: Detypo.
30888      Branch: perl
30889            ! ext/Encode/Makefile.PL
30890 ____________________________________________________________________________
30891 [ 12230] By: sky                                   on 2001/09/26  11:36:23
30892         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
30893              We are using a "delay" here because we do not want to depend on thread synchronization issues.
30894      Branch: perl
30895            + ext/threads/t/stress_cv.t
30896            ! MANIFEST ext/threads/t/stress_string.t
30897 ____________________________________________________________________________
30898 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
30899         Log: NetWare tweak from Ananth Kesari.
30900      Branch: perl
30901            ! NetWare/t/Readme.txt
30902 ____________________________________________________________________________
30903 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
30904         Log: Trick to fool case-blind filesystems.
30905      Branch: perl
30906            ! ext/Encode/Makefile.PL
30907 ____________________________________________________________________________
30908 [ 12227] By: sky                                   on 2001/09/26  11:06:50
30909         Log: Threads can start executing in a different order than they were
30910              created.... so we cannot ok() inside the threadstarter.
30911      Branch: perl
30912            ! ext/threads/t/stress_string.t
30913 ____________________________________________________________________________
30914 [ 12226] By: sky                                   on 2001/09/26  07:41:45
30915         Log: Add in stress_string.t to stress test threads a bit more.
30916      Branch: perl
30917            + ext/threads/t/stress_string.t
30918            ! MANIFEST
30919 ____________________________________________________________________________
30920 [ 12225] By: sky                                   on 2001/09/26  07:04:21
30921         Log: Fix negative refcount introduced by #12223.
30922      Branch: perl
30923            ! ext/threads/threads.xs
30924 ____________________________________________________________________________
30925 [ 12224] By: sky                                   on 2001/09/26  06:57:58
30926         Log: Update documentation to match change #12223
30927      Branch: perl
30928            ! sharedsv.c
30929 ____________________________________________________________________________
30930 [ 12223] By: sky                                   on 2001/09/26  06:54:32
30931         Log: Use a separate interpreter for the sharedsv space. Another
30932              negative sv leak. Sigh.
30933      Branch: perl
30934            ! sharedsv.c
30935 ____________________________________________________________________________
30936 [ 12222] By: sky                                   on 2001/09/26  05:58:35
30937         Log: Do the environ assignment in perl_contruct to match perl_destruct.
30938              Now we don't need to perl_parse/perl_run. However environ is a
30939              global....
30940      Branch: perl
30941            ! perl.c
30942 ____________________________________________________________________________
30943 [ 12221] By: sky                                   on 2001/09/26  05:41:02
30944         Log: Move the creation of PL_strtab to perl_construct so we can work
30945              with HV and HEs without running perl_parse.
30946      Branch: perl
30947            ! perl.c
30948 ____________________________________________________________________________
30949 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
30950         Log: integrate macperl changes into maint-5.6
30951      Branch: maint-5.6/perl
30952           !> (integrate 26 files)
30953 ____________________________________________________________________________
30954 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
30955         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
30956              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
30957      Branch: maint-5.6/macperl
30958            ! macos/ext/Mac/Fonts/Fonts.xs
30959            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
30960 ____________________________________________________________________________
30961 [ 12218] By: ams                                   on 2001/09/25  23:31:33
30962         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
30963              From: Nicholas Clark <nick@ccl4.org>
30964              Date: Wed, 26 Sep 2001 01:20:20 +0100
30965              Message-Id: <20010926012020.B48092@plum.flirble.org>
30966      Branch: perl
30967            ! lib/AutoSplit.t
30968 ____________________________________________________________________________
30969 [ 12217] By: ams                                   on 2001/09/25  22:33:05
30970         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
30971              From: "Craig A. Berry" <craigberry@mac.com>
30972              Date: Tue, 25 Sep 2001 18:08:42 -0500
30973              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
30974      Branch: perl
30975            ! vms/vms.c
30976 ____________________________________________________________________________
30977 [ 12216] By: ams                                   on 2001/09/25  21:41:01
30978         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
30979              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
30980              From: Michael G Schwern <schwern@pobox.com>
30981              Date: Wed, 26 Sep 2001 00:38:21 -0400
30982              Message-Id: <20010926003821.A627@blackrider>
30983      Branch: perl
30984            ! lib/AutoSplit.t
30985 ____________________________________________________________________________
30986 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
30987         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
30988              From: Michael G Schwern <schwern@pobox.com>
30989              Date: Tue, 25 Sep 2001 17:43:49 -0400
30990              Message-ID: <20010925174349.B19534@blackrider>
30991      Branch: perl
30992            ! lib/Test/Simple.pm lib/Test/Utils.pm
30993 ____________________________________________________________________________
30994 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
30995         Log: Integrate changes from bleadperl.
30996      Branch: maint-5.6/macperl
30997           !> pod/perlport.pod
30998 ____________________________________________________________________________
30999 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
31000         Log: skip($mess) should result in one skip.
31001      Branch: perl
31002            ! t/test.pl
31003 ____________________________________________________________________________
31004 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
31005         Log: Integrate change #12200 from maintperl.
31006      Branch: maint-5.6/macperl
31007           !> win32/perlhost.h
31008 ____________________________________________________________________________
31009 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
31010         Log: Fix file types to "apple"
31011      Branch: maint-5.6/macperl
31012            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
31013            ! macos/ext/Mac/SAT/t/Collision.rsrc
31014 ____________________________________________________________________________
31015 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
31016         Log: Fix rsrc file as snd file; fix path in t file.
31017      Branch: maint-5.6/macperl
31018            ! macos/ext/Mac/Notification/t/Notification.rsrc
31019            ! macos/ext/Mac/Notification/t/Notification.t
31020 ____________________________________________________________________________
31021 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
31022         Log: Sync up with File::Find from bleadperl.
31023      Branch: maint-5.6/macperl
31024            ! lib/File/Find.pm t/lib/filefind-taint.t
31025 ____________________________________________________________________________
31026 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
31027         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
31028              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
31029              of hundreds)
31030      Branch: maint-5.6/macperl
31031            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
31032            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
31033            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
31034 ____________________________________________________________________________
31035 [ 12207] By: nick                                  on 2001/09/25  19:04:36
31036         Log: Integrate mainline (untested while modem is up)
31037      Branch: perlio
31038           +> lib/AutoSplit.t t/test.pl
31039            - lib/warnings/register.t
31040           !> (integrate 28 files)
31041 ____________________________________________________________________________
31042 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
31043         Log: perldiag entry for #12205.
31044      Branch: perl
31045            ! pod/perldiag.pod
31046 ____________________________________________________________________________
31047 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
31048         Log: Subject: [PATCH] warning on v-string in use/require
31049              From: John Peacock <jpeacock@rowman.com>
31050              Date: Mon, 24 Sep 2001 17:29:03 -0400
31051              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
31052      Branch: perl
31053            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
31054 ____________________________________________________________________________
31055 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
31056         Log: perltooc et al updates.
31057      Branch: perl
31058            ! plan9/mkfile pod/roffitall
31059 ____________________________________________________________________________
31060 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
31061         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
31062              From: Michael G Schwern <schwern@pobox.com>
31063              Date: Sun, 23 Sep 2001 00:07:12 -0400
31064              Message-ID: <20010923000712.A7005@blackrider>
31065      Branch: perl
31066            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
31067 ____________________________________________________________________________
31068 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
31069         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
31070              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31071              Date: Wed, 26 Sep 2001 01:25:10 +0900
31072              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
31073      Branch: perl
31074            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
31075            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
31076            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
31077 ____________________________________________________________________________
31078 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
31079         Log: Integrate change #12200 from maintperl;
31080              on windows, virtualized environment could propagate deleted variables
31081              into children if they happen to be at the very end of the table
31082      Branch: perl
31083           !> win32/perlhost.h
31084 ____________________________________________________________________________
31085 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
31086         Log: on windows, virtualized environment could propagate deleted variables
31087              into children if they happen to be at the very end of the table
31088              (thanks for succinct test case from Johan Holmberg, and fix from
31089              Doug Lankshear)
31090      Branch: maint-5.6/perl
31091            ! win32/perlhost.h
31092 ____________________________________________________________________________
31093 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
31094         Log: avoid the use of ftime() (it does a useless, potentially
31095              expensive call to GetTimeZoneInformation()); this potentially
31096              also results in three more digits of precision from
31097              Time::HiRes::time()
31098      Branch: perl
31099            ! ext/Time/HiRes/HiRes.xs
31100 ____________________________________________________________________________
31101 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
31102         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
31103              
31104              Note: io/binmode is failing, have to figure out why.
31105      Branch: perl
31106            + t/test.pl
31107            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
31108            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
31109            ! t/run/exit.t
31110 ____________________________________________________________________________
31111 [ 12197] By: ams                                   on 2001/09/25  13:48:55
31112         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
31113              From: Nicholas Clark <nick@ccl4.org>
31114              Date: Tue, 25 Sep 2001 00:37:40 +0100
31115              Message-Id: <20010925003740.S4971@plum.flirble.org>
31116              (Further changes expected.)
31117      Branch: perl
31118            + lib/AutoSplit.t
31119            ! MANIFEST
31120 ____________________________________________________________________________
31121 [ 12196] By: sky                                   on 2001/09/25  13:37:12
31122         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
31123              _ftime to try and be more robust.
31124      Branch: perl
31125            ! ext/Time/HiRes/HiRes.xs
31126 ____________________________________________________________________________
31127 [ 12194] By: ams                                   on 2001/09/25  11:40:00
31128         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
31129              From: "Craig A. Berry" <craigberry@mac.com>
31130              Date: Mon, 24 Sep 2001 17:54:20 -0500
31131              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
31132      Branch: perl
31133            ! vms/descrip_mms.template
31134 ____________________________________________________________________________
31135 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
31136         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
31137              not working, cursor not spinning (Bug #422129); external
31138              editor problems (Bug #456329); escape/cmd-. not activating
31139              "Cancel" in Save dialog box (Bug #446960); Runtimes not
31140              executing on launch (Bug #464441).
31141      Branch: maint-5.6/macperl
31142            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
31143            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
31144            ! macos/macperl/MacPerl.r
31145 ____________________________________________________________________________
31146 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
31147         Log: Update CPAN.pm to work with new Mac::BuildTools instead
31148              of ExtUtils::MM_MacOS "orphan" functions
31149      Branch: maint-5.6/macperl
31150            ! lib/CPAN.pm
31151 ____________________________________________________________________________
31152 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
31153         Log: Fix up another xsubpp problem (Matthias Neeracher)
31154      Branch: maint-5.6/macperl
31155            ! macos/xsubpp
31156 ____________________________________________________________________________
31157 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
31158         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
31159      Branch: maint-5.6/macperl
31160            ! macos/lib/ExtUtils/MM_MacOS.pm
31161 ____________________________________________________________________________
31162 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
31163         Log: Fix up Makefiles for more Mac:: modules (and prepare for
31164              static build ...?)
31165      Branch: maint-5.6/macperl
31166            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
31167            ! macos/macperl/Makefile.mk
31168 ____________________________________________________________________________
31169 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
31170         Log: Fix up tests
31171      Branch: maint-5.6/macperl
31172            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
31173 ____________________________________________________________________________
31174 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
31175         Log: Make malloc smarter, fix bugs.  (Bug #404030)
31176      Branch: maint-5.6/macperl
31177            ! macos/icemalloc.c macos/icemalloc.h
31178 ____________________________________________________________________________
31179 [ 12186] By: nick                                  on 2001/09/24  19:18:17
31180         Log: Integrate mainline
31181      Branch: perlio
31182           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
31183           +> lib/filetest.t
31184           !> (integrate 30 files)
31185 ____________________________________________________________________________
31186 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
31187         Log: Retract #12136, the warnings::register is already
31188              tested by t/lib/warnings/9enabled, as pointed out
31189              by Paul Marquess.
31190      Branch: perl
31191            - lib/warnings/register.t
31192            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
31193 ____________________________________________________________________________
31194 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
31195         Log: fix Time::HiRes implementation of gettimeofday() on windows
31196              (HiRes.t#14 now passes)
31197      Branch: perl
31198            ! ext/Time/HiRes/HiRes.xs
31199 ____________________________________________________________________________
31200 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
31201         Log: File::Spec::catfile() canonifies everything to blackslashes on
31202              windows :-(
31203      Branch: perl
31204            ! lib/ExtUtils/Manifest.t
31205 ____________________________________________________________________________
31206 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
31207         Log: test number mismatch
31208      Branch: perl
31209            ! t/op/magic.t
31210 ____________________________________________________________________________
31211 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
31212         Log: ok().
31213      Branch: perl
31214            ! t/op/pack.t
31215 ____________________________________________________________________________
31216 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
31217         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
31218              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
31219      Branch: perl
31220            ! pp_pack.c t/op/pack.t
31221 ____________________________________________________________________________
31222 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
31223         Log: Update Changes.
31224      Branch: perl
31225            ! Changes patchlevel.h
31226 ____________________________________________________________________________
31227 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
31228         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
31229              From: Michael G Schwern <schwern@pobox.com>
31230              Date: Mon, 24 Sep 2001 11:12:13 -0400
31231              Message-ID: <20010924111213.G27885@blackrider>
31232      Branch: perl
31233            ! lib/ExtUtils/Manifest.pm
31234 ____________________________________________________________________________
31235 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
31236         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
31237              From: Michael G Schwern <schwern@pobox.com> 
31238              Date: Mon, 24 Sep 2001 11:02:07 -0400
31239              Message-ID: <20010924110207.E27885@blackrider>
31240      Branch: perl
31241            ! vms/test.com
31242 ____________________________________________________________________________
31243 [ 12176] By: ams                                   on 2001/09/24  14:01:59
31244         Log: Update Changes.
31245      Branch: perl
31246            ! Changes
31247 ____________________________________________________________________________
31248 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
31249         Log: Various cleanups.
31250      Branch: perl
31251            ! ext/threads/Makefile.PL ext/threads/threads.xs
31252 ____________________________________________________________________________
31253 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
31254         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
31255      Branch: maint-5.6/macperl
31256           !> (integrate 33 files)
31257 ____________________________________________________________________________
31258 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
31259         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
31260              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31261              Date: Mon, 24 Sep 2001 20:04:58 +0900
31262              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
31263      Branch: perl
31264            ! ext/Encode/Encode/gb2312.enc
31265 ____________________________________________________________________________
31266 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
31267         Log: Clarifying comment to #12164.
31268      Branch: perl
31269            ! lib/Cwd.pm
31270 ____________________________________________________________________________
31271 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
31272         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
31273              From: Nicholas Clark <nick@ccl4.org>
31274              Date: Sun, 23 Sep 2001 23:00:56 +0100
31275              Message-ID: <20010923230055.Y4971@plum.flirble.org>
31276              
31277              (with "sample_constants" changed to "fallback")
31278      Branch: perl
31279            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
31280            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
31281            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
31282            ! lib/h2xs.t utils/h2xs.PL
31283 ____________________________________________________________________________
31284 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
31285         Log: Metaconfig unit change for #12167.
31286      Branch: metaconfig
31287            ! U/modified/Cppsym.U
31288 ____________________________________________________________________________
31289 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
31290         Log: Add a few glibc cpp symbols to probe for.
31291      Branch: perl
31292            ! Configure
31293 ____________________________________________________________________________
31294 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
31295         Log: DJGPP tweaks for Laszlo Molnar.
31296      Branch: perl
31297            ! djgpp/djgppsed.sh dosish.h
31298 ____________________________________________________________________________
31299 [ 12165] By: ams                                   on 2001/09/24  10:07:08
31300         Log: Subject: [PATCH t/op/inccode.t] More tests
31301              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31302              Date: 24 Sep 2001 10:01:44 -0000
31303              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
31304      Branch: perl
31305            ! t/op/inccode.t
31306 ____________________________________________________________________________
31307 [ 12164] By: ams                                   on 2001/09/24  09:43:29
31308         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
31309              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
31310              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
31311              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
31312      Branch: perl
31313            ! lib/Cwd.pm
31314 ____________________________________________________________________________
31315 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
31316         Log: 1_compile updates.
31317      Branch: perl
31318            ! t/lib/1_compile.t
31319 ____________________________________________________________________________
31320 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
31321         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
31322              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31323              Date: Wed, 19 Sep 2001 22:47:14 +0200
31324              Message-ID: <20010919224714.A6382@rafael>
31325      Branch: perl
31326            ! pod/perlvar.pod pp_ctl.c
31327 ____________________________________________________________________________
31328 [ 12161] By: ams                                   on 2001/09/23  17:40:02
31329         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
31330              filetest Pragma
31331              From: "chromatic" <chromatic@rmci.net>
31332              Date: Sun, 23 Sep 2001 12:07:25 -0600
31333              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
31334      Branch: perl
31335            + lib/filetest.t
31336            ! MANIFEST t/lib/1_compile.t
31337 ____________________________________________________________________________
31338 [ 12160] By: ams                                   on 2001/09/23  16:32:11
31339         Log: Additional minor chdir() tweak.
31340      Branch: perl
31341            ! pod/perlfunc.pod
31342 ____________________________________________________________________________
31343 [ 12159] By: ams                                   on 2001/09/23  16:25:01
31344         Log: Subject: PATCH lib/ExtUtils/Command.t
31345              From: Abe Timmerman <abe@ztreet.demon.nl>
31346              Date: Sun, 23 Sep 2001 19:11:44 +0200
31347              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
31348      Branch: perl
31349            ! lib/ExtUtils/Command.t
31350 ____________________________________________________________________________
31351 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
31352         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
31353              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
31354              Date: Sun, 23 Sep 2001 02:02:26 +0200
31355              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
31356      Branch: perl
31357            ! makedef.pl
31358 ____________________________________________________________________________
31359 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
31360         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
31361              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
31362              Date: Sat, 22 Sep 2001 12:54:39 -0500
31363              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
31364      Branch: perl
31365            ! t/op/study.t
31366 ____________________________________________________________________________
31367 [ 12156] By: nick                                  on 2001/09/23  07:48:44
31368         Log: Integrate mainline
31369      Branch: perlio
31370            - check83.pl
31371           !> ext/Encode/Encode/2022-cn.enc
31372 ____________________________________________________________________________
31373 [ 12155] By: nick                                  on 2001/09/23  07:48:01
31374         Log: Integrate mainline
31375      Branch: perlio
31376           +> (branch 64 files)
31377            - ext/Encode/Encode/cns11643-1.enc
31378            - ext/Encode/Encode/cns11643-2.enc
31379            - ext/Encode/Encode/iso2022-cn.enc
31380            - ext/Encode/Encode/iso2022-jp.enc
31381            - ext/Encode/Encode/iso2022-jp1.enc
31382            - ext/Encode/Encode/iso2022-jp2.enc
31383            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
31384            - ext/Encode/Encode/iso8859-1.enc
31385            - ext/Encode/Encode/iso8859-1.ucm
31386            - ext/Encode/Encode/iso8859-10.enc
31387            - ext/Encode/Encode/iso8859-10.ucm
31388            - ext/Encode/Encode/iso8859-13.enc
31389            - ext/Encode/Encode/iso8859-13.ucm
31390            - ext/Encode/Encode/iso8859-14.enc
31391            - ext/Encode/Encode/iso8859-14.ucm
31392            - ext/Encode/Encode/iso8859-15.enc
31393            - ext/Encode/Encode/iso8859-15.ucm
31394            - ext/Encode/Encode/iso8859-16.enc
31395            - ext/Encode/Encode/iso8859-16.ucm
31396            - ext/Encode/Encode/iso8859-2.enc
31397            - ext/Encode/Encode/iso8859-2.ucm
31398            - ext/Encode/Encode/iso8859-3.enc
31399            - ext/Encode/Encode/iso8859-3.ucm
31400            - ext/Encode/Encode/iso8859-4.enc
31401            - ext/Encode/Encode/iso8859-4.ucm
31402            - ext/Encode/Encode/iso8859-5.enc
31403            - ext/Encode/Encode/iso8859-5.ucm
31404            - ext/Encode/Encode/iso8859-6.enc
31405            - ext/Encode/Encode/iso8859-6.ucm
31406            - ext/Encode/Encode/iso8859-7.enc
31407            - ext/Encode/Encode/iso8859-7.ucm
31408            - ext/Encode/Encode/iso8859-8.enc
31409            - ext/Encode/Encode/iso8859-8.ucm
31410            - ext/Encode/Encode/iso8859-9.enc
31411            - ext/Encode/Encode/iso8859-9.ucm
31412            - ext/Encode/Encode/isoir-197.enc
31413            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
31414            - t/lib/sample-tests/header_at_end
31415            - t/lib/sample-tests/header_at_end_fail
31416           !> (integrate 174 files)
31417 ____________________________________________________________________________
31418 [ 12154] By: ams                                   on 2001/09/23  07:11:46
31419         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
31420              by Blair Zajac.
31421      Branch: perl
31422            ! pod/perlfunc.pod
31423 ____________________________________________________________________________
31424 [ 12153] By: ams                                   on 2001/09/23  06:56:32
31425         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
31426              Forgotten deprecation of *glob{FILEHANDLE}?
31427              From: "chromatic" <chromatic@rmci.net>
31428              Date: Sat, 22 Sep 2001 21:27:56 -0600
31429              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
31430      Branch: perl
31431            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
31432 ____________________________________________________________________________
31433 [ 12152] By: ams                                   on 2001/09/23  06:42:58
31434         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
31435              From: Michael G Schwern <schwern@pobox.com>
31436              Date: Sun, 23 Sep 2001 03:34:39 -0400
31437              Message-Id: <20010923033439.E7005@blackrider>
31438      Branch: perl
31439            ! lib/File/Find.pm
31440 ____________________________________________________________________________
31441 [ 12151] By: ams                                   on 2001/09/23  06:37:57
31442         Log: Subject: Re: t/op/magic.t missing tests on Win32
31443              From: Michael G Schwern <schwern@pobox.com>
31444              Date: Sat, 22 Sep 2001 20:29:09 -0400
31445              Message-Id: <20010922202909.I18223@blackrider>
31446      Branch: perl
31447            ! t/op/magic.t
31448 ____________________________________________________________________________
31449 [ 12150] By: ams                                   on 2001/09/23  06:36:26
31450         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
31451              Dumpvalue.pm
31452              From: "chromatic" <chromatic@rmci.net>
31453              Date: Sat, 22 Sep 2001 19:41:31 -0600
31454              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
31455      Branch: perl
31456            + lib/Dumpvalue.t
31457            ! MANIFEST lib/Dumpvalue.pm
31458 ____________________________________________________________________________
31459 [ 12149] By: ams                                   on 2001/09/23  06:25:35
31460         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
31461              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31462              Date: Sun, 23 Sep 2001 15:27:56 +0900
31463              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
31464      Branch: perl
31465            ! ext/Encode/Encode/2022-cn.enc
31466 ____________________________________________________________________________
31467 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
31468         Log: Manual eror in #12147.
31469      Branch: perl
31470            ! win32/win32.c
31471 ____________________________________________________________________________
31472 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
31473         Log: Integrate change #12146 from maintperl;
31474              win32_chdir() et al don't handle a NULL argument gracefully
31475      Branch: perl
31476           !> win32/perlhost.h win32/win32.c
31477 ____________________________________________________________________________
31478 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
31479         Log: win32_chdir() et al don't handle a NULL argument gracefully
31480      Branch: maint-5.6/perl
31481            ! win32/perlhost.h win32/win32.c
31482 ____________________________________________________________________________
31483 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
31484         Log: typo in change#12026
31485      Branch: maint-5.6/perl
31486            ! op.c
31487 ____________________________________________________________________________
31488 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
31489         Log: Subject: [PATCH] Re: scalar context unpack bugs
31490              From: Nicholas Clark <nick@ccl4.org>
31491              Date: Sat, 22 Sep 2001 23:07:56 +0100
31492              Message-ID: <20010922230755.O4971@plum.flirble.org>
31493      Branch: perl
31494            ! pp_pack.c t/op/pack.t
31495 ____________________________________________________________________________
31496 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
31497         Log: Try ExtUtils::Command.t everywhere, not just on Win32
31498              (as suggested by NI-S).  Also allow running it either
31499              in t/ or in the main directory.
31500      Branch: perl
31501            ! lib/ExtUtils/Command.t
31502 ____________________________________________________________________________
31503 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
31504         Log: Update the test on warnings/register.t.
31505      Branch: perl
31506            ! t/lib/1_compile.t
31507 ____________________________________________________________________________
31508 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
31509         Log: The code is now almost tidy enough to keep the IRIX cc happy.
31510      Branch: perl
31511            ! hints/irix_6.sh
31512 ____________________________________________________________________________
31513 [ 12140] By: ams                                   on 2001/09/22  17:26:32
31514         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
31515              use_ithreads
31516              From: "Craig A. Berry" <craigberry@mac.com>
31517              Date: Sat, 22 Sep 2001 13:15:32 -0500
31518              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
31519      Branch: perl
31520            ! configure.com
31521 ____________________________________________________________________________
31522 [ 12139] By: ams                                   on 2001/09/22  16:44:08
31523         Log: Do what perl_clone() does for sharedsv functions.
31524      Branch: perl
31525            ! embed.pl proto.h
31526 ____________________________________________________________________________
31527 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
31528         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
31529              (suggested by Sarathy, extensions shouldn't be dabbling with
31530              op structures, so binary backward compatibility should not be
31531              an issue.)
31532      Branch: perl
31533            ! hints/irix_6.sh op.h
31534 ____________________________________________________________________________
31535 [ 12137] By: ams                                   on 2001/09/22  16:21:05
31536         Log: More cleanups. (What's PERL_DECL_PROT?)
31537      Branch: perl
31538            ! embed.pl proto.h sharedsv.h
31539 ____________________________________________________________________________
31540 [ 12136] By: ams                                   on 2001/09/22  15:14:34
31541         Log: (Retracted by #12185)
31542              
31543              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
31544              Add Tests for warnings::register, Doc Update
31545              From: "chromatic" <chromatic@rmci.net>
31546              Date: Sat, 22 Sep 2001 09:43:20 -0600
31547              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
31548      Branch: perl
31549            + lib/warnings/register.t
31550            ! MANIFEST lib/warnings/register.pm
31551 ____________________________________________________________________________
31552 [ 12135] By: ams                                   on 2001/09/22  15:07:50
31553         Log: `@foo' should be @foo for consistency.
31554      Branch: perl
31555            ! pod/perldiag.pod
31556 ____________________________________________________________________________
31557 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
31558         Log: (Retracted by #12138)
31559              
31560              Add -woff (turn warning off) 3187:
31561              "A pointer is converted to a smaller integer."
31562              This happens when your pointers are 64-bit: then every case
31563              of converting pointers to PADOFFSETs (explicitly 32-bit)
31564              faces truncation (even explicit use of INT2PTR doesn't help).
31565              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
31566              Changing PADOFFSET from U32 to UV would help, but that
31567              would break binary backward compatibility of BASEOP and padop
31568              (assuming you have been using 64-bit pointers).
31569      Branch: perl
31570            ! hints/irix_6.sh
31571 ____________________________________________________________________________
31572 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
31573         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
31574              but the name comes from the inside the file, not from the file
31575              name, and Rumanian is the name of the language.
31576      Branch: perl
31577            + ext/Encode/Encode/macRumanian.enc
31578            - ext/Encode/Encode/macRomania.enc
31579            ! MANIFEST
31580 ____________________________________________________________________________
31581 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
31582         Log: Rename perltootc as perltooc for 8.3-friedliness.
31583      Branch: perl
31584            + pod/perltooc.pod
31585            - pod/perltootc.pod
31586            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
31587            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
31588            ! pod/perltoot.pod
31589 ____________________________________________________________________________
31590 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
31591         Log: Find more conflicts by lowercasing.
31592      Branch: perl
31593            + Porting/check83.pl
31594            - check83.pl
31595            ! MANIFEST
31596 ____________________________________________________________________________
31597 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
31598         Log: The AIX cc 5.0.0.0 is simply too buggy.
31599      Branch: perl
31600            ! hints/aix.sh
31601 ____________________________________________________________________________
31602 [ 12129] By: ams                                   on 2001/09/22  12:35:38
31603         Log: Uninteresting cleanup.
31604      Branch: perl
31605            ! form.h
31606 ____________________________________________________________________________
31607 [ 12128] By: ams                                   on 2001/09/22  12:28:48
31608         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
31609              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
31610              Date: Sat, 22 Sep 2001 14:29:13 +0100
31611              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
31612      Branch: perl
31613            ! cv.h
31614 ____________________________________________________________________________
31615 [ 12127] By: ams                                   on 2001/09/22  12:04:28
31616         Log: What's a backet?
31617      Branch: perl
31618            ! dump.c
31619 ____________________________________________________________________________
31620 [ 12126] By: ams                                   on 2001/09/22  10:02:34
31621         Log: Removed duplicated tests #19 and #20.
31622      Branch: perl
31623            ! t/op/do.t
31624 ____________________________________________________________________________
31625 [ 12125] By: ams                                   on 2001/09/22  03:58:41
31626         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
31627              From: Michael Carman <mjcarman@home.com>
31628              Date: Fri, 21 Sep 2001 17:54:05 -0500
31629              Message-Id: <3BABC50D.6040202@home.com>
31630              (Applied with some changes.)
31631      Branch: perl
31632            ! pod/perlmod.pod
31633 ____________________________________________________________________________
31634 [ 12124] By: ams                                   on 2001/09/22  03:44:19
31635         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
31636              From: Michael G Schwern <schwern@pobox.com>
31637              Date: Fri, 21 Sep 2001 19:20:40 -0400
31638              Message-Id: <20010921192040.E5494@blackrider>
31639      Branch: perl
31640            ! t/op/chdir.t
31641 ____________________________________________________________________________
31642 [ 12123] By: ams                                   on 2001/09/22  03:41:08
31643         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
31644              From: Blair Zajac <blair@orcaware.com>
31645              Date: Fri, 21 Sep 2001 15:13:04 -0700
31646              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
31647      Branch: perl
31648            ! t/op/chdir.t
31649 ____________________________________________________________________________
31650 [ 12122] By: ams                                   on 2001/09/22  03:37:07
31651         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
31652              20010920.007
31653              From: Michael G Schwern <schwern@pobox.com>
31654              Date: Fri, 21 Sep 2001 17:59:03 -0400
31655              Message-Id: <20010921175903.V5494@blackrider>
31656      Branch: perl
31657            ! t/op/do.t
31658 ____________________________________________________________________________
31659 [ 12121] By: ams                                   on 2001/09/22  03:30:38
31660         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
31661              suite on WinCE)
31662              From: Michael G Schwern <schwern@pobox.com>
31663              Date: Fri, 21 Sep 2001 19:41:03 -0400
31664              Message-Id: <20010921194103.G5494@blackrider>
31665      Branch: perl
31666            ! pod/perlport.pod
31667 ____________________________________________________________________________
31668 [ 12120] By: ams                                   on 2001/09/22  03:28:06
31669         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
31670              From: Michael G Schwern <schwern@pobox.com>
31671              Date: Fri, 21 Sep 2001 17:33:35 -0400
31672              Message-Id: <20010921173335.T5494@blackrider>
31673              ($ENV{FOO}=undef hunk not applied.)
31674      Branch: perl
31675            ! t/op/magic.t
31676 ____________________________________________________________________________
31677 [ 12119] By: ams                                   on 2001/09/22  03:02:26
31678         Log: Subject: [PATCH] perldiag.pod
31679              From: Peter Scott <Peter@PSDT.com>
31680              Date: Fri, 21 Sep 2001 18:54:50 -0700
31681              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
31682              (Moved to the right place.)
31683      Branch: perl
31684            ! pod/perldiag.pod
31685 ____________________________________________________________________________
31686 [ 12118] By: ams                                   on 2001/09/21  20:05:29
31687         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
31688              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31689              Date: Fri, 21 Sep 2001 22:36:54 +0200
31690              Message-Id: <20010921223654.A12742@rafael>
31691      Branch: perl
31692            ! t/op/do.t
31693 ____________________________________________________________________________
31694 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
31695         Log: Restore things as they were before
31696              the backward compatibility police notices.
31697      Branch: perl
31698            ! lib/Cwd.pm
31699 ____________________________________________________________________________
31700 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
31701         Log: More Cwd from Schwern: make also OS/2 and DOS
31702              Cwd agree with File::Spec (that is, native path
31703              syntax using \ instead of / -- backward compatibility
31704              polic warning) and stop Win32 from using bsd_realpath().
31705      Branch: perl
31706            ! lib/Cwd.pm
31707 ____________________________________________________________________________
31708 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
31709         Log: Subject: [PATCH @12110] RE: Untested libraries update
31710              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
31711              Date: Fri, 21 Sep 2001 18:21:07 +0100
31712              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
31713      Branch: perl
31714            ! lib/warnings/register.pm
31715 ____________________________________________________________________________
31716 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
31717         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
31718              From: Michael G Schwern <schwern@pobox.com>
31719              Date: Thu, 20 Sep 2001 22:54:02 -0400
31720              Message-ID: <20010920225402.A3611@blackrider>
31721      Branch: perl
31722            ! lib/Cwd.pm
31723 ____________________________________________________________________________
31724 [ 12113] By: ams                                   on 2001/09/21  17:08:24
31725         Log: Subject: [PATCH] avoid v-strings with require/use
31726              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31727              Date: Fri, 21 Sep 2001 12:34:40 -0400
31728              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
31729      Branch: perl
31730            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
31731            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
31732            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
31733            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
31734            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
31735            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
31736            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
31737            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
31738            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
31739            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
31740            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
31741            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
31742            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
31743            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
31744            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
31745            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
31746            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
31747            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
31748            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
31749 ____________________________________________________________________________
31750 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
31751         Log: Update Changes.
31752      Branch: perl
31753            ! Changes patchlevel.h
31754 ____________________________________________________________________________
31755 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
31756         Log: Make AIX and Tru64 compilers happy.  
31757      Branch: perl
31758            ! ext/threads/threads.h ext/threads/threads.xs
31759 ____________________________________________________________________________
31760 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
31761         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
31762              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31763              Date: 21 Sep 2001 09:16:37 -0000
31764              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
31765      Branch: perl
31766            ! toke.c
31767 ____________________________________________________________________________
31768 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
31769         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
31770              From: Michael G Schwern <schwern@pobox.com>
31771              Date: Thu, 20 Sep 2001 21:21:34 -0400
31772              Message-ID: <20010920212134.Y28291@blackrider>
31773      Branch: perl
31774            ! pp_sys.c
31775 ____________________________________________________________________________
31776 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
31777         Log: Subject: Re: GDB Debugging Macros from mod_perl
31778              From: rspier@pobox.com (Robert Spier)
31779              Date: Thu, 20 Sep 2001 22:45:03 -0700
31780              Message-ID: <15274.54239.413929.49430@rls.cx>
31781      Branch: perl
31782            ! pod/perltodo.pod
31783 ____________________________________________________________________________
31784 [ 12105] By: sky                                   on 2001/09/21  10:33:34
31785         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
31786              timezone! GetSystemTime should be available on all Win32 
31787              platforms we support. Perhaps Time::HiRes should be extended to
31788              support WinCE and Novell?
31789      Branch: perl
31790            ! ext/Time/HiRes/HiRes.xs
31791 ____________________________________________________________________________
31792 [ 12104] By: sky                                   on 2001/09/21  08:12:39
31793         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
31794      Branch: perl
31795            ! ext/threads/threads.h ext/threads/threads.xs
31796 ____________________________________________________________________________
31797 [ 12103] By: sky                                   on 2001/09/21  07:57:41
31798         Log: Rename the *thread* functions to Perl_* to avoid clashes.
31799              Notably on AIX but could become a problem on other platforms.
31800      Branch: perl
31801            ! ext/threads/threads.h ext/threads/threads.xs
31802 ____________________________________________________________________________
31803 [ 12102] By: sky                                   on 2001/09/21  07:35:30
31804         Log: Add the shared sv space to the global vars.
31805              Fix problems compiling on win32.
31806      Branch: perl
31807            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
31808            ! sharedsv.c sharedsv.h
31809 ____________________________________________________________________________
31810 [ 12101] By: ams                                   on 2001/09/21  00:19:55
31811         Log: Subject: [PATCH] win32/Makefile warning fix
31812              From: Blair Zajac <blair@orcaware.com>
31813              Date: Thu, 20 Sep 2001 18:15:43 -0700
31814              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
31815      Branch: perl
31816            ! win32/Makefile
31817 ____________________________________________________________________________
31818 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
31819         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
31820              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
31821              Date: Thu, 20 Sep 2001 18:36:22 +0200
31822              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
31823      Branch: perl
31824            ! lib/ExtUtils/Command.t
31825 ____________________________________________________________________________
31826 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
31827         Log: Cant spl wirth a dam.
31828      Branch: perl
31829            ! intrpvar.h
31830 ____________________________________________________________________________
31831 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
31832         Log: Don't use C++ comments.
31833      Branch: perl
31834            ! ext/threads/threads.xs
31835 ____________________________________________________________________________
31836 [ 12097] By: ams                                   on 2001/09/20  21:42:07
31837         Log: Change #12044 didn't.
31838      Branch: perl
31839            ! lib/constant.pm
31840 ____________________________________________________________________________
31841 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
31842         Log: Metaconfig unit changes for #12095.
31843      Branch: metaconfig
31844            ! U/modified/Myinit.U U/modified/libs.U
31845 ____________________________________________________________________________
31846 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
31847         Log: Remove iconv references since we are not using it
31848              and not going to; regen perltoc, perlmodlib.
31849              (Some references still linger in perltoc, have to figure
31850              out where they are coming from.)
31851      Branch: perl
31852            ! Configure NetWare/config.wc NetWare/config_H.wc
31853            ! Porting/Glossary Porting/config.sh Porting/config_H
31854            ! config_h.SH configure.com epoc/config.sh perl.h
31855            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
31856            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31857            ! vos/config.ga.h win32/config.bc win32/config.gc
31858            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31859            ! win32/config_H.vc wince/config.ce wince/config.h
31860            ! wince/config_H.ce
31861 ____________________________________________________________________________
31862 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
31863         Log: Subject: [PATCH docs] Re: ARGV and read
31864              From: Dave Mitchell <davem@fdgroup.co.uk>
31865              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
31866              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
31867      Branch: perl
31868            ! pod/perltodo.pod pod/perlvar.pod
31869 ____________________________________________________________________________
31870 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
31871         Log: Fresh copies from the cvs.perl.org perlfaq repository.
31872      Branch: perl
31873            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
31874            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
31875            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
31876            ! pod/perlfaq9.pod
31877 ____________________________________________________________________________
31878 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
31879         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
31880              From: Nicholas Clark <nick@ccl4.org>
31881              Date: Thu, 20 Sep 2001 14:27:08 +0100
31882              Message-ID: <20010920142708.X4971@plum.flirble.org>
31883      Branch: perl
31884            ! pp_pack.c t/op/pack.t
31885 ____________________________________________________________________________
31886 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
31887         Log: The sharedsv_space* are variables, not code.  Duh.
31888      Branch: perl
31889            ! intrpvar.h makedef.pl
31890 ____________________________________________________________________________
31891 [ 12090] By: ams                                   on 2001/09/20  11:26:06
31892         Log: Subject: [patch lib/lib_pm.PL]
31893              From: Stas Bekman <stas@stason.org>
31894              Date: Thu, 20 Sep 2001 18:48:53 +0800
31895              Message-Id: <3BA9C995.6010302@stason.org>
31896              (Applied by hand.)
31897      Branch: perl
31898            ! lib/lib_pm.PL
31899 ____________________________________________________________________________
31900 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
31901         Log: Only 21 tests, skipping or not.
31902      Branch: perl
31903            ! lib/ExtUtils/Command.t
31904 ____________________________________________________________________________
31905 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
31906         Log: New exported symbols.
31907      Branch: perl
31908            ! makedef.pl
31909 ____________________________________________________________________________
31910 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
31911         Log: Update Changes.
31912      Branch: perl
31913            ! Changes patchlevel.h
31914 ____________________________________________________________________________
31915 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
31916         Log: Correct numbering of the tests is useful.
31917      Branch: perl
31918            ! ext/threads/t/basic.t
31919 ____________________________________________________________________________
31920 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
31921         Log: More tests now too.
31922      Branch: perl
31923            ! lib/ExtUtils/Command.t
31924 ____________________________________________________________________________
31925 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
31926         Log: More tests now.
31927      Branch: perl
31928            ! ext/threads/t/basic.t
31929 ____________________________________________________________________________
31930 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
31931         Log: The test assumed 7-bit ASCII.  Now it "just"
31932              assumes 8-bit whatever.
31933      Branch: perl
31934            ! t/op/crypt.t
31935 ____________________________________________________________________________
31936 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
31937         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
31938              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31939              Date: Wed, 19 Sep 2001 11:45:28 +0200
31940              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
31941              
31942              Lvalue casts are not portable.
31943      Branch: perl
31944            ! ext/threads/threads.xs
31945 ____________________________________________________________________________
31946 [ 12081] By: sky                                   on 2001/09/19  10:17:52
31947         Log: Make the basic test contain only realy basic API tests
31948              Seems to be a problem with detach.
31949      Branch: perl
31950            ! ext/threads/t/basic.t
31951 ____________________________________________________________________________
31952 [ 12080] By: ams                                   on 2001/09/19  01:23:55
31953         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
31954              From: Michael G Schwern <schwern@pobox.com>
31955              Date: Tue, 18 Sep 2001 19:53:48 -0400
31956              Message-Id: <20010918195348.M585@blackrider>
31957              
31958              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
31959              From: Michael G Schwern <schwern@pobox.com>
31960              Date: Tue, 18 Sep 2001 22:07:13 -0400
31961              Message-Id: <20010918220713.B19616@blackrider>
31962      Branch: perl
31963            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
31964            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
31965            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
31966            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
31967            ! lib/Test/Tutorial.pod
31968 ____________________________________________________________________________
31969 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
31970         Log: Indent the test a bit.
31971      Branch: perl
31972            ! ext/threads/t/basic.t
31973 ____________________________________________________________________________
31974 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
31975         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
31976              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
31977              Date: Tue, 18 Sep 2001 18:06:44 +0200
31978              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
31979      Branch: perl
31980            ! win32/win32.c
31981 ____________________________________________________________________________
31982 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
31983         Log: Subject: stat access time is wrong on Win95
31984              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
31985              Date: Tue, 18 Sep 2001 21:59:24 +0200
31986              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
31987      Branch: perl
31988            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
31989 ____________________________________________________________________________
31990 [ 12076] By: ams                                   on 2001/09/18  22:11:25
31991         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
31992              From: Michael G Schwern <schwern@pobox.com>
31993              Date: Tue, 18 Sep 2001 18:47:14 -0400
31994              Message-Id: <20010918184714.I585@blackrider>
31995      Branch: perl
31996            ! t/op/crypt.t
31997 ____________________________________________________________________________
31998 [ 12075] By: sky                                   on 2001/09/18  19:29:37
31999         Log: two test failures
32000              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32001              Message-ID: <20010918221702.A17408@rafael>
32002              partly applied, #12074 already fixed half the patch
32003      Branch: perl
32004            ! ext/threads/t/basic.t
32005 ____________________________________________________________________________
32006 [ 12074] By: sky                                   on 2001/09/18  18:49:03
32007         Log: Fixes test case failure introduced by #12071, the warning is
32008              now correctly spelled :-)
32009      Branch: perl
32010            ! ext/IO/lib/IO/t/io_sel.t
32011 ____________________________________________________________________________
32012 [ 12073] By: sky                                   on 2001/09/18  18:46:22
32013         Log: Make the test behave properly!
32014      Branch: perl
32015            ! ext/threads/t/basic.t
32016 ____________________________________________________________________________
32017 [ 12072] By: ams                                   on 2001/09/18  18:44:59
32018         Log: OP_RCATLINE is an SVOP, not a BASEOP.
32019      Branch: perl
32020            ! opcode.h opcode.pl
32021 ____________________________________________________________________________
32022 [ 12071] By: ams                                   on 2001/09/18  18:06:27
32023         Log: Deprecate != Depreciate.
32024      Branch: perl
32025            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
32026            ! lib/Pod/ParseUtils.pm
32027 ____________________________________________________________________________
32028 [ 12070] By: ams                                   on 2001/09/18  15:14:58
32029         Log: Subject: [PATCH] Getopt::Std cleanup
32030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32031              Date: Tue, 18 Sep 2001 17:32:13 +0200
32032              Message-Id: <20010918173213.C777@rafael>
32033      Branch: perl
32034            ! lib/Getopt/Std.pm lib/Getopt/Std.t
32035 ____________________________________________________________________________
32036 [ 12069] By: sky                                   on 2001/09/18  14:56:33
32037         Log: Forgot the makefile
32038      Branch: perl
32039            + ext/threads/Makefile.PL
32040 ____________________________________________________________________________
32041 [ 12068] By: sky                                   on 2001/09/18  14:13:26
32042         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
32043              The test will fail because of Test.pm not knowing about threads. 
32044              basic needs to be manually tested
32045              compile time warnings on IV2PTR conversions need to be fixed
32046      Branch: perl
32047            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
32048            + ext/threads/threads.h ext/threads/threads.pm
32049            + ext/threads/threads.xs
32050            ! MANIFEST
32051 ____________________________________________________________________________
32052 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
32053         Log: DJGPP tweak from Laszlo Molnar.
32054      Branch: perl
32055            ! djgpp/config.over
32056 ____________________________________________________________________________
32057 [ 12066] By: sky                                   on 2001/09/18  10:24:31
32058         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
32059      Branch: perl
32060            ! sharedsv.c sharedsv.h
32061 ____________________________________________________________________________
32062 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
32063         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
32064              ditto ^cns.
32065      Branch: perl
32066            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
32067            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
32068            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
32069            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
32070            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
32071            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
32072            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
32073            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
32074            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
32075            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
32076            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
32077            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
32078            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
32079            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
32080            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
32081            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
32082            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
32083            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
32084            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
32085            + ext/Encode/Encode/ir-197.enc
32086            - ext/Encode/Encode/cns11643-1.enc
32087            - ext/Encode/Encode/cns11643-2.enc
32088            - ext/Encode/Encode/iso2022-cn.enc
32089            - ext/Encode/Encode/iso2022-jp.enc
32090            - ext/Encode/Encode/iso2022-jp1.enc
32091            - ext/Encode/Encode/iso2022-jp2.enc
32092            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
32093            - ext/Encode/Encode/iso8859-1.enc
32094            - ext/Encode/Encode/iso8859-1.ucm
32095            - ext/Encode/Encode/iso8859-10.enc
32096            - ext/Encode/Encode/iso8859-10.ucm
32097            - ext/Encode/Encode/iso8859-11.enc
32098            - ext/Encode/Encode/iso8859-11.ucm
32099            - ext/Encode/Encode/iso8859-13.enc
32100            - ext/Encode/Encode/iso8859-13.ucm
32101            - ext/Encode/Encode/iso8859-14.enc
32102            - ext/Encode/Encode/iso8859-14.ucm
32103            - ext/Encode/Encode/iso8859-15.enc
32104            - ext/Encode/Encode/iso8859-15.ucm
32105            - ext/Encode/Encode/iso8859-16.enc
32106            - ext/Encode/Encode/iso8859-16.ucm
32107            - ext/Encode/Encode/iso8859-2.enc
32108            - ext/Encode/Encode/iso8859-2.ucm
32109            - ext/Encode/Encode/iso8859-3.enc
32110            - ext/Encode/Encode/iso8859-3.ucm
32111            - ext/Encode/Encode/iso8859-4.enc
32112            - ext/Encode/Encode/iso8859-4.ucm
32113            - ext/Encode/Encode/iso8859-5.enc
32114            - ext/Encode/Encode/iso8859-5.ucm
32115            - ext/Encode/Encode/iso8859-6.enc
32116            - ext/Encode/Encode/iso8859-6.ucm
32117            - ext/Encode/Encode/iso8859-7.enc
32118            - ext/Encode/Encode/iso8859-7.ucm
32119            - ext/Encode/Encode/iso8859-8.enc
32120            - ext/Encode/Encode/iso8859-8.ucm
32121            - ext/Encode/Encode/iso8859-9.enc
32122            - ext/Encode/Encode/iso8859-9.ucm
32123            - ext/Encode/Encode/isoir-197.enc
32124            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
32125 ____________________________________________________________________________
32126 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
32127         Log: Must Uppercase.
32128      Branch: perl
32129            ! ext/Encode/Encode.pm
32130 ____________________________________________________________________________
32131 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
32132         Log: Add various encodings.
32133      Branch: perl
32134            + ext/Encode/Encode/iso8859-11.enc
32135            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
32136            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
32137            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
32138            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
32139            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
32140            + ext/Encode/Encode/viscii.ucm
32141            ! MANIFEST ext/Encode/Encode.pm
32142 ____________________________________________________________________________
32143 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
32144         Log: lib/unicode relic.
32145      Branch: perl
32146            ! ext/Encode/compile
32147 ____________________________________________________________________________
32148 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
32149         Log: Subject: [PATCH] Re: filename problems
32150              From: Michael G Schwern <schwern@pobox.com>
32151              Date: Mon, 17 Sep 2001 17:26:26 -0400
32152              Message-ID: <20010917172626.Q585@blackrider>
32153      Branch: perl
32154            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
32155            - t/lib/sample-tests/header_at_end
32156            - t/lib/sample-tests/header_at_end_fail
32157            ! MANIFEST lib/Test/Harness/t/test-harness.t
32158 ____________________________________________________________________________
32159 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
32160         Log: Explicitly explain the 1e9 seconds, not everybody
32161              is a C geek.
32162      Branch: perl
32163            ! ext/Time/HiRes/HiRes.pm
32164 ____________________________________________________________________________
32165 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
32166         Log: Explain an apparent bug reported by
32167              Richard J. Barbalace <rjbarbal@MIT.EDU>,
32168              with additional explanation from Gisle Aas.
32169      Branch: perl
32170            ! ext/Time/HiRes/HiRes.pm
32171 ____________________________________________________________________________
32172 [ 12058] By: ams                                   on 2001/09/17  19:52:01
32173         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
32174              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32175              Date: Mon, 17 Sep 2001 22:48:05 +0200
32176              Message-Id: <20010917224805.C11744@rafael>
32177      Branch: perl
32178            ! t/lib/warnings/op t/lib/warnings/pp
32179 ____________________________________________________________________________
32180 [ 12057] By: ams                                   on 2001/09/17  16:51:18
32181         Log: Its a nit!
32182      Branch: perl
32183            ! sv.h
32184 ____________________________________________________________________________
32185 [ 12056] By: ams                                   on 2001/09/17  16:47:55
32186         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
32187              From: "Craig A. Berry" <craigberry@mac.com>
32188              Date: Mon, 17 Sep 2001 12:34:20 -0500
32189              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
32190      Branch: perl
32191            ! vms/vms.c
32192 ____________________________________________________________________________
32193 [ 12055] By: ams                                   on 2001/09/17  16:05:15
32194         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
32195              From: Gisle Aas <gisle@ActiveState.com>
32196              Date: 16 Apr 2001 16:20:34 -0700
32197              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
32198              (Applied by hand.)
32199      Branch: perl
32200            ! lib/CPAN.pm lib/CPAN/Nox.pm
32201 ____________________________________________________________________________
32202 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
32203         Log: Update Changes.
32204      Branch: perl
32205            ! Changes patchlevel.h
32206 ____________________________________________________________________________
32207 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
32208         Log: Adding new files to the MANIFEST is always nice.
32209      Branch: perl
32210            ! MANIFEST
32211 ____________________________________________________________________________
32212 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
32213         Log: Reindent the PerlIO files (suggested by NI-S), used
32214              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
32215              (GNU indent).  Note that wholesale re-indenting might
32216              be nice, but that would break nice formatting/alignment
32217              of assignments, equality testing, and complex boolean
32218              expressions with lots of &s and |s.
32219      Branch: perl
32220            ! perlio.c perlio.h perliol.h
32221 ____________________________________________________________________________
32222 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
32223         Log: Add a script for being 8.3-polite.
32224              The found conflicts are being worked on.
32225      Branch: perl
32226            + check83.pl
32227            ! MANIFEST Porting/pumpkin.pod
32228 ____________________________________________________________________________
32229 [ 12050] By: sky                                   on 2001/09/17  12:44:36
32230         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
32231              finding it.
32232      Branch: perl
32233            ! sv.c
32234 ____________________________________________________________________________
32235 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
32236         Log: Bump up versions because of #12041.
32237      Branch: perl
32238            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
32239            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
32240            ! lib/Time/localtime.pm
32241 ____________________________________________________________________________
32242 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
32243         Log: Bump the version number because of #12042.
32244      Branch: perl
32245            ! lib/CPAN/FirstTime.pm
32246 ____________________________________________________________________________
32247 [ 12047] By: ams                                   on 2001/09/17  11:21:40
32248         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
32249              From: Abhijit Menon-Sen <ams@wiw.org>
32250              Date: Mon, 17 Sep 2001 17:44:12 +0530
32251              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
32252      Branch: perl
32253            ! op.c
32254 ____________________________________________________________________________
32255 [ 12046] By: sky                                   on 2001/09/17  07:14:17
32256         Log: Subject: Re: t/op/ver.t using skip() improperly
32257              From: "chromatic" <chromatic@rmci.net>
32258              Date: Mon, 17 Sep 2001 00:22:29 -0600
32259              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
32260      Branch: perl
32261            ! t/op/ver.t
32262 ____________________________________________________________________________
32263 [ 12045] By: nick                                  on 2001/09/17  07:12:14
32264         Log: Integrate mainline
32265      Branch: perlio
32266           +> t/op/chdir.t
32267           !> (integrate 117 files)
32268 ____________________________________________________________________________
32269 [ 12044] By: ams                                   on 2001/09/17  05:49:53
32270         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
32271              From: Ilmari Karonen <iltzu@sci.fi>
32272              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
32273              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
32274              (And $VERSION = '1.05'.)
32275      Branch: perl
32276            ! lib/constant.pm
32277 ____________________________________________________________________________
32278 [ 12043] By: ams                                   on 2001/09/17  05:44:50
32279         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
32280              From: Michael G Schwern <schwern@pobox.com>
32281              Date: Mon, 17 Sep 2001 07:49:04 +0200
32282              Message-Id: <20010917074904.V1588@blackrider>
32283              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
32284      Branch: perl
32285            + t/op/chdir.t
32286            ! MANIFEST pp_sys.c
32287 ____________________________________________________________________________
32288 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
32289         Log: Subject: Re: CPAN.pm needs some hacking 
32290              From: "chromatic" <chromatic@rmci.net>
32291              Date: Sun, 16 Sep 2001 16:46:29 -0600
32292              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
32293      Branch: perl
32294            ! lib/CPAN/FirstTime.pm
32295 ____________________________________________________________________________
32296 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
32297         Log: Change use|require 5.005_64 to use|require 5.6.1.
32298      Branch: perl
32299            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
32300            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
32301            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
32302            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
32303            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
32304            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
32305            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
32306            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
32307            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
32308            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
32309            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
32310            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
32311            ! lib/base.pm lib/fields.pm
32312 ____________________________________________________________________________
32313 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
32314         Log: Bump up version numbers.
32315              
32316              TODO 1: double check that pre-5.6.1 CPAN.pm:s
32317              don't try to download 5.8.0 because of the
32318              version numbers.  Mainly this means using _00
32319              in the core version numbers.
32320              
32321              TODO 2: the "use 5.005_64" in many modules
32322              needs to be changed to, say, "use 5.6.1".
32323      Branch: perl
32324            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
32325            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
32326            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
32327            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
32328            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
32329            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
32330            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32331            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
32332            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
32333            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
32334            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
32335 ____________________________________________________________________________
32336 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
32337         Log: Use UCHARAT() as suggested by Inaba Hiroto.
32338      Branch: perl
32339            ! regexec.c
32340 ____________________________________________________________________________
32341 [ 12038] By: ams                                   on 2001/09/16  15:16:24
32342         Log: Subject: [PATCH] Re: Core module version numbers review
32343              From: Peter Scott <Peter@PSDT.com>
32344              Date: Sun, 16 Sep 2001 09:09:58 -0700
32345              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
32346      Branch: perl
32347            ! lib/perl5db.pl
32348 ____________________________________________________________________________
32349 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
32350         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
32351              not yet fully implemented.
32352      Branch: perl
32353            ! pod/perlfunc.pod pod/perlunicode.pod
32354 ____________________________________________________________________________
32355 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
32356         Log: Subject: [patch] plug PL_beginav_save leak
32357              From: Doug MacEachern <dougm@covalent.net>
32358              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
32359              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
32360      Branch: perl
32361            ! perl.c
32362 ____________________________________________________________________________
32363 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
32364         Log: (accidentally empty checkin)
32365      Branch: perl
32366            ! sv.c
32367 ____________________________________________________________________________
32368 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
32369         Log: Subject: [patch] ithreads+PL_beginav_save
32370              From: Doug MacEachern <dougm@covalent.net>
32371              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
32372              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
32373      Branch: perl
32374            ! sv.c
32375 ____________________________________________________________________________
32376 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
32377         Log: Subject: [PATCH] h2xs.PL with C::Scan
32378              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32379              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
32380              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
32381      Branch: perl
32382            ! utils/h2xs.PL
32383 ____________________________________________________________________________
32384 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
32385         Log: Elaborate (well, make more vague, really) #12030.
32386      Branch: perl
32387            ! pod/perltodo.pod pod/perlunicode.pod
32388 ____________________________________________________________________________
32389 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
32390         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
32391              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32392              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
32393              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
32394      Branch: perl
32395            ! regexec.c
32396 ____________________________________________________________________________
32397 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
32398         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
32399              are not yet complete.
32400      Branch: perl
32401            ! pod/perltodo.pod pod/perlunicode.pod
32402 ____________________________________________________________________________
32403 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
32404         Log: Document what's still to be done on the regular expression
32405              Unicode support, based on the UTR#18.
32406      Branch: perl
32407            ! pod/perltodo.pod pod/perlunicode.pod
32408 ____________________________________________________________________________
32409 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
32410         Log: Regen headers.
32411      Branch: perl
32412            ! embedvar.h perlapi.h
32413 ____________________________________________________________________________
32414 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
32415         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
32416              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
32417              Date: Sun, 09 Sep 2001 18:41:54 +0100
32418              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
32419      Branch: perl
32420            ! Porting/findvars ext/ByteLoader/bytecode.h
32421            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
32422            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
32423 ____________________________________________________________________________
32424 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
32425         Log: enable most warnings for windows build; fix the various typecasting
32426              nits that showed up (no bugfixes here)
32427      Branch: maint-5.6/perl
32428            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
32429            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
32430            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
32431            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
32432            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
32433            ! x2p/walk.c
32434 ____________________________________________________________________________
32435 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
32436         Log: Integrate change #12024 from maintperl
32437              (a local() precedence bug)
32438      Branch: perl
32439           !> lib/ExtUtils/Install.pm
32440 ____________________________________________________________________________
32441 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
32442         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
32443              change#8642
32444      Branch: maint-5.6/perl
32445            ! lib/ExtUtils/Install.pm
32446 ____________________________________________________________________________
32447 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
32448         Log: Update Changes.
32449      Branch: perl
32450            ! Changes patchlevel.h
32451 ____________________________________________________________________________
32452 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
32453         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
32454              From: "chromatic" <chromatic@rmci.net>
32455              Date: Fri, 14 Sep 2001 09:44:57 -0600 
32456              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
32457      Branch: perl
32458            ! lib/ExtUtils/Manifest.t
32459 ____________________________________________________________________________
32460 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
32461         Log: Hopefully better skipping of the Complete.t tests
32462              in case of not a tty. 
32463      Branch: perl
32464            ! lib/Term/Complete.t t/op/stat.t
32465 ____________________________________________________________________________
32466 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
32467         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
32468              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32469              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
32470              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
32471      Branch: perl
32472            ! regexec.c t/op/pat.t
32473 ____________________________________________________________________________
32474 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
32475         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
32476              From: Robin Barker <rmb1@cise.npl.co.uk>
32477              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
32478              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
32479      Branch: perl
32480            ! pod/perlport.pod
32481 ____________________________________________________________________________
32482 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
32483         Log: NetWare tweaks from Ananth Kesari.
32484      Branch: perl
32485            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
32486            ! NetWare/nwutil.h
32487 ____________________________________________________________________________
32488 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
32489         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
32490              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32491              Date: Fri, 14 Sep 2001 10:51:13 +0200
32492              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
32493      Branch: perl
32494            ! pod/perlport.pod
32495 ____________________________________________________________________________
32496 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
32497         Log: Subject: Re: [PATCH 2 pl2pm.PL]
32498              From: Joe Smith <Joe.Smith@inwap.com>
32499              Date: Fri, 14 Sep 2001 00:13:32 -0700
32500              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
32501              
32502              Eradicate qu.
32503      Branch: perl
32504            ! keywords.h keywords.pl utils/pl2pm.PL
32505 ____________________________________________________________________________
32506 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
32507         Log: Retract #12013, didn't go over too well in Tru64.
32508      Branch: perl
32509            ! embed.h embed.pl sv.h
32510 ____________________________________________________________________________
32511 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
32512         Log: Subject: [PATCH] Execute files of debugger commands
32513              From: Peter Scott <Peter@PSDT.com>
32514              Date: Thu, 13 Sep 2001 15:26:31 -0700
32515              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
32516      Branch: perl
32517            ! lib/perl5db.pl pod/perldebug.pod
32518 ____________________________________________________________________________
32519 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
32520         Log: (Retracted by #12015)
32521              Subject: [proposed PATCH] Re: perl@11920
32522              From: Nicholas Clark <nick@ccl4.org>
32523              Date: Wed, 12 Sep 2001 23:46:09 +0100
32524              Message-ID: <20010912234609.H4971@plum.flirble.org>     
32525      Branch: perl
32526            ! embed.h embed.pl sv.h
32527 ____________________________________________________________________________
32528 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
32529         Log: ucblib shouldn't be linked against in nonstop-ux,
32530              from Tom Bates.
32531      Branch: perl
32532            ! hints/nonstopux.sh
32533 ____________________________________________________________________________
32534 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
32535         Log: Do stty only if we have stty.
32536              
32537              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
32538      Branch: perl
32539            ! lib/Term/Complete.pm
32540 ____________________________________________________________________________
32541 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
32542         Log: Skip the test if not running on a tty.
32543      Branch: perl
32544            ! lib/Term/Complete.t
32545 ____________________________________________________________________________
32546 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
32547         Log: Regen headers.
32548      Branch: perl
32549            ! embed.h opcode.h pod/perlapi.pod proto.h
32550 ____________________________________________________________________________
32551 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
32552         Log: Subject: [PATCH op.c] Re: perl@12003
32553              From: Robin Barker <rmb1@cise.npl.co.uk>
32554              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
32555              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
32556      Branch: perl
32557            ! op.c
32558 ____________________________________________________________________________
32559 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
32560         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
32561              From: Robin Barker <rmb1@cise.npl.co.uk>
32562              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
32563              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
32564      Branch: perl
32565            ! sv.c
32566 ____________________________________________________________________________
32567 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
32568         Log: Upgrade to Memoize 0.66.
32569      Branch: perl
32570            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
32571            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
32572            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
32573 ____________________________________________________________________________
32574 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
32575         Log: Subject: [ID 20010912.007] substr reference core dump
32576              From: me-01@ton.iguana.be
32577              Date: 12 Sep 2001 14:11:16 -0000
32578              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
32579      Branch: perl
32580            ! mg.c
32581 ____________________________________________________________________________
32582 [ 12004] By: ams                                   on 2001/09/12  01:13:49
32583         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
32584              From: Ilmari Karonen <iltzu@sci.fi>
32585              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
32586              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
32587      Branch: perl
32588            ! pod/perlfaq4.pod
32589 ____________________________________________________________________________
32590 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
32591         Log: Update Changes.
32592      Branch: perl
32593            ! Changes patchlevel.h
32594 ____________________________________________________________________________
32595 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
32596         Log: NetWare update from Ananth Kesari.
32597      Branch: perl
32598            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
32599            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
32600 ____________________________________________________________________________
32601 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
32602         Log: Retract #11984: div() being redefined, and 1397
32603              failing on 64-bit platforms.
32604      Branch: perl
32605            ! lib/Math/BigInt/Calc.pm
32606 ____________________________________________________________________________
32607 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
32608         Log: Metaconfig unit change for #11999.
32609      Branch: metaconfig
32610            ! U/protos/d_lseekproto.U
32611 ____________________________________________________________________________
32612 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
32613         Log: The lseek fix (#11991) was no fix.
32614      Branch: perl
32615            ! Configure
32616 ____________________________________________________________________________
32617 [ 11998] By: sky                                   on 2001/09/11  07:52:06
32618         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
32619              From: Matt Sergeant <MSergeant@star.net.uk>
32620              Date: Tue, 11 Sep 2001 09:22:32 +0100
32621              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
32622      Branch: perl
32623            ! ext/Encode/Encode.pm
32624 ____________________________________________________________________________
32625 [ 11997] By: sky                                   on 2001/09/11  06:35:29
32626         Log: Sometimes dTHX is added because it is needed on non 
32627              gnuc platforms, but not needed there. This uses GCC
32628              to silence GCC specific warnings by marking pTHX as 
32629              unused.
32630      Branch: perl
32631            ! perl.h
32632 ____________________________________________________________________________
32633 [ 11996] By: nick                                  on 2001/09/11  06:25:27
32634         Log: Integrate mainline
32635      Branch: perlio
32636            - ext/POSIX/sigaction.t lib/File/Find/taint.t
32637           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
32638 ____________________________________________________________________________
32639 [ 11995] By: nick                                  on 2001/09/11  06:23:39
32640         Log: Part Integrate mainline
32641      Branch: perlio
32642           +> (branch 69 files)
32643            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
32644            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
32645            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
32646            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
32647            - lib/Switch/t/switch_case.t lib/Test/Harness.t
32648            - lib/Test/More/Changes lib/Test/More/t/More.t
32649            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
32650            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
32651            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
32652            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
32653            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
32654            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
32655            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
32656            - t/lib/Test/More/Catch.pm wince/perl.ico
32657           !> (integrate 197 files)
32658 ____________________________________________________________________________
32659 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
32660         Log: Subject: Re: [PATCH] Encode.pm docs fix
32661              From: Gisle Aas <gisle@ActiveState.com>
32662              Date: 10 Sep 2001 11:27:02 -0700
32663              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
32664      Branch: perl
32665            ! ext/Encode/Encode.pm
32666 ____________________________________________________________________________
32667 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
32668         Log: Fix unpack U to be the reverse of pack U
32669              (but implement unpack U0U as a backdoor to get
32670              the UTF-8 malformed warnings from un-UTF-8 data)
32671      Branch: perl
32672            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
32673 ____________________________________________________________________________
32674 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
32675         Log: Metaconfig unit change for #11991;
32676              delete an unused unit (d_strtoull.U is the one used)
32677      Branch: metaconfig
32678            ! U/protos/d_lseekproto.U
32679      Branch: metaconfig/U/perl
32680            - strtoull.U
32681 ____________________________________________________________________________
32682 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
32683         Log: Subject: [PATCH] Configure not recording lseek proto
32684              From: Blair Zajac <blair@orcaware.com>
32685              Date: Mon, 10 Sep 2001 17:52:37 -0700
32686              Message-ID: <3B9D6055.BA334A31@orcaware.com>
32687              
32688              plus regen Configure.
32689      Branch: perl
32690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32691            ! config_h.SH uconfig.h
32692 ____________________________________________________________________________
32693 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
32694         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?)))                  
32695              From: Nicholas Clark <nick@ccl4.org>
32696              Date: Tue, 11 Sep 2001 00:00:31 +0100
32697              Message-ID: <20010911000031.G1512@plum.flirble.org>
32698      Branch: perl
32699            + t/op/qq.t
32700            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
32701 ____________________________________________________________________________
32702 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
32703         Log: Subject: [PATCH] Building on win32 w/o perlio
32704              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
32705              Date: Mon, 10 Sep 2001 23:38:46 +0200
32706              Message-ID: <3B9D4F06.14433.2C37644@localhost>
32707      Branch: perl
32708            ! perl.c win32/Makefile win32/makefile.mk
32709 ____________________________________________________________________________
32710 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
32711         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
32712              From: "chromatic" <chromatic@rmci.net>
32713              Date: Mon, 10 Sep 2001 15:14:01 -0600
32714              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
32715      Branch: perl
32716            + lib/CGI/t/push.t
32717            ! MANIFEST
32718 ____________________________________________________________________________
32719 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
32720         Log: Subject: avoiding hoardes of zombies
32721              From: Nicholas Clark <nick@ccl4.org>
32722              Date: Mon, 10 Sep 2001 22:00:40 +0100
32723              Message-ID: <20010910220040.C1512@plum.flirble.org>
32724      Branch: perl
32725            ! pod/perlipc.pod
32726 ____________________________________________________________________________
32727 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
32728         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
32729              From: John Peacock <jpeacock@rowman.com>
32730              Date: Mon, 10 Sep 2001 16:34:30 -0400
32731              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
32732      Branch: perl
32733            ! sv.c t/op/ver.t utf8.h
32734 ____________________________________________________________________________
32735 [ 11985] By: ams                                   on 2001/09/10  23:20:13
32736         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
32737      Branch: perl
32738            ! MANIFEST
32739 ____________________________________________________________________________
32740 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
32741         Log: (Retracted by #12001)
32742              Subject: Calc with USE_MUL/USE_DIV
32743              From: Tels <perl_dummy@bloodgate.com>
32744              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
32745              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
32746      Branch: perl
32747            ! lib/Math/BigInt/Calc.pm
32748 ____________________________________________________________________________
32749 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
32750         Log: Subject: [PATCH op.c] Re: perl@11978
32751              From: Robin Barker <rmb1@cise.npl.co.uk>
32752              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
32753              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
32754              
32755              Format errors.
32756      Branch: perl
32757            ! op.c
32758 ____________________________________________________________________________
32759 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
32760         Log: Switch PADOFFSET back to U32 both because of binary backward
32761              compatibility and because Arthur seems to have been fixing the
32762              problems with naughty integer-pointer casting.
32763      Branch: perl
32764            ! op.h
32765 ____________________________________________________________________________
32766 [ 11981] By: ams                                   on 2001/09/10  16:31:43
32767         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
32768              Fix Pod Typo, Add Test for ExtUtils::Command
32769              From: "chromatic" <chromatic@rmci.net>
32770              Date: Mon, 10 Sep 2001 11:20:56 -0600
32771              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
32772      Branch: perl
32773            + lib/ExtUtils/Command.t
32774            ! MANIFEST lib/ExtUtils/Command.pm
32775 ____________________________________________________________________________
32776 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
32777         Log: Subject: [PATCH] Encode.pm docs fix
32778              From: Matt Sergeant <MSergeant@star.net.uk>
32779              Date: Mon, 10 Sep 2001 15:24:01 +0100
32780              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
32781      Branch: perl
32782            ! ext/Encode/Encode.pm
32783 ____________________________________________________________________________
32784 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
32785         Log: Update Changes.
32786      Branch: perl
32787            ! Changes patchlevel.h
32788 ____________________________________________________________________________
32789 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
32790         Log: Revert #11973, the dTHX seems to be needed in there
32791              for threaded builds.
32792      Branch: perl
32793            ! perlio.c
32794 ____________________________________________________________________________
32795 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
32796         Log: Detypo.
32797      Branch: perl
32798            ! pod/perlguts.pod
32799 ____________________________________________________________________________
32800 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
32801         Log: Further Class::Struct patching from Damian.
32802              
32803              The new new semantics are:
32804              
32805              * If you pass an initializer for a nested object, it has to be:
32806              a) a reference to an object of that class, or      
32807              b) a reference to an object of a subclass of that class, or
32808              c) a reference to a hash of arguments to be passed to the
32809              class's constructor
32810              * If you pass no initializer for a nested object, the attribute
32811              is initialized to C<undef>
32812      Branch: perl
32813            ! lib/Class/Struct.pm
32814 ____________________________________________________________________________
32815 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
32816         Log: Skip the crypt test if no crypt.
32817      Branch: perl
32818            ! t/op/crypt.t
32819 ____________________________________________________________________________
32820 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
32821         Log: Warn against using bare v-strings as IP addresses
32822              (okay if using the wrappers from Socket)
32823      Branch: perl
32824            ! pod/perldata.pod pod/perlport.pod
32825 ____________________________________________________________________________
32826 [ 11973] By: sky                                   on 2001/09/10  11:57:58
32827         Log: Remove unused dTHX. Silenced another warning.
32828      Branch: perl
32829            ! perlio.c
32830 ____________________________________________________________________________
32831 [ 11972] By: sky                                   on 2001/09/10  11:54:25
32832         Log: Silence some more warnings INT2PTR.
32833      Branch: perl
32834            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
32835 ____________________________________________________________________________
32836 [ 11971] By: sky                                   on 2001/09/10  11:21:50
32837         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
32838      Branch: perl
32839            ! cop.h
32840 ____________________________________________________________________________
32841 [ 11970] By: sky                                   on 2001/09/10  11:17:25
32842         Log: Apply INT2PTR with force to silence warnings from
32843              PM_GETRE and friends. No more warnings with 64bit 
32844              IVs and 32bit pointers.    
32845      Branch: perl
32846            ! op.c op.h perl.c
32847 ____________________________________________________________________________
32848 [ 11969] By: sky                                   on 2001/09/10  10:13:02
32849         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
32850      Branch: perl
32851            ! pod/perlguts.pod
32852 ____________________________________________________________________________
32853 [ 11968] By: sky                                   on 2001/09/10  10:02:51
32854         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
32855              Rename to custop_op_name to Perl_custom_op_name to match perlapi
32856              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
32857              perl_clone.
32858      Branch: perl
32859            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
32860 ____________________________________________________________________________
32861 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
32862         Log: Using strlen() not good on embedded nul bytes.
32863      Branch: perl
32864            ! regcomp.c
32865 ____________________________________________________________________________
32866 [ 11966] By: ams                                   on 2001/09/09  21:06:13
32867         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
32868              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32869              Date: Mon, 13 Aug 2001 22:51:59 +0200
32870              Message-ID: <20010813225159.C6681@rafael>
32871              (Applied with several tweaks.)
32872      Branch: perl
32873            ! embed.h embed.pl proto.h toke.c
32874 ____________________________________________________________________________
32875 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
32876         Log: The exact error message is system-dependent.
32877      Branch: perl
32878            ! lib/ExtUtils/Manifest.t
32879 ____________________________________________________________________________
32880 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
32881         Log: Add Windows and Mac Sami support to Encode
32882              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
32883      Branch: perl
32884            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
32885            ! MANIFEST
32886 ____________________________________________________________________________
32887 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
32888         Log: Use the tried method.
32889      Branch: perl
32890            ! pod/perlport.pod
32891 ____________________________________________________________________________
32892 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
32893         Log: Can't count parentheses.
32894      Branch: perl
32895            ! ext/IO/lib/IO/Socket/INET.pm
32896 ____________________________________________________________________________
32897 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
32898         Log: perlport additions: 1 while unlink, add/delete directory
32899              entries and permissions, cygwin stat funkiness (from Michael
32900              Schwern and Nicholas Clark)
32901      Branch: perl
32902            ! pod/perlport.pod
32903 ____________________________________________________________________________
32904 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
32905         Log: blib does have a detectable test.
32906      Branch: perl
32907            ! t/lib/1_compile.t
32908 ____________________________________________________________________________
32909 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
32910         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
32911              From: "chromatic" <chromatic@rmci.net>
32912              Date: Sat, 08 Sep 2001 19:33:42 -0600
32913              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
32914      Branch: perl
32915            + lib/Term/Complete.t
32916            ! MANIFEST
32917 ____________________________________________________________________________
32918 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
32919         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
32920              From: Michael G Schwern <schwern@pobox.com> 
32921              Date: Sat, 8 Sep 2001 02:40:26 -0400
32922              Message-ID: <20010908024026.A26283@blackrider>
32923      Branch: perl
32924            + lib/Test/Tutorial.pod
32925            ! MANIFEST
32926 ____________________________________________________________________________
32927 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
32928         Log: Try to look up protocol (by name) only iff it has non-numbers:
32929              nice if the server is in a chrooted environment (no /etc/protocols,
32930              server code using hardcorded protocol numbers like 6 for tcp),
32931              suggested by John Holdsworth <coldwave@bigfoot.com>.
32932              In other words, if we are given a number, why look it up again
32933              (by number)?
32934      Branch: perl
32935            ! ext/IO/lib/IO/Socket/INET.pm
32936 ____________________________________________________________________________
32937 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
32938         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
32939              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32940              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
32941              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
32942              
32943              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
32944              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32945              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
32946              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
32947              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
32948              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32949              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
32950              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
32951      Branch: perl
32952            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
32953 ____________________________________________________________________________
32954 [ 11955] By: ams                                   on 2001/09/09  02:54:21
32955         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
32956              From: "Craig A. Berry" <craigberry@mac.com>
32957              Date: Sat, 08 Sep 2001 19:02:16 -0500
32958              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
32959      Branch: perl
32960            ! lib/CGI/t/carp.t
32961 ____________________________________________________________________________
32962 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
32963         Log: Documentation tweaks; think the IP address as an opaque string.
32964      Branch: perl
32965            ! ext/Socket/Socket.pm
32966 ____________________________________________________________________________
32967 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
32968         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
32969              From: Michael G Schwern <schwern@pobox.com>
32970              Date: Sat, 8 Sep 2001 19:45:46 -0400
32971              Message-ID: <20010908194546.C9193@blackrider>
32972      Branch: perl
32973            + lib/blib.t
32974            ! MANIFEST lib/blib.pm t/lib/1_compile.t
32975 ____________________________________________________________________________
32976 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
32977         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
32978              From: "chromatic" <chromatic@rmci.net>
32979              Date: Sat, 08 Sep 2001 12:31:44 -0600
32980              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
32981      Branch: perl
32982            + lib/CGI/t/fast.t
32983            ! MANIFEST
32984 ____________________________________________________________________________
32985 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
32986         Log: The Socket tests were wrong: they were assuming too much.
32987      Branch: perl
32988            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
32989 ____________________________________________________________________________
32990 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
32991         Log: Retract the portability changes since they
32992              seem to have opened a can of worms... will
32993              go back to UNICOS/mk and do the bare minimum
32994              required to get the tests working.
32995      Branch: perl
32996            ! ext/Socket/Socket.xs
32997 ____________________________________________________________________________
32998 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
32999         Log: PADOFFSET is used to cast pointers into integers,
33000              if pointers are 64 bits and U32 32 bits,
33001              bad things may happen, or at least warnings issued.
33002      Branch: perl
33003            ! op.h
33004 ____________________________________________________________________________
33005 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
33006         Log: Still more Socket portability tweaking.
33007              Now Socket.t seems to be happy in all of
33008              Linux/x86, Tru64/alpha, Solaris/sparc,
33009              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
33010              
33011              Addendum: it seems that io_multihomed, io_sock, and hostent
33012              were broken in little-endians (linux/x86 and tru64/alpha)
33013              because of this change.  Argh.
33014      Branch: perl
33015            ! ext/Socket/Socket.xs
33016 ____________________________________________________________________________
33017 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
33018         Log: More portability kicking on inet_ntoa().
33019      Branch: perl
33020            ! ext/Socket/Socket.xs
33021 ____________________________________________________________________________
33022 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
33023         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
33024              From: Michael G Schwern <schwern@pobox.com> 
33025              Date: Fri, 7 Sep 2001 23:06:51 -0400
33026              Message-ID: <20010907230651.R606@blackrider>
33027      Branch: perl
33028            + lib/ExtUtils/Manifest.t
33029            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
33030 ____________________________________________________________________________
33031 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
33032         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
33033              From: "chromatic" <chromatic@rmci.net>
33034              Date: Fri, 07 Sep 2001 17:53:15 -0600      
33035              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
33036      Branch: perl
33037            + lib/ExtUtils/testlib.t
33038            ! MANIFEST
33039 ____________________________________________________________________________
33040 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
33041         Log: Thinko.
33042      Branch: perl
33043            ! lib/integer.t
33044 ____________________________________________________________________________
33045 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
33046         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
33047              From: "Craig A. Berry" <craigberry@mac.com>
33048              Date: Fri, 07 Sep 2001 15:30:03 -0500
33049              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
33050      Branch: perl
33051            ! lib/CGI/Carp.pm
33052 ____________________________________________________________________________
33053 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
33054         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
33055              From: Michael G Schwern <schwern@pobox.com>
33056              Date: Fri, 7 Sep 2001 15:38:13 -0400
33057              Message-ID: <20010907153813.K606@blackrider>
33058      Branch: perl
33059            ! lib/ExtUtils/MM_Unix.pm
33060 ____________________________________________________________________________
33061 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
33062         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
33063              From: Robin Barker <rmb1@cise.npl.co.uk>
33064              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
33065              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
33066      Branch: perl
33067            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
33068 ____________________________________________________________________________
33069 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
33070         Log: Clean up 1_compile.t; move tests to more consistent
33071              places (t/ subdirectories); add integer.t (much of
33072              the pragma is tested elsewhere but there is no one
33073              centralized place)
33074      Branch: perl
33075            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
33076            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
33077            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
33078            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
33079            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
33080            - lib/File/Find/find.t lib/File/Find/taint.t
33081            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
33082 ____________________________________________________________________________
33083 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
33084         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
33085              From: "chromatic" <chromatic@rmci.net>
33086              Date: Fri, 07 Sep 2001 10:17:40 -0600
33087              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
33088      Branch: perl
33089            ! lib/File/Find/taint.t
33090 ____________________________________________________________________________
33091 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
33092         Log: Update Changes.
33093      Branch: perl
33094            ! Changes patchlevel.h
33095 ____________________________________________________________________________
33096 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
33097         Log: Rename the old threading tutorial, start a new one,
33098              regen toc.
33099      Branch: perl
33100            + pod/perlothrtut.pod
33101            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
33102            ! pod/perltoc.pod
33103 ____________________________________________________________________________
33104 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
33105         Log: vars very much has a test.
33106      Branch: perl
33107            ! t/lib/1_compile.t
33108 ____________________________________________________________________________
33109 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
33110         Log: Subject: Re: wince/perl.ico marked as binary
33111              From: Nicholas Clark <nick@ccl4.org>
33112              Date: Fri, 7 Sep 2001 13:54:40 +0100
33113              Message-ID: <20010907135439.D39150@plum.flirble.org>
33114              
33115              and wince/Makefile.ce change from Rainer Keuchel.
33116      Branch: perl
33117            + wince/makeico.pl
33118            ! MANIFEST wince/Makefile.ce
33119 ____________________________________________________________________________
33120 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
33121         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
33122              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
33123              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
33124              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
33125      Branch: perl
33126            ! regexec.c
33127 ____________________________________________________________________________
33128 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
33129         Log: (Replaced by #11934)
33130              Subject: Re: [PATCH regexec.c] more general .* and .*?
33131              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
33132              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
33133              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
33134      Branch: perl
33135            ! regexec.c
33136 ____________________________________________________________________________
33137 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
33138         Log: The #11931 patching misbehaved.
33139      Branch: perl
33140            ! lib/Test/Harness/t/test-harness.t
33141 ____________________________________________________________________________
33142 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
33143         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
33144              From: Michael G Schwern <schwern@pobox.com>
33145              Date: Fri, 7 Sep 2001 03:30:41 -0400
33146              Message-ID: <20010907033041.A2796@blackrider>
33147      Branch: perl
33148            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
33149            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
33150            + t/lib/sample-tests/header_at_end_fail
33151            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
33152            - lib/Test/Harness.t
33153            ! MANIFEST lib/Test/Harness.pm t/TEST
33154 ____________________________________________________________________________
33155 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
33156         Log: Subject: [PATCH] Digest::MD5 update
33157              From: Gisle Aas <gisle@ActiveState.com>
33158              Date: 06 Sep 2001 23:32:56 -0700
33159              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
33160      Branch: perl
33161            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
33162            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
33163 ____________________________________________________________________________
33164 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
33165         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
33166              From: "chromatic" <chromatic@rmci.net>
33167              Date: Thu, 06 Sep 2001 23:11:44 -0600
33168              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
33169      Branch: perl
33170            + lib/less.t
33171            ! MANIFEST t/lib/1_compile.t
33172 ____________________________________________________________________________
33173 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
33174         Log: The binary file must somehow differently stored.
33175      Branch: perl
33176            - wince/perl.ico
33177            ! MANIFEST
33178 ____________________________________________________________________________
33179 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
33180         Log: Add more modules to the list of modules that have tests,
33181              Schwern's wallet is getting more nervous.
33182              (Run t/lib/1_compile.t manually to see which modules
33183              are lacking tests, or the tests can't be run for some
33184              reason or another, such as the Net:: modules)
33185      Branch: perl
33186            ! t/lib/1_compile.t
33187 ____________________________________________________________________________
33188 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
33189         Log: Try to make Socket::inet_ntoa() more robust.
33190      Branch: perl
33191            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
33192 ____________________________________________________________________________
33193 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
33194         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
33195              From: chromatic <chromatic@rmci.net>       
33196              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
33197              Message-Id: <01090522580506.19590@firewheel>           
33198      Branch: perl
33199            ! lib/English.t
33200 ____________________________________________________________________________
33201 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
33202         Log: Subject: Re: perlvar manpage and localizing special vars
33203              From: Stas Bekman <stas@stason.org>
33204              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
33205              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
33206      Branch: perl
33207            ! pod/perlvar.pod
33208 ____________________________________________________________________________
33209 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
33210         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
33211              From: Robin Barker <rmb1@cise.npl.co.uk>
33212              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
33213              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
33214      Branch: perl
33215            ! lib/ExtUtils/MakeMaker.pm
33216 ____________________________________________________________________________
33217 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
33218         Log: Symbol missing; AIX unhappy.
33219      Branch: perl
33220            ! makedef.pl
33221 ____________________________________________________________________________
33222 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
33223         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
33224              Reported in 5.61, seems to work okay in blead.
33225      Branch: perl
33226            ! t/run/kill_perl.t
33227 ____________________________________________________________________________
33228 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
33229         Log: Update Changes.
33230      Branch: perl
33231            ! Changes patchlevel.h
33232 ____________________________________________________________________________
33233 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
33234         Log: Document the bad assumptions currently breaking
33235              the Socket.t tests 10, 11, and 13 in UNICOS.
33236      Branch: perl
33237            ! ext/Socket/Socket.xs
33238 ____________________________________________________________________________
33239 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
33240         Log: Subject: [PATCH x2p] make OPTIMIZE=...
33241              From: Robin Barker <rmb1@cise.npl.co.uk>
33242              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
33243              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
33244      Branch: perl
33245            ! x2p/Makefile.SH x2p/cflags.SH
33246 ____________________________________________________________________________
33247 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
33248         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
33249              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
33250              Date: Thu, 6 Sep 2001 11:09:40 +0100
33251              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
33252              
33253              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
33254              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33255              Date: 6 Sep 2001 10:14:38 -0000
33256              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
33257      Branch: perl
33258            ! pod/perlfaq1.pod pod/perlhack.pod
33259 ____________________________________________________________________________
33260 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
33261         Log: Subject: Extra NUL is Data::Dumper output - patch
33262              From: Tony Cook <tony@develop-help.com>
33263              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
33264              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
33265      Branch: perl
33266            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
33267 ____________________________________________________________________________
33268 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
33269         Log: Avoid redefinition warning
33270              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
33271              from
33272              perl -w -Ilib -MCwd -e ''
33273      Branch: perl
33274            ! lib/Cwd.pm
33275 ____________________________________________________________________________
33276 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
33277         Log: Update the is_tainted() example implementation.
33278      Branch: perl
33279            ! pod/perlsec.pod
33280 ____________________________________________________________________________
33281 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
33282         Log: Missing) in #11912.
33283      Branch: perl
33284            ! lib/Test/Simple/t/fail.t
33285 ____________________________________________________________________________
33286 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
33287         Log: Rewhack Test-Simple into core harness.
33288      Branch: perl
33289            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
33290            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
33291            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
33292            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
33293            ! lib/Test/Simple/t/skipall.t
33294 ____________________________________________________________________________
33295 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
33296         Log: Workaround for the new Exporter 'feature'.
33297      Branch: perl
33298            ! lib/Test/More.pm
33299 ____________________________________________________________________________
33300 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
33301         Log: Re-introduce pure-Perl fall-back for abs_path,
33302              re-introduce #11898.
33303      Branch: perl
33304            ! lib/Cwd.pm lib/File/Find.pm
33305 ____________________________________________________________________________
33306 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
33307         Log: More tests.
33308      Branch: perl
33309            ! lib/Exporter.t
33310 ____________________________________________________________________________
33311 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
33312         Log: Retract #11898 for now because it introduces
33313              a rather nasty depencency: when B is being built,
33314              MakeMaker is used.  MakeMaker uses File::Find.
33315              File::Find uses Cwd::getcwd()...which doesn't
33316              exist yet.
33317      Branch: perl
33318            ! lib/File/Find.pm
33319 ____________________________________________________________________________
33320 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
33321         Log: New test welcome.
33322      Branch: perl
33323            + lib/Test/Simple/t/simple.t
33324 ____________________________________________________________________________
33325 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
33326         Log: Old test begone.
33327      Branch: perl
33328            - lib/Attribute/Handlers/test.pl
33329 ____________________________________________________________________________
33330 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
33331         Log: Test-Simple syncup from Schwern.
33332      Branch: perl
33333            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
33334            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
33335            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
33336            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
33337            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
33338            - lib/Test/More/Changes lib/Test/More/t/More.t
33339            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
33340            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
33341            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
33342            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
33343            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
33344            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
33345            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
33346            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
33347            ! t/lib/Test/Simple/sample_tests/death.plx
33348            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
33349            ! t/lib/Test/Simple/sample_tests/extras.plx
33350            ! t/lib/Test/Simple/sample_tests/five_fail.plx
33351            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
33352            ! t/lib/Test/Simple/sample_tests/one_fail.plx
33353            ! t/lib/Test/Simple/sample_tests/require.plx
33354            ! t/lib/Test/Simple/sample_tests/success.plx
33355            ! t/lib/Test/Simple/sample_tests/too_few.plx
33356            ! t/lib/Test/Simple/sample_tests/two_fail.plx
33357 ____________________________________________________________________________
33358 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
33359         Log: Integrate File::Find changes from bleadperl
33360      Branch: maint-5.6/macperl
33361            ! lib/File/Find.pm t/lib/filefind-taint.t
33362 ____________________________________________________________________________
33363 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
33364         Log: Integrate 11847 from maint-5.6/perl
33365      Branch: maint-5.6/macperl
33366           !> sv.c
33367 ____________________________________________________________________________
33368 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
33369         Log: In UNICOS division yada yada.
33370      Branch: perl
33371            ! t/op/override.t
33372 ____________________________________________________________________________
33373 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
33374         Log: In UNICOS division is really lossy, better use
33375              a tolerance test.
33376      Branch: perl
33377            ! ext/Time/HiRes/HiRes.t
33378 ____________________________________________________________________________
33379 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
33380         Log: In UNICOS sigaction() sets an extra flag
33381              ("the signal has been registered for all the processes in
33382              a multitasking group.")
33383      Branch: perl
33384            ! ext/POSIX/sigaction.t
33385 ____________________________________________________________________________
33386 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
33387         Log: Documentation micropatch from Damian.
33388      Branch: perl
33389            ! lib/Attribute/Handlers.pm
33390 ____________________________________________________________________________
33391 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
33392         Log: (Retracted by #11908)
33393              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
33394              From: Michael G Schwern <schwern@pobox.com>
33395              Date: Wed, 5 Sep 2001 15:58:21 -0400
33396              Message-ID: <20010905155821.I632@blackrider>
33397      Branch: perl
33398            ! lib/File/Find.pm lib/File/Find/taint.t
33399 ____________________________________________________________________________
33400 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
33401         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
33402              From: Michael G Schwern <schwern@pobox.com>
33403              Date: Wed, 5 Sep 2001 19:16:31 -0400
33404              Message-ID: <20010905191631.E11386@blackrider>
33405      Branch: perl
33406            + lib/CGI/t/carp.t
33407            ! MANIFEST
33408 ____________________________________________________________________________
33409 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
33410         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
33411              From: chromatic <chromatic@rmci.net>
33412              Date: Wed, 5 Sep 2001 18:08:07 -0600
33413              Message-Id: <01090518080700.19590@firewheel>
33414      Branch: perl
33415            ! lib/English.pm
33416 ____________________________________________________________________________
33417 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
33418         Log: Fix a typo #11889 and add a test for the same.
33419      Branch: perl
33420            ! ext/Socket/Socket.t ext/Socket/Socket.xs
33421 ____________________________________________________________________________
33422 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
33423         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
33424              From: "Craig A. Berry" <craigberry@mac.com>
33425              Date: Wed, 05 Sep 2001 17:48:54 -0500
33426              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
33427      Branch: perl
33428            ! lib/warnings.t t/run/kill_perl.t
33429 ____________________________________________________________________________
33430 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
33431         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
33432              From: Michael G Schwern <schwern@pobox.com>
33433              Date: Wed, 5 Sep 2001 17:22:25 -0400
33434              Message-ID: <20010905172225.C11386@blackrider>
33435      Branch: perl
33436            ! t/run/kill_perl.t
33437 ____________________________________________________________________________
33438 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
33439         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
33440              From: Nicholas Clark <nick@ccl4.org>
33441              Date: Wed, 5 Sep 2001 20:54:24 +0100
33442              Message-ID: <20010905205424.C25120@plum.flirble.org>
33443      Branch: perl
33444            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
33445 ____________________________________________________________________________
33446 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
33447         Log: Forgotten thing.
33448      Branch: perl
33449            ! uconfig.h
33450 ____________________________________________________________________________
33451 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
33452         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
33453              From: chromatic <chromatic@rmci.net>               
33454              Date: Wed, 5 Sep 2001 13:22:08 -0600
33455              Message-Id: <01090513220807.10587@firewheel> 
33456      Branch: perl
33457            ! lib/English.pm
33458 ____________________________________________________________________________
33459 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
33460         Log: inet_ntoa() tweaks:
33461              - don't allow addresses with > 255 characters
33462              - indent the HP-UX workaround
33463              - don't leak memory
33464      Branch: perl
33465            ! ext/Socket/Socket.xs
33466 ____________________________________________________________________________
33467 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
33468         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
33469              <xwu@theeducationcenter.com>
33470      Branch: perl
33471            ! lib/File/Find.pm
33472 ____________________________________________________________________________
33473 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
33474         Log: Typo nits.
33475      Branch: perl
33476            ! lib/File/Find.pm
33477 ____________________________________________________________________________
33478 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
33479         Log: -Wall nit.
33480      Branch: perl
33481            ! op.c
33482 ____________________________________________________________________________
33483 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
33484         Log: Update to Scalar-List-Utils 1.05
33485      Branch: perl
33486            ! ext/List/Util/ChangeLog ext/List/Util/README
33487            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
33488 ____________________________________________________________________________
33489 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
33490         Log: Update Changes.
33491      Branch: perl
33492            ! Changes patchlevel.h
33493 ____________________________________________________________________________
33494 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
33495         Log: Update to Scalar-List-Utils 1.04
33496      Branch: perl
33497            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
33498            ! ext/List/Util/lib/List/Util.pm
33499            ! ext/List/Util/lib/Scalar/Util.pm
33500 ____________________________________________________________________________
33501 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
33502         Log: Metaconfigify #11724.
33503      Branch: metaconfig
33504            ! U/threads/archname.U
33505 ____________________________________________________________________________
33506 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
33507         Log: The MacOS reference is okay, no reason to hide it.
33508      Branch: perl
33509            ! lib/Cwd.pm
33510 ____________________________________________________________________________
33511 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
33512         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
33513              From: Michael G Schwern <schwern@pobox.com>
33514              Date: Tue, 4 Sep 2001 15:30:10 -0400
33515              Message-ID: <20010904153010.H26466@blackrider> 
33516              
33517              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
33518      Branch: perl
33519            ! ext/Cwd/Makefile.PL lib/Cwd.pm
33520 ____________________________________________________________________________
33521 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
33522         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.))
33523              From: Michael G Schwern <schwern@pobox.com>
33524              Date: Tue, 4 Sep 2001 17:39:13 -0400
33525              Message-ID: <20010904173913.C626@blackrider>
33526      Branch: perl
33527            ! lib/Cwd.pm
33528 ____________________________________________________________________________
33529 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
33530         Log: Subject: Re: Perl_pp_* in public API?
33531              From: "Craig A. Berry" <craigberry@mac.com>
33532              Date: Tue, 4 Sep 2001 21:51:29 -0500
33533              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
33534      Branch: perl
33535            ! ext/List/Util/Util.xs
33536 ____________________________________________________________________________
33537 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
33538         Log: From Damian: Class::Struct was unable to define
33539              recursive classes.  After the patch an object reference
33540              (rather than a hash) is required to initialize
33541              an object attribute.  If no such initializer is given to
33542              the constructor, object attributes are now default
33543              initialized to C<undef>.
33544      Branch: perl
33545            ! lib/Class/Struct.pm lib/Class/Struct.t
33546 ____________________________________________________________________________
33547 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
33548         Log: Subject: Re: sv_catpvfn and sv_setpvfn
33549              From: Richard Soderberg <rs@oregonnet.com>
33550              Date: Tue, 4 Sep 2001 15:16:47 -0700
33551              Message-Id: <200109042216.PAA17858@oregonnet.com>
33552      Branch: perl
33553            ! pod/perlclib.pod pod/perlguts.pod
33554 ____________________________________________________________________________
33555 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
33556         Log: NetWare updates from Ananth Kesari.
33557      Branch: perl
33558            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
33559            ! NetWare/nw5thread.h
33560 ____________________________________________________________________________
33561 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
33562         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?))
33563              From: Nicholas Clark <nick@ccl4.org>
33564              Date: Tue, 4 Sep 2001 22:42:50 +0100
33565              Message-ID: <20010904224250.P25120@plum.flirble.org>
33566      Branch: perl
33567            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
33568            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
33569            ! t/op/oct.t toke.c
33570 ____________________________________________________________________________
33571 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
33572         Log: Fix Cwd::getcwd() not being tainted, as noticed
33573              by Schwern.
33574      Branch: perl
33575            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
33576            - ext/Cwd/Cwd.t
33577            ! MANIFEST ext/Cwd/Cwd.xs util.c
33578 ____________________________________________________________________________
33579 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
33580         Log: Retract #11870 and volatilize the right destruct_level.
33581              Silly thinko pointed out by Sarathy.
33582      Branch: perl
33583            ! intrpvar.h perl.c
33584 ____________________________________________________________________________
33585 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
33586         Log: At least a temporary fix for the mysterious scope core dumps
33587              in Tru64 from Graham.
33588      Branch: perl
33589            ! ext/List/Util/Util.xs
33590 ____________________________________________________________________________
33591 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
33592         Log: (Retracted by #11872)
33593      Branch: perl
33594            ! intrpvar.h
33595 ____________________________________________________________________________
33596 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
33597         Log: Quench a -Wall gripe noticed by Robin Barker.
33598      Branch: perl
33599            ! op.c
33600 ____________________________________________________________________________
33601 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
33602         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
33603              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33604              Date: Wed, 05 Sep 2001 02:01:32 +0900
33605              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
33606      Branch: perl
33607            ! lib/Unicode/UCD.pm
33608 ____________________________________________________________________________
33609 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
33610         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
33611              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
33612              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
33613              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
33614      Branch: perl
33615            ! gv.c
33616 ____________________________________________________________________________
33617 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
33618         Log: Update Changes.
33619      Branch: perl
33620            ! Changes patchlevel.h
33621 ____________________________________________________________________________
33622 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
33623         Log: Add the \[$@%&*] prototype support.
33624      Branch: perl
33625            ! op.c pod/perlsub.pod t/comp/proto.t
33626 ____________________________________________________________________________
33627 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
33628         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
33629              From: Michael G Schwern <schwern@pobox.com>
33630              Date: Mon, 3 Sep 2001 18:59:01 -0400
33631              Message-ID: <20010903185901.Z9233@blackrider>
33632      Branch: perl
33633            ! lib/CGI/t/form.t
33634 ____________________________________________________________________________
33635 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
33636         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
33637              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
33638              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
33639              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
33640      Branch: perl
33641            ! gv.c
33642 ____________________________________________________________________________
33643 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
33644         Log: More srand entry tweakage based on Randal's suggestion.
33645      Branch: perl
33646            ! pod/perlfunc.pod
33647 ____________________________________________________________________________
33648 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
33649         Log: Subject: [PATCH] 'main' *is* a reserved word
33650              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33651              Date: Mon, 3 Sep 2001 22:55:41 +0200
33652              Message-ID: <20010903225541.A24097@rafael>
33653      Branch: perl
33654            ! toke.c
33655 ____________________________________________________________________________
33656 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
33657         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
33658              From: Peter Prymmer <pvhp@best.com>
33659              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
33660              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
33661      Branch: perl
33662            ! README.vms configure.com
33663 ____________________________________________________________________________
33664 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
33665         Log: Subject: Re: A slightly better default seed?   
33666              From: Michael G Schwern <schwern@pobox.com>
33667              Date: Mon, 3 Sep 2001 18:08:15 -0400 
33668              Message-ID: <20010903180815.W9233@blackrider>
33669      Branch: perl
33670            ! t/op/srand.t
33671 ____________________________________________________________________________
33672 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
33673         Log: Add sharedsv.o to microperl object files.
33674      Branch: perl
33675            ! Makefile.micro
33676 ____________________________________________________________________________
33677 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
33678         Log: AUTHORS updates and
33679              
33680              Subject: [PATCH] Just some preening :-)        
33681              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
33682              Date: Tue, 4 Sep 2001 14:16:59 +0100
33683              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
33684      Branch: perl
33685            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
33686 ____________________________________________________________________________
33687 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
33688         Log: Typo fix and slight rewording.
33689      Branch: perl
33690            ! pod/perlfunc.pod
33691 ____________________________________________________________________________
33692 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
33693         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
33694      Branch: perl
33695            ! pod/perlfaq4.pod
33696 ____________________________________________________________________________
33697 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
33698         Log: The helper file changed name.
33699      Branch: perl
33700            ! MANIFEST
33701 ____________________________________________________________________________
33702 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
33703         Log: Update to Scalar-List-Utils 1.03
33704      Branch: perl
33705            + ext/List/Util/t/shuffle.t
33706            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
33707            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
33708            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
33709            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
33710            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
33711            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
33712            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
33713            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
33714 ____________________________________________________________________________
33715 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
33716         Log: Make crypt() do something more sane for Unicode
33717              (take crypt() of the low eight bits of the characters,
33718              instead of taking crypt() of the UTF-8 of the scalar);
33719              add a test for crypt().
33720      Branch: perl
33721            + t/op/crypt.t
33722            ! MANIFEST pod/perlfunc.pod pp.c
33723 ____________________________________________________________________________
33724 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
33725         Log: Reorganize the srand entry.
33726      Branch: perl
33727            ! pod/perlfunc.pod
33728 ____________________________________________________________________________
33729 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
33730         Log: Remove the tests that assume something about
33731              calling srand() without arguments multiple times.
33732      Branch: perl
33733            ! t/op/srand.t
33734 ____________________________________________________________________________
33735 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
33736         Log: Upgrade to Math::BigInt 1.42.
33737      Branch: perl
33738            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33739            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
33740            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
33741            ! lib/Math/BigInt/t/mbimbf.t
33742 ____________________________________________________________________________
33743 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
33744         Log: integrate change#11847 from maint-5.6
33745              
33746              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
33747      Branch: perl
33748            ! sv.c
33749 ____________________________________________________________________________
33750 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
33751         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
33752      Branch: maint-5.6/perl
33753            ! sv.c
33754 ____________________________________________________________________________
33755 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
33756         Log: As far as I can tell these functions have been Unicodified.
33757      Branch: perl
33758            ! doop.c
33759 ____________________________________________________________________________
33760 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
33761         Log: Update to Storable 1.0.13.
33762      Branch: perl
33763            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33764            ! ext/Storable/Storable.xs
33765 ____________________________________________________________________________
33766 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
33767         Log: Patch the Filter::Simple test to work with
33768              the core test suite (since the FilterTest.pm
33769              is in t/lib, not in lib).
33770      Branch: perl
33771            ! lib/Filter/Simple/t/filter.t
33772 ____________________________________________________________________________
33773 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
33774         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
33775      Branch: perl
33776            + t/lib/FilterTest.pm
33777            - t/lib/MyFilter.pm
33778 ____________________________________________________________________________
33779 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
33780         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
33781              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
33782              Text::Balanced 1.86.
33783      Branch: perl
33784            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
33785            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
33786            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
33787            + lib/Switch/t/nested.t lib/Switch/t/switch.t
33788            + lib/Text/Balanced/Changes lib/Text/Balanced/README
33789            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
33790            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
33791            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
33792            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
33793            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
33794            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
33795            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
33796            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
33797            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
33798            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
33799            ! MANIFEST lib/Attribute/Handlers.pm
33800            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
33801            ! lib/Attribute/Handlers/demo/Demo.pm
33802            ! lib/Attribute/Handlers/demo/Descriptions.pm
33803            ! lib/Attribute/Handlers/demo/MyClass.pm
33804            ! lib/Attribute/Handlers/demo/demo.pl
33805            ! lib/Attribute/Handlers/demo/demo2.pl
33806            ! lib/Attribute/Handlers/demo/demo3.pl
33807            ! lib/Attribute/Handlers/demo/demo4.pl
33808            ! lib/Attribute/Handlers/demo/demo_call.pl
33809            ! lib/Attribute/Handlers/demo/demo_chain.pl
33810            ! lib/Attribute/Handlers/demo/demo_cycle.pl
33811            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
33812            ! lib/Attribute/Handlers/demo/demo_phases.pl
33813            ! lib/Attribute/Handlers/demo/demo_range.pl
33814            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
33815            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
33816            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
33817            ! lib/Text/Balanced.pm
33818 ____________________________________________________________________________
33819 [ 11841] By: sky                                   on 2001/09/03  11:04:15
33820         Log: Forgot to add a file with Change #11840
33821      Branch: perl
33822            + t/op/srand.t
33823 ____________________________________________________________________________
33824 [ 11840] By: sky                                   on 2001/09/03  11:02:04
33825         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
33826              From: Michael G Schwern <schwern@pobox.com>
33827              Date: Mon, 3 Sep 2001 07:43:00 -0400
33828              Message-ID: <20010903074300.E9233@blackrider>
33829      Branch: perl
33830            ! MANIFEST pod/perlfunc.pod t/op/rand.t
33831 ____________________________________________________________________________
33832 [ 11839] By: sky                                   on 2001/09/03  10:47:11
33833         Log: Document the changes with regards to running of END blocks.
33834              And DESTROY on global objects are called in perl_destruct()!
33835      Branch: perl
33836            ! pod/perl572delta.pod pod/perlembed.pod
33837 ____________________________________________________________________________
33838 [ 11838] By: sky                                   on 2001/09/03  09:34:44
33839         Log: Subject: [PATCH t/op/time.t] Partial cleanup
33840              From: Michael G Schwern <schwern@pobox.com>
33841              Date: Mon, 3 Sep 2001 06:29:42 -0400
33842              Message-ID: <20010903062942.C9233@blackrider>
33843      Branch: perl
33844            ! t/op/time.t
33845 ____________________________________________________________________________
33846 [ 11837] By: sky                                   on 2001/09/03  09:30:02
33847         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
33848              From: Michael G Schwern <schwern@pobox.com>
33849              Date: Mon, 3 Sep 2001 06:24:13 -0400
33850              Message-ID: <20010903062413.B9233@blackrider>
33851      Branch: perl
33852            ! t/op/rand.t
33853 ____________________________________________________________________________
33854 [ 11836] By: sky                                   on 2001/09/03  07:56:47
33855         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
33856              From: Michael G Schwern <schwern@pobox.com>
33857              Date: Sun, 2 Sep 2001 21:38:43 -0400
33858              Message-ID: <20010902213843.L2711@blackrider>
33859      Branch: perl
33860            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
33861            ! MANIFEST
33862 ____________________________________________________________________________
33863 [ 11835] By: nick                                  on 2001/09/03  06:20:06
33864         Log: Integrate mainline
33865      Branch: perlio
33866           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
33867            - t/op/misc.t
33868           !> (integrate 187 files)
33869 ____________________________________________________________________________
33870 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
33871         Log: Update Changes.
33872      Branch: perl
33873            ! Changes patchlevel.h
33874 ____________________________________________________________________________
33875 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
33876         Log: Slight tweaks.
33877      Branch: perl
33878            ! t/run/kill_perl.t
33879 ____________________________________________________________________________
33880 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
33881         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
33882      Branch: perl
33883            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
33884 ____________________________________________________________________________
33885 [ 11831] By: sky                                   on 2001/09/02  12:10:42
33886         Log: Change #11828 wasn't complete, this updates to intest path
33887      Branch: perl
33888            ! t/run/kill_perl.t
33889 ____________________________________________________________________________
33890 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
33891         Log: 's's's.
33892      Branch: perl
33893            ! Changes
33894 ____________________________________________________________________________
33895 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
33896         Log: Update Changes.
33897      Branch: perl
33898            ! Changes patchlevel.h
33899 ____________________________________________________________________________
33900 [ 11828] By: sky                                   on 2001/09/02  11:53:56
33901         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
33902              From: Michael G Schwern <schwern@pobox.com>
33903              Date: Sat, 1 Sep 2001 20:18:58 -0400
33904              Message-ID: <20010901201858.X606@blackrider>
33905              +MANIFEST Fix
33906      Branch: perl
33907            + t/run/kill_perl.t
33908            - t/op/misc.t t/run/segfault.t
33909            ! MANIFEST
33910 ____________________________________________________________________________
33911 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
33912         Log: Subject: [PATCH] lib/Time/Local.pm
33913              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33914              Date: Sun, 2 Sep 2001 06:50:01 -0500
33915              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
33916      Branch: perl
33917            ! lib/Time/Local.pm
33918 ____________________________________________________________________________
33919 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
33920         Log: Tick off Unicode collation and the normalization from
33921              the todo list.
33922      Branch: perl
33923            ! pod/perltodo.pod
33924 ____________________________________________________________________________
33925 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
33926         Log: Update to Unicode 3.1.1.
33927      Branch: perl
33928            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
33929            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
33930            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
33931            ! lib/unicore/PropList.txt lib/unicore/README.perl
33932            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
33933            ! lib/unicore/rename lib/unicore/version
33934 ____________________________________________________________________________
33935 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
33936         Log: Slight doc tweaks for the module.
33937      Branch: perl
33938            ! lib/Unicode/UCD.pm
33939 ____________________________________________________________________________
33940 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
33941         Log: Rename the variable: it *used* to be (wrongly) that the
33942              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
33943              but that is no more the case: PL_reg_match_utf8 is better.
33944      Branch: perl
33945            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
33946            ! regexec.c sv.c thrdvar.h
33947 ____________________________________________________________________________
33948 [ 11822] By: ams                                   on 2001/09/02  02:54:50
33949         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
33950              From: Ilmari Karonen <iltzu@sci.fi>
33951              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
33952              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
33953              (op/sub_lval.t updated to take new error message into account.)
33954      Branch: perl
33955            ! op.c t/op/sub_lval.t
33956 ____________________________________________________________________________
33957 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
33958         Log: remove stray CRs in files; keep all files with UNIX line-ends
33959              (Porting/makerel adds CRs to the files that need it in the
33960              distribution)
33961      Branch: perl
33962            ! NetWare/t/NWScripts.pl README.dos
33963            ! ext/Encode/Encode/cns11643-1.enc
33964            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
33965            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
33966 ____________________________________________________________________________
33967 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
33968         Log: some remnants of change#11803
33969      Branch: perl
33970            ! ext/ByteLoader/byterun.h perl.h
33971 ____________________________________________________________________________
33972 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
33973         Log: Update to Unicode::Collate 0.08.
33974      Branch: perl
33975            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
33976            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
33977 ____________________________________________________________________________
33978 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
33979         Log: Test tweaks.
33980      Branch: perl
33981            ! t/op/pat.t
33982 ____________________________________________________________________________
33983 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
33984         Log: Fix test
33985      Branch: maint-5.6/macperl
33986            ! t/lib/b.t
33987 ____________________________________________________________________________
33988 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
33989         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
33990              warnings in Config.pm with -W; increase default and
33991              minimum RAM; bump version number.
33992      Branch: maint-5.6/macperl
33993            + macos/lib/Mac/LowMem.pm
33994            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
33995            ! macos/configpm macos/macperl/MacPerl.r
33996 ____________________________________________________________________________
33997 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
33998         Log: Make syntax check report in MPW style, fix tests
33999              to use Mac::err=unix to get normal-style error
34000              messages.
34001      Branch: maint-5.6/macperl
34002            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
34003            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
34004 ____________________________________________________________________________
34005 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
34006         Log: Make MPW-style errors optional (but the default); add
34007              MacPerl::ErrorFormat() function and Mac::err pragma
34008      Branch: maint-5.6/macperl
34009            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
34010            + macos/ext/Mac/err/err.xs
34011            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
34012            ! macos/macish.c macos/macish.h macos/macperl.sym
34013 ____________________________________________________________________________
34014 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
34015         Log: More module and test ports from Thomas Wegner et al
34016      Branch: maint-5.6/macperl
34017            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34018            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
34019            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
34020            ! t/op/magic.t
34021 ____________________________________________________________________________
34022 [ 11812] By: sky                                   on 2001/09/01  17:19:30
34023         Log: Subject: [PATCH t/op/concat.t] cleanup
34024              From: Michael G Schwern <schwern@pobox.com>
34025              Date: Sat, 1 Sep 2001 14:06:28 -0400
34026              Message-ID: <20010901140628.C606@blackrider>
34027      Branch: perl
34028            ! t/op/concat.t
34029 ____________________________________________________________________________
34030 [ 11811] By: sky                                   on 2001/09/01  12:25:29
34031         Log: Change #11805 didn't update the MANIFEST
34032      Branch: perl
34033            ! MANIFEST
34034 ____________________________________________________________________________
34035 [ 11810] By: sky                                   on 2001/09/01  11:52:44
34036         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
34037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34038              Date: Sat, 1 Sep 2001 14:50:14 +0200
34039              Message-ID: <20010901145014.A691@rafael>
34040      Branch: perl
34041            ! t/op/inccode.t
34042 ____________________________________________________________________________
34043 [ 11809] By: sky                                   on 2001/09/01  11:49:22
34044         Log: Subject: PATCH: ExtUtils::MakeMaker
34045              From: Tony Bowden <tony@kasei.com>
34046              Date: Sat, 1 Sep 2001 10:33:53 +0100
34047              Message-ID: <20010901103353.A13863@soto.kasei.com>
34048              Manually applied
34049      Branch: perl
34050            ! lib/ExtUtils/MakeMaker.pm
34051 ____________________________________________________________________________
34052 [ 11808] By: sky                                   on 2001/09/01  11:39:13
34053         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
34054              From: mike808@users.sourceforge.net
34055              Date: Sat, 1 Sep 101 11:27:50 GMT
34056              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
34057              With little tweak
34058      Branch: perl
34059            ! lib/Term/Cap.pm
34060 ____________________________________________________________________________
34061 [ 11807] By: ams                                   on 2001/09/01  11:31:16
34062         Log: Subject: oct() and hex()
34063              From: Nicholas Clark <nick@ccl4.org>
34064              Date: Fri, 31 Aug 2001 23:14:13 +0100
34065              Message-Id: <20010831231413.J4950@plum.flirble.org>
34066      Branch: perl
34067            ! pod/perlclib.pod
34068 ____________________________________________________________________________
34069 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
34070         Log: Integrate change 11801 from maintperl
34071      Branch: maint-5.6/macperl
34072            ! perl.c
34073 ____________________________________________________________________________
34074 [ 11805] By: sky                                   on 2001/08/31  21:35:10
34075         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
34076              From: Michael G Schwern <schwern@pobox.com>
34077              Date: Fri, 31 Aug 2001 15:36:28 -0400
34078              Message-ID: <20010831153628.B598@blackrider>
34079              Check for things which used to segfault
34080      Branch: perl
34081            + t/run/segfault.t
34082 ____________________________________________________________________________
34083 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
34084         Log: integrate change#11801 from maint-5.6
34085              
34086              remove age-old UNICOS "workaround" that introduces a static, and
34087              hence an egregious race condition for threaded builds (*sigh*
34088              beats me why this kludge wasn't guarded by a UNICOS-specific
34089              #define *sigh*)
34090      Branch: perl
34091            ! perl.c
34092 ____________________________________________________________________________
34093 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
34094         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
34095              working in 5.7.x
34096      Branch: perl
34097            - objXSUB.h
34098            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
34099            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
34100            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
34101            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
34102            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
34103            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
34104            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
34105            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
34106            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
34107            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
34108            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
34109            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
34110            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
34111            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
34112            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
34113            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
34114            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
34115            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
34116            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
34117            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
34118            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
34119            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
34120 ____________________________________________________________________________
34121 [ 11802] By: ams                                   on 2001/08/31  18:11:32
34122         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
34123              From: "Philip Newton" <Philip.Newton@gmx.net>
34124              Date: Fri, 31 Aug 2001 21:12:56 +0200
34125              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
34126      Branch: perl
34127            ! pod/perldiag.pod
34128 ____________________________________________________________________________
34129 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
34130         Log: remove age-old UNICOS "workaround" that introduces a static, and
34131              hence an egregious race condition for threaded builds (*sigh*
34132              beats me why this kludge wasn't guarded by a UNICOS-specific
34133              #define *sigh*)
34134      Branch: maint-5.6/perl
34135            ! perl.c
34136 ____________________________________________________________________________
34137 [ 11800] By: sky                                   on 2001/08/31  17:30:26
34138         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
34139              Might break on platforms where bool is larger than 8 bites ???
34140      Branch: perl
34141            ! regcomp.c
34142 ____________________________________________________________________________
34143 [ 11799] By: ams                                   on 2001/08/31  12:15:44
34144         Log: Integrate 11778 into mainline.
34145      Branch: perl
34146            ! t/base/term.t
34147 ____________________________________________________________________________
34148 [ 11798] By: sky                                   on 2001/08/31  11:31:44
34149         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
34150              supposed to happen.
34151      Branch: perl
34152            ! regcomp.c
34153 ____________________________________________________________________________
34154 [ 11797] By: sky                                   on 2001/08/31  11:28:17
34155         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
34156              From: "John P. Linderman" <jpl@research.att.com>
34157              Date: Fri, 31 Aug 2001 08:20:35 -0400
34158              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
34159              Fixes test 14 which could fail randomly in rare cases.
34160      Branch: perl
34161            ! ext/Time/HiRes/HiRes.t regcomp.c
34162 ____________________________________________________________________________
34163 [ 11796] By: ams                                   on 2001/08/31  01:13:07
34164         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
34165              From: Nicholas Clark <nick@ccl4.org>
34166              Date: Thu, 30 Aug 2001 23:21:50 +0100
34167              Message-Id: <20010830232150.D4950@plum.flirble.org>
34168      Branch: perl
34169            ! ext/Sys/Syslog/Makefile.PL
34170 ____________________________________________________________________________
34171 [ 11795] By: ams                                   on 2001/08/30  23:53:23
34172         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
34173              patching example
34174              From: Michael G Schwern <schwern@pobox.com>
34175              Date: Thu, 30 Aug 2001 17:02:08 -0400
34176              Message-Id: <20010830170208.M2318@blackrider>
34177      Branch: perl
34178            ! pod/perlhack.pod
34179 ____________________________________________________________________________
34180 [ 11794] By: ams                                   on 2001/08/30  19:35:36
34181         Log: Subject: [PATCH] pp_modulo
34182              From: Nicholas Clark <nick@ccl4.org>
34183              Date: Thu, 30 Aug 2001 18:20:54 +0100
34184              Message-Id: <20010830182053.A4950@plum.flirble.org>
34185      Branch: perl
34186            ! pp.c t/op/64bitint.t
34187 ____________________________________________________________________________
34188 [ 11793] By: sky                                   on 2001/08/30  13:02:48
34189         Log: 11792 wasn't complete
34190      Branch: perl
34191            ! makedef.pl regcomp.c
34192 ____________________________________________________________________________
34193 [ 11792] By: sky                                   on 2001/08/30  12:21:11
34194         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
34195      Branch: perl
34196            ! makedef.pl
34197 ____________________________________________________________________________
34198 [ 11791] By: sky                                   on 2001/08/30  10:08:02
34199         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
34200      Branch: perl
34201            ! config_h.SH
34202 ____________________________________________________________________________
34203 [ 11790] By: sky                                   on 2001/08/30  08:22:31
34204         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
34205              on the pad. Fixes coredumps in cleanups introduced by
34206              Change 11755  
34207      Branch: perl
34208            ! op.c perl.c sv.h
34209 ____________________________________________________________________________
34210 [ 11789] By: sky                                   on 2001/08/29  19:01:47
34211         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
34212              This is a replacement implmentation that works on HPUX.
34213              This bug should probably be fixed in GCC.
34214      Branch: perl
34215            ! ext/Socket/Socket.xs
34216 ____________________________________________________________________________
34217 [ 11788] By: ams                                   on 2001/08/29  17:35:33
34218         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
34219              From: Nicholas Clark <nick@ccl4.org>
34220              Date: Wed, 29 Aug 2001 18:21:56 +0100
34221              Message-Id: <20010829182156.O4950@plum.flirble.org>
34222      Branch: perl
34223            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
34224 ____________________________________________________________________________
34225 [ 11787] By: sky                                   on 2001/08/29  10:42:54
34226         Log: Added test for pack_addr_in and unpack_addr_in
34227              Nitpik in test 10
34228      Branch: perl
34229            ! ext/Socket/Socket.t
34230 ____________________________________________________________________________
34231 [ 11786] By: sky                                   on 2001/08/29  10:28:14
34232         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
34233              Trying to catch errors on HP-UX
34234      Branch: perl
34235            ! ext/Socket/Socket.t
34236 ____________________________________________________________________________
34237 [ 11785] By: sky                                   on 2001/08/29  09:07:03
34238         Log: make sure USE_THREADS is defined so external apps work
34239      Branch: perl
34240            ! config_h.SH
34241 ____________________________________________________________________________
34242 [ 11784] By: sky                                   on 2001/08/29  08:06:12
34243         Log: Subject: Re: The hitlist of untested modules.
34244              From: Jonathan Stowe <gellyfish@gellyfish.com>
34245              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
34246              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
34247              Start of tests for Shell.pm (make Schwern poorer!)
34248      Branch: perl
34249            + lib/Shell.t
34250            ! MANIFEST
34251 ____________________________________________________________________________
34252 [ 11783] By: sky                                   on 2001/08/29  07:37:50
34253         Log: END{} can change the return value even if we die from BEGIN{}
34254      Branch: perl
34255            ! miniperlmain.c
34256 ____________________________________________________________________________
34257 [ 11782] By: ams                                   on 2001/08/29  06:32:17
34258         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
34259              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34260              Date: Wed, 29 Aug 2001 09:18:17 +0200
34261              Message-Id: <20010829091817.A4453@rafael>
34262      Branch: perl
34263            ! t/op/inccode.t
34264 ____________________________________________________________________________
34265 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
34266         Log: Delete xsubpp.patch, as full copy exists now
34267      Branch: maint-5.6/macperl
34268            - macos/xsubpp.patch
34269 ____________________________________________________________________________
34270 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
34271         Log: Add Changes file
34272      Branch: maint-5.6/macperl
34273            + macos/Changes
34274 ____________________________________________________________________________
34275 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
34276         Log: Add Mac version of xsubpp as separate file
34277      Branch: maint-5.6/macperl
34278            + macos/xsubpp
34279            ! macos/Makefile.mk
34280 ____________________________________________________________________________
34281 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
34282         Log: Fix open of /dev/null for Mac OS
34283      Branch: maint-5.6/macperl
34284            ! t/base/term.t
34285 ____________________________________________________________________________
34286 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
34287         Log: Various patches: enable more tests; skip CVS in PerlInstall;
34288              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
34289      Branch: maint-5.6/macperl
34290            ! macos/MacPerlTests.cmd macos/PerlInstall
34291            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
34292 ____________________________________________________________________________
34293 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
34294         Log: Allow for platforms to override formatting of errors
34295              on output from Matthias Neeracher (Mac files)
34296      Branch: maint-5.6/macperl
34297            ! macos/macish.c macos/macish.h
34298 ____________________________________________________________________________
34299 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
34300         Log: Allow for platforms to override formatting of errors
34301              on output from Matthias Neeracher (core files)
34302      Branch: maint-5.6/macperl
34303            ! perl.h pp_ctl.c util.c
34304 ____________________________________________________________________________
34305 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
34306         Log: Add some param checking, from reports by Kevin Reid.
34307      Branch: maint-5.6/macperl
34308            ! macos/ext/Mac/Controls/Controls.pm
34309            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
34310 ____________________________________________________________________________
34311 [ 11773] By: ams                                   on 2001/08/28  23:54:57
34312         Log: Subject: [PATCH] make coretest
34313              From: Paul Johnson <paul@pjcj.net>
34314              Date: Wed, 29 Aug 2001 00:11:38 +0200
34315              Message-Id: <20010829001138.B12169@pjcj.net>
34316              (Applied without the change to perlhack.pod. This should
34317              probably stay undocumented.)
34318      Branch: perl
34319            ! Makefile.SH t/TEST
34320 ____________________________________________________________________________
34321 [ 11772] By: sky                                   on 2001/08/28  13:01:20
34322         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
34323              From: Michael G Schwern <schwern@pobox.com>
34324              Date: Tue, 28 Aug 2001 09:57:39 -0400
34325              Message-ID: <20010828095738.E17775@blackrider>
34326      Branch: perl
34327            ! pod/perlhack.pod t/op/pack.t
34328 ____________________________________________________________________________
34329 [ 11771] By: sky                                   on 2001/08/28  11:20:13
34330         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
34331              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34332              Date: Tue, 28 Aug 2001 14:23:43 +0200
34333              Message-ID: <20010828142343.A19299@rafael>
34334      Branch: perl
34335            ! pod/perlvar.pod pp_ctl.c
34336 ____________________________________________________________________________
34337 [ 11770] By: ams                                   on 2001/08/28  10:13:21
34338         Log: Subject: [PATCH] odd typo in op.h
34339              From: Nicholas Clark <nick@ccl4.org>
34340              Date: Tue, 28 Aug 2001 12:10:26 +0100
34341              Message-Id: <20010828121026.V4950@plum.flirble.org>
34342      Branch: perl
34343            ! op.h
34344 ____________________________________________________________________________
34345 [ 11769] By: sky                                   on 2001/08/28  08:09:16
34346         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
34347              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
34348              Date: Tue, 28 Aug 2001 02:22:20 +0300
34349              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
34350      Branch: perl
34351            ! ext/B/B/Lint.pm
34352 ____________________________________________________________________________
34353 [ 11768] By: ams                                   on 2001/08/28  00:47:35
34354         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
34355              From: Michael G Schwern <schwern@pobox.com>
34356              Date: Mon, 27 Aug 2001 21:24:44 -0400
34357              Message-Id: <20010827212444.F12582@blackrider>
34358      Branch: perl
34359            ! pod/perlhack.pod t/op/pack.t
34360 ____________________________________________________________________________
34361 [ 11767] By: ams                                   on 2001/08/27  23:59:48
34362         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
34363              From: Michael G Schwern <schwern@pobox.com>
34364              Date: Mon, 27 Aug 2001 20:12:29 -0400
34365              Message-Id: <20010827201229.D12582@blackrider>
34366      Branch: perl
34367            ! pod/perlhack.pod t/op/pack.t
34368 ____________________________________________________________________________
34369 [ 11766] By: ams                                   on 2001/08/27  23:39:40
34370         Log: Update Changes.
34371      Branch: perl
34372            ! Changes
34373 ____________________________________________________________________________
34374 [ 11765] By: ams                                   on 2001/08/27  22:53:10
34375         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
34376              From: Michael G Schwern <schwern@pobox.com>
34377              Date: Mon, 27 Aug 2001 19:47:30 -0400
34378              Message-Id: <20010827194730.C12582@blackrider>
34379      Branch: perl
34380            ! t/op/inccode.t
34381 ____________________________________________________________________________
34382 [ 11764] By: ams                                   on 2001/08/27  22:46:21
34383         Log: Subject: [PATCH] new tests for the coderef-in-@INC
34384              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34385              Date: Mon, 27 Aug 2001 22:36:27 +0200
34386              Message-Id: <20010827223627.C690@rafael>
34387              
34388              Subject: Re: [PATCH] new tests for the coderef-in-@INC
34389              From: Nicholas Clark <nick@ccl4.org>
34390              Date: Tue, 28 Aug 2001 00:02:46 +0100
34391              Message-Id: <20010828000245.R4950@plum.flirble.org>
34392      Branch: perl
34393            + t/op/inccode.t
34394            ! MANIFEST
34395 ____________________________________________________________________________
34396 [ 11763] By: ams                                   on 2001/08/27  22:41:09
34397         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
34398              bleadperl on fire, Win95+4NT)
34399              From: Michael G Schwern <schwern@pobox.com>
34400              Date: Mon, 27 Aug 2001 16:54:42 -0400
34401              Message-Id: <20010827165442.F9436@blackrider>
34402      Branch: perl
34403            ! lib/warnings.t
34404 ____________________________________________________________________________
34405 [ 11762] By: sky                                   on 2001/08/27  19:19:17
34406         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
34407              avaible at compile time. This broke the compilation of 
34408              Net/Ping.pm
34409      Branch: perl
34410            ! lib/Net/Ping.pm
34411 ____________________________________________________________________________
34412 [ 11761] By: sky                                   on 2001/08/27  18:34:48
34413         Log: Removed tripple definitions of CUSTOM_OP functions.
34414      Branch: perl
34415            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
34416 ____________________________________________________________________________
34417 [ 11760] By: sky                                   on 2001/08/27  18:21:27
34418         Log: Regen headers
34419      Branch: perl
34420            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
34421            ! perlapi.h proto.h
34422 ____________________________________________________________________________
34423 [ 11759] By: ams                                   on 2001/08/27  16:31:53
34424         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
34425              From: "chromatic" <chromatic@rmci.net>
34426              Date: Mon, 27 Aug 2001 11:17:09 -0600
34427              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
34428      Branch: perl
34429            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
34430 ____________________________________________________________________________
34431 [ 11758] By: sky                                   on 2001/08/27  15:16:42
34432         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
34433              Thanks to H. Merijn Brand for the patch.
34434              Some of the comments and or guards might be removable in perl.h now.
34435      Branch: perl
34436            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
34437            ! Porting/Glossary Porting/config_H README.threads config_h.SH
34438            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
34439            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
34440            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
34441            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
34442            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
34443            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
34444            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
34445            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
34446            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
34447            ! win32/config_H.vc win32/perllib.c win32/win32.h
34448            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
34449            ! wince/config.h wince/config_H.ce wince/win32.h
34450            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
34451 ____________________________________________________________________________
34452 [ 11757] By: sky                                   on 2001/08/27  13:39:16
34453         Log: Subject: GNU ld parses arguments different
34454              From: H.Merijn Brand <h.m.brand@hccnet.nl>
34455              Date: Mon, 27 Aug 2001 16:25:51 +0200
34456              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
34457      Branch: perl
34458            ! hints/hpux.sh
34459 ____________________________________________________________________________
34460 [ 11756] By: sky                                   on 2001/08/27  13:18:45
34461         Log: Subject: Custom Ops
34462              From: Simon Cozens <simon@netthink.co.uk>
34463              Date: Sat, 25 Aug 2001 17:45:09 +0100
34464              Message-ID: <20010825174509.A5752@netthink.co.uk>
34465              I also added a fix to Opcode.pm to quite test cases.
34466      Branch: perl
34467            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
34468            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
34469 ____________________________________________________________________________
34470 [ 11755] By: sky                                   on 2001/08/27  05:37:17
34471         Log: Plugs a memory leak on destruction of regular expressions
34472              introcued by #11274.
34473              PL_regex_padav now has an AV as it's first entry with a list
34474              of freed regex_padav slots that it will reuse on creating
34475              new PMOPs.
34476      Branch: perl
34477            ! op.c perl.c
34478 ____________________________________________________________________________
34479 [ 11754] By: ams                                   on 2001/08/26  14:38:52
34480         Log: Subject: [PATCH] t/io/binmode.t
34481              From: Nicholas Clark <nick@ccl4.org>
34482              Date: Sun, 26 Aug 2001 12:03:05 +0100
34483              Message-Id: <20010826120305.C4950@plum.flirble.org>
34484              
34485              (Also a nitpick in #11752 to t/op/universal.t)
34486      Branch: perl
34487            ! t/io/binmode.t t/op/universal.t
34488 ____________________________________________________________________________
34489 [ 11753] By: ams                                   on 2001/08/26  08:19:34
34490         Log: Subject: [PATCH] op/universal.t failing
34491              From: Nicholas Clark <nick@ccl4.org>
34492              Date: Sun, 26 Aug 2001 09:48:22 +0100
34493              Message-Id: <20010826094822.B4950@plum.flirble.org>
34494      Branch: perl
34495            ! t/op/universal.t
34496 ____________________________________________________________________________
34497 [ 11752] By: ams                                   on 2001/08/25  22:46:13
34498         Log: Subject: Re: 'can' with undefined subs
34499              From: Tony Bowden <tony@kasei.com>
34500              Date: Sat, 25 Aug 2001 14:58:17 +0100
34501              Message-Id: <20010825145817.A11788@soto.kasei.com>
34502              (Applied with minor modifications.)
34503      Branch: perl
34504            ! t/op/universal.t
34505 ____________________________________________________________________________
34506 [ 11751] By: ams                                   on 2001/08/25  18:28:43
34507         Log: Subject: Re: 'can' with undefined subs
34508              From: Tony Bowden <tony@kasei.com>
34509              Date: Sat, 25 Aug 2001 15:13:14 +0100
34510              Message-Id: <20010825151314.B11788@soto.kasei.com>
34511      Branch: perl
34512            ! lib/UNIVERSAL.pm
34513 ____________________________________________________________________________
34514 [ 11750] By: nick                                  on 2001/08/25  15:24:15
34515         Log: Integrate mainline
34516      Branch: perlio
34517           +> t/io/binmode.t
34518           !> (integrate 26 files)
34519 ____________________________________________________________________________
34520 [ 11749] By: nick                                  on 2001/08/25  14:55:41
34521         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
34522              From:  John Peacock <jpeacock@rowman.com>
34523              Date:  Wed, 22 Aug 2001 12:05:28 -0400
34524              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
34525      Branch: perl
34526            ! pod/perlhack.pod
34527 ____________________________________________________________________________
34528 [ 11748] By: nick                                  on 2001/08/25  14:53:04
34529         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
34530              From:  Michael G Schwern <schwern@pobox.com>
34531              Date:  Wed, 22 Aug 2001 19:22:45 -0400
34532              Message-Id:  <20010822192245.U619@blackrider>
34533      Branch: perl
34534            ! MANIFEST
34535 ____________________________________________________________________________
34536 [ 11747] By: nick                                  on 2001/08/25  14:52:33
34537         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
34538              From:  Nicholas Clark <nick@ccl4.org>
34539              Date:  Wed, 22 Aug 2001 23:29:06 +0100
34540              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
34541      Branch: perl
34542            + t/io/binmode.t
34543            ! perlio.c pod/perlfunc.pod
34544 ____________________________________________________________________________
34545 [ 11744] By: nick                                  on 2001/08/25  14:37:33
34546         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
34547              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34548              Date:  Fri, 24 Aug 2001 22:10:42 +0200
34549              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
34550      Branch: perl
34551            ! x2p/a2py.c x2p/walk.c
34552 ____________________________________________________________________________
34553 [ 11743] By: nick                                  on 2001/08/25  14:32:47
34554         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
34555              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34556              Date:  Fri, 24 Aug 2001 23:34:13 +0200
34557              Message-Id:  <20010824233413.A1285@rafael>
34558      Branch: perl
34559            ! pod/perlfunc.pod pod/perlvar.pod
34560 ____________________________________________________________________________
34561 [ 11742] By: ams                                   on 2001/08/25  13:16:02
34562         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
34563              From: Nicholas Clark <nick@ccl4.org>
34564              Date: Sat, 25 Aug 2001 14:50:07 +0100
34565              Message-Id: <20010825145007.L41464@plum.flirble.org>
34566      Branch: perl
34567            ! pp_ctl.c
34568 ____________________________________________________________________________
34569 [ 11741] By: nick                                  on 2001/08/24  07:08:45
34570         Log: When applying patch via Porting/apply fails, do p4 refresh
34571              to get old files back.
34572      Branch: perl
34573            ! Porting/apply
34574 ____________________________________________________________________________
34575 [ 11740] By: ams                                   on 2001/08/24  04:47:24
34576         Log: #11739 was incomplete.
34577      Branch: perl
34578            ! pod/perldiag.pod
34579 ____________________________________________________________________________
34580 [ 11739] By: ams                                   on 2001/08/24  04:09:40
34581         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
34582              From: "Philip Newton" <Philip.Newton@gmx.net>
34583              Date: Fri, 24 Aug 2001 07:08:34 +0200
34584      Branch: perl
34585            ! pod/perldiag.pod
34586 ____________________________________________________________________________
34587 [ 11738] By: ams                                   on 2001/08/24  02:19:42
34588         Log: Fixed Doug Wilson's email address.
34589      Branch: perl
34590            ! AUTHORS
34591 ____________________________________________________________________________
34592 [ 11737] By: ams                                   on 2001/08/24  00:10:13
34593         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
34594              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34595              Date: Thu, 23 Aug 2001 22:22:58 +0200
34596              Message-Id: <20010823222258.A901@rafael>
34597      Branch: perl
34598            ! pod/perldiag.pod
34599 ____________________________________________________________________________
34600 [ 11736] By: ams                                   on 2001/08/24  00:05:02
34601         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
34602              From: "Craig A. Berry" <craigberry@mac.com>
34603              Date: Thu, 23 Aug 2001 19:07:45 -0500
34604              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
34605      Branch: perl
34606            ! configure.com
34607 ____________________________________________________________________________
34608 [ 11735] By: sky                                   on 2001/08/23  13:42:07
34609         Log: Backed out 11732, it breaks lib/strict.t 
34610      Branch: perl
34611            ! op.c
34612 ____________________________________________________________________________
34613 [ 11734] By: sky                                   on 2001/08/23  11:45:59
34614         Log: Removed toy from 17133 after Matt Sargeants request.
34615      Branch: perl
34616            ! pod/perlfaq4.pod
34617 ____________________________________________________________________________
34618 [ 11733] By: sky                                   on 2001/08/23  11:36:29
34619         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
34620              From: Robin Houston <robin@kitsite.com>
34621              Date: Wed, 22 Aug 2001 23:06:16 +0100
34622              Message-ID: <20010822230616.A254@robin.kitsite.com>
34623      Branch: perl
34624            ! pod/perlfaq4.pod
34625 ____________________________________________________________________________
34626 [ 11732] By: sky                                   on 2001/08/23  10:36:02
34627         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
34628              From: Simon Cozens <simon@netthink.co.uk>
34629              Date: Thu, 23 Aug 2001 12:06:36 +0100
34630              Message-ID: <20010823120636.A9961@netthink.co.uk>
34631      Branch: perl
34632            ! op.c
34633 ____________________________________________________________________________
34634 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
34635         Log: fix broken windows build
34636      Branch: perl
34637            ! perl.h
34638 ____________________________________________________________________________
34639 [ 11730] By: ams                                   on 2001/08/22  21:35:30
34640         Log: Subject: [PATCH] io/tell.t doesn't chdir t
34641              From: Nicholas Clark <nick@ccl4.org>
34642              Date: Wed, 22 Aug 2001 23:25:58 +0100
34643              Message-Id: <20010822232557.Y82818@plum.flirble.org>
34644      Branch: perl
34645            ! t/io/tell.t
34646 ____________________________________________________________________________
34647 [ 11729] By: ams                                   on 2001/08/22  20:32:21
34648         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
34649              questions)
34650              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34651              Date: Wed, 22 Aug 2001 17:09:04 -0400
34652              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
34653              (Oops, forgot File::Spec::Unix in the previous patch.)
34654      Branch: perl
34655            ! lib/File/Spec/Unix.pm
34656 ____________________________________________________________________________
34657 [ 11728] By: ams                                   on 2001/08/22  20:25:41
34658         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
34659              questions)
34660              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34661              Date: Wed, 22 Aug 2001 17:09:04 -0400
34662              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
34663      Branch: perl
34664            ! lib/File/Spec.pm
34665 ____________________________________________________________________________
34666 [ 11727] By: ams                                   on 2001/08/22  19:43:30
34667         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
34668              From: John Peacock <jpeacock@rowman.com>
34669              Date: Wed, 22 Aug 2001 12:35:52 -0400
34670              Message-Id: <3B83DF68.5D89DC81@rowman.com>
34671              (Adds proper tests for $], notwithstanding Subject. +nitpick)
34672      Branch: perl
34673            ! t/op/ver.t
34674 ____________________________________________________________________________
34675 [ 11726] By: ams                                   on 2001/08/22  19:36:39
34676         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
34677              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
34678              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
34679              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
34680      Branch: perl
34681            ! lib/diagnostics.pm lib/diagnostics.t
34682 ____________________________________________________________________________
34683 [ 11725] By: ams                                   on 2001/08/22  19:25:01
34684         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
34685              From: Nicholas Clark <nick@ccl4.org>
34686              Date: Wed, 22 Aug 2001 20:59:05 +0100
34687              Message-Id: <20010822205905.U82818@plum.flirble.org>
34688      Branch: perl
34689            ! pp.c t/op/64bitint.t t/op/arith.t
34690 ____________________________________________________________________________
34691 [ 11724] By: ams                                   on 2001/08/22  10:02:33
34692         Log: Subject: Configure blooper
34693              From: H.Merijn Brand <h.m.brand@hccnet.nl>
34694              Date: Wed, 22 Aug 2001 12:38:35 +0200
34695              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
34696      Branch: perl
34697            ! Configure
34698 ____________________________________________________________________________
34699 [ 11723] By: ams                                   on 2001/08/21  16:17:53
34700         Log: Subject: [PATCH] installperl -help
34701              From: Nicholas Clark <nick@ccl4.org>
34702              Date: Tue, 21 Aug 2001 17:34:23 +0100
34703              Message-Id: <20010821173423.F82818@plum.flirble.org>
34704      Branch: perl
34705            ! installperl
34706 ____________________________________________________________________________
34707 [ 11722] By: ams                                   on 2001/08/20  07:46:31
34708         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
34709              From: Ilmari Karonen <iltzu@sci.fi>
34710              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
34711              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
34712      Branch: perl
34713            ! pod/perlvar.pod
34714 ____________________________________________________________________________
34715 [ 11721] By: nick                                  on 2001/08/20  06:24:31
34716         Log: Integrate mainline
34717      Branch: perlio
34718           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
34719           +> lib/Lingua/KO/Hangul/Util/Changes
34720           +> lib/Lingua/KO/Hangul/Util/README
34721           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
34722           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
34723           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
34724           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
34725           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
34726           +> lib/Unicode/Normalize/t/test.t
34727            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
34728           !> (integrate 55 files)
34729 ____________________________________________________________________________
34730 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
34731         Log: Integrate Change #11599 from maint-5.6/perl
34732      Branch: maint-5.6/macperl
34733           !> README.win32
34734 ____________________________________________________________________________
34735 [ 11719] By: ams                                   on 2001/08/18  21:21:42
34736         Log: Add Porting/apply to MANIFEST.
34737      Branch: perl
34738            ! MANIFEST
34739 ____________________________________________________________________________
34740 [ 11718] By: sky                                   on 2001/08/18  14:38:01
34741         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
34742              Better solution would be to make 5005threaded perl use
34743              the same system as ithreads do
34744      Branch: perl
34745            ! perl.h
34746 ____________________________________________________________________________
34747 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
34748         Log: New try for ID 20010407.006: detach the semantics
34749              "was the last match target UTF8" into its own variable.
34750      Branch: perl
34751            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
34752            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
34753 ____________________________________________________________________________
34754 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
34755         Log: UTF8 flag should be meaningful only when POK.
34756      Branch: perl
34757            ! dump.c
34758 ____________________________________________________________________________
34759 [ 11715] By: sky                                   on 2001/08/18  11:45:16
34760         Log: USE_THREADS and USE_ITHREADS are never true at the same time
34761      Branch: perl
34762            ! perl.h
34763 ____________________________________________________________________________
34764 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
34765         Log: Retract #11712 for now.  The real fix would probably
34766              be something like making PL_reg_sv a copy (PV + UTF8)
34767              of the matched/substituted string (note: not just a SvPOK
34768              string, for example the stringified form of a ROK would
34769              be applicable)  Beware of leaks.
34770      Branch: perl
34771            ! pp_hot.c t/op/pat.t
34772 ____________________________________________________________________________
34773 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
34774         Log: UTF8 wasn't printing for PVMGs.
34775      Branch: perl
34776            ! dump.c
34777 ____________________________________________________________________________
34778 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
34779         Log: (Retracted by #11714)
34780              
34781              Okay analysis, debatable fix.  (The fix will inc
34782              the refcount of all temporary match objects,
34783              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
34784              which will then cause griping at untie() time
34785              ("inner references remain").
34786              
34787              Fix for ID 20010407.006: PL_reg_sv got wiped out
34788              by freetemps if the match target was a temporary
34789              (like function_call() =~ /.../), which in turn meant
34790              that the $1 et al stopped working if they had UTF-8
34791              in them.  Therefore bump up the refcount of PL_reg_sv.
34792      Branch: perl
34793            ! pp_hot.c t/op/pat.t
34794 ____________________________________________________________________________
34795 [ 11711] By: ams                                   on 2001/08/17  20:32:08
34796         Log: Subject: [PATCH] doesn't compile, was perl@11710
34797              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34798              Date: Fri, 17 Aug 2001 23:21:10 +0200
34799              Message-Id: <20010817232110.C7041@rafael> 
34800      Branch: perl
34801            ! sharedsv.c
34802 ____________________________________________________________________________
34803 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
34804         Log: Update Changes.
34805      Branch: perl
34806            ! Changes patchlevel.h
34807 ____________________________________________________________________________
34808 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
34809         Log: Upgrade to libnet 1.0704.
34810      Branch: perl
34811            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
34812            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
34813            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
34814            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
34815            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
34816            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
34817            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
34818 ____________________________________________________________________________
34819 [ 11708] By: sky                                   on 2001/08/17  13:34:04
34820         Log: Let perl_clone copy PL_exit_flags
34821      Branch: perl
34822            ! sv.c
34823 ____________________________________________________________________________
34824 [ 11707] By: sky                                   on 2001/08/17  12:28:41
34825         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
34826      Branch: perl
34827            ! sharedsv.c sharedsv.h
34828 ____________________________________________________________________________
34829 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
34830         Log: The metaconfig unit change for #11705.
34831      Branch: metaconfig/U/perl
34832            ! Extensions.U
34833 ____________________________________________________________________________
34834 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
34835         Log: Allow the threads extension to be found if present.
34836      Branch: perl
34837            ! Configure
34838 ____________________________________________________________________________
34839 [ 11704] By: nick                                  on 2001/08/17  11:47:54
34840         Log: Mail -> change script (pre-alpha)
34841      Branch: perl
34842            + Porting/apply
34843 ____________________________________________________________________________
34844 [ 11703] By: sky                                   on 2001/08/17  07:11:24
34845         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
34846              Thanks to Tom Hospel for pointing out my error.
34847      Branch: perl
34848            ! op.h
34849 ____________________________________________________________________________
34850 [ 11702] By: sky                                   on 2001/08/17  04:18:11
34851         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.
34852      Branch: perl
34853            ! embed.pl miniperlmain.c perl.c perl.h proto.h
34854 ____________________________________________________________________________
34855 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
34856         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
34857              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
34858      Branch: perl
34859            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
34860            + lib/Lingua/KO/Hangul/Util/README
34861            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
34862            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
34863            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
34864            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
34865            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
34866            + lib/Unicode/Normalize/t/test.t
34867            ! MANIFEST
34868 ____________________________________________________________________________
34869 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
34870         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
34871              Date: Thu, 16 Aug 2001 22:46:15 -0500
34872              From: "Craig A. Berry" <craigberry@mac.com>
34873              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
34874      Branch: perl
34875            ! configure.com numeric.c
34876 ____________________________________________________________________________
34877 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
34878         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
34879              of the usual suspects (like getpwent) but not for others
34880              (like localtime and rand).  The _r versions are available
34881              for all of them, so let's use them.
34882      Branch: perl
34883            ! perl.h
34884 ____________________________________________________________________________
34885 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
34886         Log: (Accidental apply; thankfully empty.)
34887      Branch: perl
34888            ! hints/os390.sh
34889 ____________________________________________________________________________
34890 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
34891         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
34892              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
34893              Date: Thu, 16 Aug 2001 16:27:49 +0100
34894              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
34895      Branch: perl
34896            ! regexec.c t/op/re_tests
34897 ____________________________________________________________________________
34898 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
34899         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
34900              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
34901              Date: Thu, 16 Aug 2001 18:50:01 +0100
34902              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
34903      Branch: perl
34904            ! pp_hot.c t/op/pat.t
34905 ____________________________________________________________________________
34906 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
34907         Log: Subject: [PATCH] *time_r again
34908              From: "Arthur Bergman" <arthur@contiller.se>
34909              Date: Thu, 16 Aug 2001 16:01:54 +0200
34910              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
34911      Branch: perl
34912            ! op.h
34913 ____________________________________________________________________________
34914 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
34915         Log: system() and backtick error handling cleanup from Craig A. Berry.
34916      Branch: perl
34917            ! vms/vms.c
34918 ____________________________________________________________________________
34919 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
34920         Log: change#10334 leaks memory, copies string when it doesn't
34921              need to
34922      Branch: perl
34923            ! perl.c
34924 ____________________________________________________________________________
34925 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
34926         Log: One more twist to the sprintf + utf8 testing.
34927      Branch: perl
34928            ! t/op/misc.t
34929 ____________________________________________________________________________
34930 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
34931         Log: Fix for 20010407.008 sprintf removes utf8-ness.
34932      Branch: perl
34933            ! pp.c t/op/misc.t
34934 ____________________________________________________________________________
34935 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
34936         Log: Subject: [PATCH] *time_r fixes
34937              From: "Arthur Bergman" <arthur@contiller.se>
34938              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
34939              Date: Thu, 16 Aug 2001 14:22:27 +0200
34940      Branch: perl
34941            ! op.h
34942 ____________________________________________________________________________
34943 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
34944         Log: Upgrade to CGI.pm 2.77.
34945      Branch: perl
34946            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
34947            ! lib/CGI/t/function.t
34948 ____________________________________________________________________________
34949 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
34950         Log: Document the bytes-to-Unicode upgrading.
34951      Branch: perl
34952            ! pod/perlunicode.pod
34953 ____________________________________________________________________________
34954 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
34955         Log: Add a test for Unicode sprintf.
34956      Branch: perl
34957            ! t/op/misc.t
34958 ____________________________________________________________________________
34959 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
34960         Log: Add Unicode tests for index/rindex.
34961      Branch: perl
34962            ! t/op/index.t
34963 ____________________________________________________________________________
34964 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
34965         Log: Document a bit the art of minimizing the installation,
34966              based on the p5p discussion.
34967      Branch: perl
34968            ! INSTALL
34969 ____________________________________________________________________________
34970 [ 11684] By: nick                                  on 2001/08/15  15:03:31
34971         Log: Integrate mainline
34972      Branch: perlio
34973           +> sharedsv.c sharedsv.h
34974           !> (integrate 53 files)
34975 ____________________________________________________________________________
34976 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
34977         Log: Update Changes.
34978      Branch: perl
34979            ! Changes patchlevel.h
34980 ____________________________________________________________________________
34981 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
34982         Log: The #11673 necessitated a test tweak.
34983      Branch: perl
34984            ! t/io/utf8.t
34985 ____________________________________________________________________________
34986 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
34987         Log: Also UNICOS is in the general case unable to silently
34988              handle fp overflows.
34989      Branch: perl
34990            ! numeric.c
34991 ____________________________________________________________________________
34992 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
34993         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
34994              NV_EPSILON #defined.
34995      Branch: perl
34996            ! perl.h
34997 ____________________________________________________________________________
34998 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
34999         Log: Re-establish the fp overflow detection for VAX VMS; there
35000              is no easy way to have the IEEE fp silent overflow semantics.
35001              (in Alpha VMS we still will use IEEE fp by default-- but it
35002              is still possible to configure Perl to use G_FLOAT)
35003      Branch: perl
35004            ! numeric.c
35005 ____________________________________________________________________________
35006 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
35007         Log: Subject: [PATCH] pp_lock 
35008              From: "Arthur Bergman" <arthur@contiller.se>
35009              Date: Wed, 15 Aug 2001 11:52:16 +0200
35010              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
35011      Branch: perl
35012            ! pp.c
35013 ____________________________________________________________________________
35014 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
35015         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
35016              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
35017              Date: Wed, 15 Aug 2001 11:32:11 +0100
35018              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
35019      Branch: perl
35020            ! regcomp.c t/op/re_tests
35021 ____________________________________________________________________________
35022 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
35023         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
35024              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
35025              Date: Wed, 15 Aug 2001 10:33:49 +0100
35026              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
35027      Branch: perl
35028            ! regexec.c t/op/re_tests
35029 ____________________________________________________________________________
35030 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
35031         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
35032              From: Barrie Slaymaker <barries@slaysys.com>
35033              Date: Tue, 14 Aug 2001 14:32:25 -0400
35034              Message-ID: <20010814143225.A19822@jester.slaysys.com>
35035      Branch: perl
35036            ! lib/File/Spec.t lib/File/Spec/Unix.pm
35037 ____________________________________________________________________________
35038 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
35039         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
35040              From: Peter Prymmer <pvhp@forte.com>
35041              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
35042              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
35043      Branch: perl
35044            ! README.vms configure.com
35045 ____________________________________________________________________________
35046 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
35047         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
35048              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35049              Date: Tue, 14 Aug 2001 21:23:27 +0200
35050              Message-ID: <20010814212327.A1919@rafael>
35051      Branch: perl
35052            ! doio.c
35053 ____________________________________________________________________________
35054 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
35055         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
35056              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
35057              Date: Tue, 14 Aug 2001 22:30:11 +0200
35058              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
35059              
35060              Combination of nmake, quoting, and Perl expanded $( in here-doc.
35061      Branch: perl
35062            ! ext/SDBM_File/Makefile.PL
35063 ____________________________________________________________________________
35064 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
35065         Log: Todo updates.
35066      Branch: perl
35067            ! pod/perltodo.pod
35068 ____________________________________________________________________________
35069 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
35070         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
35071              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
35072              Date: Mon, 13 Aug 2001 23:15:01 +0200
35073              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
35074      Branch: perl
35075            ! sv.c
35076 ____________________________________________________________________________
35077 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
35078         Log: Subject: [PATCH] [b-]showlex.t
35079              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
35080              Date: Sun, 12 Aug 2001 22:24:51 +0200
35081              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
35082              
35083              The 4nt command shell will expand the % in command line
35084              no matter what quoting is attempted, changed the % to @.
35085      Branch: perl
35086            ! ext/B/Showlex.t
35087 ____________________________________________________________________________
35088 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
35089         Log: Subject: [PATCH] magic.t
35090              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
35091              Date: Sun, 12 Aug 2001 20:49:27 +0200
35092              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
35093      Branch: perl
35094            ! t/op/magic.t
35095 ____________________________________________________________________________
35096 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
35097         Log: Add sharedsv* to the DOSish platforms; plus add
35098              some WinCE files to the list of DOSish files.
35099      Branch: perl
35100            ! NetWare/Makefile Porting/makerel win32/Makefile
35101            ! win32/makefile.mk wince/Makefile.ce
35102 ____________________________________________________________________________
35103 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
35104         Log: More DOSish files.
35105      Branch: perl
35106            ! Porting/makerel
35107 ____________________________________________________________________________
35108 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
35109         Log: Strip CRs from the WinCE files.  Now we need to
35110              figure out in which CRs are really needed: probably
35111              Makefile.ce and the README files, at least, probably
35112              also the registry.bat.
35113      Branch: perl
35114            ! wince/Makefile.ce wince/README.compile wince/README.perlce
35115            ! wince/config.h wince/include/cectype.h wince/include/errno.h
35116            ! wince/include/sys/stat.h wince/include/sys/types.h
35117            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
35118            ! wince/perldll.def wince/registry.bat wince/wince.h
35119            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
35120 ____________________________________________________________________________
35121 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
35122         Log: Add some files to DOSish and writables.
35123      Branch: perl
35124            ! Porting/makerel
35125 ____________________________________________________________________________
35126 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
35127         Log: Compile failure message tidying.
35128      Branch: perl
35129            ! t/lib/1_compile.t
35130 ____________________________________________________________________________
35131 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
35132         Log: The new sharedsv* should be exported only if usethreads.
35133      Branch: perl
35134            ! makedef.pl
35135 ____________________________________________________________________________
35136 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
35137         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
35138              From: Peter Prymmer <pvhp@forte.com>
35139              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
35140              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
35141      Branch: perl
35142            ! README.os390
35143 ____________________________________________________________________________
35144 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
35145         Log: Update Changes.
35146      Branch: perl
35147            ! Changes patchlevel.h
35148 ____________________________________________________________________________
35149 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
35150         Log: Subject: [PATHC] sharedsv.[c|h]
35151              From: "Artur Bergman" <artur@contiller.se>
35152              Date: Mon, 13 Aug 2001 14:38:41 +0200
35153              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
35154              
35155              Subject: [PATCH] embed.pl
35156              From: Arthur Bergman <arthur@contiller.se>
35157              Date: Mon, 13 Aug 2001 14:38:14 +0200
35158              Message-ID: <B79D96D6.3088%arthur@contiller.se>
35159              
35160              Subject: [PATCH] sharedsv cleanups
35161              From: "Arthur Bergman" <arthur@contiller.se>
35162              Date: Mon, 13 Aug 2001 15:14:25 +0200
35163              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
35164              
35165              Plus few tweaks: _init needs to be Adp, the prototypes
35166              should not be revealed unless using ithreads, #endif FOO
35167              must be #endif /* FOO */, adding (parentheses) around
35168              do { } while doesn't work too well.
35169      Branch: perl
35170            + sharedsv.c sharedsv.h
35171            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
35172            ! perl.h perlapi.c pod/perlapi.pod proto.h
35173 ____________________________________________________________________________
35174 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
35175         Log: Subject: Re: END {} blocks run in perl_run
35176              From: Arthur Bergman <arthur@contiller.se>
35177              Date: Mon, 13 Aug 2001 11:11:30 +0200
35178              Message-ID: <B79D6661.3068%arthur@contiller.se>
35179      Branch: perl
35180            ! perl.c
35181 ____________________________________________________________________________
35182 [ 11657] By: nick                                  on 2001/08/13  09:03:02
35183         Log: Integrate mainline
35184      Branch: perlio
35185           +> (branch 326 files)
35186            - (delete 330 files)
35187           !> (integrate 85 files)
35188 ____________________________________________________________________________
35189 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
35190         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
35191              and the Perl will be built to do that by default (adding that
35192              will break scripts having non-UTF-8 binary data, such as Latin-1.)
35193      Branch: perl
35194            ! op.c toke.c utf8.h
35195 ____________________________________________________________________________
35196 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
35197         Log: Unnecessary downgrades.
35198      Branch: perl
35199            ! doop.c
35200 ____________________________________________________________________________
35201 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
35202         Log: Failure not true anymore (probably caused by my broken setup).
35203      Branch: perl
35204            ! t/op/pat.t
35205 ____________________________________________________________________________
35206 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
35207         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
35208              stopped working).
35209      Branch: perl
35210            ! op.h pp_ctl.c regcomp.c
35211 ____________________________________________________________________________
35212 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
35213         Log: There is no IN_UTF8.
35214      Branch: perl
35215            ! utf8.h
35216 ____________________________________________________________________________
35217 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
35218         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
35219      Branch: perl
35220            ! op.c op.h pp_ctl.c regcomp.c
35221 ____________________________________________________________________________
35222 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
35223         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
35224              and a test tweak.
35225      Branch: perl
35226            ! op.c t/pod/find.t
35227 ____________________________________________________________________________
35228 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
35229         Log: Todo updates and fixes.
35230      Branch: perl
35231            ! pod/perltodo.pod
35232 ____________________________________________________________________________
35233 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
35234         Log: Mark tests (and one module) having explicit Latin-1
35235              (and one file having explicit UTF-8) with an explicit
35236              'no utf8' (and one explicit 'use utf8').
35237              
35238              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
35239      Branch: perl
35240            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
35241            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
35242            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
35243 ____________________________________________________________________________
35244 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
35245         Log: Subject: SV: END {} blocks run in perl_run
35246              From: "Arthur Bergman" <arthur@contiller.se>
35247              Date: Sun, 12 Aug 2001 00:34:28 +0200 
35248              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
35249      Branch: perl
35250            ! miniperlmain.c perl.c
35251 ____________________________________________________________________________
35252 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
35253         Log: Typos in #11645.
35254      Branch: perl
35255            ! perl.h
35256 ____________________________________________________________________________
35257 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
35258         Log: On ithreads default to use_reentrant except on naturally
35259              threadsafe platforms.
35260      Branch: perl
35261            ! perl.h
35262 ____________________________________________________________________________
35263 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
35264         Log: (Hopefully) a fix for 20010723.004: make install needs
35265              write permission in build directory.  The problem was
35266              probably caused by overeager sprinkling of the lib/re.pm
35267              dependencies (which was done to guarantee lib/re.pm being
35268              uptodate for parallel makes: now solved by funneling that
35269              through an explicit recursive make in the preplibrary target).
35270      Branch: perl
35271            ! Makefile.SH
35272 ____________________________________________________________________________
35273 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
35274         Log: Dispell the "use utf8" superstition.
35275      Branch: perl
35276            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
35277            ! pod/perlunicode.pod
35278 ____________________________________________________________________________
35279 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
35280         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
35281              From: "Abigail" <abigail@foad.org> 
35282              Date: Sat, 11 Aug 2001 23:49:49 +0200
35283              Message-ID: <20010811214950.23255.qmail@foad.org>
35284      Branch: perl
35285            ! t/op/taint.t
35286 ____________________________________________________________________________
35287 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
35288         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
35289              From: Abhijit Menon-Sen <ams@wiw.org>
35290              Date: Sat, 11 Aug 2001 06:18:19 +0530
35291              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
35292      Branch: perl
35293            ! mg.c
35294 ____________________________________________________________________________
35295 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
35296         Log: Test for change #11639.
35297      Branch: perl
35298            ! t/op/tiehandle.t
35299 ____________________________________________________________________________
35300 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
35301         Log: Subject: Re: Can't localize *FH, then tie it
35302              From: Abhijit Menon-Sen <ams@wiw.org>
35303              Date: Sun, 12 Aug 2001 16:08:06 +0530
35304              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
35305      Branch: perl
35306            ! pp_hot.c pp_sys.c
35307 ____________________________________________________________________________
35308 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
35309         Log: Drop all the unnecessary "use utf8" clauses and some of
35310              the unnecessary "use bytes" ones.
35311              
35312              TODO: scour the documentation for unnecessary "use utf8"
35313              and prominently display it in perldelta when the time comes.
35314              ("use utf8" should be necessary ONLY if one wants the script
35315              to be in UTF-8.)  Also should be checked in some non-ASCII
35316              non-Latin-1 platform, like EBCDIC.
35317      Branch: perl
35318            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
35319            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
35320 ____________________________________________________________________________
35321 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
35322         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
35323              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
35324              in Unicode handling.
35325      Branch: perl
35326            + t/op/lc.t
35327            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
35328 ____________________________________________________________________________
35329 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
35330         Log: Thinko: we want the flags for native cc, not gcc.
35331      Branch: perl
35332            ! hints/dec_osf.sh
35333 ____________________________________________________________________________
35334 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
35335         Log: (retracted by 13077)
35336              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
35337              From: Robin Houston <robin@kitsite.com>
35338              Date: Fri, 10 Aug 2001 14:42:02 +0100
35339              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
35340      Branch: perl
35341            ! pp.c
35342 ____________________________________________________________________________
35343 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
35344         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
35345              From: Abhijit Menon-Sen <ams@wiw.org>
35346              Date: Sat, 11 Aug 2001 16:31:04 +0530
35347              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
35348      Branch: perl
35349            ! op.c
35350 ____________________________________________________________________________
35351 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
35352         Log: Get rid of indread, from Abhijit Menon-Sen.
35353      Branch: perl
35354            ! pp_sys.c
35355 ____________________________________________________________________________
35356 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
35357         Log: CRLFgngngn.
35358      Branch: perl
35359            ! win32/Makefile win32/makefile.mk
35360 ____________________________________________________________________________
35361 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
35362         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
35363      Branch: perl
35364            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
35365            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
35366            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
35367            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
35368            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
35369            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
35370            ! win32/Makefile win32/makefile.mk
35371 ____________________________________________________________________________
35372 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
35373         Log: Avoid #elif (less portable than #else #if).
35374      Branch: perl
35375            ! handy.h
35376 ____________________________________________________________________________
35377 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
35378         Log: Subject: patch for perlvar.pod
35379              From: mah@everybody.org (Mark A. Hershberger)
35380              Date: 08 Aug 2001 17:03:16 -0500
35381              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
35382      Branch: perl
35383            ! pod/perlvar.pod
35384 ____________________________________________________________________________
35385 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
35386         Log: cpp commands must start (the # must be) at the column #0.
35387      Branch: perl
35388            ! op.c
35389 ____________________________________________________________________________
35390 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
35391         Log: If using gcc -B/foo/bar makedepend would give
35392              unnecessary warnings about unused -B/foo/bar.
35393      Branch: perl
35394            ! makedepend.SH
35395 ____________________________________________________________________________
35396 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
35397         Log: Update Changes.
35398      Branch: perl
35399            ! Changes patchlevel.h
35400 ____________________________________________________________________________
35401 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
35402         Log: s/z/tz/
35403      Branch: perl
35404            ! pod/perlfaq2.pod
35405 ____________________________________________________________________________
35406 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
35407         Log: Article nit.
35408      Branch: perl
35409            ! pod/perlfaq2.pod
35410 ____________________________________________________________________________
35411 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
35412         Log: Rename lib/unicode files to lib/unicore to avoid
35413              conflicts between core lib/unicode and Unicode::
35414              files in case-ignoring filesystems.
35415      Branch: perl
35416            + (add 325 files)
35417            - (delete 324 files)
35418            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
35419 ____________________________________________________________________________
35420 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
35421         Log: Upgrade to Math::BigInt 1.41.
35422      Branch: perl
35423            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
35424 ____________________________________________________________________________
35425 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
35426         Log: Subject: [PATCH] remove PL_na from typemap
35427              From: James <james@rf.net>
35428              Date: Mon, 06 Aug 2001 20:23:15 -0700
35429              Message-ID: <3B6F5F23.A31A81B1@rf.net>
35430              
35431              (had to be manually applied)
35432      Branch: perl
35433            ! lib/ExtUtils/typemap
35434 ____________________________________________________________________________
35435 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
35436         Log: The metaconfig unit changes for #11618.
35437      Branch: metaconfig/U/perl
35438            + d_fpclassl.U i_fp.U
35439 ____________________________________________________________________________
35440 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
35441         Log: Forgot this from #11618.
35442              
35443              NOTE: wince/config_H.ce needs updating.
35444      Branch: perl
35445            ! wince/config.ce
35446 ____________________________________________________________________________
35447 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
35448         Log: Introduce more floating point classifying APIs;
35449              try to define (most importantly) Perl_is{inf,nan}(x).
35450              
35451              For this first cut, assume none such APIs exist in non-UNIXoid
35452              platforms-- this is of course too unkind: Win32 rumoredly has
35453              _fpclass() and _isnan(), and VMS/VOS very probably have some
35454              of the APIs available.     The only thing Perl uses at the moment
35455              is Perl_isnan() (has been in use for a while now).
35456              
35457              NOTE: the Win32 and NetWare config_h.?c need regenerating.
35458      Branch: perl
35459            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
35460            ! Porting/config_H config_h.SH configure.com epoc/config.sh
35461            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
35462            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35463            ! vos/config.ga.h win32/config.bc win32/config.gc
35464            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35465            ! win32/config_H.vc wince/config.ce wince/config.h
35466 ____________________________________________________________________________
35467 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
35468         Log: Integrate change #11519 from perlio:
35469              
35470              Avoid testing for (non-)existance of "encoding(xxxx)"
35471              layer is called "encoding" the (xxxx) is an argument.
35472      Branch: perl
35473           !> lib/open.pm
35474 ____________________________________________________________________________
35475 [ 11616] By: nick                                  on 2001/08/09  07:50:24
35476         Log: Integrate mainline
35477      Branch: perlio
35478           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
35479           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
35480           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
35481           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
35482            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
35483            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
35484           !> (integrate 79 files)
35485 ____________________________________________________________________________
35486 [ 11615] By: nick                                  on 2001/08/09  06:23:44
35487         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
35488              layer is called "encoding" the (xxxx) is an argument.
35489      Branch: perlio
35490            ! lib/open.pm
35491 ____________________________________________________________________________
35492 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
35493         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
35494              From: Paul Johnson <paul@pjcj.net>
35495              Date: Wed, 8 Aug 2001 23:54:17 +0200
35496              Message-ID: <20010808235417.O1006@pjcj.net>
35497      Branch: perl
35498            ! ext/B/B/Concise.pm
35499 ____________________________________________________________________________
35500 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
35501         Log: Make VMS use IEEE math by default; reorder Tru64 hints
35502              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
35503              exception semantics) is always set if using (the new) cc.
35504      Branch: perl
35505            ! configure.com hints/dec_osf.sh
35506 ____________________________________________________________________________
35507 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
35508         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
35509              From: Abhijit Menon-Sen <ams@wiw.org>
35510              Date: Tue, 7 Aug 2001 17:16:05 +0530
35511              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
35512      Branch: perl
35513            ! pp_sys.c
35514 ____________________________________________________________________________
35515 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
35516         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
35517              From: "Craig A. Berry" <craigberry@mac.com>
35518              Date: Tue, 07 Aug 2001 22:27:47 -0500
35519              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
35520      Branch: perl
35521            ! t/run/exit.t
35522 ____________________________________________________________________________
35523 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
35524         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
35525              From: "Craig A. Berry" <craigberry@mac.com>
35526              Date: Tue, 07 Aug 2001 20:01:53 -0500
35527              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
35528      Branch: perl
35529            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
35530 ____________________________________________________________________________
35531 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
35532         Log: Update the magazine information.
35533      Branch: perl
35534            ! pod/perlfaq2.pod
35535 ____________________________________________________________________________
35536 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
35537         Log: Ignore SIGFPE everywhere.
35538      Branch: perl
35539            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
35540 ____________________________________________________________________________
35541 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
35542         Log: With permission, change the licensing of the docs by
35543              TomC (and Gnat) to comply with the rest of Perl.
35544      Branch: perl
35545            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
35546            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
35547            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
35548            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
35549            ! pod/perltootc.pod
35550 ____________________________________________________________________________
35551 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
35552         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
35553              From: Andy Dougherty <doughera@lafayette.edu>
35554              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
35555              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
35556      Branch: perl
35557            ! hints/openbsd.sh
35558 ____________________________________________________________________________
35559 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
35560         Log: Subject: [PATCH] Makefile.SH test_prep dependency
35561              From: Andy Dougherty <doughera@lafayette.edu>
35562              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
35563              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
35564      Branch: perl
35565            ! Makefile.SH
35566 ____________________________________________________________________________
35567 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
35568         Log: Don't autogenerate the headers et alia,
35569              make regen_headers explicitly.
35570      Branch: perl
35571            ! Makefile.SH
35572 ____________________________________________________________________________
35573 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
35574         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
35575              From: Gurusamy Sarathy <gsar@ActiveState.com> 
35576              Date: Tue, 07 Aug 2001 08:33:26 -0700
35577              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
35578              
35579              Unnecessary dependency.
35580      Branch: perl
35581            ! embed.pl
35582 ____________________________________________________________________________
35583 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
35584         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
35585              From: Abhijit Menon-Sen <ams@wiw.org>
35586              Date: Tue, 7 Aug 2001 09:10:54 +0530
35587              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
35588      Branch: perl
35589            ! pp_hot.c
35590 ____________________________________________________________________________
35591 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
35592         Log: Subject: [PATCH perl@11597] B && BEGIN handling
35593              From: "James A. Duncan" <jduncan@fotango.com>
35594              Date: Mon, 6 Aug 2001 17:29:11 +0100
35595              Message-ID: <20010806172911.A2071@fotango.com>
35596              
35597              (the intrpvar.h addition moved to the end for bincompat)
35598      Branch: perl
35599            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
35600 ____________________________________________________________________________
35601 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
35602         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
35603      Branch: perl
35604           !> README.win32
35605 ____________________________________________________________________________
35606 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
35607         Log: fix URLs for fcrypt.c
35608      Branch: maint-5.6/perl
35609            ! README.win32
35610 ____________________________________________________________________________
35611 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
35612         Log: Yet another way to say Infinity: HP-UX calls its "++".
35613      Branch: perl
35614            ! lib/Math/BigInt/t/bigintpm.t
35615 ____________________________________________________________________________
35616 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
35617         Log: Update Changes.
35618      Branch: perl
35619            ! Changes patchlevel.h
35620 ____________________________________________________________________________
35621 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
35622         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
35623      Branch: perl
35624            ! pod/perlfaq5.pod
35625 ____________________________________________________________________________
35626 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
35627         Log: The #11593 wasn't right.
35628      Branch: perl
35629            ! lib/Math/BigInt/t/bigintpm.t
35630 ____________________________________________________________________________
35631 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
35632         Log: Subject: [PATCH: perl@11564] introducing perlivp
35633              From: Prymmer/Kahn <pvhp@best.com>
35634              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
35635              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
35636              
35637              Subject: Re: [PATCH: perl@11564] introducing perlivp
35638              From: Prymmer/Kahn <pvhp@best.com>
35639              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
35640              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
35641      Branch: perl
35642            + utils/perlivp.PL
35643            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
35644            ! win32/Makefile win32/makefile.mk
35645 ____________________________________________________________________________
35646 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
35647         Log: libcs are confused what to call Infinity.
35648      Branch: perl
35649            ! lib/Math/BigInt/t/bigintpm.t
35650 ____________________________________________________________________________
35651 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
35652         Log: Avoid SIGFPE in Tru64.
35653      Branch: perl
35654            ! numeric.c
35655 ____________________________________________________________________________
35656 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
35657         Log: Upgrade to Math::BigInt 1.40.
35658              
35659              NOTE: this patch necessitates doing something about
35660              infinity handling since the new bigintpm.t tests use
35661              infinity, which causes SIGFPEs at least in Tru64.
35662      Branch: perl
35663            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35664            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
35665            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
35666            ! lib/Math/BigInt/t/mbimbf.t
35667 ____________________________________________________________________________
35668 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
35669         Log: remove hardcoded cmd shell in testsuite
35670      Branch: perl
35671            ! t/op/glob.t t/op/magic.t t/op/stat.t
35672 ____________________________________________________________________________
35673 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
35674         Log: 4-arg select() was busted on windows because change#8178 didn't
35675              make it into mainline
35676      Branch: perl
35677            ! perl.h win32/include/sys/socket.h
35678 ____________________________________________________________________________
35679 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
35680         Log: Rename the Getopt::Long tests to be as they are
35681              in the Getopt::Long official distribution.
35682      Branch: perl
35683            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
35684            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
35685            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
35686            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
35687            ! MANIFEST
35688 ____________________________________________________________________________
35689 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
35690         Log: Upgrade to Getopt::Long 2.26.
35691      Branch: perl
35692            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
35693            ! MANIFEST lib/Getopt/Long.pm
35694 ____________________________________________________________________________
35695 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
35696         Log: Retract #10874 (the hack should be unnecessary by now)
35697      Branch: perl
35698            ! lib/Test/Harness.pm
35699 ____________________________________________________________________________
35700 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
35701         Log: avoid temp file littering in tests
35702      Branch: perl
35703            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
35704 ____________________________________________________________________________
35705 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
35706         Log: Subject: warning in sv.c: double format, NV arg
35707              From: "Philip Newton" <Philip.Newton@gmx.net>
35708              Date: Sun, 5 Aug 2001 19:41:07 +0200
35709              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
35710      Branch: perl
35711            ! sv.c
35712 ____________________________________________________________________________
35713 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
35714         Log: fix POSIX.t#13 for windos
35715      Branch: perl
35716            ! ext/POSIX/POSIX.t
35717 ____________________________________________________________________________
35718 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
35719         Log: Add a test for PerlIO::Via.
35720      Branch: perl
35721            + ext/PerlIO/t/via.t
35722            ! MANIFEST ext/PerlIO/Via/Via.pm
35723 ____________________________________________________________________________
35724 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
35725         Log: flock() and link() are not available on Windows 9x
35726      Branch: perl
35727            ! win32/config_sh.PL
35728 ____________________________________________________________________________
35729 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
35730         Log: Some Tru64 C compilers have C++ components that confuse
35731              the ccversion parsing.
35732      Branch: perl
35733            ! hints/dec_osf.sh
35734 ____________________________________________________________________________
35735 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
35736         Log: (Reintroduce #11125)
35737              
35738              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
35739              From: Alan Burlison <Alan.Burlison@sun.com> 
35740              Date: Tue, 03 Jul 2001 15:20:13 +0100   
35741              Message-ID: <3B41D49D.A923D4F9@sun.com> 
35742      Branch: perl
35743            ! lib/ExtUtils/MM_Unix.pm
35744 ____________________________________________________________________________
35745 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
35746         Log: Little pointer juggling for HP-UX cc to avoid
35747              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
35748              followed by
35749              "error 1549: Modifiable lvalue required for assignment operator."
35750      Branch: perl
35751            ! hv.c
35752 ____________________________________________________________________________
35753 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
35754         Log: Continuation of #11575: SANY_SEEN completely deprecated,
35755              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
35756              plus a fix for the bug.
35757      Branch: perl
35758            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
35759 ____________________________________________________________________________
35760 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
35761         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
35762              From: Doug MacEachern <dougm@covalent.net>
35763              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
35764              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
35765      Branch: perl
35766            ! sv.c
35767 ____________________________________________________________________________
35768 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
35769         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
35770              the new CANY is the \C.  The problem reported and the
35771              test case supplied in
35772              
35773              Subject: UTF-8 bugs in string length & single line regex matches
35774              From: "Daniel P. Berrange" <dan@berrange.com>
35775              Date: Fri, 3 Aug 2001 11:39:33 +0100
35776              Message-ID: <20010803113932.A19318@berrange.com>
35777      Branch: perl
35778            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
35779            ! t/op/pat.t
35780 ____________________________________________________________________________
35781 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
35782         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
35783              From: Doug MacEachern <dougm@covalent.net>
35784              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
35785              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
35786      Branch: perl
35787            ! perl.c regexec.c
35788 ____________________________________________________________________________
35789 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
35790         Log: The #11572 didn't up the test count.
35791      Branch: perl
35792            ! t/op/length.t
35793 ____________________________________________________________________________
35794 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
35795         Log: Subject: UTF-8 bugs in string length & single line regex matches
35796              From: "Daniel P. Berrange" <dan@berrange.com>
35797              Date: Fri, 3 Aug 2001 11:39:33 +0100         
35798              Message-ID: <20010803113932.A19318@berrange.com>
35799              
35800              (the mg_length() fix)
35801      Branch: perl
35802            ! mg.c t/op/length.t
35803 ____________________________________________________________________________
35804 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
35805         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
35806              From: Abhijit Menon-Sen <ams@wiw.org>
35807              Date: Sat, 4 Aug 2001 16:56:35 +0530
35808              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
35809      Branch: perl
35810            ! hv.c
35811 ____________________________________________________________________________
35812 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
35813         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
35814              From: Abhijit Menon-Sen <ams@wiw.org>
35815              Date: Sat, 4 Aug 2001 16:16:03 +0530
35816              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
35817      Branch: perl
35818            ! hv.c
35819 ____________________________________________________________________________
35820 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
35821         Log: Subject: Re: [patch] refcount re ops
35822              From: Abhijit Menon-Sen <ams@wiw.org>
35823              Date: Sat, 4 Aug 2001 08:54:55 +0530
35824              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
35825      Branch: perl
35826            ! sv.c
35827 ____________________________________________________________________________
35828 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
35829         Log: Subject: [patch] refcount re ops
35830              From: Doug MacEachern <dougm@covalent.net>
35831              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
35832              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
35833      Branch: perl
35834            ! regcomp.c sv.c
35835 ____________________________________________________________________________
35836 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
35837         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
35838              From: Doug MacEachern <dougm@covalent.net>
35839              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
35840              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
35841      Branch: perl
35842            ! perl.c regexec.c
35843 ____________________________________________________________________________
35844 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
35845         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
35846              From: "Craig A. Berry" <craigberry@mac.com> 
35847              Date: Fri, 03 Aug 2001 16:16:16 -0500
35848              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
35849      Branch: perl
35850            ! t/op/misc.t
35851 ____________________________________________________________________________
35852 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
35853         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
35854              From: John Kristian <jmk2001@engineer.com>
35855              Date: Fri, 03 Aug 2001 00:59:08 -0700
35856              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
35857      Branch: perl
35858            ! win32/win32.c
35859 ____________________________________________________________________________
35860 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
35861         Log: Update Changes.
35862      Branch: perl
35863            ! Changes patchlevel.h
35864 ____________________________________________________________________________
35865 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
35866         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
35867              From: "Craig A. Berry" <craigberry@mac.com>
35868              Date: Thu, 02 Aug 2001 23:15:24 -0500
35869              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
35870      Branch: perl
35871            ! ext/B/Stash.t
35872 ____________________________________________________________________________
35873 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
35874         Log: Subject: [patch] plug PL_cshname leak
35875              From: Doug MacEachern <dougm@covalent.net>
35876              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
35877              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
35878      Branch: perl
35879            ! sv.c
35880 ____________________________________________________________________________
35881 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
35882         Log: Subject: [patch] plug PL_sh_path leak
35883              From: Doug MacEachern <dougm@covalent.net>
35884              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
35885              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
35886      Branch: perl
35887            ! sv.c
35888 ____________________________________________________________________________
35889 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
35890         Log: Subject: [patch] plug PL_regex_padav leaks
35891              From: Doug MacEachern <dougm@covalent.net>
35892              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
35893              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
35894      Branch: perl
35895            ! op.c op.h perl.c
35896 ____________________________________________________________________________
35897 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
35898         Log: Subject: [patch] plug PL_origargv leak
35899              From: Doug MacEachern <dougm@covalent.net>
35900              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
35901              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
35902      Branch: perl
35903            ! perl.c
35904 ____________________________________________________________________________
35905 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
35906         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
35907              From: Abhijit Menon-Sen <ams@wiw.org>
35908              Date: Fri, 3 Aug 2001 06:38:11 +0530
35909              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
35910      Branch: perl
35911            ! hv.c
35912 ____________________________________________________________________________
35913 [ 11557] By: nick                                  on 2001/08/03  08:17:38
35914         Log: Integrate mainline
35915      Branch: perlio
35916           +> (branch 47 files)
35917            - lib/Switch/test.pl
35918           !> (integrate 49 files)
35919 ____________________________________________________________________________
35920 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
35921         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
35922              From: "Craig A. Berry" <craigberry@mac.com>
35923              Date: Thu, 02 Aug 2001 12:56:19 -0500
35924              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
35925      Branch: perl
35926            ! ext/B/Showlex.t
35927 ____________________________________________________________________________
35928 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
35929         Log: Be more careful about non-existent files.
35930      Branch: perl
35931            ! lib/File/Copy.pm
35932 ____________________________________________________________________________
35933 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
35934         Log: Subject: [PATCH resend] deparse empty formats
35935              From: Robin Houston <robin@kitsite.com> 
35936              Date: Thu, 2 Aug 2001 14:32:36 +0100
35937              Message-ID: <20010802143236.A894@robin.kitsite.com>
35938      Branch: perl
35939            ! ext/B/B/Deparse.pm
35940 ____________________________________________________________________________
35941 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
35942         Log: Subject: [patch] ithreads + refto fix improvement
35943              From: Doug MacEachern <dougm@covalent.net>
35944              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
35945              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
35946      Branch: perl
35947            ! pp.c
35948 ____________________________________________________________________________
35949 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
35950         Log: Readability nit from Abhijit.
35951      Branch: perl
35952            ! op.c
35953 ____________________________________________________________________________
35954 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
35955         Log: setproctitle() API version nit from Anton Berezin.
35956      Branch: perl
35957            ! mg.c
35958 ____________________________________________________________________________
35959 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
35960         Log: Add PerlCE to the docs.
35961      Branch: perl
35962            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
35963            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
35964 ____________________________________________________________________________
35965 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
35966         Log: Integrate the PerlCE (WinCE Perl) port;
35967              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
35968      Branch: perl
35969            + README.ce wince/FindExt.pm wince/Makefile.ce
35970            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
35971            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
35972            + wince/bin/search.pl wince/config.ce wince/config.h
35973            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
35974            + wince/dl_win32.xs wince/include/arpa/inet.h
35975            + wince/include/cectype.h wince/include/errno.h
35976            + wince/include/netdb.h wince/include/sys/socket.h
35977            + wince/include/sys/stat.h wince/include/sys/types.h
35978            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
35979            + wince/perl.rc wince/perldll.def wince/perllib.c
35980            + wince/perlmain.c wince/registry.bat wince/runperl.c
35981            + wince/splittree.pl wince/win32.h wince/win32iop.h
35982            + wince/win32thread.c wince/win32thread.h wince/wince.c
35983            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
35984            + wince/xdistclean.ksh wince/xmakediffs.ksh
35985            ! MANIFEST perl.c perl.h perlio.c
35986 ____________________________________________________________________________
35987 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
35988         Log: setproctitle() made simpler.  (This assumes the string is
35989              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
35990              should be used.  Note len, not len + 1.)  BSD-fu from Anton
35991              Berezin.
35992      Branch: perl
35993            ! mg.c
35994 ____________________________________________________________________________
35995 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
35996         Log: Subject: [PATCH] -Wall cleanup: op.c
35997              From: Richard Soderberg <rs@oregonnet.com>
35998              Date: Thu, 2 Aug 2001 00:17:09 -0700
35999              Message-Id: <200108020717.AAA26895@oregonnet.com>
36000              
36001              Subject: [PATCH] -Wall cleanup: sv.c
36002              From: Richard Soderberg <rs@oregonnet.com>
36003              Date: Thu, 2 Aug 2001 00:49:21 -0700
36004              Message-Id: <200108020749.AAA27492@oregonnet.com>
36005      Branch: perl
36006            ! op.c sv.c
36007 ____________________________________________________________________________
36008 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
36009         Log: Update Changes.
36010      Branch: perl
36011            ! Changes patchlevel.h
36012 ____________________________________________________________________________
36013 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
36014         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
36015              From: Doug MacEachern <dougm@covalent.net>
36016              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
36017              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
36018      Branch: perl
36019            ! op.c
36020 ____________________________________________________________________________
36021 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
36022         Log: The #11541 didn't work under threads.
36023      Branch: perl
36024            ! op.c
36025 ____________________________________________________________________________
36026 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
36027         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
36028              From: Hugo <hv@crypt.compulink.co.uk>
36029              Date: Fri, 22 Jun 2001 01:19:08 +0100 
36030              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
36031              
36032              (Skip tests if accept() failed)
36033      Branch: perl
36034            ! ext/IO/lib/IO/t/io_unix.t
36035 ____________________________________________________________________________
36036 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
36037         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
36038              From: "Stian Seeberg" <sseeberg@nimsoft.no>
36039              Date: Mon, 30 Jul 2001 12:28:07 +0200
36040              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
36041      Branch: perl
36042            ! perl.h
36043 ____________________________________________________________________________
36044 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
36045         Log: Subject: Pluggable optimizer
36046              From: Simon Cozens <simon@netthink.co.uk>
36047              Date: Wed, 1 Aug 2001 13:57:02 -0700
36048              Message-ID: <20010801135702.I10442@netthink.co.uk>
36049      Branch: perl
36050            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
36051 ____________________________________________________________________________
36052 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
36053         Log: Subject: [ID 20010801.039] perlre.pod message typo
36054              From: Autrijus Tang <autrijus@geb.elixus.org>
36055              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
36056              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
36057      Branch: perl
36058            ! pod/perlre.pod
36059 ____________________________________________________________________________
36060 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
36061         Log: Test for change #11536.
36062      Branch: perl
36063            ! t/op/tiehandle.t
36064 ____________________________________________________________________________
36065 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
36066         Log: More test fixups for #11537.
36067      Branch: perl
36068            ! t/lib/warnings/4lint t/lib/warnings/9enabled
36069 ____________________________________________________________________________
36070 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
36071         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
36072              From: Doug MacEachern <dougm@covalent.net>
36073              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
36074              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
36075      Branch: perl
36076            ! op.c t/TestInit.pm
36077 ____________________________________________________________________________
36078 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
36079         Log: Subject: [patch] ithreads + refto bug
36080              From: Doug MacEachern <dougm@covalent.net>
36081              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
36082              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
36083              
36084              (Test in change #11539)
36085      Branch: perl
36086            ! pp.c
36087 ____________________________________________________________________________
36088 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
36089         Log: Subject: [PATCH: perl@11523] fixups for t/harness
36090              From: Prymmer/Kahn <pvhp@best.com>
36091              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
36092              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
36093      Branch: perl
36094            ! t/harness
36095 ____________________________________________________________________________
36096 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
36097         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
36098              From: Prymmer/Kahn <pvhp@best.com>
36099              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
36100              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
36101      Branch: perl
36102            ! win32/Makefile win32/makefile.mk
36103 ____________________________________________________________________________
36104 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
36105         Log: Need to know the number of tests.
36106      Branch: perl
36107            ! t/run/exit.t
36108 ____________________________________________________________________________
36109 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
36110         Log: Subject: Re: new exit tests on VMS
36111              From: "Craig A. Berry" <craigberry@mac.com>
36112              Date: Tue, 31 Jul 2001 12:19:29 -0500
36113              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
36114      Branch: perl
36115            ! t/run/exit.t
36116 ____________________________________________________________________________
36117 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
36118         Log: Retract #11530 (the dTHX is needed under threads)
36119      Branch: perl
36120            ! perlio.c
36121 ____________________________________________________________________________
36122 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
36123         Log: (Retracted by #11531)
36124      Branch: perl
36125            ! perlio.c
36126 ____________________________________________________________________________
36127 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
36128         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
36129              From: Richard Soderberg <rs@crystalflame.net>
36130              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
36131              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
36132      Branch: perl
36133            ! unixish.h
36134 ____________________________________________________________________________
36135 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
36136         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
36137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36138              Date: Tue, 31 Jul 2001 05:39:09 -0400
36139              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
36140              
36141              (with a note about the case of UV being equal to long long)
36142      Branch: perl
36143            ! utils/h2xs.PL
36144 ____________________________________________________________________________
36145 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
36146         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
36147              From: "Craig A. Berry" <craigberry@mac.com>
36148              Date: Tue, 31 Jul 2001 14:57:43 -0500
36149              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
36150      Branch: perl
36151            ! t/io/fs.t
36152 ____________________________________________________________________________
36153 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
36154         Log: Fix for
36155              
36156              Subject: [ID 20010116.001] File::Copy truncates orig file 
36157              From: arbor@al37al08.telecel.pt
36158              Date: Tue, 16 Jan 2001 11:43:02 GMT
36159              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
36160              
36161              (copy($foo, $foo) would truncate $foo)
36162      Branch: perl
36163            ! lib/File/Copy.pm lib/File/Copy.t
36164 ____________________________________________________________________________
36165 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
36166         Log: Metaconfig unit change for #11524.
36167      Branch: metaconfig/U/perl
36168            ! Extras.U
36169 ____________________________________________________________________________
36170 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
36171         Log: Multiple modules didn't work; plus typo fixes.
36172      Branch: perl
36173            ! Configure
36174 ____________________________________________________________________________
36175 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
36176         Log: Update Changes.
36177      Branch: perl
36178            ! Changes patchlevel.h
36179 ____________________________________________________________________________
36180 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
36181         Log: Regen perlapi.
36182      Branch: perl
36183            ! pod/perlapi.pod
36184 ____________________________________________________________________________
36185 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
36186         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
36187              From: Dave Mitchell <davem@fdgroup.co.uk>
36188              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
36189              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
36190      Branch: perl
36191            ! sv.c
36192 ____________________________________________________________________________
36193 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
36194         Log: Regen toc.
36195      Branch: perl
36196            ! pod/perltoc.pod
36197 ____________________________________________________________________________
36198 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
36199         Log: Regen Porting stuff.
36200      Branch: perl
36201            ! Porting/Glossary Porting/config.sh Porting/config_H
36202 ____________________________________________________________________________
36203 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
36204         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
36205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36206              Date: Tue, 31 Jul 2001 05:34:38 -0400
36207              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
36208      Branch: perl
36209            ! utils/h2xs.PL
36210 ____________________________________________________________________________
36211 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
36212         Log: Metaconfig unit change for #11516. 
36213      Branch: metaconfig/U/perl
36214            ! gccvers.U
36215 ____________________________________________________________________________
36216 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
36217         Log: Add -Wall in cflags, not in Configure.
36218              (This way -Wall affects only the core and the core XS,
36219              not user modules' XS.  Concern from Paul Marquess,
36220              implementation idea from Andy Dougherty.)
36221      Branch: perl
36222            ! Configure cflags.SH
36223 ____________________________________________________________________________
36224 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
36225         Log: Metaconfig unit changes for #11514.
36226      Branch: metaconfig
36227            + U/modified/sysman.U
36228            ! U/installdirs/man1dir.U
36229 ____________________________________________________________________________
36230 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
36231         Log: Subject: Configure's detection of system manual
36232              From: Sean Dague <sean@dague.net> 
36233              Date: Sun, 13 May 2001 15:53:15 -0400
36234              Message-ID: <20010513155315.A15833@underhill.dague.net>
36235      Branch: perl
36236            ! Configure
36237 ____________________________________________________________________________
36238 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
36239         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
36240              From: Autrijus Tang <autrijus@autrijus.org> 
36241              Date: Thu, 21 Jun 2001 23:56:48 +0800
36242              Message-Id: <20010621235648.A57340@not.autrijus.org>
36243      Branch: perl
36244            ! pod/perlobj.pod
36245 ____________________________________________________________________________
36246 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
36247         Log: Subject: Typo in DB_File.pm
36248              From: "Philip Newton" <Philip.Newton@gmx.net>
36249              Date: Tue, 31 Jul 2001 06:19:35 +0200
36250              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
36251      Branch: perl
36252            ! ext/DB_File/DB_File.pm
36253 ____________________________________________________________________________
36254 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
36255         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
36256              From: "Stephen P. Potter" <spp@spotter.yi.org>
36257              Date: Wed, 30 May 2001 13:59:34 -0400
36258              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
36259      Branch: perl
36260            ! pod/perlre.pod
36261 ____________________________________________________________________________
36262 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
36263         Log: eval "format foo=" would loop indefinitely; reported in
36264              
36265              Subject: A load of old rubbish
36266              From: Mike Guy <mjtg@cam.ac.uk>
36267              Date: Mon, 14 May 2001 16:12:22 +0100
36268              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
36269              
36270              (The core dumps reported in there already fixed.)
36271      Branch: perl
36272            ! toke.c
36273 ____________________________________________________________________________
36274 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
36275         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
36276      Branch: perl
36277            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
36278            + lib/Switch/t/switch_case.t
36279            - lib/Switch/test.pl
36280            ! MANIFEST lib/Switch.pm
36281 ____________________________________________________________________________
36282 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
36283         Log: Subject: [PATCH @11505] DB_File-1.78
36284              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
36285              Date: Mon, 30 Jul 2001 22:54:37 +0100
36286              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
36287      Branch: perl
36288            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36289            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
36290 ____________________________________________________________________________
36291 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
36292         Log: Explain in more detail why -pipe and -fno-common are good.
36293      Branch: perl
36294            ! hints/darwin.sh
36295 ____________________________________________________________________________
36296 [ 11506] By: nick                                  on 2001/07/30  14:32:23
36297         Log: Integrate mainline
36298      Branch: perlio
36299           !> INSTALL Makefile.SH doio.c hints/darwin.sh
36300 ____________________________________________________________________________
36301 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
36302         Log: Perl hasn't been putting man pages into $prefix/lib for
36303              a long time now; pointed out by Andy Dougherty. 
36304      Branch: perl
36305            ! hints/darwin.sh
36306 ____________________________________________________________________________
36307 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
36308         Log: Document the extras Configure option.
36309      Branch: perl
36310            ! INSTALL
36311 ____________________________________________________________________________
36312 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
36313         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
36314              everywhere.
36315      Branch: perl
36316           !> doio.c
36317 ____________________________________________________________________________
36318 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
36319         Log: Doubly guard against invoking CPAN if no extras defined,
36320              pointed out by H. Merijn Brand.
36321      Branch: perl
36322            ! Makefile.SH
36323 ____________________________________________________________________________
36324 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
36325         Log: Fix O_RDONLY check to check for O_RDONLY.
36326      Branch: maint-5.6/macperl
36327            ! doio.c
36328 ____________________________________________________________________________
36329 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
36330         Log: Integrate miscellaneous changes from maint-5.6/perl.
36331      Branch: maint-5.6/macperl
36332           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
36333 ____________________________________________________________________________
36334 [ 11499] By: nick                                  on 2001/07/30  06:52:42
36335         Log: Integrate mainline
36336      Branch: perlio
36337           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
36338           +> win32/sync_ext.pl
36339            - win32/sncfnmcs.pl
36340           !> (integrate 71 files)
36341 ____________________________________________________________________________
36342 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
36343         Log: Update Changes.
36344      Branch: perl
36345            ! Changes patchlevel.h
36346 ____________________________________________________________________________
36347 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
36348         Log: Now Configure -Dextras=Foo::Bar and "make install" will
36349              fetch and install Foo::Bar.
36350      Branch: perl
36351            ! Makefile.SH
36352 ____________________________________________________________________________
36353 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
36354         Log: Metaconfig unit change for #11495.
36355      Branch: metaconfig/U/perl
36356            ! Extras.U
36357 ____________________________________________________________________________
36358 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
36359         Log: extras.make, extras.test, and extras.install make targets.
36360      Branch: perl
36361            ! Configure Makefile.SH
36362 ____________________________________________________________________________
36363 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
36364         Log: Metaconfig unit change for #11493.
36365      Branch: metaconfig/U/perl
36366            ! Extras.U
36367 ____________________________________________________________________________
36368 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
36369         Log: Better to have the list of extras in $extras than 'define'.
36370      Branch: perl
36371            ! Configure
36372 ____________________________________________________________________________
36373 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
36374         Log: The metaconfig unit change for #11490.
36375      Branch: metaconfig/U/perl
36376            + Extras.U
36377 ____________________________________________________________________________
36378 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
36379         Log: Missed from #11490 (the required dependency).
36380      Branch: perl
36381            ! Makefile.SH
36382 ____________________________________________________________________________
36383 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
36384         Log: Add the support of asking for extra modules or bundles of modules
36385              to be fetched from the CPAN and installed as a part of the Perl
36386              build process.  None of this installation is yet really done;
36387              only the list is asked, and saved away in extras.lst for
36388              the build and installation process to worry about later.
36389      Branch: perl
36390            ! Configure
36391 ____________________________________________________________________________
36392 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
36393         Log: Beginnings of better Inf and NaN support.
36394              At least toke.c and sv.c still need quite a bit of work.
36395      Branch: perl
36396            ! numeric.c perl.h
36397 ____________________________________________________________________________
36398 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
36399         Log: Top-level Makefile didn't honour OPTIMIZE.
36400      Branch: perl
36401            ! Makefile.SH
36402 ____________________________________________________________________________
36403 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
36404         Log: Update Changes.
36405      Branch: perl
36406            ! Changes patchlevel.h
36407 ____________________________________________________________________________
36408 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
36409         Log: Use Search::Dict 1.02 interface for charinfo().
36410      Branch: perl
36411            ! lib/UnicodeCD.pm
36412 ____________________________________________________________________________
36413 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
36414         Log: Now also allow transforming the read lines before comparing them.
36415              (This will help UnicodeCD.) 
36416      Branch: perl
36417            ! lib/Search/Dict.pm
36418 ____________________________________________________________________________
36419 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
36420         Log: Remove tiehandle code.
36421      Branch: perl
36422            ! lib/UnicodeCD.pm
36423 ____________________________________________________________________________
36424 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
36425         Log: Allow specifying a comparison function for Search::Dict::look().
36426      Branch: perl
36427            ! lib/Search/Dict.pm
36428 ____________________________________________________________________________
36429 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
36430         Log: Small UnicodeCD tweaks.
36431      Branch: perl
36432            ! lib/UnicodeCD.pm lib/UnicodeCD.t
36433 ____________________________________________________________________________
36434 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
36435         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
36436              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36437              Date: Tue, 24 Jul 2001 01:51:32 +0900
36438              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
36439      Branch: perl
36440            ! lib/UnicodeCD.pm lib/UnicodeCD.t
36441 ____________________________________________________________________________
36442 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
36443         Log: Subject: [PATCH] installperl
36444              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
36445              Date: Fri, 27 Jul 2001 19:05:04 -0700
36446              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
36447      Branch: perl
36448            ! installperl
36449 ____________________________________________________________________________
36450 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
36451         Log: Subject: [PATCH] Set proper compatibility versions in core
36452              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
36453              Date: Fri, 27 Jul 2001 20:01:49 -0700
36454              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
36455      Branch: perl
36456            ! Makefile.SH
36457 ____________________________________________________________________________
36458 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
36459         Log: Metaconfig unit change for #11477.
36460      Branch: metaconfig/U/perl
36461            ! dlsrc.U
36462 ____________________________________________________________________________
36463 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
36464         Log: Subject: [PATCH] Darwin: -fpic not so good
36465              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
36466              Date: Fri, 27 Jul 2001 18:57:38 -0700
36467              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
36468      Branch: perl
36469            ! Configure
36470 ____________________________________________________________________________
36471 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
36472         Log: Subject: [PATCH] Clean up Darwin hints
36473              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
36474              Date: Fri, 27 Jul 2001 19:13:15 -0700
36475              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
36476      Branch: perl
36477            ! hints/darwin.sh
36478 ____________________________________________________________________________
36479 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
36480         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
36481              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36482              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
36483              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
36484      Branch: perl
36485            ! pod/perlfunc.pod pp.c t/op/split.t
36486 ____________________________________________________________________________
36487 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
36488         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
36489              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36490              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
36491              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
36492      Branch: perl
36493            ! pod/perlvar.pod
36494 ____________________________________________________________________________
36495 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
36496         Log: Subject: [PATCH] fixes to constant.pm documentation
36497              From: Ilmari Karonen <iltzu@sci.fi>
36498              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
36499              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
36500      Branch: perl
36501            ! lib/constant.pm
36502 ____________________________________________________________________________
36503 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
36504         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
36505              From: "Philip Newton" <Philip.Newton@gmx.net>
36506              Date: Fri, 27 Jul 2001 07:51:10 +0200
36507              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
36508      Branch: perl
36509            ! pod/perlport.pod
36510 ____________________________________________________________________________
36511 [ 11471] By: nick                                  on 2001/07/26  06:23:32
36512         Log: Subject:  [PATCH] Doc fix for perlguts / threading
36513              From:  Arthur Bergman <arthur@contiller.se>
36514              Date:  Wed, 25 Jul 2001 11:28:23 +0200
36515              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
36516      Branch: perl
36517            ! pod/perlguts.pod
36518 ____________________________________________________________________________
36519 [ 11470] By: nick                                  on 2001/07/26  06:21:06
36520         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
36521              From:  Philip Newton <Philip.Newton@gmx.net>
36522              Date:  Wed, 25 Jul 2001 08:19:47 +0200
36523              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
36524      Branch: perl
36525            ! INSTALL
36526 ____________________________________________________________________________
36527 [ 11469] By: nick                                  on 2001/07/26  06:20:25
36528         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
36529              From:  Philip Newton <Philip.Newton@gmx.net>
36530              Date:  Wed, 25 Jul 2001 08:12:48 +0200
36531              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
36532      Branch: perl
36533            ! INSTALL
36534 ____________________________________________________________________________
36535 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
36536         Log: More +x.
36537      Branch: perl
36538            ! Porting/makerel
36539 ____________________________________________________________________________
36540 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
36541         Log: Update Changes.
36542      Branch: perl
36543            ! Changes patchlevel.h
36544 ____________________________________________________________________________
36545 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
36546         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
36547              From: "Philip Newton" <Philip.Newton@gmx.net>
36548              Date: Tue, 24 Jul 2001 06:45:55 +0200
36549              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
36550      Branch: perl
36551            ! os2/perlrexx.c
36552 ____________________________________________________________________________
36553 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
36554         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
36555              From: Peter Prymmer <pvhp@forte.com>
36556              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
36557              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
36558      Branch: perl
36559            ! pod/perlport.pod t/io/fs.t vms/test.com
36560 ____________________________________________________________________________
36561 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
36562         Log: Workaround on Cwd bootstrap problem.
36563      Branch: perl
36564            ! lib/ExtUtils/MakeMaker.pm
36565 ____________________________________________________________________________
36566 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
36567         Log: When in Rome, quote like the Romans do.
36568      Branch: perl
36569            ! cflags.SH
36570 ____________________________________________________________________________
36571 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
36572         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
36573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36574              Date: Mon, 23 Jul 2001 19:29:49 -0400
36575              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
36576      Branch: perl
36577            + os2/perlrexx.c
36578            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
36579            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
36580            ! t/op/write.t
36581 ____________________________________________________________________________
36582 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
36583         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
36584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36585              Date: Mon, 23 Jul 2001 18:43:42 -0400
36586              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
36587      Branch: perl
36588            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
36589 ____________________________________________________________________________
36590 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
36591         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
36592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36593              Date: Mon, 23 Jul 2001 18:33:16 -0400
36594              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
36595      Branch: perl
36596            ! lib/ExtUtils/MakeMaker.pm
36597 ____________________________________________________________________________
36598 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
36599         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
36600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36601              Date: Mon, 23 Jul 2001 18:20:35 -0400
36602              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
36603      Branch: perl
36604            ! Makefile.SH cflags.SH
36605 ____________________________________________________________________________
36606 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
36607         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
36608              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
36609              Date: Mon, 23 Jul 2001 11:32:17 -0500
36610              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
36611      Branch: perl
36612            ! lib/ExtUtils/MakeMaker.pm
36613 ____________________________________________________________________________
36614 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
36615         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
36616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36617              Date: Mon, 23 Jul 2001 18:13:20 -0400
36618              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
36619      Branch: perl
36620            ! lib/perl5db.pl
36621 ____________________________________________________________________________
36622 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
36623         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
36624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36625              Date: Mon, 23 Jul 2001 18:07:40 -0400
36626              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
36627      Branch: perl
36628            ! op.c
36629 ____________________________________________________________________________
36630 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
36631         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
36632              From: "Craig A. Berry" <craigberry@mac.com>
36633              Date: Mon, 23 Jul 2001 15:35:06 -0500
36634              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
36635      Branch: perl
36636            ! util.c
36637 ____________________________________________________________________________
36638 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
36639         Log: Subject: [PATCH perlfaq9.pod typo]
36640              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
36641              Date: Mon, 23 Jul 2001 07:49:05 -0700
36642              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
36643      Branch: perl
36644            ! pod/perlfaq9.pod
36645 ____________________________________________________________________________
36646 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
36647         Log: Subject: win32\sncfnmcs.pl corrections
36648              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
36649              Date: Mon, 23 Jul 2001 12:56:54 +0200
36650              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
36651              
36652              Rename the script a little bit more sensibly.
36653      Branch: perl
36654            + win32/sync_ext.pl
36655            - win32/sncfnmcs.pl
36656            ! MANIFEST README.win32
36657 ____________________________________________________________________________
36658 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
36659         Log: Test tweak.
36660      Branch: perl
36661            ! ext/B/Deparse.t
36662 ____________________________________________________________________________
36663 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
36664         Log: Metaconfig unit tweak for #11450.
36665      Branch: metaconfig/U/perl
36666            ! Mksymlinks.U
36667 ____________________________________________________________________________
36668 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
36669         Log: Too volatile failsafe check.
36670      Branch: perl
36671            ! Configure
36672 ____________________________________________________________________________
36673 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
36674         Log: Further doc tweaks.
36675      Branch: perl
36676            ! lib/UnicodeCD.pm
36677 ____________________________________________________________________________
36678 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
36679         Log: Doc tweaks.
36680      Branch: perl
36681            ! lib/UnicodeCD.pm
36682 ____________________________________________________________________________
36683 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
36684         Log: Doc tweakery from Abhijit.
36685      Branch: perl
36686            ! Porting/repository.pod
36687 ____________________________________________________________________________
36688 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
36689         Log: An accidental empty line.
36690      Branch: perl
36691            ! MANIFEST
36692 ____________________________________________________________________________
36693 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
36694         Log: Missing MANIFESTations.
36695      Branch: perl
36696            ! MANIFEST
36697 ____________________________________________________________________________
36698 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
36699         Log: Update Changes.
36700      Branch: perl
36701            ! Changes patchlevel.h
36702 ____________________________________________________________________________
36703 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
36704         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
36705              From: Mike Guy <mjtg@cam.ac.uk>
36706              Date: Fri, 20 Jul 2001 16:12:49 +0100
36707              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
36708      Branch: perl
36709            ! Porting/pumpkin.pod
36710 ____________________________________________________________________________
36711 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
36712         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
36713              From: Peter Prymmer <pvhp@forte.com>
36714              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
36715              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
36716      Branch: perl
36717            ! pod/perlhack.pod
36718 ____________________________________________________________________________
36719 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
36720         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
36721              From: Michael G Schwern <schwern@pobox.com>
36722              Date: Fri, 20 Jul 2001 20:22:35 -0400
36723              Message-ID: <20010720202235.O4498@blackrider>
36724      Branch: perl
36725            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
36726            ! lib/Test/t/todo.t
36727 ____________________________________________________________________________
36728 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
36729         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
36730              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
36731              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
36732              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
36733      Branch: perl
36734            ! ext/POSIX/POSIX.pod
36735 ____________________________________________________________________________
36736 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
36737         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
36738              From: Mark-Jason Dominus <mjd@plover.com>
36739              Date: Fri, 20 Jul 2001 23:16:54 -0400
36740              Message-ID: <20010721031654.21877.qmail@plover.com>
36741      Branch: perl
36742            ! ext/POSIX/POSIX.pod
36743 ____________________________________________________________________________
36744 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
36745         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
36746              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36747              Date: Sun, 22 Jul 2001 14:56:09 +0200
36748              Message-ID: <20010722145609.A766@rafael>
36749      Branch: perl
36750            ! ext/B/O.pm
36751 ____________________________________________________________________________
36752 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
36753         Log: Subject: regexec.c #define cleanup
36754              From: Mark-Jason Dominus <mjd@plover.com>
36755              Date: Sat, 21 Jul 2001 18:33:25 -0400
36756              Message-ID: <20010721223325.3069.qmail@plover.com>
36757      Branch: perl
36758            ! regexec.c
36759 ____________________________________________________________________________
36760 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
36761         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
36762              From: Prymmer/Kahn <pvhp@best.com>
36763              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
36764              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
36765      Branch: perl
36766            ! t/io/fs.t
36767 ____________________________________________________________________________
36768 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
36769         Log: Typo in #11432.
36770      Branch: perl
36771            ! ext/POSIX/POSIX.t
36772 ____________________________________________________________________________
36773 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
36774         Log: Integrate (manually) change #11424 from macperl.
36775      Branch: perl
36776            ! ext/Filter/t/call.t
36777 ____________________________________________________________________________
36778 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
36779         Log: Integrate change #11408 from macperl.
36780      Branch: perl
36781           !> README.macos pod/perlport.pod
36782 ____________________________________________________________________________
36783 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
36784         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
36785      Branch: perl
36786           +> macos/MacPerlTests.cmd macos/xsubpp.patch
36787            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
36788            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
36789            ! ext/POSIX/POSIX.t
36790 ____________________________________________________________________________
36791 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
36792         Log: pod/*.t tests not picked up by t/TEST either
36793      Branch: maint-5.6/perl
36794            ! t/TEST
36795 ____________________________________________________________________________
36796 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
36797         Log: better tweak for change#11429 (windows has both / and \ separated
36798              paths in @INC at that point)
36799      Branch: maint-5.6/perl
36800            ! t/pod/testp2pt.pl
36801 ____________________________________________________________________________
36802 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
36803         Log: MacOS pod test tweak needs \Escape
36804      Branch: maint-5.6/perl
36805            ! t/pod/testp2pt.pl
36806 ____________________________________________________________________________
36807 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
36808         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
36809              resulting duplicate output, but t/harness isn't)
36810      Branch: maint-5.6/perl
36811            ! t/run/runenv.t
36812 ____________________________________________________________________________
36813 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
36814         Log: t/harness wasn't picking up all the tests
36815      Branch: maint-5.6/perl
36816            ! t/harness
36817 ____________________________________________________________________________
36818 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
36819         Log: update MANIFEST for new file
36820      Branch: maint-5.6/perl
36821            ! MANIFEST
36822 ____________________________________________________________________________
36823 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
36824         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
36825              the exception of the macperl/macos/... tree
36826      Branch: maint-5.6/perl
36827           +> t/lib/filefind-taint.t
36828           !> (integrate 72 files)
36829 ____________________________________________________________________________
36830 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
36831         Log: Fix test.
36832      Branch: maint-5.6/macperl
36833            ! macos/bundled_ext/Filter/t/call.t
36834 ____________________________________________________________________________
36835 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
36836         Log: Make perl fork()-safe (in a slightly limited way) even on
36837              platforms that don't have pthread_atfork() (extension of
36838              the fix in change#11151).
36839              
36840              Note that this will not help extensions that call fork()
36841              directly in C, or that link to libraries that call fork()
36842              directly.  Such cases must be fixed to either call
36843              PerlProc_fork(), or call atfork_lock() in parent before the
36844              calling the function that forks and call atfork_unlock()
36845              in both parent and child immediately after the fork().
36846              (There are no worries if C code calls exec() in the child
36847              immediately after a fork().  Only cases where the child
36848              calls perl's API functions (including New()) after the
36849              fork() are problematic.)
36850              
36851              This change also eliminates the use of vfork() from perl,
36852              since all such uses were violating the severe restrictions
36853              on modifying the state of the process between the vfork()
36854              and the exec().
36855              
36856              This is a modified version of patches suggested by Abhijit
36857              Menon-Sen and Richard Soderberg.
36858      Branch: perl
36859            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
36860            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
36861 ____________________________________________________________________________
36862 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
36863         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
36864              Switch, and Text::Balanced.
36865      Branch: maint-5.6/macperl
36866            + macos/bundled_ext/Filter/Util/Call/Call.pm
36867            + macos/bundled_ext/Filter/Util/Call/Call.xs
36868            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
36869            + macos/bundled_ext/Filter/t/MyFilter.pm
36870            + macos/bundled_ext/Filter/t/call.t
36871            + macos/bundled_ext/Filter/t/filter-util.pl
36872            + macos/bundled_lib/blib/lib/Class/ISA.pm
36873            + macos/bundled_lib/blib/lib/Digest.pm
36874            + macos/bundled_lib/blib/lib/Filter/Simple.pm
36875            + macos/bundled_lib/blib/lib/Switch.pm
36876            + macos/bundled_lib/blib/lib/Text/Balanced.pm
36877            + macos/bundled_lib/blib/lib/Text/Balanced.pod
36878            + macos/bundled_lib/t/Class/ISA/test.pl
36879            + macos/bundled_lib/t/Digest/Digest.t
36880            + macos/bundled_lib/t/Filter/Simple/test.pl
36881            + macos/bundled_lib/t/Switch/test.pl
36882            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
36883            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
36884            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
36885            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
36886            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
36887            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
36888            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
36889            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
36890 ____________________________________________________________________________
36891 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
36892         Log: Add Filter::Util::Call to config/make files; edit utils
36893              to recognize the module (it was descended too far down).
36894              Bump version to 5.6.1a4.
36895      Branch: maint-5.6/macperl
36896            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
36897            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
36898            ! macos/macperl/Makefile.mk macos/xsubpp.patch
36899 ____________________________________________________________________________
36900 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
36901         Log: Make DB_File the default for MLDBM on MacOS.
36902      Branch: maint-5.6/macperl
36903            ! macos/bundled_lib/blib/lib/MLDBM.pm
36904 ____________________________________________________________________________
36905 [ 11419] By: nick                                  on 2001/07/20  14:51:03
36906         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
36907              From:  Simon Cozens <simon@netthink.co.uk>
36908              Date:  Fri, 20 Jul 2001 11:42:35 -0400
36909              Message-Id:  <20010720114235.A5235@netthink.co.uk>
36910      Branch: perl
36911            ! lib/UnicodeCD.pm
36912 ____________________________________________________________________________
36913 [ 11418] By: nick                                  on 2001/07/20  14:48:12
36914         Log: Subject:  [PATCH regcomp.h] adds a comment
36915              From:  Abhijit Menon-Sen <ams@wiw.org>
36916              Date:  Fri, 20 Jul 2001 21:05:37 +0530
36917              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
36918      Branch: perl
36919            ! regcomp.h
36920 ____________________________________________________________________________
36921 [ 11417] By: nick                                  on 2001/07/20  14:16:38
36922         Log: Subject:  [PATCH 5.7.2] INSTALL updates
36923              From:  Andy Dougherty <doughera@lafayette.edu>
36924              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
36925              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
36926      Branch: perl
36927            ! INSTALL
36928 ____________________________________________________________________________
36929 [ 11416] By: nick                                  on 2001/07/20  06:44:44
36930         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
36931              From:  Russ Allbery <rra@stanford.edu>
36932              Date:  19 Jul 2001 15:52:37 -0700
36933              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
36934      Branch: perl
36935            ! lib/Pod/Man.pm
36936 ____________________________________________________________________________
36937 [ 11415] By: nick                                  on 2001/07/20  06:35:11
36938         Log: Subject:  [PATCH] defer op_seq allocation
36939              From:  Abhijit Menon-Sen <ams@wiw.org>
36940              Date:  Thu, 19 Jul 2001 22:12:24 +0530
36941              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
36942      Branch: perl
36943            ! op.c
36944 ____________________________________________________________________________
36945 [ 11414] By: nick                                  on 2001/07/20  06:23:36
36946         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
36947              From:  Abhijit Menon-Sen <ams@wiw.org>
36948              Date:  Fri, 20 Jul 2001 01:18:50 +0530
36949              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
36950              (Private e-mail)
36951      Branch: perl
36952            ! ext/Time/HiRes/HiRes.xs
36953 ____________________________________________________________________________
36954 [ 11413] By: nick                                  on 2001/07/20  06:18:53
36955         Log: Integrate mainline
36956      Branch: perlio
36957           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
36958            - t/base/commonsense.t
36959           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
36960           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
36961           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
36962           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
36963           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
36964           !> win32/win32.c
36965 ____________________________________________________________________________
36966 [ 11412] By: nick                                  on 2001/07/19  06:44:27
36967         Log: Integrate win32/perlhost.h from maintenance branch.
36968              (Rest of $ENV{PATH} / system() fix.)
36969      Branch: perl
36970           !> win32/perlhost.h
36971 ____________________________________________________________________________
36972 [ 11411] By: nick                                  on 2001/07/19  06:41:34
36973         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
36974              From:  Philip Newton <Philip.Newton@gmx.net>
36975              Date:  Wed, 18 Jul 2001 21:43:57 +0200
36976              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
36977      Branch: perl
36978            ! pod/perlhack.pod
36979 ____________________________________________________________________________
36980 [ 11410] By: nick                                  on 2001/07/19  06:39:35
36981         Log: Subject:  Security hole in taint checking in open()
36982              From:  deekoo@tentacle.net
36983              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
36984              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
36985      Branch: perl
36986            ! doio.c
36987 ____________________________________________________________________________
36988 [ 11409] By: nick                                  on 2001/07/19  06:28:08
36989         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
36990              From:  Abhijit Menon-Sen <ams@wiw.org>
36991              Date:  Thu, 19 Jul 2001 04:30:43 +0530
36992              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
36993      Branch: perl
36994            ! ext/Time/HiRes/HiRes.xs
36995 ____________________________________________________________________________
36996 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
36997         Log: Update docs with latest implementation information and new URLs.
36998      Branch: maint-5.6/macperl
36999            ! README.macos pod/perlport.pod
37000 ____________________________________________________________________________
37001 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
37002         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
37003              Fix BuildRules to accept optimization variables.
37004      Branch: maint-5.6/macperl
37005            + macos/bundled_ext/Digest/MD5/Makefile.mk
37006            ! macos/BuildRules.mk macos/Makefile.mk
37007            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
37008            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
37009 ____________________________________________________________________________
37010 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
37011         Log: Integrate changes 11399,11401
37012      Branch: maint-5.6/macperl
37013           !> win32/perlhost.h win32/win32.c
37014 ____________________________________________________________________________
37015 [ 11405] By: nick                                  on 2001/07/18  06:50:33
37016         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
37017              from perl5.6*
37018      Branch: perl
37019           !> win32/perlhost.h win32/win32.c
37020 ____________________________________________________________________________
37021 [ 11404] By: nick                                  on 2001/07/18  06:43:59
37022         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
37023              From:  hv@crypt0.demon.co.uk
37024              Date:  Wed, 18 Jul 2001 05:58:46 +0100
37025              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
37026      Branch: perl
37027            ! ext/POSIX/POSIX.t
37028 ____________________________________________________________________________
37029 [ 11403] By: nick                                  on 2001/07/18  06:38:57
37030         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
37031              From:  hv@crypt0.demon.co.uk
37032              Date:  Wed, 18 Jul 2001 05:21:54 +0100
37033              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
37034      Branch: perl
37035            ! numeric.c t/op/arith.t
37036 ____________________________________________________________________________
37037 [ 11402] By: nick                                  on 2001/07/18  06:19:17
37038         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
37039              From:  mjd@plover.com
37040              Date:  17 Jul 2001 17:59:20 -0000
37041              Message-Id:  <20010717175920.8177.qmail@plover.com>
37042      Branch: perl
37043            ! pod/perlre.pod
37044 ____________________________________________________________________________
37045 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
37046         Log: thinko in change#11400 (duh)
37047      Branch: maint-5.6/perl
37048            ! win32/perlhost.h
37049 ____________________________________________________________________________
37050 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
37051         Log: change#11399 revealed another unrelated bug; this is just a temporary
37052              bandaid
37053      Branch: maint-5.6/perl
37054            ! win32/perlhost.h
37055 ____________________________________________________________________________
37056 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
37057         Log: fix bugs in handling of the virtualized environment under windows;
37058              there were bugs in propagating any changes to %ENV down to the real
37059              environment when such changes happened in the toplevel process
37060              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
37061              problem identification, and for a part of the fix)
37062      Branch: maint-5.6/perl
37063            ! win32/perlhost.h win32/win32.c
37064 ____________________________________________________________________________
37065 [ 11398] By: nick                                  on 2001/07/17  08:26:35
37066         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
37067              From: Peter Prymmer <pvhp@forte.com>
37068              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
37069              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
37070              
37071              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
37072              should not depend on existance of Config.pm
37073      Branch: perl
37074           +> t/lib/commonsense.t
37075            - t/base/commonsense.t
37076            ! MANIFEST t/README
37077 ____________________________________________________________________________
37078 [ 11397] By: nick                                  on 2001/07/17  08:09:58
37079         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
37080              From:  Michael G Schwern <schwern@pobox.com>
37081              Date:  Mon, 16 Jul 2001 18:20:31 -0400
37082              Message-Id:  <20010716182031.A1128@blackrider>
37083      Branch: perl
37084            ! pod/perlhack.pod
37085 ____________________________________________________________________________
37086 [ 11396] By: nick                                  on 2001/07/17  08:04:11
37087         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
37088              From:  Gwyn Judd <b.judd@xtra.co.nz>
37089              Date:  Tue, 17 Jul 2001 20:55:58 +1200
37090              Message-Id:  <20010717205558.A3107@thislove>
37091      Branch: perl
37092            ! pod/perlfunc.pod
37093 ____________________________________________________________________________
37094 [ 11395] By: nick                                  on 2001/07/17  08:02:22
37095         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
37096              From:  Peter Prymmer <pvhp@forte.com>
37097              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
37098              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
37099      Branch: perl
37100            ! t/op/sprintf.t
37101 ____________________________________________________________________________
37102 [ 11394] By: nick                                  on 2001/07/17  07:57:06
37103         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
37104              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
37105              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
37106              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
37107      Branch: perl
37108            ! gv.c
37109 ____________________________________________________________________________
37110 [ 11392] By: nick                                  on 2001/07/17  07:50:12
37111         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
37112              From:  Coral <coral@moonlight.crystalflame.net>
37113              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
37114              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
37115      Branch: perl
37116            ! pp_sys.c thread.h
37117 ____________________________________________________________________________
37118 [ 11391] By: nick                                  on 2001/07/17  07:34:28
37119         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
37120              From:  Jonathan Stowe <gellyfish@gellyfish.com>
37121              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
37122              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
37123      Branch: perl
37124            ! utils/h2xs.PL
37125 ____________________________________________________________________________
37126 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
37127         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
37128              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
37129              and Mac::Apps::Launch, which don't work, and Time::HiRes and
37130              Time::Piece, which don't yet work.
37131      Branch: maint-5.6/macperl
37132            + (add 154 files)
37133 ____________________________________________________________________________
37134 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
37135         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
37136              Also add hack to get around missing setenv for PERL5DB.
37137      Branch: maint-5.6/macperl
37138            ! macos/macish.c macos/macish.h
37139 ____________________________________________________________________________
37140 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
37141         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
37142      Branch: maint-5.6/macperl
37143            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
37144            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
37145 ____________________________________________________________________________
37146 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
37147         Log: Fix up some configuration and make options, add extra
37148              extensions.
37149      Branch: maint-5.6/macperl
37150            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
37151            ! macos/macperl/Makefile.mk
37152 ____________________________________________________________________________
37153 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
37154         Log: From Change 11374 in maintperl.
37155      Branch: maint-5.6/macperl
37156           !> utils/h2ph.PL
37157 ____________________________________________________________________________
37158 [ 11385] By: nick                                  on 2001/07/16  14:12:58
37159         Log: Back out change to h2xs till it passes its test.
37160      Branch: perl
37161            ! utils/h2xs.PL
37162 ____________________________________________________________________________
37163 [ 11384] By: nick                                  on 2001/07/16  14:00:10
37164         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
37165              From:  Jonathan Stowe <gellyfish@gellyfish.com>
37166              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
37167              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
37168      Branch: perl
37169            ! utils/h2xs.PL
37170 ____________________________________________________________________________
37171 [ 11383] By: nick                                  on 2001/07/16  13:53:12
37172         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
37173              From:  Robin Houston <robin@kitsite.com>
37174              Date:  Sun, 15 Jul 2001 18:22:31 +0100
37175              Message-Id:  <20010715182230.A11174@robin>
37176      Branch: perl
37177            ! hints/darwin.sh
37178 ____________________________________________________________________________
37179 [ 11382] By: nick                                  on 2001/07/16  13:52:49
37180         Log: Subject:  [PATCH perl@11372] re_dup
37181              From:  Radu Greab <radu@netsoft.ro>
37182              Date:  Sun, 15 Jul 2001 04:50:06 +0300
37183              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
37184      Branch: perl
37185            ! sv.c
37186 ____________________________________________________________________________
37187 [ 11379] By: nick                                  on 2001/07/16  13:35:39
37188         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
37189              From:  Robin Houston <robin@kitsite.com>
37190              Date:  Sat, 14 Jul 2001 14:28:50 +0100
37191              Message-Id:  <20010714142850.A10205@robin>
37192      Branch: perl
37193            ! ext/B/B/Deparse.pm
37194 ____________________________________________________________________________
37195 [ 11378] By: nick                                  on 2001/07/16  13:30:36
37196         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
37197              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
37198              Date:  Sat, 14 Jul 2001 22:17:42 +0900
37199              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
37200      Branch: perl
37201            + ext/Encode/Encode/euc-jp-0212.enc
37202            ! ext/Encode/Encode/Tcl.pm
37203 ____________________________________________________________________________
37204 [ 11377] By: nick                                  on 2001/07/16  13:17:28
37205         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
37206              From:  Andy Dougherty <doughera@lafayette.edu>
37207              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
37208              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
37209      Branch: perl
37210            ! hints/darwin.sh hints/rhapsody.sh
37211 ____________________________________________________________________________
37212 [ 11376] By: nick                                  on 2001/07/16  09:05:00
37213         Log: Integrate mainline
37214      Branch: perlio
37215           +> ext/Encode/Encode/7bit-greek.enc
37216           +> ext/Encode/Encode/7bit-latin1.enc
37217           +> ext/Encode/Encode/cns11643-1.enc
37218           +> ext/Encode/Encode/cns11643-2.enc
37219           +> ext/Encode/Encode/iso2022-cn.enc
37220           +> ext/Encode/Encode/iso2022-jp1.enc
37221           +> ext/Encode/Encode/iso2022-jp2.enc
37222           !> Changes Configure MANIFEST Makefile.SH
37223           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
37224           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
37225           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
37226           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
37227           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
37228 ____________________________________________________________________________
37229 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
37230         Log: integrate change#11374 from maint-5.6
37231              
37232              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
37233      Branch: perl
37234           !> utils/h2ph.PL
37235 ____________________________________________________________________________
37236 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
37237         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
37238      Branch: maint-5.6/perl
37239            ! utils/h2ph.PL
37240 ____________________________________________________________________________
37241 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
37242         Log: Update Changes.
37243      Branch: perl
37244            ! Changes patchlevel.h
37245 ____________________________________________________________________________
37246 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
37247         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
37248              From: Jonathan Stowe <gellyfish@gellyfish.com>
37249              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
37250              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
37251      Branch: perl
37252            ! utils/h2xs.PL
37253 ____________________________________________________________________________
37254 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
37255         Log: Subject: patch to add DEL to [:cntrl:]
37256              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
37257              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
37258              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
37259      Branch: perl
37260            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
37261 ____________________________________________________________________________
37262 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
37263         Log: Metaconfig unit change for #11369; plus a dependency nit.
37264      Branch: metaconfig
37265            ! U/compline/nblock_io.U
37266      Branch: metaconfig/U/perl
37267            ! Extensions.U
37268 ____________________________________________________________________________
37269 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
37270         Log: #include <stdlib.h> so that exit() is prototyped,
37271              noticed by Hugo.
37272      Branch: perl
37273            ! Configure
37274 ____________________________________________________________________________
37275 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
37276         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
37277              From: Peter Prymmer <pvhp@forte.com>
37278              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
37279              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
37280      Branch: perl
37281            ! t/op/sprintf.t
37282 ____________________________________________________________________________
37283 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
37284         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
37285              From: Peter Prymmer <pvhp@forte.com>
37286              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
37287              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
37288      Branch: perl
37289            ! ext/Encode/Encode/Tcl.t
37290 ____________________________________________________________________________
37291 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
37292         Log: Add information about gcc 3.0 basic block profiling.
37293      Branch: perl
37294            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
37295 ____________________________________________________________________________
37296 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
37297         Log: Subject: Error in lib/PerlIO/Via.pm ?
37298              From: Mark-Jason Dominus <mjd@plover.com>
37299              Date: Fri, 13 Jul 2001 15:55:41 -0400
37300              Message-ID: <20010713195541.26751.qmail@plover.com>
37301      Branch: perl
37302            ! ext/PerlIO/Via/Via.pm
37303 ____________________________________________________________________________
37304 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
37305         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
37306              section from the Compiler section.
37307      Branch: perl
37308            ! myconfig.SH
37309 ____________________________________________________________________________
37310 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
37311         Log: Handle glibc style of constant definitions using enum
37312              with intervening #defines; from Brendan O'Dea.
37313      Branch: perl
37314            ! utils/h2ph.PL
37315 ____________________________________________________________________________
37316 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
37317         Log: Add LC_MESSAGES to the locale_h export tag (it already is
37318              in the Makefile.PL and thusly eligible for an XS constant)
37319              (see also maintperl #10543)
37320      Branch: perl
37321            ! ext/POSIX/POSIX.pm
37322 ____________________________________________________________________________
37323 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
37324         Log: Subject: Re: [patch] re_dup
37325              From: Abhijit Menon-Sen <ams@wiw.org>
37326              Date: Fri, 13 Jul 2001 21:41:09 +0530
37327              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
37328      Branch: perl
37329            ! sv.c
37330 ____________________________________________________________________________
37331 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
37332         Log: Subject: [patch] re_dup
37333              From: Doug MacEachern <dougm@covalent.net>
37334              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
37335              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
37336      Branch: perl
37337            ! sv.c
37338 ____________________________________________________________________________
37339 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
37340         Log: Update Changes.
37341      Branch: perl
37342            ! Changes patchlevel.h
37343 ____________________________________________________________________________
37344 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
37345         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
37346              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
37347              Date: Sat, 14 Jul 2001 00:06:30 +0900
37348              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
37349      Branch: perl
37350            + ext/Encode/Encode/7bit-greek.enc
37351            + ext/Encode/Encode/7bit-latin1.enc
37352            + ext/Encode/Encode/cns11643-1.enc
37353            + ext/Encode/Encode/cns11643-2.enc
37354            + ext/Encode/Encode/iso2022-cn.enc
37355            + ext/Encode/Encode/iso2022-jp1.enc
37356            + ext/Encode/Encode/iso2022-jp2.enc
37357            ! MANIFEST ext/Encode/Encode/Tcl.pm
37358            ! ext/Encode/Encode/iso2022-kr.enc
37359 ____________________________________________________________________________
37360 [ 11357] By: nick                                  on 2001/07/13  14:24:06
37361         Log: Blind integrate mainline (as of 5.7.2?)
37362      Branch: perlio
37363           !> AUTHORS Changes Porting/config.sh Porting/config_H
37364           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
37365           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
37366           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37367           !> win32/makefile.mk
37368 ____________________________________________________________________________
37369 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
37370         Log: Snip away the devel patchlevel.
37371      Branch: perl
37372            ! patchlevel.h
37373 ____________________________________________________________________________
37374 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
37375         Log: Bump the version to 5.7.2.
37376      Branch: perl
37377            ! Porting/config.sh Porting/config_H patchlevel.h
37378            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
37379            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37380            ! win32/makefile.mk
37381 ____________________________________________________________________________
37382 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
37383         Log: Update Changes.
37384      Branch: perl
37385            ! Changes
37386 ____________________________________________________________________________
37387 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
37388         Log: Reword.
37389      Branch: perl
37390            ! AUTHORS
37391 ____________________________________________________________________________
37392 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
37393         Log: AUTHORS update.
37394      Branch: perl
37395            ! AUTHORS
37396 ____________________________________________________________________________
37397 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
37398         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
37399              unless ithreads.
37400      Branch: perl
37401            ! makedef.pl
37402 ____________________________________________________________________________
37403 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
37404         Log: Integrate perlio.
37405      Branch: perl
37406           !> win32/distclean.bat
37407 ____________________________________________________________________________
37408 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
37409         Log: Test the encoding transform only iff we have PerlIO,
37410              noticed by H. Merijn Brand.
37411      Branch: perl
37412            ! ext/PerlIO/t/encoding.t
37413 ____________________________________________________________________________
37414 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
37415         Log: README.netware tweaks from Ananth Kesari.
37416      Branch: perl
37417            ! README.netware
37418 ____________________________________________________________________________
37419 [ 11346] By: nick                                  on 2001/07/13  09:18:51
37420         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
37421              to avoid /unicode vs /Unicode issues.
37422      Branch: perlio
37423            ! win32/distclean.bat
37424 ____________________________________________________________________________
37425 [ 11345] By: nick                                  on 2001/07/13  06:24:18
37426         Log: Integrate mainline
37427      Branch: perlio
37428           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
37429            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
37430           !> (integrate 63 files)
37431 ____________________________________________________________________________
37432 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
37433         Log: Add d_bincompat5005 information to perl -V.
37434      Branch: perl
37435            ! myconfig.SH
37436 ____________________________________________________________________________
37437 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
37438         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
37439              From: Abhijit Menon-Sen <ams@wiw.org>
37440              Date: Fri, 13 Jul 2001 07:12:36 +0530
37441              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
37442      Branch: perl
37443            ! sv.c
37444 ____________________________________________________________________________
37445 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
37446         Log: Remove unicode::distinct, as per Inaba Hiroto.
37447      Branch: perl
37448            - lib/unicode/distinct.pm
37449            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
37450            ! t/lib/1_compile.t
37451 ____________________________________________________________________________
37452 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
37453         Log: Paging for Dr Octothorpe.
37454      Branch: perl
37455            ! pod/perlfaq4.pod
37456 ____________________________________________________________________________
37457 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
37458         Log: cut-n-paste error noticed by mjd.
37459      Branch: perl
37460            ! pod/perlfaq4.pod
37461 ____________________________________________________________________________
37462 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
37463         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
37464              From: Peter Prymmer <pvhp@forte.com>
37465              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
37466              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
37467      Branch: perl
37468            ! pod/perlfaq4.pod
37469 ____________________________________________________________________________
37470 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
37471         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
37472              From: Randall Gellens <randy@qualcomm.com>
37473              Date: Thu, 12 Jul 2001 16:56:23 -0700
37474              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
37475      Branch: perl
37476            ! Porting/repository.pod
37477 ____________________________________________________________________________
37478 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
37479         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
37480      Branch: perl
37481            ! thread.h
37482 ____________________________________________________________________________
37483 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
37484         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
37485              From: coral <coral@moonlight.crystalflame.net>
37486              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
37487              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
37488      Branch: perl
37489            ! thread.h
37490 ____________________________________________________________________________
37491 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
37492         Log: Metaconfig unit change for #11134.
37493      Branch: metaconfig
37494            + U/threads/d_pthread_atfork.U
37495 ____________________________________________________________________________
37496 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
37497         Log: Add HAS_PTHREAD_ATFORK.
37498      Branch: perl
37499            ! Configure NetWare/config.wc NetWare/config_H.wc
37500            ! Porting/Glossary Porting/config.sh Porting/config_H
37501            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
37502            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
37503            ! vos/config.ga.def vos/config.ga.h win32/config.bc
37504            ! win32/config.gc win32/config.vc win32/config_H.bc
37505            ! win32/config_H.gc win32/config_H.vc
37506 ____________________________________________________________________________
37507 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
37508         Log: Subject: [PATCH] File::Copy fails on tied handles
37509              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
37510              Date: Thu, 12 Jul 2001 15:18:51 -0700
37511              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
37512      Branch: perl
37513            ! lib/File/Copy.pm
37514 ____________________________________________________________________________
37515 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
37516         Log: Subject: [PATCH] Langinfo.t
37517              From: Nicholas Clark <nick@ccl4.org>
37518              Date: Thu, 12 Jul 2001 23:55:38 +0100
37519              Message-ID: <20010712235538.M5827@plum.flirble.org>
37520      Branch: perl
37521            ! ext/I18N/Langinfo/Langinfo.t
37522 ____________________________________________________________________________
37523 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
37524         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
37525              From: Peter Prymmer <pvhp@forte.com>
37526              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
37527              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
37528      Branch: perl
37529            ! pod/perl572delta.pod
37530 ____________________________________________________________________________
37531 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
37532         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
37533              From: Abhijit Menon-Sen <ams@wiw.org>
37534              Date: Fri, 13 Jul 2001 05:21:16 +0530
37535              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
37536      Branch: perl
37537            ! sv.c
37538 ____________________________________________________________________________
37539 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
37540         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
37541              From: Abhijit Menon-Sen <ams@wiw.org>
37542              Date: Fri, 13 Jul 2001 03:04:25 +0530
37543              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
37544      Branch: perl
37545            ! av.c
37546 ____________________________________________________________________________
37547 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
37548         Log: s/^M$//g
37549      Branch: perl
37550            ! win32/Makefile win32/makefile.mk
37551 ____________________________________________________________________________
37552 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
37553         Log: Update Changes.
37554      Branch: perl
37555            ! Changes patchlevel.h
37556 ____________________________________________________________________________
37557 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
37558         Log: Typo spotted by Philip Newton.
37559      Branch: perl
37560            ! pod/perl572delta.pod
37561 ____________________________________________________________________________
37562 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
37563         Log: Subject: [PATCH] fixes perl_clone of perl_clone
37564              From: Artur Bergman <artur@contiller.se>
37565              Date: Thu, 12 Jul 2001 20:57:09 +0200
37566              Message-ID: <B773BFA4.236B%artur@contiller.se>
37567      Branch: perl
37568            ! sv.c
37569 ____________________________________________________________________________
37570 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
37571         Log: Add README.uts from Hal Morris.
37572      Branch: perl
37573            + README.uts
37574            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
37575            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
37576 ____________________________________________________________________________
37577 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
37578         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
37579              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37580              Date: Thu, 12 Jul 2001 20:32:37 +0200
37581              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
37582      Branch: perl
37583            ! hints/aix.sh
37584 ____________________________________________________________________________
37585 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
37586         Log: Subject: Patch: document reg_data.what member
37587              From: Mark-Jason Dominus <mjd@plover.com>
37588              Message-ID: <20010712182532.14821.qmail@plover.com>
37589              Date: Thu, 12 Jul 2001 14:25:32 -0400
37590      Branch: perl
37591            ! regcomp.c regcomp.h
37592 ____________________________________________________________________________
37593 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
37594         Log: Subject: [PATCH] Perl_re_dup()
37595              From: Abhijit Menon-Sen <ams@wiw.org>
37596              Date: Thu, 12 Jul 2001 23:54:32 +0530
37597              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
37598      Branch: perl
37599            ! embed.h embed.pl perlapi.c proto.h sv.c
37600 ____________________________________________________________________________
37601 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
37602         Log: Regen Configure, modlib, toc.
37603      Branch: perl
37604            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37605            ! pod/perlmodlib.pod pod/perltoc.pod
37606 ____________________________________________________________________________
37607 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
37608         Log: The problem seems to be in PerlIO::Layer::->find() not
37609              accepting the ":encoding(blurflur)" arguments.
37610      Branch: perl
37611            ! lib/PerlIO.pm lib/open.pm
37612 ____________________________________________________________________________
37613 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
37614         Log: AIX doc update.
37615      Branch: perl
37616            ! README.aix pod/perl572delta.pod
37617 ____________________________________________________________________________
37618 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
37619         Log: Subject: AIX README update
37620              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37621              Date: Thu, 12 Jul 2001 19:28:30 +0200
37622              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
37623      Branch: perl
37624            ! README.aix
37625 ____________________________________________________________________________
37626 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
37627         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
37628              From: Norton Allen <allen@huarp.harvard.edu>
37629              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
37630              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
37631      Branch: perl
37632            ! ext/IO/lib/IO/t/io_unix.t
37633 ____________________________________________________________________________
37634 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
37635         Log: Subject: [PATCH README.qnx hints/qnx.sh]
37636              From: Norton Allen <allen@huarp.harvard.edu>
37637              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
37638              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
37639      Branch: perl
37640            ! README.qnx hints/qnx.sh
37641 ____________________________________________________________________________
37642 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
37643         Log: Subject: [patch] faster PM_GETRE
37644              From: Doug MacEachern <dougm@covalent.net>
37645              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
37646              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
37647      Branch: perl
37648            ! op.h
37649 ____________________________________________________________________________
37650 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
37651         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
37652              From: Doug MacEachern <dougm@covalent.net>
37653              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
37654              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
37655      Branch: perl
37656            ! op.c
37657 ____________________________________________________________________________
37658 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
37659         Log: Tell where the nice Estonian database is.
37660      Branch: perl
37661            ! lib/open.pm
37662 ____________________________________________________________________________
37663 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
37664         Log: Retract #11309 since #11310 is a better fix.
37665      Branch: perl
37666            ! t/lib/1_compile.t
37667 ____________________________________________________________________________
37668 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
37669         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
37670              change#11300 needs to return the status of failed win32_spawnvp())
37671              
37672              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
37673              splitting correctly; remove unused variables; 'require' at run time
37674              rather than 'use' at compile time for I18N::Langinfo, since it
37675              isn't everyware
37676      Branch: perl
37677            ! lib/open.pm win32/win32.c
37678 ____________________________________________________________________________
37679 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
37680         Log: Temporary workaround.
37681      Branch: perl
37682            ! t/lib/1_compile.t
37683 ____________________________________________________________________________
37684 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
37685         Log: UCD typo in #11306 and add also more known-to-be-tested
37686              modules to the skip list.
37687      Branch: perl
37688            ! t/lib/1_compile.t
37689 ____________________________________________________________________________
37690 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
37691         Log: Rename Unicode::UCD to UnicodeCD to avoid
37692              messups with case-insensitive filesystems.
37693      Branch: perl
37694            + lib/UnicodeCD.pm lib/UnicodeCD.t
37695            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
37696            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
37697 ____________________________________________________________________________
37698 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
37699         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
37700              From: daniel@biz.bitpusher.com
37701              Date: Wed, 11 Jul 2001 23:25:47 -0700
37702              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
37703      Branch: perl
37704            ! lib/Tie/Array.pm t/op/splice.t
37705 ____________________________________________________________________________
37706 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
37707         Log: Subject: [PATCH] More accurate line numbers in messages
37708              From: Paul Johnson <paul@pjcj.net>
37709              Date: Thu, 12 Jul 2001 04:14:11 +0200
37710              Message-ID: <20010712041411.A3467@pjcj.net>
37711              
37712              (With prototyping and multiplicity tweaks.)
37713      Branch: perl
37714            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
37715 ____________________________________________________________________________
37716 [ 11304] By: nick                                  on 2001/07/12  12:53:40
37717         Log: Integrate mainline
37718      Branch: perlio
37719           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
37720           !> regexec.c thread.h
37721 ____________________________________________________________________________
37722 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
37723         Log: Cut-and-pasto in #11298.
37724      Branch: perl
37725            ! ext/ByteLoader/bytecode.h
37726 ____________________________________________________________________________
37727 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
37728         Log: Update the AIX known problems section.
37729      Branch: perl
37730            ! pod/perl572delta.pod
37731 ____________________________________________________________________________
37732 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
37733         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
37734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37735              Date: Thu, 12 Jul 2001 12:16:16 +0200
37736              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
37737      Branch: perl
37738            ! hints/aix.sh
37739 ____________________________________________________________________________
37740 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
37741         Log: Integrate perlio.
37742      Branch: perl
37743           !> makedef.pl win32/win32.c
37744 ____________________________________________________________________________
37745 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
37746         Log: Subject: [PATCH] fix for PMOP threadness failures
37747              From: Artur Bergman <artur@contiller.se>
37748              Date: Thu, 12 Jul 2001 09:48:06 +0200
37749              Message-ID: <B77322D6.22DD%artur@contiller.se>
37750      Branch: perl
37751            ! regexec.c
37752 ____________________________________________________________________________
37753 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
37754         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
37755              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
37756              Date: Thu, 12 Jul 2001 09:09:48 +0200
37757              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
37758              
37759              More parentheses to keep bcc happy.
37760      Branch: perl
37761            ! ext/ByteLoader/bytecode.h
37762 ____________________________________________________________________________
37763 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
37764         Log: Subject: Re: [patch] pthread_atfork bandaid
37765              From: Doug MacEachern <dougm@covalent.net>
37766              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
37767              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
37768      Branch: perl
37769            ! thread.h
37770 ____________________________________________________________________________
37771 [ 11296] By: nick                                  on 2001/07/12  11:55:48
37772         Log: Exclude reentrant_buffer from .def file
37773      Branch: perlio
37774            ! makedef.pl
37775 ____________________________________________________________________________
37776 [ 11295] By: nick                                  on 2001/07/12  11:11:44
37777         Log: Honour void-ness of my_exit()
37778      Branch: perlio
37779            ! win32/win32.c
37780 ____________________________________________________________________________
37781 [ 11294] By: nick                                  on 2001/07/12  07:51:04
37782         Log: Integrate mainline
37783      Branch: perlio
37784           +> uts/sprintf_wrap.c
37785           !> (integrate 35 files)
37786 ____________________________________________________________________________
37787 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
37788         Log: Retract #11289.
37789      Branch: perl
37790            ! embed.h embed.pl perl.c proto.h thread.h
37791 ____________________________________________________________________________
37792 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
37793         Log: Now the :locale pseudolayer *almost* works...
37794      Branch: perl
37795            ! lib/open.pm
37796 ____________________________________________________________________________
37797 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
37798         Log: Locale encoding tweaks.
37799      Branch: perl
37800            ! lib/open.pm
37801 ____________________________________________________________________________
37802 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
37803         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
37804              From: Mark-Jason Dominus <mjd@plover.com>
37805              Date: Thu, 12 Jul 2001 00:59:31 -0400
37806              Message-ID: <20010712045931.8543.qmail@plover.com>
37807              
37808              Remove the chmod/umask leading zero warning.
37809      Branch: perl
37810            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
37811            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
37812 ____________________________________________________________________________
37813 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
37814         Log: (Retracted by #11289.)
37815      Branch: perl
37816            ! embed.h embed.pl perl.c proto.h thread.h
37817 ____________________________________________________________________________
37818 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
37819         Log: Needed by #11283.
37820      Branch: perl
37821            ! intrpvar.h
37822 ____________________________________________________________________________
37823 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
37824         Log: Metaconfig unit change for #11286.
37825      Branch: metaconfig/U/perl
37826            ! patchlevel.U
37827 ____________________________________________________________________________
37828 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
37829         Log: Subject: Re: [PATCH Configure] perl -V broken
37830              From: Andy Dougherty <doughera@lafayette.edu>
37831              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
37832              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
37833      Branch: perl
37834            ! Configure myconfig.SH
37835 ____________________________________________________________________________
37836 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
37837         Log: Retract #11166 (and #11237).
37838      Branch: perl
37839            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
37840            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
37841            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
37842 ____________________________________________________________________________
37843 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
37844         Log: UTS tweaks for Hal Morris.
37845      Branch: perl
37846            + uts/sprintf_wrap.c
37847            ! MANIFEST hints/uts.sh perl.h
37848 ____________________________________________________________________________
37849 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
37850         Log: Subject: [PATCH] Use reentrant API glibc
37851              From: Artur Bergman <artur@contiller.se>
37852              Date: Thu, 12 Jul 2001 00:58:21 +0200
37853              Message-ID: <B772A6AD.2288%artur@contiller.se>
37854      Branch: perl
37855            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
37856            ! sv.c
37857 ____________________________________________________________________________
37858 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
37859         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
37860              From: barries <barries@slaysys.com>
37861              Date: Wed, 11 Jul 2001 15:11:46 -0400
37862              Message-ID: <20010711151146.G24560@jester.slaysys.com>
37863      Branch: perl
37864            ! pp_sys.c t/lib/warnings/doio win32/win32.c
37865 ____________________________________________________________________________
37866 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
37867         Log: Subject: [patch] pthread_atfork bandaid
37868              From: Doug MacEachern <dougm@covalent.net>
37869              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
37870              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
37871      Branch: perl
37872            ! miniperlmain.c perl.c
37873 ____________________________________________________________________________
37874 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
37875         Log: Subject: [patch] perl_clone leaks
37876              From: Doug MacEachern <dougm@covalent.net>
37877              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
37878              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
37879      Branch: perl
37880            ! sv.c
37881 ____________________________________________________________________________
37882 [ 11279] By: nick                                  on 2001/07/11  15:49:38
37883         Log: Integrate mainline
37884      Branch: perlio
37885           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
37886           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
37887           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
37888           +> lib/Term/ANSIColor/README
37889           !> (integrate 54 files)
37890 ____________________________________________________________________________
37891 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
37892         Log: Update Changes.
37893      Branch: perl
37894            ! Changes patchlevel.h
37895 ____________________________________________________________________________
37896 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
37897         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
37898              From: Peter Prymmer <pvhp@forte.com>
37899              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
37900              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
37901              
37902              Backport of embed.pl to 5.003.
37903      Branch: perl
37904            ! embed.pl
37905 ____________________________________________________________________________
37906 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
37907         Log: Subject: Re: POSIX test #14 on UTS 
37908              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37909              Date: Wed, 11 Jul 2001 03:02:14 +0100
37910              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
37911      Branch: perl
37912            ! ext/POSIX/POSIX.t
37913 ____________________________________________________________________________
37914 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
37915         Log: Make the I32 an IV to preserve structure alignment and size.
37916      Branch: perl
37917            ! op.h
37918 ____________________________________________________________________________
37919 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
37920         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
37921              From: "Artur Bergman" <artur@contiller.se>
37922              Date: Wed, 11 Jul 2001 14:23:37 +0200
37923              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
37924              
37925              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
37926      Branch: perl
37927            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
37928            ! pod/perlapi.pod sv.c
37929 ____________________________________________________________________________
37930 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
37931         Log: Tweak until Pod::Parser gets updated.
37932      Branch: perl
37933            ! t/pod/special_seqs.xr
37934 ____________________________________________________________________________
37935 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
37936         Log: File::Spec usage tweak.
37937      Branch: perl
37938            ! lib/ExtUtils.t
37939 ____________________________________________________________________________
37940 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
37941         Log: Integrate #11263 from macperl; macos and macosx updates.
37942      Branch: perl
37943           !> pod/perlport.pod
37944 ____________________________________________________________________________
37945 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
37946         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
37947              From: Peter Prymmer <pvhp@forte.com>
37948              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
37949              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
37950      Branch: perl
37951            + ext/Time/HiRes/hints/dynixptx.pl
37952            ! MANIFEST hints/dynixptx.sh
37953 ____________________________________________________________________________
37954 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
37955         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
37956              From: Nicholas Clark <nick@ccl4.org>
37957              Date: Tue, 10 Jul 2001 23:17:43 +0100
37958              Message-ID: <20010710231742.B59620@plum.flirble.org>
37959      Branch: perl
37960            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
37961 ____________________________________________________________________________
37962 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
37963         Log: Subject: [DOC PATCH] Pluggable runops
37964              From: Paul Johnson <paul@pjcj.net>
37965              Date: Tue, 10 Jul 2001 21:53:28 +0200
37966              Message-ID: <20010710215328.B26577@pjcj.net>
37967      Branch: perl
37968            ! pod/perlguts.pod
37969 ____________________________________________________________________________
37970 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
37971         Log: Subject: [PATCH] Authors
37972              From: Artur Bergman <artur@contiller.se>
37973              Date: Tue, 10 Jul 2001 20:39:12 +0200
37974              Message-ID: <B771186F.21CD%artur@contiller.se>
37975      Branch: perl
37976            ! AUTHORS
37977 ____________________________________________________________________________
37978 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
37979         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
37980              From: Doug MacEachern <dougm@covalent.net>
37981              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
37982              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
37983      Branch: perl
37984            ! pp_ctl.c
37985 ____________________________________________________________________________
37986 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
37987         Log: Subject: doc patch; times() in scalar context
37988              From: mjd@plover.com
37989              Date: 10 Jul 2001 18:01:17 -0000
37990              Message-ID: <20010710180117.12477.qmail@plover.com>
37991      Branch: perl
37992            ! pod/perlfunc.pod
37993 ____________________________________________________________________________
37994 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
37995         Log: Subject: [PATCH] Small fix to pp_gmtime
37996              From: Artur Bergman <artur@contiller.se>
37997              Date: Tue, 10 Jul 2001 19:54:52 +0200
37998              Message-ID: <B7710E0B.21C5%artur@contiller.se>
37999      Branch: perl
38000            ! pp_sys.c
38001 ____________________________________________________________________________
38002 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
38003         Log: Integrate changes from mainline perl, add notes about
38004              Mac OS X and Mac OS.
38005      Branch: maint-5.6/macperl
38006            ! pod/perlport.pod
38007 ____________________________________________________________________________
38008 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
38009         Log: A proof of the dangers of package; ?
38010      Branch: perl
38011            ! t/lib/warnings/op
38012 ____________________________________________________________________________
38013 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
38014         Log: Regen toc and modlib.
38015      Branch: perl
38016            ! pod/perlmodlib.pod pod/perltoc.pod
38017 ____________________________________________________________________________
38018 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
38019         Log: Add compexcl(), casefold(), and casespec() interfaces;
38020              and make all interfaces to return hash references instead
38021              of hashes. 
38022      Branch: perl
38023            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
38024 ____________________________________________________________________________
38025 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
38026         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
38027              From: "Philip Newton" <Philip.Newton@gmx.net>
38028              Date: Tue, 10 Jul 2001 09:55:59 +0200
38029              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
38030              
38031              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
38032              From: "Philip Newton" <Philip.Newton@gmx.net>
38033              Date: Tue, 10 Jul 2001 09:56:37 +0200
38034              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
38035      Branch: perl
38036            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
38037            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
38038 ____________________________________________________________________________
38039 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
38040         Log: Subject: [patch] undef &xsub for 1,2
38041              From: Doug MacEachern <dougm@covalent.net>
38042              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
38043              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
38044              
38045              (This version of the patch with a comment from Gisle.)
38046      Branch: perl
38047            ! op.c
38048 ____________________________________________________________________________
38049 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
38050         Log: Mention package; deprecation and the Win32 problems.
38051      Branch: perl
38052            ! pod/perl572delta.pod
38053 ____________________________________________________________________________
38054 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
38055         Log: Subject: [PATCH] deprecate package with no arguments
38056              From: Robin Houston <robin@kitsite.com>
38057              Date: Tue, 10 Jul 2001 13:33:40 +0100
38058              Message-ID: <20010710133340.A13452@robin.kitsite.com>
38059      Branch: perl
38060            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
38061 ____________________________________________________________________________
38062 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
38063         Log: Upgrade to podlators 1.10.
38064      Branch: perl
38065            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
38066            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
38067            ! pod/pod2man.PL pod/pod2text.PL
38068 ____________________________________________________________________________
38069 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
38070         Log: Upgrade to Term::ANSIColor 1.04.
38071      Branch: perl
38072            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
38073            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
38074 ____________________________________________________________________________
38075 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
38076         Log: Integrate perlio (the right fix for the ":layer(args)")
38077      Branch: perl
38078           !> perlio.c
38079 ____________________________________________________________________________
38080 [ 11252] By: nick                                  on 2001/07/10  06:58:14
38081         Log: Fix open(...,"...:layer(xxx)",...)
38082              - use memEQ not strEQ as there is '(' not '\0'
38083      Branch: perlio
38084            ! perlio.c
38085 ____________________________________________________________________________
38086 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
38087         Log: Telling the number of tests helps.
38088      Branch: perl
38089            ! ext/PerlIO/t/encoding.t
38090 ____________________________________________________________________________
38091 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
38092         Log: Require I18N::Langinfo, not use.
38093      Branch: perl
38094            ! lib/open.pm
38095 ____________________________________________________________________________
38096 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
38097         Log: Add a test for for PerlIO ":encoding(...)" layer.
38098      Branch: perl
38099            + ext/PerlIO/t/encoding.t
38100            ! MANIFEST ext/Encode/Encode.pm
38101 ____________________________________________________________________________
38102 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
38103         Log: PerlIO ":encoding(foobar)" temporary fix.
38104              Not really correct, I think, since the change means
38105              that prefixes match.
38106      Branch: perl
38107            ! perlio.c
38108 ____________________________________________________________________________
38109 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
38110         Log: Update to Math::BigInt 1.36.  The biggest news is
38111              the separation of the backend; now the pure Perl
38112              implementation is in Math::BigInt::Calc, but one
38113              can plugin, say, Math::BigInt::BitVect, and get
38114              considerable speedup.
38115      Branch: perl
38116            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
38117            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38118            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
38119            ! lib/Math/BigInt/t/mbimbf.t
38120 ____________________________________________________________________________
38121 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
38122         Log: Subject: Re: compatibility question
38123              From: Peter Prymmer <pvhp@forte.com>
38124              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
38125              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
38126      Branch: perl
38127            ! lib/ExtUtils/MM_VMS.pm
38128 ____________________________________________________________________________
38129 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
38130         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
38131              From: Norton Allen <allen@huarp.harvard.edu>
38132              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
38133              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
38134      Branch: perl
38135            ! ext/File/Glob/t/basic.t
38136 ____________________________________________________________________________
38137 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
38138         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
38139              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38140              Date: Tue, 10 Jul 2001 00:29:55 +0900
38141              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
38142      Branch: perl
38143            + ext/Encode/Encode/HZ.enc
38144            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
38145            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
38146            ! ext/Encode/Encode/iso2022-jp.enc
38147            ! ext/Encode/Encode/iso2022-kr.enc
38148 ____________________________________________________________________________
38149 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
38150         Log: Add in all them there macos/ files.
38151      Branch: maint-5.6/macperl
38152            + (add 577 files)
38153 ____________________________________________________________________________
38154 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
38155         Log: Add the new modules to the list of having those own tests.
38156      Branch: perl
38157            ! t/lib/1_compile.t
38158 ____________________________________________________________________________
38159 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
38160         Log: Add INOUT to control both ways at the same time.
38161      Branch: perl
38162            ! lib/open.pm
38163 ____________________________________________________________________________
38164 [ 11240] By: nick                                  on 2001/07/09  16:33:50
38165         Log: Integrate mainline
38166      Branch: perlio
38167           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
38168           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
38169           !> (integrate 41 files)
38170 ____________________________________________________________________________
38171 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
38172         Log: More encoding mapping magic.
38173      Branch: perl
38174            ! lib/open.pm
38175 ____________________________________________________________________________
38176 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
38177         Log: Update Changes.
38178      Branch: perl
38179            ! Changes patchlevel.h
38180 ____________________________________________________________________________
38181 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
38182         Log: (Retracted by #11285).
38183              
38184              Subject: [PATCH] OPpCONST_OCTAL fixes
38185              From: Abhijit Menon-Sen <ams@wiw.org>
38186              Date: Mon, 9 Jul 2001 07:38:45 +0530
38187              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
38188      Branch: perl
38189            ! op.c
38190 ____________________________________________________________________________
38191 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
38192         Log: Add a pseudolayer ":locale" to the open pragma which
38193              will get the encoding from the locale.  Yet undocumented
38194              because I can't get the PerlIO :encoding(foobar) to work.
38195      Branch: perl
38196            ! ext/Encode/Encode.pm lib/open.pm
38197 ____________________________________________________________________________
38198 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
38199         Log: Add more encoding mappings.
38200      Branch: perl
38201            ! ext/Encode/Encode.pm
38202 ____________________________________________________________________________
38203 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
38204         Log: Document that using :encoding layer requires using Encode.
38205      Branch: perl
38206            ! ext/Encode/Encode.pm lib/PerlIO.pm
38207 ____________________________________________________________________________
38208 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
38209         Log: Netware tweak from Ananth Kesari.
38210      Branch: perl
38211            ! NetWare/netware.h
38212 ____________________________________________________________________________
38213 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
38214         Log: t/harness doesn't know about run/*.t
38215      Branch: perl
38216            ! t/harness
38217 ____________________________________________________________________________
38218 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
38219         Log: run/exit.t busted on windows
38220      Branch: perl
38221            ! t/run/exit.t
38222 ____________________________________________________________________________
38223 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
38224         Log: fix a couple of UCD.t tests that fail due to bad case
38225      Branch: perl
38226            ! lib/Unicode/UCD.t
38227 ____________________________________________________________________________
38228 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
38229         Log: test skip logic was broken
38230      Branch: perl
38231            ! ext/I18N/Langinfo/Langinfo.t
38232 ____________________________________________________________________________
38233 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
38234         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
38235              failure of ExtUtils.t#27 when built in debug mode)
38236      Branch: perl
38237            ! lib/ExtUtils/MM_Win32.pm
38238 ____________________________________________________________________________
38239 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
38240         Log: I18N::Langinfo is not available on windows
38241      Branch: perl
38242            ! win32/FindExt.pm
38243 ____________________________________________________________________________
38244 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
38245         Log: save a dTHX
38246      Branch: perl
38247            ! ext/POSIX/POSIX.xs
38248 ____________________________________________________________________________
38249 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
38250         Log: Update Changes.
38251      Branch: perl
38252            ! Changes patchlevel.h
38253 ____________________________________________________________________________
38254 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
38255         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
38256              as pointed out by Sarathy.
38257      Branch: perl
38258            ! ext/I18N/Langinfo/Langinfo.xs
38259 ____________________________________________________________________________
38260 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
38261         Log: Retract #11212.
38262      Branch: perl
38263            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
38264 ____________________________________________________________________________
38265 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
38266         Log: Bump up the VERSION of Cwd.xs.
38267      Branch: perl
38268            ! ext/Cwd/Makefile.PL
38269 ____________________________________________________________________________
38270 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
38271         Log: Retract #11220, the problem wasn't the missing leading zero.
38272              Here's the problem:
38273              $ ./perl -we 'chmod(oct("755"), ".")'
38274              Non-octal literal mode (493) specified at -e line 1.
38275              (Did you mean 0493 instead?)
38276      Branch: perl
38277            ! lib/ExtUtils/MM_Unix.pm
38278 ____________________________________________________________________________
38279 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
38280         Log: (Retracted by #11221)
38281              Change the PERM_RW and PERM_RWX to 0644 and 0755
38282              (add the leading zero).
38283      Branch: perl
38284            ! lib/ExtUtils/MM_Unix.pm
38285 ____________________________________________________________________________
38286 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
38287         Log: Integrate changes #11193, 11205, 11209 from macperl.
38288              
38289              Fix up AutoLoader to fudge for Mac paths in import().
38290              
38291              Allow symbols in try_symbol() to begin with "_".
38292              
38293              Small portability fix for Mac OS.
38294      Branch: perl
38295           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
38296 ____________________________________________________________________________
38297 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
38298         Log: Metaconfig unit change for #11217.
38299      Branch: metaconfig/U/perl
38300            ! Extensions.U
38301 ____________________________________________________________________________
38302 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
38303         Log: Detypo, problem noticed by Gerrit P. Haase.
38304      Branch: perl
38305            ! Configure config_h.SH
38306 ____________________________________________________________________________
38307 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
38308         Log: Cwd cleanups.
38309      Branch: perl
38310            ! ext/Cwd/Cwd.xs
38311 ____________________________________________________________________________
38312 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
38313         Log: Slight tweaks on #11213.
38314      Branch: perl
38315            ! toke.c
38316 ____________________________________________________________________________
38317 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
38318         Log: A missing dTHX noticed by Gerrit P. Haase.
38319      Branch: perl
38320            ! ext/POSIX/POSIX.xs
38321 ____________________________________________________________________________
38322 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
38323         Log: Subject: [PATCH toke.c] Simplify yytoke()
38324              From: Simon Cozens <simon@netthink.co.uk>
38325              Date: Sun, 8 Jul 2001 13:24:34 +0100
38326              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
38327              
38328              Split out pending_ident().
38329      Branch: perl
38330            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
38331 ____________________________________________________________________________
38332 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
38333         Log: (Retracted by #11223.)
38334              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
38335              Date: Wed, 05 Nov 1997 17:22:34 -0600
38336              From: Graham Barr <gbarr@ti.com>
38337              Message-Id: <3460FFBA.6DA51F46@ti.com>
38338      Branch: perl
38339            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
38340 ____________________________________________________________________________
38341 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
38342         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
38343      Branch: perl
38344            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
38345            ! pod/perllocale.pod
38346 ____________________________________________________________________________
38347 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
38348         Log: Really do the test under the C locale.
38349      Branch: perl
38350            ! ext/I18N/Langinfo/Langinfo.t
38351 ____________________________________________________________________________
38352 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
38353         Log: Small portability fix for Mac OS.
38354      Branch: maint-5.6/macperl
38355            ! lib/Cwd.pm
38356 ____________________________________________________________________________
38357 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
38358         Log: Metaconfig unit change for #11207.
38359      Branch: metaconfig/U/perl
38360            ! Extensions.U
38361 ____________________________________________________________________________
38362 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
38363         Log: Add I18N::Langinfo, which is basically a wrapper around
38364              nl_langinfo(), which is an additional way to query locale
38365              specific information.
38366      Branch: perl
38367            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
38368            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
38369            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
38370 ____________________________________________________________________________
38371 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
38372         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
38373              used in File::Find tests; replace with if.t.
38374      Branch: maint-5.6/macperl
38375            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
38376            ! t/pragma/warn/op
38377 ____________________________________________________________________________
38378 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
38379         Log: Allow symbols in try_symbol() to begin with "_".
38380      Branch: maint-5.6/macperl
38381            ! makedef.pl
38382 ____________________________________________________________________________
38383 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
38384         Log: Sync up the File::Find changes from the rewrite by
38385              Thomas Wegner, et al.
38386      Branch: maint-5.6/macperl
38387            + t/lib/filefind-taint.t
38388            ! lib/File/Find.pm t/lib/filefind.t
38389 ____________________________________________________________________________
38390 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
38391         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
38392              From: Thomas Wegner <wegner_thomas@yahoo.com>
38393              Date: Thu, 5 Jul 2001 20:31:25 +0200
38394              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
38395      Branch: maint-5.6/macperl
38396            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
38397 ____________________________________________________________________________
38398 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
38399         Log: Some more test portability fixes.
38400      Branch: maint-5.6/macperl
38401            ! t/lib/filecopy.t t/pragma/warn/pp_sys
38402 ____________________________________________________________________________
38403 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
38404         Log: The #11200 removed wrong (non-existent) target.  Duh.
38405      Branch: perl
38406            ! Makefile.SH
38407 ____________________________________________________________________________
38408 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
38409         Log: Zap the lib/re.pm before creating it.
38410      Branch: perl
38411            ! Makefile.SH
38412 ____________________________________________________________________________
38413 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
38414         Log: Another test.  Please ignore.
38415      Branch: maint-5.6/macperl
38416            ! README.macos
38417 ____________________________________________________________________________
38418 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
38419         Log: Portability fixes for a lot of tests, especially IO-related
38420              tests, and warnings, and the harness script.
38421      Branch: maint-5.6/macperl
38422            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
38423            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
38424            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
38425            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
38426            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
38427            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
38428            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
38429            ! t/pragma/warnings.t
38430 ____________________________________________________________________________
38431 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
38432         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
38433              From: Nicholas Clark <nick@ccl4.org>
38434              Date: Sat, 7 Jul 2001 21:00:17 +0100
38435              Message-ID: <20010707210017.H59620@plum.flirble.org>
38436      Branch: perl
38437            ! lib/h2xs.t
38438 ____________________________________________________________________________
38439 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
38440         Log: The UNICOS/mk SysV IPC problem has been fixed.
38441      Branch: perl
38442            ! pod/perl572delta.pod
38443 ____________________________________________________________________________
38444 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
38445         Log: Slight update tweaks on perlunicode.pod.
38446      Branch: perl
38447            ! pod/perlunicode.pod
38448 ____________________________________________________________________________
38449 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
38450         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
38451              From: Mark-Jason Dominus <mjd@plover.com>
38452              Date: Sat, 07 Jul 2001 13:04:04 -0400
38453              Message-ID: <20010707170404.32694.qmail@plover.com>
38454      Branch: perl
38455            ! ext/DB_File/DB_File.pm
38456 ____________________________________________________________________________
38457 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
38458         Log: Fix up AutoLoader to fudge for Mac paths in import().
38459      Branch: maint-5.6/macperl
38460            ! lib/AutoLoader.pm
38461 ____________________________________________________________________________
38462 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
38463         Log: Try to force the lib/re.pm to be there before entering
38464              the extensions builds, should help for parallel makes.
38465      Branch: perl
38466            ! Makefile.SH
38467 ____________________________________________________________________________
38468 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
38469         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
38470              From: Norton Allen <allen@huarp.harvard.edu>
38471              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
38472              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
38473      Branch: perl
38474            ! ext/POSIX/POSIX.xs
38475 ____________________________________________________________________________
38476 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
38477         Log: Subject: [PATCH] Re: op/arith.t
38478              From: Nicholas Clark <nick@ccl4.org>
38479              Date: Sat, 7 Jul 2001 13:04:54 +0100
38480              Message-ID: <20010707130454.D59620@plum.flirble.org>
38481      Branch: perl
38482            ! numeric.c toke.c
38483 ____________________________________________________________________________
38484 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
38485         Log: Subject: [PATCH] h2xs
38486              From: Nicholas Clark <nick@ccl4.org>
38487              Date: Fri, 6 Jul 2001 23:25:14 +0100
38488              Message-ID: <20010706232514.X59620@plum.flirble.org>
38489      Branch: perl
38490            ! utils/h2xs.PL
38491 ____________________________________________________________________________
38492 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
38493         Log: Subject: Re: bleedperl perl_alloc..free leakage
38494              From: Radu Greab <radu@netsoft.ro>
38495              Date: Fri, 6 Jul 2001 19:48:54 +0300
38496              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
38497              
38498              Leak-be-gone.
38499      Branch: perl
38500            ! op.c
38501 ____________________________________________________________________________
38502 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
38503         Log: Test again.  Please ignore.
38504      Branch: maint-5.6/macperl
38505            ! README.macos
38506 ____________________________________________________________________________
38507 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
38508         Log: Test.  Please ignore.
38509      Branch: maint-5.6/macperl
38510            ! README.macos
38511 ____________________________________________________________________________
38512 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
38513         Log: Include changes already sent in separately as patches,
38514              before branch was created.
38515      Branch: maint-5.6/macperl
38516            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
38517            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
38518            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
38519            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
38520            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
38521            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
38522            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
38523            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
38524            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
38525            ! t/pragma/strict.t
38526 ____________________________________________________________________________
38527 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
38528         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
38529              From: Norton Allen <allen@huarp.harvard.edu>
38530              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
38531              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
38532      Branch: perl
38533            ! utf8.h
38534 ____________________________________________________________________________
38535 [ 11183] By: nick                                  on 2001/07/06  16:27:40
38536         Log: Integrate mainline
38537      Branch: perlio
38538           +> (branch 42 files)
38539            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
38540            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
38541            - win32/bin/mdelete.bat
38542           !> (integrate 215 files)
38543 ____________________________________________________________________________
38544 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
38545         Log: The #11166 needed also these updated.
38546      Branch: perl
38547            ! lib/warnings.pm warnings.h
38548 ____________________________________________________________________________
38549 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
38550         Log: Update Changes.
38551      Branch: perl
38552            ! Changes patchlevel.h
38553 ____________________________________________________________________________
38554 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
38555         Log: Regen toc.
38556      Branch: perl
38557            ! pod/perltoc.pod
38558 ____________________________________________________________________________
38559 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
38560         Log: Nit from Abhijit.
38561      Branch: perl
38562            ! lib/CPAN.pm
38563 ____________________________________________________________________________
38564 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
38565         Log: Retract #11172.
38566      Branch: perl
38567            ! t/op/method.t
38568 ____________________________________________________________________________
38569 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
38570         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
38571              From: Norton Allen <allen@huarp.harvard.edu>
38572              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
38573              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
38574      Branch: perl
38575            ! lib/Cwd.pm
38576 ____________________________________________________________________________
38577 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
38578         Log: (Accidentally empty check-in.)
38579      Branch: perl
38580            ! utf8.h
38581 ____________________________________________________________________________
38582 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
38583         Log: Retract #11165 since Sarathy pointed out it'll not
38584              work properly under threads, the problem should be
38585              solved using "the savestack, either via SSNEW() or
38586              using a newSVpv()+SAVEFREESV() combo."
38587      Branch: perl
38588            ! ext/POSIX/POSIX.xs
38589 ____________________________________________________________________________
38590 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
38591         Log: Retract #11125 since NI-S pointed out it'll not work in
38592              cases where the extension has their own handcrafted INC
38593              et alia.
38594      Branch: perl
38595            ! lib/ExtUtils/MM_Unix.pm
38596 ____________________________________________________________________________
38597 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
38598         Log: Subject: RE: [PATCH] -I and MakeMaker again
38599              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
38600              Date: Fri, 6 Jul 2001 09:18:29 +0200
38601              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
38602      Branch: perl
38603            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
38604            ! lib/ExtUtils/MM_Win32.pm
38605 ____________________________________________________________________________
38606 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
38607         Log: (Retracted by #11178)
38608              Subject: [PATCH t/op/method.t] SUPER:: strangeness
38609              From: Piers Cawley <pdcawley@iterative-software.com>
38610              Date: 06 Jul 2001 10:49:01 +0100
38611              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
38612      Branch: perl
38613            ! t/op/method.t
38614 ____________________________________________________________________________
38615 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
38616         Log: VOS README update from Paul Green.
38617      Branch: perl
38618            ! README.vos
38619 ____________________________________________________________________________
38620 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
38621         Log: Subject: [PATCH README.qnx hints/qnx.sh]
38622              From: Norton Allen <allen@huarp.harvard.edu>
38623              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
38624              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
38625      Branch: perl
38626            ! README.qnx hints/qnx.sh
38627 ____________________________________________________________________________
38628 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
38629         Log: Subject: [PATCH] Doc patch for Tie::Hash
38630              From: Artur Bergman <artur@contiller.se>
38631              Date: Thu, 05 Jul 2001 22:51:18 +0200
38632              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
38633      Branch: perl
38634            ! lib/Tie/Hash.pm
38635 ____________________________________________________________________________
38636 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
38637         Log: Subject: [PATCH] perlfaq4.pod
38638              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
38639              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
38640              Date: Thu, 5 Jul 2001 18:44:10 +0100 
38641      Branch: perl
38642            ! pod/perlfaq4.pod
38643 ____________________________________________________________________________
38644 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
38645         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
38646              From: Robin Houston <robin@kitsite.com>
38647              Date: Thu, 5 Jul 2001 18:33:21 +0100
38648              Message-ID: <20010705183321.A27345@robin.kitsite.com>
38649      Branch: perl
38650            ! ext/B/B/Deparse.pm
38651 ____________________________________________________________________________
38652 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
38653         Log: (Retracted by #11285.)
38654              
38655              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
38656              From: Abhijit Menon-Sen <ams@wiw.org>
38657              Date: Fri, 6 Jul 2001 01:26:32 +0530
38658              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
38659      Branch: perl
38660            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
38661            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
38662            ! warnings.pl
38663 ____________________________________________________________________________
38664 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
38665         Log: (Retracted by #11175)
38666              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
38667              From: Norton Allen <allen@huarp.harvard.edu>
38668              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
38669              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
38670      Branch: perl
38671            ! ext/POSIX/POSIX.xs
38672 ____________________________________________________________________________
38673 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
38674         Log: Unterminated C< (noticed by Richard Hatch), and few other
38675              small Unicode doc tweaks.
38676      Branch: perl
38677            ! pod/perlretut.pod
38678 ____________________________________________________________________________
38679 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
38680         Log: More flexible argument understanding; add charblocks() and
38681              charscripts(); make charblock() and charscript() two-way;
38682              add charinrange(); separate the $Unicode::UCD::VERSION and
38683              the version of the Unicode by adding UnicodeVersion().
38684      Branch: perl
38685            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
38686 ____________________________________________________________________________
38687 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
38688         Log: Update Unicode::UCD on \p{In...}.
38689      Branch: perl
38690            ! lib/Unicode/UCD.pm
38691 ____________________________________________________________________________
38692 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
38693         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
38694              From: Norton Allen <allen@huarp.harvard.edu>
38695              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
38696              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
38697      Branch: perl
38698            ! lib/ExtUtils/MM_Unix.pm
38699 ____________________________________________________________________________
38700 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
38701         Log: POSIX-BC tweaks from Thomas Dorner.
38702      Branch: perl
38703            ! hints/posix-bc.sh perlio.h
38704 ____________________________________________________________________________
38705 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
38706         Log: Module updates for the delta.
38707      Branch: perl
38708            ! pod/perl572delta.pod
38709 ____________________________________________________________________________
38710 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
38711         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
38712              From: Norton Allen <allen@huarp.harvard.edu>
38713              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
38714              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
38715      Branch: perl
38716            ! ext/IO/lib/IO/t/io_sock.t
38717 ____________________________________________________________________________
38718 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
38719         Log: Subject: [PATCH perldiag.pod] Quick fixes
38720              From: Simon Cozens <simon@netthink.co.uk>
38721              Date: Wed, 4 Jul 2001 20:22:12 +0100
38722              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
38723      Branch: perl
38724            ! pod/perldiag.pod
38725 ____________________________________________________________________________
38726 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
38727         Log: (retracted by #13533)
38728              
38729              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
38730              From: Radu Greab <radu@netsoft.ro>
38731              Date: Wed, 4 Jul 2001 22:13:31 +0300
38732              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
38733      Branch: perl
38734            ! op.c sv.c t/op/pos.t
38735 ____________________________________________________________________________
38736 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
38737         Log: Subject: [PATCH] -I and MakeMaker again
38738              From: Michael G Schwern <schwern@pobox.com>
38739              Date: Wed, 4 Jul 2001 15:03:07 -0400
38740              Message-ID: <20010704150307.I20340@blackrider>
38741              
38742              (and retract #11145)
38743      Branch: perl
38744            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
38745            ! lib/ExtUtils/MakeMaker.pm
38746 ____________________________________________________________________________
38747 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
38748         Log: Subject: Re: PERFORCE change 11142 for review
38749              From: "Philip Newton" <Philip.Newton@gmx.net>
38750              Date: Wed, 4 Jul 2001 20:46:26 +0200
38751              Message-Id: <200107041841.VAA25380@taas.iki.fi>
38752      Branch: perl
38753            ! lib/ExtUtils/MakeMaker.pm
38754 ____________________________________________________________________________
38755 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
38756         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
38757              From: Jonathan Stowe <gellyfish@gellyfish.com>
38758              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
38759              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
38760      Branch: perl
38761            ! utils/pl2pm.PL
38762 ____________________________________________________________________________
38763 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
38764         Log: fix the binary compatibility issue when building with/without
38765              usemymalloc by exporting Perl_malloc() et al as simple wrappers
38766              around the system functions (this allows most extensions built
38767              using one mode to coexist with perls built in the other mode)
38768              
38769              XXX the Perl_mfree() wrapper might need to do return(free()) on
38770              platforms where Free_t isn't "void"
38771      Branch: perl
38772            ! embed.h embed.pl makedef.pl proto.h util.c
38773 ____________________________________________________________________________
38774 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
38775         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
38776              since it doesn't ensure threads other than the one calling fork()
38777              aren't holding any locks; the fix is to use pthread_atfork() to
38778              hold global locks
38779              
38780              building perl with -Dusemymalloc exacerbates the problem since
38781              Perl_malloc() holds a mutex, and perl's exec() calls New()
38782              
38783              XXX the code in win32thread.h may be needed on platforms that have
38784              no pthread_atfork()
38785      Branch: perl
38786            ! perl.c thread.h win32/win32thread.h
38787 ____________________________________________________________________________
38788 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
38789         Log: Integrate #11009 from maintperl.
38790      Branch: maint-5.6/macperl
38791           !> lib/ExtUtils/Manifest.pm
38792 ____________________________________________________________________________
38793 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
38794         Log: Flexing my Perforce muscles.
38795      Branch: maint-5.6/macperl
38796            ! README.macos
38797 ____________________________________________________________________________
38798 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
38799         Log: Update Changes.
38800      Branch: perl
38801            ! Changes patchlevel.h
38802 ____________________________________________________________________________
38803 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
38804         Log: Metaconfig unit change for #11146.
38805      Branch: metaconfig/U/perl
38806            ! d_fcntl_can_lock.U
38807 ____________________________________________________________________________
38808 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
38809         Log: Somehow the #ifdefs of the added code (in #11093) made
38810              HP-UX to fail the fcntl locking test, without the ifdefs
38811              the test seems to be working again.  Reason unknown:
38812              HP-UX cc doesn't complain either way.
38813      Branch: perl
38814            ! Configure
38815 ____________________________________________________________________________
38816 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
38817         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
38818      Branch: perl
38819            ! lib/ExtUtils/MM_Unix.pm
38820 ____________________________________________________________________________
38821 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
38822         Log: gcc -Wall nit.
38823      Branch: perl
38824            ! pp_hot.c
38825 ____________________________________________________________________________
38826 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
38827         Log: When removing tests updating the test count is a good idea, too.
38828      Branch: perl
38829            ! lib/Net/t/require.t
38830 ____________________________________________________________________________
38831 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
38832         Log: Document #11134 and add the new symbols to the list of
38833              of MakeMaker known ones.
38834      Branch: perl
38835            ! lib/ExtUtils/MakeMaker.pm
38836 ____________________________________________________________________________
38837 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
38838         Log: Microperl update.
38839      Branch: perl
38840            ! uconfig.h
38841 ____________________________________________________________________________
38842 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
38843         Log: Update the libnet tests as per #11138.
38844      Branch: perl
38845            - lib/Net/t/ph.t
38846            ! MANIFEST lib/Net/t/require.t
38847 ____________________________________________________________________________
38848 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
38849         Log: Regen toc and modlib.
38850      Branch: perl
38851            ! pod/perlmodlib.pod pod/perltoc.pod
38852 ____________________________________________________________________________
38853 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
38854         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
38855              Graham's request.
38856      Branch: perl
38857            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
38858            ! MANIFEST
38859 ____________________________________________________________________________
38860 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
38861         Log: Add the OS/390 harness results to the delta.
38862      Branch: perl
38863            ! pod/perl572delta.pod
38864 ____________________________________________________________________________
38865 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
38866         Log: Avoid the two study tests in OS/390 until the bug has been solved.
38867      Branch: perl
38868            ! t/op/study.t
38869 ____________________________________________________________________________
38870 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
38871         Log: DOS/DJGPP tweaks from Laszlo Molnar.
38872      Branch: perl
38873            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
38874 ____________________________________________________________________________
38875 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
38876         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
38877              From: Michael G Schwern <schwern@pobox.com>
38878              Date: Wed, 4 Jul 2001 00:01:16 -0400
38879              Message-ID: <20010704000116.C591@blackrider>
38880      Branch: perl
38881            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
38882 ____________________________________________________________________________
38883 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
38884         Log: The #11132 missed singleton characters (not part
38885              of a unilo..unihi range) in Unicode scripts.
38886      Branch: perl
38887            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
38888            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
38889            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
38890            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
38891            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
38892            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
38893            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
38894            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
38895            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
38896            ! lib/unicode/mktables.PL t/op/pat.t
38897 ____________________________________________________________________________
38898 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
38899         Log: Support preferentially the Unicode 'scripts' definition
38900              in the \p{In...} notation since according to Unicode the
38901              scripts concept is more natural for matching than using
38902              the somewhat artificial block names.  The block names are
38903              still available, though, and if there's a name conflict,
38904              the scripts one wins and the blocks one has to do with
38905              'Block' appended to its name.  For more information see
38906              
38907              http://www.unicode.org/unicode/reports/tr24/
38908      Branch: perl
38909            + lib/unicode/In/100.pl lib/unicode/In/101.pl
38910            + lib/unicode/In/102.pl lib/unicode/In/103.pl
38911            + lib/unicode/In/104.pl lib/unicode/In/105.pl
38912            + lib/unicode/In/106.pl lib/unicode/In/107.pl
38913            + lib/unicode/In/108.pl lib/unicode/In/109.pl
38914            + lib/unicode/In/110.pl lib/unicode/In/111.pl
38915            + lib/unicode/In/112.pl lib/unicode/In/113.pl
38916            + lib/unicode/In/114.pl lib/unicode/In/115.pl
38917            + lib/unicode/In/116.pl lib/unicode/In/117.pl
38918            + lib/unicode/In/118.pl lib/unicode/In/119.pl
38919            + lib/unicode/In/120.pl lib/unicode/In/121.pl
38920            + lib/unicode/In/122.pl lib/unicode/In/123.pl
38921            + lib/unicode/In/124.pl lib/unicode/In/125.pl
38922            + lib/unicode/In/126.pl lib/unicode/In/127.pl
38923            + lib/unicode/In/128.pl lib/unicode/In/129.pl
38924            + lib/unicode/In/130.pl lib/unicode/In/131.pl
38925            + lib/unicode/In/132.pl lib/unicode/In/133.pl
38926            + lib/unicode/In/134.pl lib/unicode/In/135.pl
38927            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
38928            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
38929            ! (edit 106 files)
38930 ____________________________________________________________________________
38931 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
38932         Log: Better document the difference between a block and a script.
38933      Branch: perl
38934            ! lib/Unicode/UCD.pm
38935 ____________________________________________________________________________
38936 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
38937         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
38938              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
38939              Date: Tue, 3 Jul 2001 15:04:23 -0500
38940              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
38941      Branch: perl
38942            ! lib/CPAN.pm
38943 ____________________________________________________________________________
38944 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
38945         Log: Add tests for charscript().
38946      Branch: perl
38947            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
38948 ____________________________________________________________________________
38949 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
38950         Log: Add charscript() to get the UTR#24 script names of characters.
38951      Branch: perl
38952            ! lib/Unicode/UCD.pm
38953 ____________________________________________________________________________
38954 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
38955         Log: Todo updates.
38956      Branch: perl
38957            ! pod/perltodo.pod
38958 ____________________________________________________________________________
38959 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
38960         Log: Unicode::UCD updates.
38961      Branch: perl
38962            ! lib/Unicode/UCD.pm
38963 ____________________________________________________________________________
38964 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
38965         Log: (Retracted by #11174)
38966              Subject: MakeMaker should pass through DEFINE and INC to subdirs
38967              From: Alan Burlison <Alan.Burlison@sun.com>
38968              Date: Tue, 03 Jul 2001 15:20:13 +0100
38969              Message-ID: <3B41D49D.A923D4F9@sun.com>
38970      Branch: perl
38971            ! lib/ExtUtils/MM_Unix.pm
38972 ____________________________________________________________________________
38973 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
38974         Log: Subject: Patch needed for UTS
38975              From: hom00@utsglobal.com (Hal Morris)
38976              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
38977              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
38978              
38979              Replace #11113 with a better version.
38980      Branch: perl
38981            ! perl.h
38982 ____________________________________________________________________________
38983 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
38984         Log: Subject: Re: POINTERRIGOR
38985              From: Andy Dougherty <doughera@lafayette.edu>
38986              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
38987              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
38988      Branch: perl
38989            ! util.c
38990 ____________________________________________________________________________
38991 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
38992         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
38993              From: "Philip Newton" <pnewton@gmx.de>
38994              Date: Tue, 3 Jul 2001 17:03:34 +0200
38995              Message-ID: <3B41FAE6.29564.660E117@localhost>
38996      Branch: perl
38997            ! pp_hot.c
38998 ____________________________________________________________________________
38999 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
39000         Log: Typos.
39001      Branch: perl
39002            ! INSTALL
39003 ____________________________________________________________________________
39004 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
39005         Log: Subject: [PATCH 5.6.1] debugger fixes
39006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39007              Date: Tue, 3 Jul 2001 03:38:18 -0400
39008              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
39009              
39010              The $^S is working again.
39011      Branch: perl
39012            ! lib/perl5db.pl
39013 ____________________________________________________________________________
39014 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
39015         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
39016              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39017              Date: Tue, 3 Jul 2001 03:34:06 -0400
39018              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
39019      Branch: perl
39020            ! os2/OS2/Process/Process.pm
39021 ____________________________________________________________________________
39022 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
39023         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
39024              From: "Philip Newton" <Philip.Newton@gmx.net>
39025              Date: Tue, 3 Jul 2001 09:11:27 +0200
39026              Message-Id: <200107030706.KAA04596@taas.iki.fi>
39027      Branch: perl
39028            ! lib/FindBin.pm
39029 ____________________________________________________________________________
39030 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
39031         Log: Delta delta.
39032      Branch: perl
39033            ! pod/perl572delta.pod
39034 ____________________________________________________________________________
39035 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
39036         Log: Metaconfig unit change for 11115.
39037      Branch: metaconfig
39038            ! U/modified/libc.U
39039 ____________________________________________________________________________
39040 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
39041         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
39042              (from Richard Hatch) (this was the cause of pipes() and
39043              times() mysteriously not being found)
39044      Branch: perl
39045            ! Configure
39046 ____________________________________________________________________________
39047 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
39048         Log: Retract #10142, the real culprit found by Richard Hatch,
39049              coming soon to Configure near you.
39050      Branch: perl
39051            ! hints/aix.sh
39052 ____________________________________________________________________________
39053 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
39054         Log: (Replaced by #11124) UTS workaround from Hal Morris.
39055      Branch: perl
39056            ! perl.h
39057 ____________________________________________________________________________
39058 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
39059         Log: Subject: [PATCH] grok not grocking correctly
39060              From: Nicholas Clark <nick@ccl4.org>
39061              Date: Tue, 3 Jul 2001 00:19:08 +0100
39062              Message-ID: <20010703001908.H59620@plum.flirble.org>
39063      Branch: perl
39064            ! numeric.c
39065 ____________________________________________________________________________
39066 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
39067         Log: Subject: [PATCH Deparse.t] test just-posted patches
39068              From: Robin Houston <robin@kitsite.com>
39069              Date: Mon, 2 Jul 2001 23:46:15 +0100
39070              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
39071      Branch: perl
39072            ! ext/B/Deparse.t
39073 ____________________________________________________________________________
39074 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
39075         Log: Subject: [PATCH toke.c] autosplit into @F
39076              From: Robin Houston <robin@kitsite.com>
39077              Date: Mon, 2 Jul 2001 23:18:20 +0100
39078              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
39079      Branch: perl
39080            ! perl.c toke.c
39081 ____________________________________________________________________________
39082 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
39083         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
39084              From: Robin Houston <robin@kitsite.com>
39085              Date: Mon, 2 Jul 2001 23:00:48 +0100
39086              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
39087      Branch: perl
39088            ! ext/B/B/Deparse.pm
39089 ____________________________________________________________________________
39090 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
39091         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
39092              From: "Philip Newton" <Philip.Newton@gmx.net>
39093              Date: Mon, 2 Jul 2001 22:06:22 +0200
39094              (no Message-Id)
39095      Branch: perl
39096            ! ext/NDBM_File/hints/linux.pl
39097 ____________________________________________________________________________
39098 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
39099         Log: Subject: Re: Fixed pack problem - sort of
39100              From: Nicholas Clark <nick@ccl4.org>
39101              Date: Mon, 2 Jul 2001 20:59:20 +0100
39102              Message-ID: <20010702205919.F59620@plum.flirble.org>
39103      Branch: perl
39104            ! pp_pack.c t/op/pack.t
39105 ____________________________________________________________________________
39106 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
39107         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
39108              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39109              Date: Mon, 2 Jul 2001 15:45:41 -0400
39110              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
39111      Branch: perl
39112            ! os2/os2.c
39113 ____________________________________________________________________________
39114 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
39115         Log: (Mistaken retraction)
39116      Branch: perl
39117            ! utils/pl2pm.PL
39118 ____________________________________________________________________________
39119 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
39120         Log: Detypo in #11103.
39121      Branch: perl
39122            ! utils/pl2pm.PL
39123 ____________________________________________________________________________
39124 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
39125         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
39126              From: Jonathan Stowe <gellyfish@gellyfish.com>
39127              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
39128              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
39129      Branch: perl
39130            ! utils/pl2pm.PL
39131 ____________________________________________________________________________
39132 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
39133         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
39134              From: "Craig A. Berry" <craigberry@mac.com>
39135              Date: Mon, 02 Jul 2001 14:11:23 -0500
39136              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
39137      Branch: perl
39138            ! lib/Unicode/UCD.pm
39139 ____________________________________________________________________________
39140 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
39141         Log: Subject: [PATCH] Re: op/numconvert.t failures
39142              From: Nicholas Clark <nick@ccl4.org>
39143              Date: Mon, 2 Jul 2001 20:10:48 +0100
39144              Message-ID: <20010702201048.E59620@plum.flirble.org>
39145      Branch: perl
39146            ! t/op/numconvert.t
39147 ____________________________________________________________________________
39148 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
39149         Log: Update Changes.
39150      Branch: perl
39151            ! Changes patchlevel.h
39152 ____________________________________________________________________________
39153 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
39154         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
39155              The real fix must be more involved.  The line of code all the leaky
39156              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
39157              line of Perl_newPMOP().
39158      Branch: perl
39159            ! op.h
39160 ____________________________________________________________________________
39161 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
39162         Log: Based on
39163              
39164              Subject: Re: sizeof(struct sembuf)
39165              From: Nicholas Clark <nick@ccl4.org>
39166              Date: Sun, 1 Jul 2001 22:26:48 +0100
39167              Message-ID: <20010701222648.W59620@plum.flirble.org>
39168              
39169              but do semop() always the slow way.
39170      Branch: perl
39171            ! doio.c
39172 ____________________________________________________________________________
39173 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
39174         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
39175              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39176              Date: Tue, 03 Jul 2001 00:56:30 +0900
39177              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
39178      Branch: perl
39179            ! ext/Encode/Encode/Tcl.t
39180 ____________________________________________________________________________
39181 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
39182         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
39183              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39184              Date: Tue, 03 Jul 2001 00:55:46 +0900
39185              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
39186      Branch: perl
39187            ! ext/Encode/Encode/Tcl.pm
39188 ____________________________________________________________________________
39189 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
39190         Log: Regen api and toc.
39191      Branch: perl
39192            ! pod/perlapi.pod pod/perltoc.pod
39193 ____________________________________________________________________________
39194 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
39195         Log: Metaconfig unit change for #11093.
39196      Branch: metaconfig/U/perl
39197            ! d_fcntl_can_lock.U
39198 ____________________________________________________________________________
39199 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
39200         Log: The fcntl locking test may hang if NFS locking messed up;
39201              break out with alarm(10).
39202      Branch: perl
39203            ! Configure
39204 ____________________________________________________________________________
39205 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
39206         Log: Move the mdelete.bat from win32/bin to win32.
39207      Branch: perl
39208            ! MANIFEST
39209 ____________________________________________________________________________
39210 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
39211         Log: Typo in #11083.
39212      Branch: perl
39213            ! ext/Time/Piece/Piece.t
39214 ____________________________________________________________________________
39215 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
39216         Log: Netware tweaks from Guruprasad.
39217      Branch: perl
39218            - NetWare/perlsdio.h
39219            ! MANIFEST NetWare/Makefile NetWare/interface.c
39220            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
39221            ! perlsdio.h
39222 ____________________________________________________________________________
39223 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
39224         Log: Subject: Re: [PATH] shared -> unique;
39225              From: Abhijit Menon-Sen <ams@wiw.org>
39226              Date: Wed, 27 Jun 2001 03:51:27 +0530
39227              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
39228      Branch: perl
39229            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
39230 ____________________________________________________________________________
39231 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
39232         Log: Subject: Re: AIX / gcc-3.0
39233              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39234              Date: Mon, 02 Jul 2001 15:20:21 +0200
39235              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
39236      Branch: perl
39237            ! hints/aix.sh
39238 ____________________________________________________________________________
39239 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
39240         Log: Subject: Re: Bug report: split splits on wrong pattern
39241              From: Abhijit Menon-Sen <ams@wiw.org>
39242              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
39243              Date: Mon, 2 Jul 2001 16:31:33 +0530
39244      Branch: perl
39245            ! pp_ctl.c
39246 ____________________________________________________________________________
39247 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
39248         Log: Subject: [PATCH 5.6.1] test harness
39249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39250              Date: Mon, 2 Jul 2001 06:29:21 -0400
39251              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
39252      Branch: perl
39253            ! lib/Test/Harness.pm
39254 ____________________________________________________________________________
39255 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
39256         Log: Subject: [PATCH 5.6.1] debugger goof
39257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39258              Date: Mon, 2 Jul 2001 06:27:22 -0400
39259              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
39260      Branch: perl
39261            ! lib/perl5db.pl
39262 ____________________________________________________________________________
39263 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
39264         Log: Subject: [PATCH 5.6.1] OS/2 cwd
39265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39266              Date: Mon, 2 Jul 2001 06:21:17 -0400
39267              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
39268      Branch: perl
39269            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
39270 ____________________________________________________________________________
39271 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
39272         Log: Make #11082 more OS/2-specific.
39273      Branch: perl
39274            ! ext/Time/Piece/Piece.t
39275 ____________________________________________________________________________
39276 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
39277         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
39278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39279              Date: Mon, 2 Jul 2001 06:06:34 -0400
39280              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
39281      Branch: perl
39282            ! ext/Time/Piece/Piece.t
39283 ____________________________________________________________________________
39284 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
39285         Log: Subject: [PATCH B::Deparse] version number & changes
39286              From: Robin Houston <robin@kitsite.com>  
39287              Date: Sun, 1 Jul 2001 17:17:29 +0100
39288              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
39289      Branch: perl
39290            ! ext/B/B/Deparse.pm
39291 ____________________________________________________________________________
39292 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
39293         Log: Subject: a small fix.
39294              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
39295              Date: Mon, 2 Jul 2001 12:17:53 +0200
39296              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
39297      Branch: perl
39298            ! ext/Thread/Thread.xs
39299 ____________________________________________________________________________
39300 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
39301         Log: Subject: RE: perl@10907
39302              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
39303              Date: Mon, 2 Jul 2001 12:06:16 +0200
39304              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
39305              
39306              Borland C vs PerlIO.
39307      Branch: perl
39308            ! win32/config.bc win32/config_H.bc
39309 ____________________________________________________________________________
39310 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
39311         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
39312              From: "H.M. Brand" <merijn@l1.procura.nl>
39313              Date: Mon, 02 Jul 2001 11:18:57 +0200
39314              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
39315      Branch: perl
39316            ! t/op/write.t
39317 ____________________________________________________________________________
39318 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
39319         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
39320              From: Michael G Schwern <schwern@pobox.com>
39321              Date: Mon, 2 Jul 2001 00:26:24 -0400
39322              Message-ID: <20010702002624.A18302@blackrider>
39323      Branch: perl
39324            - ext/util/mkbootstrap
39325 ____________________________________________________________________________
39326 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
39327         Log: Subject: [PATCH op.h] v minor comment tweak
39328              From: Robin Houston <robin@puffinry.freeserve.co.uk>
39329              Date: Mon, 2 Jul 2001 00:42:01 +0100
39330              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
39331      Branch: perl
39332            ! op.h
39333 ____________________________________________________________________________
39334 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
39335         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
39336      Branch: perl
39337            ! pod/perlfunc.pod
39338 ____________________________________________________________________________
39339 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
39340         Log: Subject: Re: sizeof(struct sembuf)
39341              From: Nicholas Clark <nick@ccl4.org>
39342              Date: Sun, 1 Jul 2001 19:23:16 +0100
39343              Message-ID: <20010701192316.V59620@plum.flirble.org>
39344              
39345              s/signaling/signalling/
39346      Branch: perl
39347            ! pod/perlfunc.pod
39348 ____________________________________________________________________________
39349 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
39350         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
39351              From: "Philip Newton" <Philip.Newton@gmx.net>
39352              Date: Sun, 1 Jul 2001 09:37:56 +0200
39353              Message-Id: <200107010733.KAA03920@taas.iki.fi>
39354      Branch: perl
39355            ! pod/perlvar.pod
39356 ____________________________________________________________________________
39357 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
39358         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
39359              From: "Philip Newton" <Philip.Newton@gmx.net>
39360              Date: Sun, 1 Jul 2001 09:37:56 +0200
39361              Message-Id: <200107010733.KAA03925@taas.iki.fi>
39362      Branch: perl
39363            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
39364 ____________________________________________________________________________
39365 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
39366         Log: Metaconfig unit change for #11070.
39367      Branch: metaconfig
39368            ! U/compline/randfunc.U
39369 ____________________________________________________________________________
39370 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
39371         Log: Subject: [PATCH perlsnap] its --> it's --> its
39372              From: "Philip Newton" <Philip.Newton@gmx.net>
39373              Date: Sun, 1 Jul 2001 09:37:56 +0200
39374              Message-Id: <200107010733.KAA03914@taas.iki.fi>
39375      Branch: perl
39376            ! Porting/config_H
39377 ____________________________________________________________________________
39378 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
39379         Log: Sync with Sarathy; integrate with perlio.
39380      Branch: perl
39381           !> gv.c
39382 ____________________________________________________________________________
39383 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
39384         Log: regenerate win32/config_H.?c files
39385      Branch: perl
39386            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39387 ____________________________________________________________________________
39388 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
39389         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
39390              naming discipline
39391              
39392              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
39393              because of this)
39394              
39395              fix a warning about "fd" being used without being set in Cwd.xs
39396      Branch: perl
39397            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
39398            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
39399            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
39400            ! win32/config.vc
39401 ____________________________________________________________________________
39402 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
39403         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
39404              within macro arguments") and warnings ("unary minus applied to
39405              unsigned type", among others)
39406      Branch: perl
39407            ! gv.c hv.c op.c pp.c sv.c toke.c
39408 ____________________________________________________________________________
39409 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
39410         Log: win32 fixes: more spurious CRs
39411      Branch: perl
39412            ! win32/mdelete.bat
39413 ____________________________________________________________________________
39414 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
39415         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
39416              from win32/bin (or it gets deleted by distclean); don't delete
39417              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
39418              NT (should be made Win9x specific, and added to makefile.mk)
39419      Branch: perl
39420           +> win32/mdelete.bat
39421            - win32/bin/mdelete.bat
39422            ! win32/Makefile win32/makefile.mk
39423 ____________________________________________________________________________
39424 [ 11063] By: nick                                  on 2001/07/01  18:54:09
39425         Log: Quick for for #ifdef mess
39426      Branch: perlio
39427            ! gv.c
39428 ____________________________________________________________________________
39429 [ 11062] By: nick                                  on 2001/07/01  18:47:42
39430         Log: Raw integrate - does not build #if mess in gv.c
39431      Branch: perlio
39432           !> (integrate 29 files)
39433 ____________________________________________________________________________
39434 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
39435         Log: Make 'compile' target a little less broken.
39436              Still very broken, though: -Wall warnings from
39437              the generated code, boot_Foo prototypes missing,
39438              can't autoload Fcntl::SEEK_CUR et alia, ...
39439      Branch: perl
39440            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
39441            ! utils/perlcc.PL x2p/Makefile.SH
39442 ____________________________________________________________________________
39443 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
39444         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
39445      Branch: perl
39446            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39447            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
39448 ____________________________________________________________________________
39449 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
39450         Log: Update Changes.
39451      Branch: perl
39452            ! Changes patchlevel.h
39453 ____________________________________________________________________________
39454 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
39455         Log: Still one typo, regen toc.
39456      Branch: perl
39457            ! lib/Unicode/UCD.pm pod/perltoc.pod
39458 ____________________________________________________________________________
39459 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
39460         Log: Detypos and regen toc.
39461      Branch: perl
39462            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
39463 ____________________________________________________________________________
39464 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
39465         Log: VERSION tweak.
39466      Branch: perl
39467            ! ext/List/Util/lib/List/Util.pm
39468 ____________________________________________________________________________
39469 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
39470         Log: Attempt at plugging the leak under ithreads detected by Doug.
39471      Branch: perl
39472            ! op.h
39473 ____________________________________________________________________________
39474 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
39475         Log: gcc -Wall lint after #11051.
39476      Branch: perl
39477            ! pp_sys.c
39478 ____________________________________________________________________________
39479 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
39480         Log: Integrate perlio.
39481      Branch: perl
39482           !> lib/File/Find/taint.t
39483 ____________________________________________________________________________
39484 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
39485         Log: Don't use the v-strings for module VERSIONs.
39486      Branch: perl
39487            ! lib/Unicode/UCD.pm
39488 ____________________________________________________________________________
39489 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
39490         Log: Code cleanup based on turning off the -woffs in IRIX.
39491              Not all of the gripes cleaned up (hairy code in hv.c and
39492              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
39493              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
39494              to the IRIX hints)
39495      Branch: perl
39496            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
39497            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
39498            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
39499            ! regcomp.c sv.c
39500 ____________________________________________________________________________
39501 [ 11050] By: nick                                  on 2001/06/30  20:46:46
39502         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
39503      Branch: perlio
39504            ! lib/File/Find/taint.t
39505 ____________________________________________________________________________
39506 [ 11049] By: nick                                  on 2001/06/30  18:13:33
39507         Log: Integrate mainline
39508      Branch: perlio
39509           +> NetWare/nwstdio.h NetWare/perlsdio.h
39510           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
39511           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
39512           +> lib/Unicode/UCD.t t/run/exit.t
39513           !> (integrate 60 files)
39514 ____________________________________________________________________________
39515 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
39516         Log: Delta delta.
39517      Branch: perl
39518            ! pod/perl572delta.pod
39519 ____________________________________________________________________________
39520 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
39521         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
39522              by CPAN.pm, use rather _00.
39523      Branch: perl
39524            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
39525            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
39526            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
39527            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
39528            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
39529            ! lib/ExtUtils/Embed.pm lib/Test.pm
39530 ____________________________________________________________________________
39531 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
39532         Log: Add a simple Unicode character database interface, Unicode::UCD.
39533      Branch: perl
39534            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
39535            ! MANIFEST
39536 ____________________________________________________________________________
39537 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
39538         Log: Subject: [PATCH] op/numconver.t
39539              From: Nicholas Clark <nick@ccl4.org>
39540              Date: Sat, 30 Jun 2001 15:40:10 +0100
39541              Message-ID: <20010630154010.I59620@plum.flirble.org>
39542      Branch: perl
39543            ! t/op/numconvert.t
39544 ____________________________________________________________________________
39545 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
39546         Log: The $^N is now taken (by #11038).
39547      Branch: perl
39548            ! t/base/lex.t
39549 ____________________________________________________________________________
39550 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
39551         Log: The #11040 had slipped to a wrong function...
39552      Branch: perl
39553            ! sv.c
39554 ____________________________________________________________________________
39555 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
39556         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
39557              the Configure library symbol probe mysteriously finds all
39558              symbols but those of pipe() and times().
39559      Branch: perl
39560            ! hints/aix.sh
39561 ____________________________________________________________________________
39562 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
39563         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
39564              From: Nicholas Clark <nick@ccl4.org>
39565              Date: Fri, 29 Jun 2001 23:49:07 +0100
39566              Message-ID: <20010629234907.D59620@plum.flirble.org>
39567      Branch: perl
39568            ! lib/ExtUtils.t
39569 ____________________________________________________________________________
39570 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
39571         Log: Subject: [PATCH] weakref fix 2, not yet there
39572              From: Artur Bergman <artur@contiller.se>
39573              Date: Sat, 30 Jun 2001 01:18:16 +0200
39574              Message-ID: <B762D957.1CC9%artur@contiller.se>
39575      Branch: perl
39576            ! sv.c
39577 ____________________________________________________________________________
39578 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
39579         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
39580              From: Michael G Schwern <schwern@pobox.com>
39581              Date: Fri, 29 Jun 2001 19:39:11 -0400
39582              Message-ID: <20010629193910.D25304@blackrider>
39583      Branch: perl
39584            + t/run/exit.t
39585            ! MANIFEST
39586 ____________________________________________________________________________
39587 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
39588         Log: Add support for $^N, the most-recently closed group.
39589      Branch: perl
39590            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
39591            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
39592            ! thrdvar.h
39593 ____________________________________________________________________________
39594 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
39595         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
39596              From: lvirden@cas.org
39597              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
39598              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
39599              
39600              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
39601              From: lvirden@cas.org
39602              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
39603              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
39604      Branch: perl
39605            ! README.solaris
39606 ____________________________________________________________________________
39607 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
39608         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
39609              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39610              Date: Sat, 30 Jun 2001 07:33:37 +0900
39611              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
39612              
39613              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
39614              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39615              Date: Sat, 30 Jun 2001 21:38:14 +0900
39616              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
39617      Branch: perl
39618            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
39619            + ext/Encode/Encode/7bit-kr.enc
39620            ! MANIFEST ext/Encode/Encode/Tcl.pm
39621 ____________________________________________________________________________
39622 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
39623         Log: NetWare tweaks from Guruprasad.
39624      Branch: perl
39625            + NetWare/nwstdio.h NetWare/perlsdio.h
39626            ! MANIFEST NetWare/Makefile NetWare/config.wc
39627            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
39628            ! NetWare/t/Readme.txt
39629 ____________________________________________________________________________
39630 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
39631         Log: More module $VERSION bump-ups.
39632      Branch: perl
39633            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
39634            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
39635            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
39636 ____________________________________________________________________________
39637 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
39638         Log: Doc update due to #11032.
39639      Branch: perl
39640            ! pod/perl572delta.pod
39641 ____________________________________________________________________________
39642 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
39643         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
39644              From: Peter Prymmer <pvhp@forte.com>
39645              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
39646              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
39647      Branch: perl
39648            ! ext/Time/HiRes/HiRes.xs
39649 ____________________________________________________________________________
39650 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
39651         Log: -lpthreads missing in AIX.
39652      Branch: perl
39653            ! hints/aix.sh
39654 ____________________________________________________________________________
39655 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
39656         Log: Subject: [PATCH] CLONE && weakrefs
39657              From: Artur Bergman <artur@contiller.se>
39658              Date: Fri, 29 Jun 2001 17:02:00 +0200
39659              Message-ID: <B7626508.1CA0%artur@contiller.se>
39660      Branch: perl
39661            ! sv.c
39662 ____________________________________________________________________________
39663 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
39664         Log: Subject: Re: Bug report: split splits on wrong pattern
39665              From: Radu Greab <radu@netsoft.ro>
39666              Date: Wed, 27 Jun 2001 21:50:52 +0300
39667              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
39668      Branch: perl
39669            ! pp_ctl.c t/op/split.t
39670 ____________________________________________________________________________
39671 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
39672         Log: Metaconfig unit change for #11027.
39673      Branch: metaconfig/U/perl
39674            ! d_modfl.U
39675 ____________________________________________________________________________
39676 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
39677         Log: I thought this Configure glitch for AIX was just recently fixed?
39678      Branch: perl
39679            ! Configure
39680 ____________________________________________________________________________
39681 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
39682         Log: Update Changes.
39683      Branch: perl
39684            ! Changes patchlevel.h
39685 ____________________________________________________________________________
39686 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
39687         Log: Subject: Re: perl@10967, File::Find, and Cwd
39688              From: Mike Guy <mjtg@cam.ac.uk>
39689              Date: Fri, 29 Jun 2001 14:56:49 +0100
39690              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
39691      Branch: perl
39692            ! lib/File/Find/taint.t
39693 ____________________________________________________________________________
39694 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
39695         Log: Update the sv_pvprintify() spec.
39696      Branch: perl
39697            ! pod/perltodo.pod
39698 ____________________________________________________________________________
39699 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
39700         Log: Known test failures update.
39701      Branch: perl
39702            ! pod/perl572delta.pod
39703 ____________________________________________________________________________
39704 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
39705         Log: Based on
39706              
39707              Subject: [PATCH @11016] More );) fixes
39708              From: Richard Soderberg <rs@crystalflame.net>
39709              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
39710              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
39711      Branch: perl
39712            ! ext/Thread/Thread.xs ext/Thread/typemap
39713 ____________________________________________________________________________
39714 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
39715         Log: Subject: [PATCH @11016] Fixes compile errors in four files
39716              From: Richard Soderberg <rs@crystalflame.net>
39717              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
39718              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
39719      Branch: perl
39720            ! mg.c pp.c pp_hot.c util.c
39721 ____________________________________________________________________________
39722 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
39723         Log: AIX hints tweaking continues, from Merijn Brand.
39724      Branch: perl
39725            ! hints/aix.sh
39726 ____________________________________________________________________________
39727 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
39728         Log: HP-UX needs gccversion sooner, from Merijn Brand.
39729      Branch: perl
39730            ! hints/hpux.sh
39731 ____________________________________________________________________________
39732 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
39733         Log: Subject: [PATCH 5.6.1] OS/2 docs
39734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39735              Date: Fri, 29 Jun 2001 02:34:12 -0400
39736              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
39737      Branch: perl
39738            ! README.os2 os2/Changes
39739 ____________________________________________________________________________
39740 [ 11017] By: nick                                  on 2001/06/29  10:20:30
39741         Log: Integrate mainline
39742      Branch: perlio
39743           +> (branch 37 files)
39744            - ext/ODBM_File/sdbm.t
39745           !> (integrate 211 files)
39746 ____________________________________________________________________________
39747 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
39748         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
39749              the modules found using a script written by Larry Schatzer Jr.
39750      Branch: perl
39751            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
39752            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
39753            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
39754            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
39755            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
39756            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
39757            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
39758            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
39759            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
39760            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
39761            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
39762            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
39763            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
39764            ! lib/constant.pm lib/fields.pm lib/strict.pm
39765 ____________________________________________________________________________
39766 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
39767         Log: The latest JPL from the anoncvs.
39768      Branch: perl
39769            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
39770 ____________________________________________________________________________
39771 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
39772         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
39773      Branch: perl
39774            ! t/op/pat.t
39775 ____________________________________________________________________________
39776 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
39777         Log: Worrying about insecure directories now is a bit too late.
39778      Branch: perl
39779            ! lib/File/Find/taint.t
39780 ____________________________________________________________________________
39781 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
39782         Log: Cannot DIE() in a void function,
39783              from Richard Hatch <rhatch@austin.ibm.com>.
39784      Branch: perl
39785            ! ext/IPC/SysV/SysV.xs
39786 ____________________________________________________________________________
39787 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
39788         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
39789              From: Peter Prymmer <pvhp@forte.com>
39790              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
39791              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
39792              
39793              (unfinished: time/hires tests 3, 5, 14 failing, but better
39794              than wholesale failure)
39795      Branch: perl
39796            ! ext/Time/HiRes/HiRes.xs
39797 ____________________________________________________________________________
39798 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
39799         Log: Subject: [PATCH 5.6.1] OS/2 improvements
39800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39801              Date: Thu, 28 Jun 2001 16:03:14 -0400
39802              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
39803      Branch: perl
39804            + os2/os2_base.t
39805            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
39806            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
39807            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
39808            ! os2/os2ish.h
39809 ____________________________________________________________________________
39810 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
39811         Log: Subject: Incrementing Extutils::Manifest's $VERSION
39812              From: Michael G Schwern <schwern@pobox.com>
39813              Date: Thu, 28 Jun 2001 13:13:49 -0400
39814              Message-ID: <20010628131349.A14738@blackrider>
39815      Branch: maint-5.6/perl
39816            ! lib/ExtUtils/Manifest.pm
39817 ____________________________________________________________________________
39818 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
39819         Log: AIX tweak from Merijn Brand.
39820      Branch: perl
39821            ! hints/aix.sh
39822 ____________________________________________________________________________
39823 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
39824         Log: Create the macperl branch.
39825      Branch: maint-5.6/macperl
39826           +> (branch 1728 files)
39827 ____________________________________________________________________________
39828 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
39829         Log: Update Changes.
39830      Branch: perl
39831            ! Changes patchlevel.h
39832 ____________________________________________________________________________
39833 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
39834         Log: More Perforce lore.
39835      Branch: perl
39836            ! Porting/repository.pod
39837 ____________________________________________________________________________
39838 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
39839         Log: Metaconfig unit changes for #11003.
39840      Branch: metaconfig/U/perl
39841            + d_nl_langinfo.U i_langinfo.U
39842 ____________________________________________________________________________
39843 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
39844         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
39845              Expected not to exist in non-UNIX excepting in VMS, where
39846              according to a quick web survey they just might.
39847      Branch: perl
39848            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
39849            ! Porting/config_H config_h.SH configure.com epoc/config.sh
39850            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
39851            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39852            ! win32/config.bc win32/config.gc win32/config.vc
39853 ____________________________________________________________________________
39854 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
39855         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
39856              in AIX is one is doing a 64-bit build.
39857      Branch: perl
39858            ! hints/aix.sh
39859 ____________________________________________________________________________
39860 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
39861         Log: Metaconfig unit changes for #11000.
39862      Branch: metaconfig/U/perl
39863            ! use64bits.U uselfs.U
39864 ____________________________________________________________________________
39865 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
39866         Log: Move use64bitint and use64bitall before uselargefiles.
39867      Branch: perl
39868            ! Configure
39869 ____________________________________________________________________________
39870 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
39871         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
39872              From: Robert Spier <rspier@pobox.com>
39873              Message-ID: <15162.41164.618712.841415@rls.cx>
39874              Date: Wed, 27 Jun 2001 23:13:16 -0400
39875      Branch: perl
39876            ! doio.c
39877 ____________________________________________________________________________
39878 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
39879         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
39880              From: Peter Prymmer <pvhp@forte.com>
39881              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
39882              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
39883      Branch: perl
39884            ! numeric.c
39885 ____________________________________________________________________________
39886 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
39887         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
39888              From: Peter Prymmer <pvhp@forte.com>
39889              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
39890              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
39891      Branch: perl
39892            ! configure.com ext/Digest/MD5/Makefile.PL
39893 ____________________________________________________________________________
39894 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
39895         Log: Update Changes.
39896      Branch: perl
39897            ! Changes patchlevel.h
39898 ____________________________________________________________________________
39899 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
39900         Log: Tiny EPOC updates.
39901      Branch: perl
39902            ! epoc/config.sh
39903 ____________________________________________________________________________
39904 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
39905         Log: The Test::More and Test::Simple tests required help
39906              thanks to our schizophrenic test scheme.
39907      Branch: perl
39908            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
39909            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
39910            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
39911            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
39912            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
39913 ____________________________________________________________________________
39914 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
39915         Log: Upgrade to Test::Simple 0.09.
39916      Branch: perl
39917            + lib/Test/Simple/Changes
39918            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
39919            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
39920            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
39921            ! lib/Test/Simple/t/plan_is_noplan.t
39922 ____________________________________________________________________________
39923 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
39924         Log: Upgrade to Test::More 0.07.
39925      Branch: perl
39926            + lib/Test/More/Changes
39927            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
39928            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
39929            ! lib/Test/More/t/skipall.t
39930 ____________________________________________________________________________
39931 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
39932         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
39933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39934              Date: Wed, 27 Jun 2001 18:40:04 +0200
39935              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
39936      Branch: perl
39937            ! hints/hpux.sh
39938 ____________________________________________________________________________
39939 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
39940         Log: Subject: [PATCH README.qnx hints/qnx.sh]
39941              From: Norton Allen <allen@huarp.harvard.edu>
39942              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
39943              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
39944      Branch: perl
39945            ! README.qnx hints/qnx.sh
39946 ____________________________________________________________________________
39947 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
39948         Log: Subject: [PATCH] two little documentation nits
39949              From: Abhijit Menon-Sen <ams@wiw.org>
39950              Date: Wed, 27 Jun 2001 20:07:50 +0530
39951              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
39952      Branch: perl
39953            ! sv.c sv.h
39954 ____________________________________________________________________________
39955 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
39956         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
39957              From: Norton Allen <allen@huarp.harvard.edu>
39958              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
39959              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
39960      Branch: perl
39961            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
39962 ____________________________________________________________________________
39963 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
39964         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
39965              From: Michael G Schwern <schwern@pobox.com>
39966              Date: Wed, 27 Jun 2001 02:34:58 -0400
39967              Message-ID: <20010627023458.K23874@blackrider>
39968      Branch: perl
39969            ! vms/test.com
39970 ____________________________________________________________________________
39971 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
39972         Log: Add perl_clone_host() for Netware.
39973      Branch: perl
39974            ! NetWare/nw5.c
39975 ____________________________________________________________________________
39976 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
39977         Log: GCC 3.0 hints for HP-UX.
39978      Branch: perl
39979            ! hints/hpux.sh
39980 ____________________________________________________________________________
39981 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
39982         Log: In some Linux distributions the libndbm is broken
39983              (no null key support), therefore link with libgdbm
39984              (if available), since it has a working ndbm emulation,
39985              from Jonathan Stowe.
39986      Branch: perl
39987            + ext/NDBM_File/hints/linux.pl
39988            ! MANIFEST
39989 ____________________________________________________________________________
39990 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
39991         Log: Subject: [PATCH perl@10930] find.t hack for VMS
39992              From: "Craig A. Berry" <craigberry@mac.com>
39993              Date: Tue, 26 Jun 2001 23:40:25 -0500
39994              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
39995      Branch: perl
39996            ! lib/File/Find/find.t
39997 ____________________________________________________________________________
39998 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
39999         Log: AUTHORS updates.
40000      Branch: perl
40001            ! AUTHORS
40002 ____________________________________________________________________________
40003 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
40004         Log: Metaconfig unit change like #10980.
40005      Branch: metaconfig
40006            ! U/compline/d_stdstdio.U
40007 ____________________________________________________________________________
40008 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
40009         Log: "lose the it's", from Abhijit Menon-Sen.
40010              ("It's" not searched, pods not searched.)
40011      Branch: perl
40012            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
40013            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
40014            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
40015            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
40016            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
40017            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
40018 ____________________________________________________________________________
40019 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
40020         Log: "lose the looses", from Abhijit Menon-Sen.
40021      Branch: perl
40022            ! ext/B/B/Assembler.pm gv.c
40023 ____________________________________________________________________________
40024 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
40025         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
40026      Branch: perl
40027            ! hints/os390.sh
40028 ____________________________________________________________________________
40029 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
40030         Log: DEC C 5.3 on the VAX simply doesn't seem to like
40031              compiling the MD5 extension, disable it there for now,
40032              from Peter Prymmer.
40033      Branch: perl
40034            ! configure.com
40035 ____________________________________________________________________________
40036 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
40037         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
40038              From: Jonathan Stowe <gellyfish@gellyfish.com>
40039              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
40040              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
40041      Branch: perl
40042            ! pod/perlfaq3.pod
40043 ____________________________________________________________________________
40044 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
40045         Log: Subject: [PATCH 5.6.1] perlxs misprints
40046              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40047              Date: Tue, 26 Jun 2001 17:20:00 -0400
40048              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
40049      Branch: perl
40050            ! pod/perlxs.pod
40051 ____________________________________________________________________________
40052 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
40053         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
40054              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40055              Date: Tue, 26 Jun 2001 17:27:07 -0400
40056              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
40057      Branch: perl
40058            ! lib/ExtUtils/MM_Unix.pm
40059 ____________________________________________________________________________
40060 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
40061         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
40062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40063              Date: Tue, 26 Jun 2001 17:23:24 -0400
40064              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
40065      Branch: perl
40066            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
40067 ____________________________________________________________________________
40068 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
40069         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
40070              by Olaf Flebbe.
40071      Branch: perl
40072            ! perl.h
40073 ____________________________________________________________________________
40074 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
40075         Log: Detypo.
40076      Branch: perl
40077            ! lib/Memoize/t/tie_sdbm.t
40078 ____________________________________________________________________________
40079 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
40080         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
40081      Branch: perl
40082            ! win32/perllib.c
40083 ____________________________________________________________________________
40084 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
40085         Log: Subject: [patch] perl_clone+CvFILE
40086              From: Doug MacEachern <dougm@covalent.net>
40087              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
40088              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
40089      Branch: perl
40090            ! sv.c
40091 ____________________________________________________________________________
40092 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
40093         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
40094              From: Mark-Jason Dominus <mjd@plover.com>
40095              Date: Tue, 26 Jun 2001 12:33:01 -0400
40096              Message-ID: <20010626163301.31298.qmail@plover.com>
40097      Branch: perl
40098            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
40099 ____________________________________________________________________________
40100 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
40101         Log: Update Changes.
40102      Branch: perl
40103            ! Changes patchlevel.h
40104 ____________________________________________________________________________
40105 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
40106         Log: Also catfile() needs now to explicitly exported.
40107      Branch: perl
40108            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
40109 ____________________________________________________________________________
40110 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
40111         Log: Regen toc.
40112      Branch: perl
40113            ! pod/perltoc.pod
40114 ____________________________________________________________________________
40115 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
40116         Log: Nonexistent pod command.
40117      Branch: perl
40118            ! pod/perl572delta.pod
40119 ____________________________________________________________________________
40120 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
40121         Log: Be more portable in the quest for tmpdir.
40122      Branch: perl
40123            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
40124 ____________________________________________________________________________
40125 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
40126         Log: Be more portable in finding out the home directory,
40127              and use File::Spec to do the concat.
40128              (Come to think of it, couldn't File::Spec provide
40129              for a ->homedir method?)
40130      Branch: perl
40131            ! lib/Net/Config.pm
40132 ____________________________________________________________________________
40133 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
40134         Log: Doc patch for #10959.
40135      Branch: perl
40136            ! pod/perlfunc.pod
40137 ____________________________________________________________________________
40138 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
40139         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
40140              From: "Philip Newton" <pnewton@gmx.de>
40141              Date: Tue, 26 Jun 2001 16:26:47 +0200
40142              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
40143      Branch: perl
40144            ! pod/perldata.pod
40145 ____________________________________________________________________________
40146 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
40147         Log: Subject: [PATH] shared -> unique;
40148              From: "Artur Bergman" <artur@contiller.se>
40149              Date: Tue, 26 Jun 2001 16:18:40 +0200
40150              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
40151              
40152              Because "shared" isn't: it's read-only.
40153      Branch: perl
40154            ! toke.c xsutils.c
40155 ____________________________________________________________________________
40156 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
40157         Log: Escape multiline croak messages.
40158      Branch: perl
40159            ! t/op/ver.t
40160 ____________________________________________________________________________
40161 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
40162         Log: No more pragma/*.t for minitest.
40163      Branch: perl
40164            ! Makefile.SH
40165 ____________________________________________________________________________
40166 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
40167         Log: AUTHORS updates.
40168      Branch: perl
40169            ! AUTHORS
40170 ____________________________________________________________________________
40171 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
40172         Log: delta updates.
40173      Branch: perl
40174            ! pod/perl572delta.pod
40175 ____________________________________________________________________________
40176 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
40177         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
40178              From: Artur Bergman <artur@contiller.se> 
40179              Date: Tue, 26 Jun 2001 15:32:53 +0200
40180              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
40181      Branch: perl
40182            ! makedef.pl sv.c sv.h win32/perllib.c
40183 ____________________________________________________________________________
40184 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
40185         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
40186              From: Jonathan Stowe <gellyfish@gellyfish.com>
40187              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
40188              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
40189              
40190              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
40191      Branch: perl
40192            + ext/Time/HiRes/hints/sco.pl
40193            ! MANIFEST
40194 ____________________________________________________________________________
40195 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
40196         Log: Subject: [PATCH 5.6.1] static build
40197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40198              Date: Tue, 26 Jun 2001 04:22:25 -0400
40199              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
40200      Branch: perl
40201            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
40202            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
40203 ____________________________________________________________________________
40204 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
40205         Log: DJGPP patches from Laszlo Molnar.
40206      Branch: perl
40207            ! djgpp/djgpp.c perl.c util.c
40208 ____________________________________________________________________________
40209 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
40210         Log: Netware patches from Ananth Kesari.
40211      Branch: perl
40212            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
40213            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
40214            ! NetWare/nwtinfo.h
40215 ____________________________________________________________________________
40216 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
40217         Log: Detypo.
40218      Branch: perl
40219            ! ext/Errno/Errno_pm.PL
40220 ____________________________________________________________________________
40221 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
40222         Log: There seems to be two ways of spelling the $^O in *STEP.
40223      Branch: perl
40224            ! ext/Errno/Errno_pm.PL
40225 ____________________________________________________________________________
40226 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
40227         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
40228              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
40229      Branch: perl
40230            ! ext/Errno/Errno_pm.PL
40231 ____________________________________________________________________________
40232 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
40233         Log: Known bugs update.
40234      Branch: perl
40235            ! pod/perl572delta.pod
40236 ____________________________________________________________________________
40237 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
40238         Log: The default installation of Cygwin has 500 as root's uid.
40239      Branch: perl
40240            ! lib/User/pwent.t
40241 ____________________________________________________________________________
40242 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
40243         Log: Be even more relaxed (re-allow having only one entry).
40244      Branch: perl
40245            ! t/op/grent.t t/op/pwent.t
40246 ____________________________________________________________________________
40247 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
40248         Log: Test failure updates.
40249      Branch: perl
40250            ! pod/perl572delta.pod
40251 ____________________________________________________________________________
40252 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
40253         Log: MPE/iX test tweaks from Mark Bixby.
40254      Branch: perl
40255            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
40256            ! t/io/fs.t t/op/stat.t
40257 ____________________________________________________________________________
40258 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
40259         Log: Microperl findings.
40260      Branch: perl
40261            ! perl.h pp_sys.c
40262 ____________________________________________________________________________
40263 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
40264         Log: Touch uconfig.h.
40265      Branch: perl
40266            ! uconfig.h
40267 ____________________________________________________________________________
40268 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
40269         Log: Subject: [PATCH] Proposed fix for Pod::Man
40270              From: Rob Napier <rnapier@employees.org>
40271              Date: Mon, 25 Jun 2001 15:49:24 -0400
40272              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
40273              
40274              Cater for Solaris nroff brokenness (shortchanges daisywheel
40275              printers, but hey, we also no more support PDPs.)
40276      Branch: perl
40277            ! lib/Pod/Man.pm
40278 ____________________________________________________________________________
40279 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
40280         Log: Typo in #10937.
40281      Branch: perl
40282            ! ext/POSIX/sigaction.t
40283 ____________________________________________________________________________
40284 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
40285         Log: SIGCONT not trappable in VMS.
40286      Branch: perl
40287            ! ext/POSIX/sigaction.t
40288 ____________________________________________________________________________
40289 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
40290         Log: Subject: [DRAFT] Encode-Tcl.t
40291              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40292              Date: Tue, 26 Jun 2001 03:38:08 +0900
40293              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
40294      Branch: perl
40295            + ext/Encode/Encode/Tcl.t
40296            ! MANIFEST ext/Encode/Encode/Tcl.pm
40297 ____________________________________________________________________________
40298 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
40299         Log: Because of #10932 retract also the perlfunc hunk of #10910.
40300      Branch: perl
40301            ! pod/perlfunc.pod
40302 ____________________________________________________________________________
40303 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
40304         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
40305              by Ilya Zakharevich in
40306              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
40307      Branch: perl
40308            ! XSUB.h
40309 ____________________________________________________________________________
40310 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
40311         Log: Typo in #10889.
40312      Branch: perl
40313            ! hints/uts.sh
40314 ____________________________________________________________________________
40315 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
40316         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
40317              From: Abhijit Menon-Sen <ams@wiw.org>
40318              Date: Mon, 25 Jun 2001 23:45:45 +0530
40319              Message-ID: <20010625234545.A5022@lustre.linux.in>
40320      Branch: perl
40321            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
40322 ____________________________________________________________________________
40323 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
40324         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
40325              From: Michael G Schwern <schwern@pobox.com>
40326              Date: Mon, 25 Jun 2001 14:35:51 -0400
40327              Message-ID: <20010625143551.H13819@blackrider>
40328      Branch: perl
40329            ! lib/Test.pm
40330 ____________________________________________________________________________
40331 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
40332         Log: Update Changes.
40333      Branch: perl
40334            ! Changes patchlevel.h
40335 ____________________________________________________________________________
40336 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
40337         Log: Regen toc and modlib.
40338      Branch: perl
40339            ! pod/perlmodlib.pod pod/perltoc.pod
40340 ____________________________________________________________________________
40341 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
40342         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
40343              for the benefit of C++ compilers, as suggested by Guruprasad.
40344      Branch: perl
40345            ! embed.pl proto.h
40346 ____________________________________________________________________________
40347 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
40348         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
40349              From: Jonathan Stowe <gellyfish@gellyfish.com>
40350              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
40351              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
40352      Branch: perl
40353            ! pod/perlfaq5.pod
40354 ____________________________________________________________________________
40355 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
40356         Log: Missed from #10925.
40357      Branch: perl
40358            ! gv.c
40359 ____________________________________________________________________________
40360 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
40361         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
40362              From: Robin Houston <robin@kitsite.com>
40363              Date: Sat, 19 May 2001 16:19:34 +0100
40364              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
40365      Branch: perl
40366            ! cv.h gv.h op.c
40367 ____________________________________________________________________________
40368 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
40369         Log: Netware README tweak.
40370      Branch: perl
40371            ! README.netware
40372 ____________________________________________________________________________
40373 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
40374         Log: Subject: [PATCH] Re: overload.t fails
40375              From: Abhijit Menon-Sen <ams@wiw.org>
40376              Date: Mon, 25 Jun 2001 14:52:20 +0530
40377              Message-ID: <20010625145220.A24114@lustre.linux.in>
40378      Branch: perl
40379            ! lib/overload.t
40380 ____________________________________________________________________________
40381 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
40382         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
40383              From: Mike Guy <mjtg@cam.ac.uk>
40384              Date: Mon, 25 Jun 2001 11:43:23 +0100
40385              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
40386      Branch: perl
40387            ! lib/Carp.pm
40388 ____________________________________________________________________________
40389 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
40390         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
40391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40392              Date: Sun, 24 Jun 2001 05:17:05 -0400
40393              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
40394      Branch: perl
40395            ! os2/os2ish.h
40396 ____________________________________________________________________________
40397 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
40398         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
40399              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40400              Date: Mon, 25 Jun 2001 05:52:27 -0400
40401              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
40402      Branch: perl
40403            ! hints/os2.sh
40404 ____________________________________________________________________________
40405 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
40406         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
40407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40408              Date: Mon, 25 Jun 2001 05:23:35 -0400
40409              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
40410      Branch: perl
40411            ! os2/os2.c
40412 ____________________________________________________________________________
40413 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
40414         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
40415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40416              Date: Mon, 25 Jun 2001 05:04:32 -0400
40417              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
40418      Branch: perl
40419            ! os2/OS2/REXX/DLL/DLL.pm
40420 ____________________________________________________________________________
40421 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
40422         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
40423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40424              Date: Mon, 25 Jun 2001 05:02:36 -0400
40425              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
40426      Branch: perl
40427            ! mg.c os2/dl_os2.c os2/os2.c
40428 ____________________________________________________________________________
40429 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
40430         Log: Subject: Re: [PATCH 5.6.1] misprints
40431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40432              Date: Mon, 25 Jun 2001 04:50:50 -0400
40433              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
40434      Branch: perl
40435            ! os2/os2.c pp_sys.c
40436 ____________________________________________________________________________
40437 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
40438         Log: Add Test::More and Test::Simple to the delta.
40439      Branch: perl
40440            ! pod/perl572delta.pod
40441 ____________________________________________________________________________
40442 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
40443         Log: Add Test::More, from Michael G Schwern.
40444      Branch: perl
40445            + lib/Test/More.pm lib/Test/More/t/More.t
40446            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
40447            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
40448            + t/lib/Test/More/Catch.pm
40449            ! MANIFEST
40450 ____________________________________________________________________________
40451 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
40452         Log: Add Test::Simple from Michael G Schwern.
40453      Branch: perl
40454            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
40455            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
40456            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
40457            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
40458            + t/lib/Test/Simple/Catch.pm
40459            + t/lib/Test/Simple/sample_tests/death.plx
40460            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
40461            + t/lib/Test/Simple/sample_tests/extras.plx
40462            + t/lib/Test/Simple/sample_tests/five_fail.plx
40463            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
40464            + t/lib/Test/Simple/sample_tests/one_fail.plx
40465            + t/lib/Test/Simple/sample_tests/require.plx
40466            + t/lib/Test/Simple/sample_tests/success.plx
40467            + t/lib/Test/Simple/sample_tests/too_few.plx
40468            + t/lib/Test/Simple/sample_tests/two_fail.plx
40469            ! MANIFEST
40470 ____________________________________________________________________________
40471 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
40472         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
40473              From: "Craig A. Berry" <craigberry@mac.com>
40474              Date: Sun, 24 Jun 2001 23:41:36 -0500
40475              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
40476      Branch: perl
40477            ! pp_sys.c
40478 ____________________________________________________________________________
40479 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
40480         Log: Upgrade to Attribute::Handlers 0.70.
40481      Branch: perl
40482            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
40483            ! MANIFEST lib/Attribute/Handlers.pm
40484 ____________________________________________________________________________
40485 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
40486         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
40487              From: Abhijit Menon-Sen <ams@wiw.org>
40488              Date: Sat, 23 Jun 2001 05:17:44 +0530
40489              Message-ID: <20010623051744.A18583@lustre.linux.in>
40490              
40491              (Can't think of a good place to put tests.)
40492      Branch: perl
40493            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
40494 ____________________________________________________________________________
40495 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
40496         Log: Subject: [PATCH] t/op/pat.t typo fix
40497              From: Richard Soderberg <rs@crystalflame.net>
40498              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
40499              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
40500      Branch: perl
40501            ! t/op/pat.t
40502 ____________________________________________________________________________
40503 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
40504         Log: Move the pack warnings to their own file, as pointed
40505              out by Spider.
40506      Branch: perl
40507            + t/lib/warnings/pp_pack
40508            ! MANIFEST t/lib/warnings/pp
40509 ____________________________________________________________________________
40510 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
40511         Log: Update Changes.
40512      Branch: perl
40513            ! Changes patchlevel.h
40514 ____________________________________________________________________________
40515 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
40516         Log: Partially fix a problem noticed by IRIX compiler:
40517              the initialization of parse_start was bypassed by
40518              several gotos.  Now initialized to zero, which may
40519              not be the best choice.
40520      Branch: perl
40521            ! regcomp.c
40522 ____________________________________________________________________________
40523 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
40524         Log: Relax the group and password tests back to moaning only
40525              if no matches at all are found.  (Even with a small sample
40526              I could find many sites where there are, umm, anomalies in
40527              the said databases.)       
40528      Branch: perl
40529            ! t/op/grent.t t/op/pwent.t
40530 ____________________________________________________________________________
40531 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
40532         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
40533      Branch: perl
40534            ! pp_ctl.c
40535 ____________________________________________________________________________
40536 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
40537         Log: De-cut-and-pasto in #10902.
40538      Branch: perl
40539            ! pp_ctl.c
40540 ____________________________________________________________________________
40541 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
40542         Log: The #10771 didn't take?
40543      Branch: perl
40544            ! pp_ctl.c
40545 ____________________________________________________________________________
40546 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
40547         Log: Undo the filetests part of #10900, under multiplicity
40548              weird errors take place.
40549      Branch: perl
40550            ! pp_sys.c
40551 ____________________________________________________________________________
40552 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
40553         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
40554      Branch: perl
40555            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
40556 ____________________________________________________________________________
40557 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
40558         Log: (Replaced by #10922)
40559              
40560              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
40561              From: Tony Bowden <tony@kasei.com>
40562              Date: Sun, 24 Jun 2001 17:32:40 +0100
40563              Message-ID: <20010624173240.A16293@blackstar.co.uk>
40564              
40565              Document (well, mention) shortmess() and longmess()
40566              to rob people of their fun of reinventing the wheel.
40567      Branch: perl
40568            ! lib/Carp.pm
40569 ____________________________________________________________________________
40570 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
40571         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
40572              From: Brian Jepson <bjepson@oreilly.com>
40573              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
40574              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
40575      Branch: perl
40576            ! pp_sys.c
40577 ____________________________________________________________________________
40578 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
40579         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
40580              From: Robin Barker <rmb1@cise.npl.co.uk> 
40581              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
40582              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
40583      Branch: perl
40584            ! lib/CPAN.pm
40585 ____________________________________________________________________________
40586 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
40587         Log: Memoize patch from mjd.
40588      Branch: perl
40589            ! lib/Memoize/t/tie_storable.t
40590 ____________________________________________________________________________
40591 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
40592         Log: Spec the sv_pvprintify() a bit more.
40593      Branch: perl
40594            ! pod/perltodo.pod
40595 ____________________________________________________________________________
40596 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
40597         Log: Upgrade to Memoize 0.65.
40598      Branch: perl
40599            + lib/Memoize/t/array_confusion.t
40600            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
40601            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
40602            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
40603            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
40604            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
40605            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
40606            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
40607            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
40608            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
40609            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
40610            ! lib/Memoize/t/tie_storable.t
40611 ____________________________________________________________________________
40612 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
40613         Log: Metaconfig unit change for #10892.
40614      Branch: metaconfig
40615            ! U/modified/Options.U
40616 ____________________________________________________________________________
40617 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
40618         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
40619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40620              Date: Sun, 24 Jun 2001 05:24:40 -0400
40621              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
40622      Branch: perl
40623            ! Configure hints/os2.sh
40624 ____________________________________________________________________________
40625 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
40626         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
40627              From: Mike Guy <mjtg@cam.ac.uk>
40628              Date: Sun, 24 Jun 2001 15:28:39 +0100
40629              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
40630              
40631              Fix an ancient (5.002) bug.
40632      Branch: perl
40633            ! lib/Carp/Heavy.pm
40634 ____________________________________________________________________________
40635 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
40636         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
40637              variables.
40638      Branch: perl
40639            ! pp_sys.c
40640 ____________________________________________________________________________
40641 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
40642         Log: Make UTS as per #10888.
40643      Branch: perl
40644            ! hints/uts.sh
40645 ____________________________________________________________________________
40646 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
40647         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
40648      Branch: perl
40649            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
40650            ! mpeix/mpeixish.h perl.h unixish.h
40651 ____________________________________________________________________________
40652 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
40653         Log: AUTHORS update.
40654      Branch: perl
40655            ! AUTHORS
40656 ____________________________________________________________________________
40657 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
40658         Log: Subject: Encode::Tcl for multibyte doesnot work
40659              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40660              Date: Sun, 24 Jun 2001 22:48:21 +0900
40661              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
40662      Branch: perl
40663            ! ext/Encode/Encode/Tcl.pm
40664 ____________________________________________________________________________
40665 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
40666         Log: Subject: [PATCH] Remove tautology in error messages
40667              From: Mike Guy <mjtg@cam.ac.uk>
40668              Date: Sun, 24 Jun 2001 13:31:00 +0100
40669              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
40670      Branch: perl
40671            ! pp_sys.c
40672 ____________________________________________________________________________
40673 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
40674         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
40675      Branch: perl
40676            ! hints/darwin.sh
40677 ____________________________________________________________________________
40678 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
40679         Log: Subject: Re: [PATCH 5.6.1] test suite
40680              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40681              Date: Sun, 24 Jun 2001 05:47:05 -0400
40682              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
40683              
40684              Test suite fixes.
40685      Branch: perl
40686            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
40687 ____________________________________________________________________________
40688 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
40689         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
40690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40691              Date: Sun, 24 Jun 2001 05:37:19 -0400
40692              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
40693      Branch: perl
40694            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
40695 ____________________________________________________________________________
40696 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
40697         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
40698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40699              Date: Sun, 24 Jun 2001 05:34:50 -0400
40700              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
40701              
40702              Pacify compiler warnings.
40703      Branch: perl
40704            ! pp_sys.c
40705 ____________________________________________________________________________
40706 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
40707         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
40708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40709              Date: Sun, 24 Jun 2001 05:21:18 -0400
40710              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
40711              
40712              Enable compression of executables during link time.
40713      Branch: perl
40714            ! hints/os2.sh
40715 ____________________________________________________________________________
40716 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
40717         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
40718              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40719              Date: Sun, 24 Jun 2001 05:15:11 -0400
40720              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
40721              
40722              Add ordinals to the export list for Perl DLL.
40723              (Breaks intra-version DLL compatibility.)
40724      Branch: perl
40725            ! makedef.pl
40726 ____________________________________________________________________________
40727 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
40728         Log: Allow (displaying and) re-editing the Subject in perlbug.
40729              Also abstract the Subject quality control into a function.
40730      Branch: perl
40731            ! utils/perlbug.PL
40732 ____________________________________________________________________________
40733 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
40734         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
40735      Branch: perl
40736            ! utils/perlbug.PL
40737 ____________________________________________________________________________
40738 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
40739         Log: Regen toc and modlib.
40740      Branch: perl
40741            ! pod/perlmodlib.pod pod/perltoc.pod
40742 ____________________________________________________________________________
40743 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
40744         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
40745              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
40746              attribute semantics as much as possible, or 'ntsec' which uses
40747              native NTFS semantics.)  (See also #10877.)
40748      Branch: perl
40749            ! perl.c
40750 ____________________________________________________________________________
40751 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
40752         Log: (Retracted by #11586)
40753              
40754              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
40755      Branch: perl
40756            ! lib/Test/Harness.pm
40757 ____________________________________________________________________________
40758 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
40759         Log: Just zap the -uPerlio.
40760      Branch: perl
40761            ! ext/B/Stash.t
40762 ____________________________________________________________________________
40763 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
40764         Log: Do not test PerlIO if PerlIO not used.
40765      Branch: perl
40766            ! ext/PerlIO/PerlIO.t
40767 ____________________________________________________________________________
40768 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
40769         Log: Regen perlapi.
40770      Branch: perl
40771            ! pod/perlapi.pod
40772 ____________________________________________________________________________
40773 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
40774         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
40775              From: Nicholas Clark <nick@ccl4.org>
40776              Date: Sat, 23 Jun 2001 22:55:47 +0100
40777              Message-ID: <20010623225547.Z98663@plum.flirble.org>
40778      Branch: perl
40779            ! numeric.c
40780 ____________________________________________________________________________
40781 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
40782         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
40783              From: Prymmer/Kahn <pvhp@best.com>
40784              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
40785              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
40786      Branch: perl
40787            ! lib/h2xs.t
40788 ____________________________________________________________________________
40789 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
40790         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
40791              cygwin does not taint cwd, just like win32.
40792      Branch: perl
40793            ! lib/File/Find/taint.t t/op/taint.t
40794 ____________________________________________________________________________
40795 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
40796         Log: Retract #10865, the patch should be unnecessary.
40797              (But seemingly helpful in Cygwin?  Strange.)
40798      Branch: perl
40799            ! lib/Memoize/t/tie_ndbm.t
40800 ____________________________________________________________________________
40801 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
40802         Log: Misplaced test file; plus Cygwin filesystem semantics.
40803      Branch: perl
40804            + ext/SDBM_File/sdbm.t
40805            - ext/ODBM_File/sdbm.t
40806            ! MANIFEST
40807 ____________________________________________________________________________
40808 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
40809         Log: (Retracted by #10867.)
40810      Branch: perl
40811            ! lib/Memoize/t/tie_ndbm.t
40812 ____________________________________________________________________________
40813 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
40814         Log: Metaconfig unit change for #10863.
40815      Branch: metaconfig/U/perl
40816            ! Extensions.U
40817 ____________________________________________________________________________
40818 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
40819         Log: In Cygwin do not build NDBM_File and ODBM_File unless
40820              -lndbm and -ldbm are available.
40821      Branch: perl
40822            ! Configure config_h.SH
40823 ____________________________________________________________________________
40824 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
40825         Log: More Cygwin filesystem semantics.
40826      Branch: perl
40827            ! t/io/fs.t t/op/stat.t
40828 ____________________________________________________________________________
40829 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
40830         Log: More DOSish permission semantics for Cygwin.
40831      Branch: perl
40832            ! lib/AnyDBM_File.t
40833 ____________________________________________________________________________
40834 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
40835         Log: Cygwin too has different permission semantics.
40836      Branch: perl
40837            ! ext/GDBM_File/gdbm.t
40838 ____________________________________________________________________________
40839 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
40840         Log: The group (and assumedly passwd) databases can have
40841              only one entry (this is the case in cygwin).
40842      Branch: perl
40843            ! t/op/grent.t t/op/pwent.t
40844 ____________________________________________________________________________
40845 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
40846         Log: Also in Cygwin use Socket to figure out domainname
40847              (if any) (avoids trying to call external 'domainname',
40848              which doesn't at the moment exist in Cygwin)
40849      Branch: perl
40850            ! lib/Net/Domain.pm
40851 ____________________________________________________________________________
40852 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
40853         Log: Remove also the lib$Foo.def, not just $Foo.def.
40854      Branch: perl
40855            ! lib/ExtUtils/MM_Unix.pm
40856 ____________________________________________________________________________
40857 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
40858         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
40859      Branch: perl
40860            ! unixish.h
40861 ____________________________________________________________________________
40862 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
40863         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
40864              to match the whole isprint(), only the space character.
40865      Branch: perl
40866            ! handy.h pod/perlre.pod t/op/pat.t
40867 ____________________________________________________________________________
40868 [ 10854] By: nick                                  on 2001/06/23  08:09:33
40869         Log: Integrate mainline
40870      Branch: perlio
40871           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
40872           !> lib/ExtUtils.t lib/File/Find/taint.t
40873           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
40874           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
40875           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
40876 ____________________________________________________________________________
40877 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
40878         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
40879              with its floats    in os390 and s390 (UTS).
40880      Branch: perl
40881            ! lib/Math/BigInt/t/bigintpm.t
40882 ____________________________________________________________________________
40883 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
40884         Log: Add also UTS (s390) to the non-IEEE float platforms.
40885      Branch: perl
40886            ! t/op/sprintf.t
40887 ____________________________________________________________________________
40888 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
40889         Log: Subject: RFC: what are applicable standards for exponent sizes?
40890              From: Peter Prymmer <pvhp@forte.com>
40891              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
40892              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
40893      Branch: perl
40894            ! t/op/sprintf.t
40895 ____________________________________________________________________________
40896 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
40897         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
40898              From: Peter Prymmer <pvhp@forte.com>
40899              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
40900              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
40901      Branch: perl
40902            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
40903 ____________________________________________________________________________
40904 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
40905         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
40906              From: Peter Prymmer <pvhp@forte.com>
40907              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
40908              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
40909      Branch: perl
40910            ! lib/ExtUtils.t
40911 ____________________________________________________________________________
40912 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
40913         Log: Retract #10845.
40914      Branch: perl
40915            ! lib/File/Find/taint.t
40916 ____________________________________________________________________________
40917 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
40918         Log: Yet another error message.
40919      Branch: perl
40920            ! t/op/mkdir.t
40921 ____________________________________________________________________________
40922 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
40923         Log: The croak message for nonexistent socket functions may vary.
40924      Branch: perl
40925            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
40926 ____________________________________________________________________________
40927 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
40928         Log: (Retracted by #10848.)
40929      Branch: perl
40930            ! lib/File/Find/taint.t
40931 ____________________________________________________________________________
40932 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
40933         Log: Integrate perlio.
40934      Branch: perl
40935           !> lib/File/Find/taint.t t/op/write.t
40936 ____________________________________________________________________________
40937 [ 10843] By: nick                                  on 2001/06/22  21:24:51
40938         Log: Back out debug in taint.t
40939      Branch: perlio
40940            ! lib/File/Find/taint.t
40941 ____________________________________________________________________________
40942 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
40943         Log: setitimer() does not exist in Unicos, despite of what
40944              Configure thinks, from Mark P. Lutz.
40945      Branch: perl
40946            ! hints/unicos.sh
40947 ____________________________________________________________________________
40948 [ 10841] By: nick                                  on 2001/06/22  21:19:36
40949         Log: Skip cwd test on Win32 ???
40950      Branch: perlio
40951            ! lib/File/Find/taint.t
40952 ____________________________________________________________________________
40953 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
40954         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
40955              and Tru64 gcc -Wall happy.
40956      Branch: perl
40957            ! mg.c
40958 ____________________________________________________________________________
40959 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
40960         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
40961      Branch: perl
40962            ! ext/IPC/SysV/Semaphore.pm
40963 ____________________________________________________________________________
40964 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
40965         Log: Metaconfig unit change for #10837.
40966      Branch: metaconfig/U/perl
40967            ! Cross.U
40968 ____________________________________________________________________________
40969 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
40970         Log: Cleanup of the cross-compilation unit.
40971      Branch: perl
40972            ! Configure
40973 ____________________________________________________________________________
40974 [ 10836] By: nick                                  on 2001/06/22  20:45:12
40975         Log: Skip |- based op/write.t on Win32 as well as VMS
40976      Branch: perlio
40977            ! t/op/write.t
40978 ____________________________________________________________________________
40979 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
40980         Log: Integrate perlio.
40981      Branch: perl
40982           !> util.c
40983 ____________________________________________________________________________
40984 [ 10834] By: nick                                  on 2001/06/22  20:41:54
40985         Log: Integrate mainline
40986      Branch: perlio
40987           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40988           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
40989           !> vos/config.ga.h
40990 ____________________________________________________________________________
40991 [ 10833] By: nick                                  on 2001/06/22  20:22:58
40992         Log: Patcho fix.
40993      Branch: perlio
40994            ! util.c
40995 ____________________________________________________________________________
40996 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
40997         Log: Metaconfig unit changes for #10831.
40998      Branch: metaconfig
40999            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
41000 ____________________________________________________________________________
41001 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
41002         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
41003              From: Andy Dougherty <doughera@lafayette.edu>
41004              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
41005              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
41006      Branch: perl
41007            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41008            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
41009 ____________________________________________________________________________
41010 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
41011         Log: MPE/iX prototype nits from Mark Bixby.
41012      Branch: perl
41013            ! pp_sys.c
41014 ____________________________________________________________________________
41015 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
41016         Log: Detypo.
41017      Branch: perl
41018            ! util.c
41019 ____________________________________________________________________________
41020 [ 10828] By: nick                                  on 2001/06/22  15:33:37
41021         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
41022      Branch: perlio
41023           +> lib/h2xs.t
41024           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
41025           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
41026           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
41027           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
41028           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
41029           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
41030           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
41031           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
41032           !> vms/vmsish.h
41033 ____________________________________________________________________________
41034 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
41035         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
41036              Date: Fri, 22 Jun 2001 10:08:35 -0500
41037              From: "Craig A. Berry" <craigberry@mac.com>
41038              Message-Id: <a05101001b75908704194@[192.168.56.145]>
41039      Branch: perl
41040            ! vms/vms.c vms/vmsish.h
41041 ____________________________________________________________________________
41042 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
41043         Log: NetWare scripts tweak from Ananth Kesari.
41044      Branch: perl
41045            ! NetWare/t/NWScripts.pl
41046 ____________________________________________________________________________
41047 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
41048         Log: Update Changes.
41049      Branch: perl
41050            ! Changes patchlevel.h
41051 ____________________________________________________________________________
41052 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
41053         Log: Add .i and .s targets.
41054      Branch: perl
41055            ! Makefile.SH
41056 ____________________________________________________________________________
41057 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
41058         Log: Upgrade to Locale::Maketext 1.03.
41059      Branch: perl
41060            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
41061            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
41062 ____________________________________________________________________________
41063 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
41064         Log: Upgrade to I18N::LangTags 0.26.
41065      Branch: perl
41066            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
41067            ! lib/I18N/LangTags/test.pl
41068 ____________________________________________________________________________
41069 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
41070         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
41071              Philip Newton.
41072      Branch: perl
41073            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
41074            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41075 ____________________________________________________________________________
41076 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
41077         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
41078              From: Prymmer/Kahn <pvhp@best.com>
41079              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
41080              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
41081      Branch: perl
41082            + lib/h2xs.t
41083            ! MANIFEST utils/h2xs.PL
41084 ____________________________________________________________________________
41085 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
41086         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
41087              From: Prymmer/Kahn <pvhp@best.com>
41088              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
41089              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
41090      Branch: perl
41091            ! lib/ExtUtils.t
41092 ____________________________________________________________________________
41093 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
41094         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
41095              From: Prymmer/Kahn <pvhp@best.com>
41096              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
41097              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
41098      Branch: perl
41099            ! t/pod/plainer.t
41100 ____________________________________________________________________________
41101 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
41102         Log: AUTHORS update.
41103      Branch: perl
41104            ! AUTHORS
41105 ____________________________________________________________________________
41106 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
41107         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
41108              From: "Craig A. Berry" <craigberry@mac.com>
41109              Date: Thu, 21 Jun 2001 18:20:38 -0500
41110              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
41111      Branch: perl
41112            ! ext/POSIX/POSIX.xs
41113 ____________________________________________________________________________
41114 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
41115         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
41116              From: "Craig A. Berry" <craigberry@mac.com>
41117              Date: Thu, 21 Jun 2001 09:58:52 -0500
41118              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
41119      Branch: perl
41120            ! ext/B/Deparse.t t/op/write.t
41121 ____________________________________________________________________________
41122 [ 10814] By: nick                                  on 2001/06/22  08:13:09
41123         Log: Integrate mainline.
41124      Branch: perlio
41125           !> (integrate 46 files)
41126 ____________________________________________________________________________
41127 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
41128         Log: Change the prefixes only if $prefix is unset,
41129              as originally patched by Marcel Grunauer.
41130      Branch: perl
41131            ! hints/darwin.sh hints/rhapsody.sh
41132 ____________________________________________________________________________
41133 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
41134         Log: Subject: Re: Patch for hints/darwin.sh
41135              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
41136              Date: Thu, 21 Jun 2001 11:23:46 -0700
41137              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
41138      Branch: perl
41139            ! hints/darwin.sh hints/rhapsody.sh
41140 ____________________________________________________________________________
41141 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
41142         Log: Add .PHONY targets for non-file targets,
41143              from Wilfredo Sánchez.  Should help saying
41144              "make install" on case-insensitive filesystems.
41145      Branch: perl
41146            ! Makefile.SH
41147 ____________________________________________________________________________
41148 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
41149         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
41150              From: Doug MacEachern <dougm@covalent.net>
41151              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
41152              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
41153              
41154              plus reword the getcwd() comment, plus use getcwd() buffer
41155              size minus one.
41156      Branch: perl
41157            ! util.c
41158 ____________________________________________________________________________
41159 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
41160         Log: More gprofing from Doug MacEachern.
41161      Branch: perl
41162            ! Makefile.SH
41163 ____________________________________________________________________________
41164 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
41165         Log: Metaconfig unit change for #10807.
41166      Branch: metaconfig/U/perl
41167            ! d_sfio.U
41168 ____________________________________________________________________________
41169 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
41170         Log: Tell that you are removing the unneeded -lsfio.
41171      Branch: perl
41172            ! Configure
41173 ____________________________________________________________________________
41174 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
41175         Log: More MPE/iX tweaks from Mark Bixby.
41176      Branch: perl
41177            ! perl.c t/op/magic.t
41178 ____________________________________________________________________________
41179 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
41180         Log: The fchdir() proto is supposed to live in <unistd.h>.
41181      Branch: perl
41182            ! ext/Cwd/Cwd.xs
41183 ____________________________________________________________________________
41184 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
41185         Log: This town is too small for the Cwd extension and me,
41186              it would seem...
41187      Branch: perl
41188            ! ext/Cwd/Cwd.xs
41189 ____________________________________________________________________________
41190 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
41191         Log: Metaconfig unit change for #10802.
41192      Branch: metaconfig/U/perl
41193            ! d_modfl.U
41194 ____________________________________________________________________________
41195 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
41196         Log: More d'ohs.
41197      Branch: perl
41198            ! Configure
41199 ____________________________________________________________________________
41200 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
41201         Log: Off-by-one.  I'm so classic.
41202      Branch: perl
41203            ! util.c
41204 ____________________________________________________________________________
41205 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
41206         Log: Update Changes.
41207      Branch: perl
41208            ! Changes patchlevel.h
41209 ____________________________________________________________________________
41210 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
41211         Log: Subject: Documentation patch for Net::FTP
41212              From: Marcel Grunauer <marcel@codewerk.com>
41213              Date: Wed, 20 Jun 2001 23:03:26 +0200
41214              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
41215      Branch: perl
41216            ! lib/Net/FTP.pm
41217 ____________________________________________________________________________
41218 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
41219         Log: Retract the #10417 mg.c and embed.pl parts because of
41220              strange SEGVs in 64bit x86 FreeBSD observed by
41221              Nicholas Clark.
41222      Branch: perl
41223            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
41224 ____________________________________________________________________________
41225 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
41226         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
41227      Branch: perl
41228            ! Configure NetWare/config.wc NetWare/config_H.wc
41229            ! Porting/Glossary Porting/config.sh Porting/config_H
41230            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
41231            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41232            ! vos/config.ga.h win32/config.bc win32/config.gc
41233            ! win32/config.vc win32/config_H.bc win32/config_H.gc
41234            ! win32/config_H.vc
41235 ____________________________________________________________________________
41236 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
41237         Log: Cwd tweak from Doug MacEachern.
41238      Branch: perl
41239            ! ext/Cwd/Cwd.xs
41240 ____________________________________________________________________________
41241 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
41242         Log: Protect the fchdir() and lstat() with ifdefs.
41243              fchdir() needs a Configure probe.
41244      Branch: perl
41245            ! ext/Cwd/Cwd.xs
41246 ____________________________________________________________________________
41247 [ 10794] By: nick                                  on 2001/06/21  17:11:35
41248         Log: Integrate mainline
41249      Branch: perlio
41250           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
41251           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
41252           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
41253           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
41254           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
41255           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
41256           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
41257           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
41258            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
41259            - lib/File/Glob/case.t lib/File/Glob/global.t
41260            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
41261            - lib/File/Temp/posix.t lib/File/Temp/security.t
41262            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
41263            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
41264            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
41265            - lib/Text/Wrap/wrap.t
41266           !> (integrate 41 files)
41267 ____________________________________________________________________________
41268 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
41269         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
41270              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
41271              Date: Thu, 21 Jun 2001 13:04:54 -0500
41272              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
41273      Branch: perl
41274            ! ext/Cwd/Cwd.xs
41275 ____________________________________________________________________________
41276 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
41277         Log: Subject: [PATCH pod] overlong =item
41278              From: Robin Barker <rmb1@cise.npl.co.uk>
41279              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
41280              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
41281      Branch: perl
41282            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
41283            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41284 ____________________________________________________________________________
41285 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
41286         Log: Subject: [PATCH perlio.c] format 
41287              From: Robin Barker <rmb1@cise.npl.co.uk>
41288              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
41289              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
41290      Branch: perl
41291            ! perlio.c
41292 ____________________________________________________________________________
41293 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
41294         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
41295              From: Radu Greab <radu@netsoft.ro>
41296              Date: Thu, 21 Jun 2001 19:06:02 +0300
41297              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
41298      Branch: perl
41299            ! pod/perlapi.pod sv.c
41300 ____________________________________________________________________________
41301 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
41302         Log: The metaconfig unit changes for #10788.
41303      Branch: metaconfig/U/perl
41304            ! Cross.U fflushall.U
41305 ____________________________________________________________________________
41306 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
41307         Log: Cross-configuration changes: make $from to rm the files
41308              before copying them over (this means that he rm can be
41309              removed from the fflushall test), create $targetmkdir      
41310              (not documented in install since it is supposed to internal
41311              use only), make $run to copy over the executable only if
41312              a stamp file .xok doesn't already exist (to avoid unnecessary
41313              copying of the executable)
41314      Branch: perl
41315            ! Configure Makefile.SH
41316 ____________________________________________________________________________
41317 [ 10787] By: nick                                  on 2001/06/21  14:16:18
41318         Log: Integrate mainline
41319      Branch: perlio
41320           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
41321           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
41322           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
41323            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
41324           !> (integrate 34 files)
41325 ____________________________________________________________________________
41326 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
41327         Log: Re-add the files as text.
41328      Branch: perl
41329            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
41330 ____________________________________________________________________________
41331 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
41332         Log: Delete the binary files.
41333      Branch: perl
41334            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
41335 ____________________________________________________________________________
41336 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
41337         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
41338              From: Andy Dougherty <doughera@lafayette.edu>
41339              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
41340              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
41341      Branch: perl
41342            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
41343            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
41344            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
41345            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
41346 ____________________________________________________________________________
41347 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
41348         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
41349              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
41350              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
41351              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
41352              
41353              Setting umask to something friendlier.
41354      Branch: perl
41355            ! installman installperl
41356 ____________________________________________________________________________
41357 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
41358         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
41359              Resort MANIFEST with sort -f, looks much better.
41360      Branch: perl
41361            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
41362            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
41363            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
41364            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
41365            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
41366            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
41367            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
41368            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
41369            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
41370            - lib/File/Glob/case.t lib/File/Glob/global.t
41371            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
41372            - lib/File/Temp/posix.t lib/File/Temp/security.t
41373            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
41374            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
41375            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
41376            - lib/Text/Wrap/wrap.t
41377            ! MANIFEST
41378 ____________________________________________________________________________
41379 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
41380         Log: Upgrade to I18N::LangTags 0.25.
41381      Branch: perl
41382            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
41383            ! lib/I18N/LangTags/List.pm
41384 ____________________________________________________________________________
41385 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
41386         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
41387              From: Richard Soderberg <rs@crystalflame.net>
41388              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
41389              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
41390      Branch: perl
41391            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
41392            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
41393 ____________________________________________________________________________
41394 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
41395         Log: Test obsoleted by change #10777.
41396      Branch: perl
41397            ! t/op/sub_lval.t
41398 ____________________________________________________________________________
41399 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
41400         Log: Case of confused test numbering.
41401      Branch: perl
41402            ! t/op/pat.t
41403 ____________________________________________________________________________
41404 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
41405         Log: Subject: Re: Opinion on undef lvalue
41406              From: Abhijit Menon-Sen <ams@wiw.org>
41407              Date: Sun, 17 Jun 2001 13:04:46 +0530
41408              Message-ID: <20010617130446.B27925@lustre.linux.in>
41409              
41410              Allow lvalue subs to return undef in array context.
41411      Branch: perl
41412            ! pp_hot.c
41413 ____________________________________________________________________________
41414 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
41415         Log: Just a guess that using the same hack for cygwin as
41416              for win32 might help.
41417      Branch: perl
41418            ! lib/File/Find/find.t
41419 ____________________________________________________________________________
41420 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
41421         Log: NetWare tweaks from Guruprasad.
41422      Branch: perl
41423            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
41424            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
41425            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
41426            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
41427 ____________________________________________________________________________
41428 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
41429         Log: Subject: Re: perl@10722: Bogus warnings on REs 
41430              From: Hugo <hv@crypt.compulink.co.uk>
41431              Date: Thu, 21 Jun 2001 09:51:17 +0100
41432              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
41433              
41434              Unroll to avoid a UTS compiler bug.
41435      Branch: perl
41436            ! regcomp.c
41437 ____________________________________________________________________________
41438 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
41439         Log: Subject: Re: [PATCH] Make /o work under i?threads
41440              From: Artur Bergman <artur@contiller.se>
41441              Date: Thu, 21 Jun 2001 14:38:03 +0200
41442              Message-ID: <B757B74A.184D%artur@contiller.se>
41443      Branch: perl
41444            ! t/op/pat.t
41445 ____________________________________________________________________________
41446 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
41447         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
41448              From: Artur Bergman <artur@contiller.se> 
41449              Date: Thu, 21 Jun 2001 14:27:33 +0200
41450              Message-ID: <B757B4D4.1849%artur@contiller.se>
41451              
41452              Plus extra parentheses.
41453      Branch: perl
41454            ! op.h
41455 ____________________________________________________________________________
41456 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
41457         Log: Subject: [PATCH] Make /o work under i?threads
41458              From: Richard Soderberg <rs@crystalflame.net>
41459              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
41460              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
41461      Branch: perl
41462            ! pp_ctl.c
41463 ____________________________________________________________________________
41464 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
41465         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
41466              From: Artur Bergman <artur@contiller.se>
41467              Date: Thu, 21 Jun 2001 14:04:54 +0200
41468              Message-ID: <B757AF86.1842%artur@contiller.se>
41469      Branch: perl
41470            ! op.h
41471 ____________________________________________________________________________
41472 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
41473         Log: Subject: Re: perl@10765: sv.c not OK on win32
41474              From: Artur Bergman <artur@contiller.se>
41475              Date: Thu, 21 Jun 2001 10:31:06 +0200
41476              Message-ID: <B7577D69.182C%artur@contiller.se>
41477      Branch: perl
41478            ! sv.c
41479 ____________________________________________________________________________
41480 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
41481         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
41482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41483              Date: Thu, 21 Jun 2001 06:23:56 -0400
41484              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
41485              
41486              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
41487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41488              Date: Thu, 21 Jun 2001 06:32:21 -0400
41489              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
41490      Branch: perl
41491            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
41492 ____________________________________________________________________________
41493 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
41494         Log: Subject: [PATCH] make syslog test more verbose
41495              From: Robert Spier <rspier@pobox.com>
41496              Date: Thu, 21 Jun 2001 00:54:32 -0400
41497              Message-ID: <15153.32264.295807.333073@rls.cx>
41498      Branch: perl
41499            ! ext/Sys/Syslog/syslog.t
41500 ____________________________________________________________________________
41501 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
41502         Log: Subject: op/study.t refinements
41503              From: Hugo <hv@crypt.compulink.co.uk>
41504              Date: Thu, 21 Jun 2001 00:29:07 +0100
41505              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
41506      Branch: perl
41507            ! t/op/study.t
41508 ____________________________________________________________________________
41509 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
41510         Log: Update Changes.
41511      Branch: perl
41512            ! Changes patchlevel.h
41513 ____________________________________________________________________________
41514 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
41515         Log: Subject: Re: [PATCH] djgpp updates
41516              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
41517              Date: Wed, 20 Jun 2001 10:05:15 +0200
41518              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
41519      Branch: perl
41520            ! djgpp/config.over
41521 ____________________________________________________________________________
41522 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
41523         Log: Fix for ID 20010619.002 "When building hash, hash keys that
41524              are function calls are not being called", from Abhijit.
41525      Branch: perl
41526            ! t/base/lex.t toke.c
41527 ____________________________________________________________________________
41528 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
41529         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
41530      Branch: perl
41531            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
41532            + lib/Locale/Maketext/test.pl
41533            - lib/Locale/Maketext.t
41534            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
41535            ! lib/Locale/Maketext/TPJ13.pod
41536 ____________________________________________________________________________
41537 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
41538         Log: Metaconfig unit change for #10760.
41539      Branch: metaconfig
41540            ! U/modified/Cppsym.U
41541 ____________________________________________________________________________
41542 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
41543         Log: Do not remove the ccsym* Cppsym* files since
41544              they are useful for metaconfig units coming after us.
41545              (This is the Configure nit mentioned in #10752.)
41546      Branch: perl
41547            ! Configure
41548 ____________________________________________________________________________
41549 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
41550         Log: Update to I18N::LangTags 0.24, from Sean Burke.
41551      Branch: perl
41552            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
41553            + lib/I18N/LangTags/README
41554            - lib/I18N/LangTags/List.pod
41555            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
41556 ____________________________________________________________________________
41557 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
41558         Log: Regen headers.
41559      Branch: perl
41560            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
41561            ! pod/perlapi.pod proto.h
41562 ____________________________________________________________________________
41563 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
41564         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
41565              From: Artur Bergman <artur@contiller.se>
41566              Date: Wed, 20 Jun 2001 11:31:32 +0200
41567              Message-ID: <B7563A14.17D8%artur@contiller.se>
41568      Branch: perl
41569            ! embed.pl hv.c intrpvar.h sv.c sv.h
41570 ____________________________________________________________________________
41571 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
41572         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
41573              From: Tim Sweetman <tim@aldigital.co.uk> 
41574              Date: Wed, 13 Jun 2001 14:25:17 +0100 
41575              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
41576      Branch: perl
41577            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
41578 ____________________________________________________________________________
41579 [ 10755] By: nick                                  on 2001/06/20  16:12:37
41580         Log: Integrate mainline
41581      Branch: perlio
41582           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
41583           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
41584           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
41585           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
41586           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
41587           !> t/op/study.t util.c
41588 ____________________________________________________________________________
41589 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
41590         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
41591              but not Makefile)
41592      Branch: maint-5.6/perl
41593            ! win32/Makefile
41594 ____________________________________________________________________________
41595 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
41596         Log: Security tweak on readlink().
41597      Branch: perl
41598            ! pp_sys.c
41599 ____________________________________________________________________________
41600 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
41601         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
41602      Branch: perl
41603            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
41604            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
41605            ! mpeix/relink t/op/pwent.t
41606 ____________________________________________________________________________
41607 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
41608         Log: Reinstate #10725 (with probe for alarm()).
41609      Branch: perl
41610            ! t/op/study.t
41611 ____________________________________________________________________________
41612 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
41613         Log: Replace our implementation of realpath() with OpenBSD's
41614              (src/lib/libc/stdlib/realpath.c 1.4).
41615      Branch: perl
41616            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
41617            ! pod/perldiag.pod proto.h util.c
41618 ____________________________________________________________________________
41619 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
41620         Log: Integrate perlio.
41621      Branch: perl
41622           !> perlio.c
41623 ____________________________________________________________________________
41624 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
41625         Log: No point in going into memory-saving contortions
41626              with getcwd() since there's a danger of buffer overflow.
41627              Also make the POSIX extension to use sv_getcwd().
41628              Finally, a missed proto.h fragment.
41629      Branch: perl
41630            ! ext/POSIX/POSIX.xs proto.h util.c
41631 ____________________________________________________________________________
41632 [ 10747] By: nick                                  on 2001/06/20  12:38:26
41633         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
41634      Branch: perlio
41635            ! perlio.c
41636 ____________________________________________________________________________
41637 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
41638         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
41639              From: Graham Barr <gbarr@pobox.com>
41640              Date: Wed, 20 Jun 2001 11:05:49 +0100
41641              Message-ID: <20010620110549.I19188@pobox.com>
41642              
41643              reported in        
41644              
41645              Subject: Bug in IO::Socket::INET module (repeat)
41646              From: "Harmon S. Nine" <hnine@netarx.com>
41647              Date: Tue, 19 Jun 2001 09:41:35 -0400
41648              Message-ID: <3B2F568F.8080605@netarx.com>
41649              
41650              The bug was that the IO::Socket::INET constructor
41651              did not allow a 'LocalPort' of 0.
41652      Branch: perl
41653            ! ext/IO/lib/IO/Socket/INET.pm
41654 ____________________________________________________________________________
41655 [ 10745] By: nick                                  on 2001/06/20  08:56:39
41656         Log: Integrate mainline.
41657      Branch: perlio
41658           !> (integrate 37 files)
41659 ____________________________________________________________________________
41660 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
41661         Log: After some reading I don't think we can blindly
41662              use systems' realpath().  Too many security problems,
41663              too many buggy implementations.
41664              
41665              TODO: the realpath() emulation code in util.c doesn't
41666              seem fully operational?  (readlink(), for example?)
41667      Branch: perl
41668            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
41669            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
41670            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
41671            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
41672            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
41673            ! win32/config_H.gc win32/config_H.vc
41674 ____________________________________________________________________________
41675 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
41676         Log: Metaconfig unit change for #10738.
41677      Branch: metaconfig
41678            ! U/compline/d_gconvert.U
41679 ____________________________________________________________________________
41680 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
41681         Log: Integrate change #10739 from maintperl:
41682              
41683              C<eval "/x$\r\n/x"> fails to compile correctly 
41684      Branch: perl
41685           !> t/op/pat.t toke.c
41686 ____________________________________________________________________________
41687 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
41688         Log: Retract #10725 (Hugo asked NOT to apply the patch)
41689      Branch: perl
41690            ! t/op/study.t
41691 ____________________________________________________________________________
41692 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
41693         Log: The test.third results were funnily named because of the
41694              new test scheme.
41695      Branch: perl
41696            ! t/TEST
41697 ____________________________________________________________________________
41698 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
41699         Log: C<eval "/x$\r\n/x"> fails to compile correctly
41700      Branch: maint-5.6/perl
41701            ! t/op/pat.t toke.c
41702 ____________________________________________________________________________
41703 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
41704         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
41705              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41706              Date: Tue, 19 Jun 2001 19:15:40 -0400
41707              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
41708              
41709              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
41710              because "1e+129" being expected but "1.e+129" being returned.
41711              The culprit (at least in Tru64) is the use of gcvt().
41712      Branch: perl
41713            ! Configure
41714 ____________________________________________________________________________
41715 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
41716         Log: Subject: [PATCH perl@10722] test hunting on VMS
41717              From: "Craig A. Berry" <craigberry@mac.com>
41718              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
41719              Date: Tue, 19 Jun 2001 18:59:01 -0500
41720      Branch: perl
41721            ! vms/test.com
41722 ____________________________________________________________________________
41723 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
41724         Log: Subject: [PATCH] s/typos//
41725              From: Abhijit Menon-Sen <ams@wiw.org>
41726              Date: Wed, 20 Jun 2001 02:15:02 +0530
41727              Message-ID: <20010620021502.A14541@lustre.linux.in>
41728              
41729              Without the op.h s/bearword/bareword/ hunk, see
41730              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
41731      Branch: perl
41732            ! util.c
41733 ____________________________________________________________________________
41734 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
41735         Log: Metaconfig unit change for #10732 and #10733.
41736      Branch: metaconfig/U/perl
41737            ! fflushall.U
41738 ____________________________________________________________________________
41739 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
41740         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
41741              From: "Craig A. Berry" <craigberry@mac.com>
41742              Date: Tue, 19 Jun 2001 17:19:48 -0500
41743              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
41744      Branch: perl
41745            ! configure.com vms/descrip_mms.template
41746 ____________________________________________________________________________
41747 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
41748         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
41749              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41750              Date: Tue, 19 Jun 2001 16:48:07 -0400
41751              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
41752              
41753              Further fixes to fflush(NULL) detection.
41754      Branch: perl
41755            ! Configure
41756 ____________________________________________________________________________
41757 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
41758         Log: AIX test -s hangs with non-existent files?
41759              (A genuine logic bug in Configure, but AIX also broken?)
41760      Branch: perl
41761            ! Configure
41762 ____________________________________________________________________________
41763 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
41764         Log: AUTHORS updates.
41765      Branch: perl
41766            ! AUTHORS
41767 ____________________________________________________________________________
41768 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
41769         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
41770              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41771              Date: Tue, 19 Jun 2001 15:33:25 -0400
41772              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
41773      Branch: perl
41774            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
41775            ! t/lib/warnings/pp
41776 ____________________________________________________________________________
41777 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
41778         Log: Integrate perlio.
41779      Branch: perl
41780           !> lib/File/Find/find.t win32/distclean.bat
41781 ____________________________________________________________________________
41782 [ 10728] By: nick                                  on 2001/06/19  18:24:53
41783         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
41784      Branch: perlio
41785            ! lib/File/Find/find.t win32/distclean.bat
41786 ____________________________________________________________________________
41787 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
41788         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
41789              also add information how to find out whether one has PerlIO.
41790      Branch: perl
41791            ! pod/perlfunc.pod
41792 ____________________________________________________________________________
41793 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
41794         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
41795              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41796              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
41797              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
41798      Branch: perl
41799            ! pod/perlfunc.pod
41800 ____________________________________________________________________________
41801 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
41802         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
41803              From: Hugo <hv@crypt.compulink.co.uk>
41804              Date: Tue, 19 Jun 2001 12:37:30 +0100
41805              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
41806      Branch: perl
41807            ! t/op/study.t
41808 ____________________________________________________________________________
41809 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
41810         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
41811              From: Hugo <hv@crypt.compulink.co.uk>
41812              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
41813              Date: Tue, 19 Jun 2001 13:15:17 +0100
41814      Branch: perl
41815            ! util.c
41816 ____________________________________________________________________________
41817 [ 10723] By: nick                                  on 2001/06/19  14:46:15
41818         Log: Integrate mainline
41819      Branch: perlio
41820           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
41821           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
41822           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
41823           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
41824           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
41825           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
41826            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
41827            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
41828            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
41829            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
41830            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
41831            - ext/Thread/unsync4.t
41832           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
41833           !> djgpp/config.over djgpp/fixpmain
41834           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
41835           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
41836           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
41837 ____________________________________________________________________________
41838 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
41839         Log: Update Changes.
41840      Branch: perl
41841            ! Changes patchlevel.h
41842 ____________________________________________________________________________
41843 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
41844         Log: The existence shall be MANIFESted.
41845      Branch: perl
41846            ! MANIFEST
41847 ____________________________________________________________________________
41848 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
41849         Log: The old libnet.cfg is first searched from the current directory,
41850              only then from the module path.
41851      Branch: perl
41852            ! utils/libnetcfg.PL
41853 ____________________________________________________________________________
41854 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
41855         Log: NetWare tweaks from Guruprasad.
41856      Branch: perl
41857            ! NetWare/Makefile NetWare/config.wc
41858 ____________________________________________________________________________
41859 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
41860         Log: Subject: [PATCH] djgpp updates
41861              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
41862              Date: Tue, 19 Jun 2001 10:59:06 +0200
41863              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
41864      Branch: perl
41865            ! djgpp/config.over djgpp/fixpmain
41866 ____________________________________________________________________________
41867 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
41868         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
41869              From: Prymmer/Kahn <pvhp@best.com>
41870              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
41871              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
41872      Branch: perl
41873            ! win32/Makefile
41874 ____________________________________________________________________________
41875 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
41876         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
41877              to happen right after the inclusion of <inttypes.h>,
41878              from Edward Moy.
41879      Branch: perl
41880            ! handy.h perl.h
41881 ____________________________________________________________________________
41882 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
41883         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
41884              From: Doug MacEachern <dougm@covalent.net>
41885              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
41886              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
41887      Branch: perl
41888            ! ext/DynaLoader/DynaLoader_pm.PL
41889 ____________________________________________________________________________
41890 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
41891         Log: Revert #10656 for performance reasons but leave in the
41892              use of Hv*() macros -- in comments, so that grepping the
41893              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
41894              suggested by Sarathy, also by Abhijit.)
41895      Branch: perl
41896            ! hv.c
41897 ____________________________________________________________________________
41898 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
41899         Log: Subject: [patch] .s MakeMaker suffix
41900              From: Doug MacEachern <dougm@covalent.net>
41901              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
41902              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
41903      Branch: perl
41904            ! lib/ExtUtils/MM_Unix.pm
41905 ____________________________________________________________________________
41906 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
41907         Log: One test lost in the big shuffle restored.
41908      Branch: perl
41909            + ext/IPC/SysV/ipcsysv.t
41910            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
41911 ____________________________________________________________________________
41912 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
41913         Log: Rename the old non-standard threads tests so that
41914              they won't be invoked.
41915      Branch: perl
41916            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
41917            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
41918            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
41919            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
41920            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
41921            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
41922            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
41923            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
41924            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
41925            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
41926            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
41927            - ext/Thread/unsync4.t
41928            ! MANIFEST
41929 ____________________________________________________________________________
41930 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
41931         Log: Integrate perlio.
41932      Branch: perl
41933           !> win32/config_sh.PL
41934 ____________________________________________________________________________
41935 [ 10709] By: nick                                  on 2001/06/19  08:18:18
41936         Log: Integrate mainline
41937      Branch: perlio
41938           +> (branch 40 files)
41939            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
41940            - lib/strict/subs lib/strict/vars lib/warnings/1global
41941            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
41942            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
41943            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
41944            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
41945            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
41946            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
41947            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
41948            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
41949            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
41950            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
41951            - lib/warnings/utf8 lib/warnings/util
41952           !> (integrate 57 files)
41953 ____________________________________________________________________________
41954 [ 10708] By: nick                                  on 2001/06/19  07:57:10
41955         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
41956      Branch: perlio
41957            ! win32/config_sh.PL
41958 ____________________________________________________________________________
41959 [ 10707] By: nick                                  on 2001/06/19  07:05:07
41960         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
41961      Branch: perl
41962            ! perly.c perly.y perly_c.diff vms/perly_c.vms
41963 ____________________________________________________________________________
41964 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
41965         Log: More perl572delta tweaks.
41966      Branch: perl
41967            ! pod/perl572delta.pod
41968 ____________________________________________________________________________
41969 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
41970         Log: Update perl572delta.
41971      Branch: perl
41972            ! pod/perl572delta.pod
41973 ____________________________________________________________________________
41974 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
41975         Log: VOS updates from Paul Green.
41976      Branch: perl
41977            ! vos/Changes vos/build.cm vos/perl.bind
41978 ____________________________________________________________________________
41979 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
41980         Log: Update the vos/config.*.* files.
41981      Branch: perl
41982            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41983            ! vos/config.ga.h
41984 ____________________________________________________________________________
41985 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
41986         Log: Add a makefile for more painless adding of symbols to the
41987              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
41988              takes care of the adding)
41989      Branch: perl
41990            + vos/Makefile
41991 ____________________________________________________________________________
41992 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
41993         Log: Make libnetcfg by default display the libnet configuration,
41994              -c to change, add -i for old config, document all options,
41995              regen toc.
41996      Branch: perl
41997            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
41998 ____________________________________________________________________________
41999 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
42000         Log: gcc -Wall sweep.
42001      Branch: perl
42002            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
42003 ____________________________________________________________________________
42004 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
42005         Log: So there.
42006      Branch: perl
42007            ! universal.c
42008 ____________________________________________________________________________
42009 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
42010         Log: Document the need for sv_printify().
42011              
42012              Document that 'use utf8' has been considered.
42013              
42014              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
42015      Branch: perl
42016            ! pod/perltodo.pod universal.c
42017 ____________________________________________________________________________
42018 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
42019         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
42020              From: Nicholas Clark <nick@ccl4.org>
42021              Date: Mon, 18 Jun 2001 23:29:23 +0100
42022              Message-ID: <20010618232923.I98663@plum.flirble.org>
42023      Branch: perl
42024            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
42025            ! ext/Sys/Syslog/Makefile.PL
42026 ____________________________________________________________________________
42027 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
42028         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
42029              From: Scott.L.Miller@Compaq.com
42030              Date: Mon, 18 Jun 2001 10:12:27 -0500
42031              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
42032      Branch: perl
42033            ! lib/perl5db.pl pod/perldebug.pod
42034 ____________________________________________________________________________
42035 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
42036         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
42037              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
42038              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
42039              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
42040      Branch: perl
42041            ! lib/Carp/Heavy.pm
42042 ____________________________________________________________________________
42043 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
42044         Log: Subject: [PATCH] Documentation changes for CLONE
42045              From: Artur Bergman <artur@contiller.se>
42046              Date: Mon, 18 Jun 2001 22:06:37 +0200
42047              Message-ID: <B7542BEC.1719%artur@contiller.se>
42048      Branch: perl
42049            ! pod/perlmod.pod pod/perlsub.pod
42050 ____________________________________________________________________________
42051 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
42052         Log: Subject: Re: configure.com
42053              From: "Craig A. Berry" <craigberry@mac.com>
42054              Date: Mon, 18 Jun 2001 16:04:38 -0500
42055              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
42056      Branch: perl
42057            ! configure.com
42058 ____________________________________________________________________________
42059 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
42060         Log: Subject: PL_nullstash + perl_clone()
42061              From: Doug MacEachern <dougm@covalent.net>
42062              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
42063              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
42064      Branch: perl
42065            ! sv.c
42066 ____________________________________________________________________________
42067 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
42068         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
42069              From: davem@fdgroup.co.uk
42070              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
42071              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
42072      Branch: perl
42073            ! embed.pl pod/perlapi.pod
42074 ____________________________________________________________________________
42075 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
42076         Log: More cross-compilation defaults gleaned from -Dcc
42077              if it is CPU-OS-gcc.
42078      Branch: metaconfig
42079            ! U/modified/libc.U
42080      Branch: metaconfig/U/perl
42081            ! Cross.U
42082      Branch: perl
42083            ! Configure INSTALL
42084 ____________________________________________________________________________
42085 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
42086         Log: Update Changes.
42087      Branch: perl
42088            ! Changes patchlevel.h
42089 ____________________________________________________________________________
42090 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
42091         Log: Subject: [PATCH 5.7.1] sv.c documentation
42092              From: davem@fdgroup.co.uk
42093              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
42094              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
42095      Branch: perl
42096            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
42097            ! sv.c sv.h
42098 ____________________________________________________________________________
42099 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
42100         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
42101              From: "Jon Gunnip" <jongunnip@hotmail.com>
42102              Date: Sun, 17 Jun 2001 18:24:29 -0400
42103              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
42104      Branch: perl
42105            ! pod/perlvar.pod
42106 ____________________________________________________________________________
42107 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
42108         Log: Move the locale/strict/warnings helper files back
42109              under the t/lib; this way the amount of non-installabled
42110              stuff under lib/ stays smaller.
42111      Branch: perl
42112            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
42113            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
42114            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
42115            + t/lib/warnings/5nolint t/lib/warnings/6default
42116            + t/lib/warnings/7fatal t/lib/warnings/8signal
42117            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
42118            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
42119            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
42120            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
42121            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
42122            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
42123            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
42124            + t/lib/warnings/taint t/lib/warnings/toke
42125            + t/lib/warnings/universal t/lib/warnings/utf8
42126            + t/lib/warnings/util
42127            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
42128            - lib/strict/subs lib/strict/vars lib/warnings/1global
42129            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
42130            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
42131            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
42132            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
42133            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
42134            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
42135            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
42136            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
42137            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
42138            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
42139            - lib/warnings/utf8 lib/warnings/util
42140            ! MANIFEST installperl lib/locale.t lib/strict.t
42141 ____________________________________________________________________________
42142 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
42143         Log: Split off the pack/unpack code, from Nicholas Clark.
42144      Branch: perl
42145            + pp_pack.c
42146            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
42147            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
42148            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
42149 ____________________________________________________________________________
42150 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
42151         Log: Guard the SysV IPC tests against being invoked in
42152              SysV-IPC-less places.
42153      Branch: perl
42154            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
42155 ____________________________________________________________________________
42156 [ 10683] By: nick                                  on 2001/06/18  12:24:42
42157         Log: Integrate mainline (new test scheme now ok on Linux).
42158      Branch: perlio
42159           +> lib/warnings.t
42160           !> dump.c sv.c
42161 ____________________________________________________________________________
42162 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
42163         Log: Add the locale.c and numeric.c to the microperl sources.
42164      Branch: perl
42165            ! Makefile.micro win32/Makefile
42166 ____________________________________________________________________________
42167 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
42168         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
42169              From: Abhijit Menon-Sen <ams@wiw.org>
42170              Date: Mon, 18 Jun 2001 14:23:44 +0530
42171              Message-ID: <20010618142344.A13136@lustre.linux.in>
42172      Branch: perl
42173            ! dump.c
42174 ____________________________________________________________________________
42175 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
42176         Log: Subject: Re: [PATCH] more anonymous stash cleanups
42177              From: Abhijit Menon-Sen <ams@wiw.org>
42178              Date: Mon, 18 Jun 2001 15:50:32 +0530
42179              Message-ID: <20010618155032.A13223@lustre.linux.in>
42180              
42181              Plus the comment left in as suggested by NI-S.
42182      Branch: perl
42183            ! sv.c
42184 ____________________________________________________________________________
42185 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
42186         Log: One missed file.
42187      Branch: perl
42188            + lib/warnings.t
42189 ____________________________________________________________________________
42190 [ 10678] By: nick                                  on 2001/06/18  08:05:29
42191         Log: Integrate mainline (part2 - the deletes)
42192      Branch: perlio
42193            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
42194            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
42195            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
42196            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
42197            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
42198            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
42199            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
42200            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
42201            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
42202            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
42203            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
42204 ____________________________________________________________________________
42205 [ 10677] By: nick                                  on 2001/06/18  08:04:44
42206         Log: Integrate mainline (part1)
42207      Branch: perlio
42208           +> (branch 376 files)
42209            - (delete 219 files)
42210           !> (integrate 151 files)
42211 ____________________________________________________________________________
42212 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
42213         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
42214              No doubt I made some mistakes like missed some files or
42215              misnamed some files.  The naming rules were more or less:
42216              (1) if the module is from CPAN, follows its ways, be it
42217              t/*.t or test.pl.
42218              (2) otherwise if there are multiple tests for a module
42219              put them in a t/
42220              (3) otherwise if there's only one test put it in Module.t
42221              (4) helper files go to module/ (locale, strict, warnings)
42222              (5) use longer filenames now that we can (but e.g. the
42223              compat-0.6.t and the Text::Balanced test files still
42224              were renamed to be more civil against the 8.3 people)
42225              installperl was updated appropriately not to install the
42226              *.t files or the help files from under lib.
42227              
42228              TODO: some helper files still remain under t/ that could
42229              follow their 'masters'.  UPDATE: On second thoughts, why
42230              should they.  They can continue to live under t/lib, and
42231              in fact the locale/strict/warnings helpers that were moved
42232              could be moved back.  This way the amount of non-installable
42233              stuff under lib/ stays smaller.
42234      Branch: perl
42235            + (add 253 files)
42236            - (delete 254 files)
42237            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
42238 ____________________________________________________________________________
42239 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
42240         Log: The warning no more comes from util.c, it comes from numeric.c.
42241      Branch: perl
42242            ! README.tru64
42243 ____________________________________________________________________________
42244 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
42245         Log: Subject: Re: anyone good at casting spells?
42246              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42247              Date: Sun, 17 Jun 2001 21:21:04 -0400
42248              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
42249      Branch: perl
42250            ! ext/POSIX/POSIX.xs hv.h
42251 ____________________________________________________________________________
42252 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
42253         Log: Protect the (original) thread tests against testing if no 5.005
42254              threads have been configured.
42255      Branch: perl
42256            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
42257            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
42258            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
42259            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
42260            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
42261            ! ext/Thread/unsync4.t
42262 ____________________________________________________________________________
42263 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
42264         Log: Try the new test scanning scheme on Text::Abbrev.
42265      Branch: perl
42266            + lib/Text/Abbrev.t
42267            - lib/Text/Abbrev/t/abbrev.t
42268            ! MANIFEST
42269 ____________________________________________________________________________
42270 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
42271         Log: Change the scan policy of the *.t and test.pl files,
42272              now the *.t do not need to live in a t/ directory.
42273      Branch: perl
42274            ! t/TEST t/harness
42275 ____________________________________________________________________________
42276 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
42277         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
42278              From: Ilmari Karonen <iltzu@sci.fi>
42279              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
42280              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
42281      Branch: perl
42282            ! pod/perlfaq7.pod
42283 ____________________________________________________________________________
42284 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
42285         Log: Quench the warnings from Tru64; the HP-UX is still
42286              broken because it really, REALLY, doesn't like the
42287              HvARRAY() being lvalue:
42288              
42289              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
42290              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
42291      Branch: perl
42292            ! hv.c
42293 ____________________________________________________________________________
42294 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
42295         Log: Integrate change #10667 from maintperl:
42296              
42297              change#10449 broke the special-case that makes lexicals inside the
42298              eval"" within DB::DB() visible
42299      Branch: perl
42300           !> op.c
42301 ____________________________________________________________________________
42302 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
42303         Log: change#10449 broke the special-case that makes lexicals inside the
42304              eval"" within DB::DB() visible
42305      Branch: maint-5.6/perl
42306            ! op.c
42307 ____________________________________________________________________________
42308 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
42309         Log: Still spurious output; indent the code a bit.
42310              
42311              TODO1: separate the utility functions like MkDir
42312              into a helper script?
42313              
42314              TODO2: I see a lot of repetition in the filepath()
42315              and dirpath() calls.
42316      Branch: perl
42317            ! t/lib/filefind.t t/lib/findtaint.t
42318 ____________________________________________________________________________
42319 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
42320         Log: Regen modlib, toc.
42321      Branch: perl
42322            ! pod/perlmodlib.pod pod/perltoc.pod
42323 ____________________________________________________________________________
42324 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
42325         Log: Add libnetcfg to perlutil.
42326      Branch: perl
42327            ! pod/perlutil.pod
42328 ____________________________________________________________________________
42329 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
42330         Log: Initial integration of libnet-1.0703.
42331              The Configure script renamed as libnetcfg, will be
42332              installed along other utilities.
42333      Branch: perl
42334            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
42335            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
42336            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
42337            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
42338            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
42339            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
42340            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
42341            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
42342            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
42343            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
42344            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
42345            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
42346            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
42347            + utils/libnetcfg.PL
42348            ! MANIFEST utils.lst utils/Makefile
42349 ____________________________________________________________________________
42350 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
42351         Log: Less potentially test-harness-confusing output.
42352      Branch: perl
42353            ! lib/Memoize/t/expire_module_t.t
42354 ____________________________________________________________________________
42355 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
42356         Log: The final print annoys make test.
42357      Branch: perl
42358            ! t/lib/filefind.t t/lib/findtaint.t
42359 ____________________________________________________________________________
42360 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
42361         Log: Add an option for handling dangling symbolic links.
42362      Branch: perl
42363            ! lib/File/Find.pm t/lib/filefind.t
42364 ____________________________________________________________________________
42365 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
42366         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
42367              From: Thomas Wegner <wegner_thomas@yahoo.com>
42368              Date: Sun, 17 Jun 2001 14:43:11 +0200
42369              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
42370      Branch: perl
42371            + t/lib/findtaint.t
42372            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
42373 ____________________________________________________________________________
42374 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
42375         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
42376              From: Jonathan Stowe <gellyfish@gellyfish.com>
42377              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
42378              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
42379      Branch: perl
42380            ! lib/ExtUtils/MM_Unix.pm
42381 ____________________________________________________________________________
42382 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
42383         Log: Subject: [PATCH] more anonymous stash cleanups
42384              From: Abhijit Menon-Sen <ams@wiw.org>
42385              Date: Sun, 17 Jun 2001 11:44:06 +0530
42386              Message-ID: <20010617114406.A25203@lustre.linux.in>
42387      Branch: perl
42388            ! op.c
42389 ____________________________________________________________________________
42390 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
42391         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
42392              From: Abhijit Menon-Sen <ams@wiw.org>
42393              Date: Sun, 17 Jun 2001 08:02:59 +0530
42394              Message-ID: <20010617080259.A28776@lustre.linux.in>
42395              
42396              Subject: [PATCH #2/7] xhv_eiter
42397              From: Abhijit Menon-Sen <ams@wiw.org>
42398              Date: Sun, 17 Jun 2001 08:13:18 +0530
42399              Message-ID: <20010617081318.B28776@lustre.linux.in>
42400              
42401              Subject: [PATCH #3/7] xhv_fill
42402              From: Abhijit Menon-Sen <ams@wiw.org>
42403              Date: Sun, 17 Jun 2001 08:25:16 +0530
42404              Message-ID: <20010617082516.C28776@lustre.linux.in>
42405              
42406              Subject: [PATCH #4/7] xhv_keys
42407              From: Abhijit Menon-Sen <ams@wiw.org>
42408              Date: Sun, 17 Jun 2001 08:36:17 +0530
42409              Message-ID: <20010617083617.D28776@lustre.linux.in>
42410              
42411              Subject: [PATCH #5/7] xhv_max
42412              From: Abhijit Menon-Sen <ams@wiw.org>
42413              Date: Sun, 17 Jun 2001 08:39:48 +0530
42414              Message-ID: <20010617083948.E28776@lustre.linux.in>
42415              
42416              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
42417              From: Abhijit Menon-Sen <ams@wiw.org>
42418              Date: Sun, 17 Jun 2001 08:51:11 +0530
42419              Message-ID: <20010617085111.F28776@lustre.linux.in>
42420      Branch: perl
42421            ! hv.c
42422 ____________________________________________________________________________
42423 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
42424         Log: Update Changes.
42425      Branch: perl
42426            ! Changes patchlevel.h
42427 ____________________________________________________________________________
42428 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
42429         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
42430              From: Abhijit Menon-Sen <ams@wiw.org>
42431              Date: Sat, 16 Jun 2001 07:41:19 +0530
42432              Message-ID: <20010616074119.A24720@lustre.linux.in>
42433      Branch: perl
42434            ! hv.c perl.c vms/vmsish.h win32/win32.h
42435 ____________________________________________________________________________
42436 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
42437         Log: Document tests failing when threaded, since we now have more.
42438      Branch: perl
42439            ! pod/perl572delta.pod
42440 ____________________________________________________________________________
42441 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
42442         Log: -Wall cleanup.
42443      Branch: perl
42444            ! ext/Thread/Thread.xs
42445 ____________________________________________________________________________
42446 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
42447         Log: pthread_attr_setstacksize() isn't absolutely necessary
42448              to call, only iff THREAD_CREATE_NEEDS_STACK.
42449      Branch: perl
42450            ! ext/Thread/Thread.xs
42451 ____________________________________________________________________________
42452 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
42453         Log: -Wall strays.
42454      Branch: perl
42455            ! perl.c util.c
42456 ____________________________________________________________________________
42457 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
42458         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
42459              (and INT64_MIN) brokenness.
42460      Branch: perl
42461            ! hints/darwin.sh perl.h
42462 ____________________________________________________________________________
42463 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
42464         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
42465              From: Nicholas Clark <nick@ccl4.org>
42466              Date: Sun, 17 Jun 2001 00:16:05 +0100
42467              Message-ID: <20010617001605.V98663@plum.flirble.org>
42468      Branch: perl
42469            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
42470            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
42471            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
42472 ____________________________________________________________________________
42473 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
42474         Log: Add perlnetware to docs; regen toc; supply skeleton
42475              docs for some Memoize submodules.
42476      Branch: perl
42477            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
42478            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
42479            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
42480            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
42481            ! win32/Makefile win32/makefile.mk
42482 ____________________________________________________________________________
42483 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
42484         Log: pod cleanup.
42485      Branch: perl
42486            ! README.netware
42487 ____________________________________________________________________________
42488 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
42489         Log: Integrate Memoize 0.64.  Few tweaks were required in
42490              the test scripts.  Note that the speed and expire*
42491              tests take several dozen seconds to run.
42492      Branch: perl
42493            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
42494            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
42495            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
42496            + lib/Memoize/README lib/Memoize/SDBM_File.pm
42497            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
42498            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
42499            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
42500            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
42501            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
42502            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
42503            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
42504            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
42505            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
42506            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
42507            ! MANIFEST t/lib/1_compile.t
42508 ____________________________________________________________________________
42509 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
42510         Log: Document the cross-compilation options.
42511      Branch: perl
42512            ! Cross/README INSTALL
42513 ____________________________________________________________________________
42514 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
42515         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
42516      Branch: perl
42517            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
42518            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
42519            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
42520            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
42521            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
42522            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
42523            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
42524            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
42525            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
42526            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
42527            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
42528            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
42529            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
42530            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
42531            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
42532            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
42533            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
42534            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
42535            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
42536            + lib/ExtUtils/MM_NW5.pm
42537            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
42538            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
42539            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
42540            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
42541            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
42542            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
42543            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
42544            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
42545            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
42546            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
42547            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
42548            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
42549            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
42550            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
42551            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
42552            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
42553            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
42554            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
42555            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
42556            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
42557            ! util.h x2p/a2py.c
42558 ____________________________________________________________________________
42559 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
42560         Log: Resort MANIFEST.
42561      Branch: perl
42562            ! MANIFEST
42563 ____________________________________________________________________________
42564 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
42565         Log: Integrate perlio.
42566      Branch: perl
42567           +> win32/win32io.c
42568           !> MANIFEST perlio.c perliol.h win32/makefile.mk
42569 ____________________________________________________________________________
42570 [ 10640] By: nick                                  on 2001/06/16  18:38:31
42571         Log: Disable :win32 layer as default till I get it working
42572      Branch: perlio
42573            ! MANIFEST perlio.c
42574 ____________________________________________________________________________
42575 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
42576         Log: Try the new scheme by moving the Text::Abbrev test
42577              to a new place under lib.
42578      Branch: perl
42579            + lib/Text/Abbrev/t/abbrev.t
42580            - t/lib/abbrev.t
42581            ! MANIFEST
42582 ____________________________________________________________________________
42583 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
42584         Log: Make the code even more dynamical so that testname
42585              suffix length can change.
42586      Branch: perl
42587            ! lib/Test/Harness.pm t/TEST
42588 ____________________________________________________________________________
42589 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
42590         Log: Allow for deeper t/ and also a single test.pl.
42591      Branch: perl
42592            ! t/TEST t/harness
42593 ____________________________________________________________________________
42594 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
42595         Log: #define fix from Nicholas Clark.
42596      Branch: perl
42597            ! ext/POSIX/POSIX.xs
42598 ____________________________________________________________________________
42599 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
42600         Log: Initialization is nice.
42601      Branch: perl
42602            ! lib/Test/Harness.pm
42603 ____________________________________________________________________________
42604 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
42605         Log: Make t/TEST and t/harness to test also the t/ tests
42606              under the main lib/ and ext/ directories.  Fix Test::Harness
42607              to dynamically change the width of its "foo/bar....ok" output.
42608      Branch: perl
42609            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
42610 ____________________________________________________________________________
42611 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
42612         Log: Subject: [PATCH] Re: perl@10611 
42613              From: Nicholas Clark <nick@ccl4.org>
42614              Date: Sat, 16 Jun 2001 16:52:47 +0100
42615              Message-ID: <20010616165247.O98663@plum.flirble.org>
42616              
42617              The .xs parts, too.
42618      Branch: perl
42619            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
42620            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
42621 ____________________________________________________________________________
42622 [ 10632] By: nick                                  on 2001/06/16  16:44:35
42623         Log: Work-in-progress win32 layer semi-functional, checking 
42624              for UNIX breakage.
42625      Branch: perlio
42626            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
42627 ____________________________________________________________________________
42628 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
42629         Log: Subject: [PATCH] Re: perl@10611 
42630              From: Nicholas Clark <nick@ccl4.org>
42631              Date: Sat, 16 Jun 2001 16:52:47 +0100
42632              Message-ID: <20010616165247.O98663@plum.flirble.org>
42633      Branch: perl
42634            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
42635            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
42636            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
42637            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
42638            ! lib/ExtUtils/Constant.pm
42639 ____________________________________________________________________________
42640 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
42641         Log: Metaconfig unit change for #10629.
42642      Branch: metaconfig
42643            ! U/modified/Finish.U
42644 ____________________________________________________________________________
42645 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
42646         Log: The extraction changed directories.
42647      Branch: perl
42648            ! Configure
42649 ____________________________________________________________________________
42650 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
42651         Log: Math::BigInt 1.35 from Tels.
42652      Branch: perl
42653            + t/lib/mbimbf.t
42654            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
42655            ! t/lib/bigfltpm.t t/lib/bigintpm.t
42656 ____________________________________________________________________________
42657 [ 10627] By: nick                                  on 2001/06/16  14:54:52
42658         Log: Work in progress UNIX-side edit of win32 PerLIO layer
42659      Branch: perlio
42660            + win32/win32io.c
42661            ! perlio.c win32/makefile.mk
42662 ____________________________________________________________________________
42663 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
42664         Log: Subject: [PATCH 5.6.1] os2/diff-configure
42665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42666              Date: Fri, 15 Jun 2001 01:19:36 -0400
42667              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
42668              
42669              Empty all of it because I think #10624 made even the
42670              last patch hunk unnecessary.
42671      Branch: perl
42672            ! os2/diff.configure
42673 ____________________________________________________________________________
42674 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
42675         Log: Metaconfig unit change for 10624.
42676      Branch: metaconfig
42677            ! U/modified/libc.U
42678      Branch: perl
42679            ! config_h.SH
42680 ____________________________________________________________________________
42681 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
42682         Log: Move the initialization of libnames to the beginning so
42683              that can one 'seed' it (as OS/2 does.)
42684      Branch: perl
42685            ! Configure
42686 ____________________________________________________________________________
42687 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
42688         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
42689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42690              Date: Fri, 15 Jun 2001 19:10:57 -0400
42691              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
42692      Branch: perl
42693            ! os2/OS2/REXX/DLL/DLL.pm
42694 ____________________________________________________________________________
42695 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
42696         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
42697              From: "Craig A. Berry" <craigberry@mac.com>
42698              Date: Fri, 15 Jun 2001 17:00:03 -0500
42699              Message-Id: <a05101007b750342599be@[172.16.52.1]>
42700      Branch: perl
42701            ! vms/descrip_mms.template
42702 ____________________________________________________________________________
42703 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
42704         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
42705              From: "Craig A. Berry" <craigberry@mac.com>
42706              Date: Fri, 15 Jun 2001 18:39:42 -0500
42707              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
42708      Branch: perl
42709            ! lib/File/Spec/VMS.pm t/lib/extutils.t
42710 ____________________________________________________________________________
42711 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
42712         Log: Integrate perlio.
42713      Branch: perl
42714           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
42715           !> t/io/utf8.t t/lib/io_scalar.t
42716 ____________________________________________________________________________
42717 [ 10619] By: nick                                  on 2001/06/15  21:05:19
42718         Log: Generated files
42719      Branch: perlio
42720            ! embed.h proto.h
42721 ____________________________________________________________________________
42722 [ 10618] By: nick                                  on 2001/06/15  20:27:42
42723         Log: Fix open.pm to work via XS-implemented method calls rather
42724              than *open::layers variables which caused all the HV/AV hassle.
42725      Branch: perlio
42726            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
42727            ! t/lib/io_scalar.t
42728 ____________________________________________________________________________
42729 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
42730         Log: Integrate perlio.
42731      Branch: perl
42732           !> lib/ExtUtils/Constant.pm
42733 ____________________________________________________________________________
42734 [ 10616] By: nick                                  on 2001/06/15  18:46:47
42735         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
42736      Branch: perlio
42737            ! lib/ExtUtils/Constant.pm
42738 ____________________________________________________________________________
42739 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
42740         Log: Integrate perlio.
42741      Branch: perl
42742           !> ext/Socket/Socket.xs
42743 ____________________________________________________________________________
42744 [ 10614] By: nick                                  on 2001/06/15  18:33:37
42745         Log: MULTIPLICITY fix for Socket.xs
42746      Branch: perlio
42747            ! ext/Socket/Socket.xs
42748 ____________________________________________________________________________
42749 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
42750         Log: Subject: Re: perl@10611
42751              From: Doug MacEachern <dougm@covalent.net>
42752              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
42753              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
42754      Branch: perl
42755            ! ext/Socket/Socket.xs
42756 ____________________________________________________________________________
42757 [ 10612] By: nick                                  on 2001/06/15  16:14:38
42758         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
42759      Branch: perlio
42760           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
42761           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
42762           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
42763           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
42764           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
42765           !> utils/h2ph.PL
42766 ____________________________________________________________________________
42767 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
42768         Log: Update Changes.
42769      Branch: perl
42770            ! Changes patchlevel.h
42771 ____________________________________________________________________________
42772 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
42773         Log: Upping the test count.
42774      Branch: perl
42775            ! t/lib/filefind.t
42776 ____________________________________________________________________________
42777 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
42778         Log: Integrate perlio.
42779      Branch: perl
42780           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42781 ____________________________________________________________________________
42782 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
42783         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
42784              From: andreas.koenig@anima.de (Andreas J. Koenig)
42785              Date: 15 Jun 2001 13:30:39 +0200
42786              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
42787              
42788              Record the grim history.
42789      Branch: perl
42790            ! lib/File/Find.pm
42791 ____________________________________________________________________________
42792 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
42793         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
42794              From: Brian McCauley <nobull@mail.com>
42795              Date: 15 Jun 2001 07:51:26 +0100
42796              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
42797      Branch: perl
42798            ! lib/File/Find.pm t/lib/filefind.t
42799 ____________________________________________________________________________
42800 [ 10606] By: nick                                  on 2001/06/15  14:00:08
42801         Log: regen_config_h for Win32.
42802      Branch: perlio
42803            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42804 ____________________________________________________________________________
42805 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
42806         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
42807              From: Peter Prymmer <pvhp@forte.com>
42808              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
42809              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
42810      Branch: perl
42811            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
42812 ____________________________________________________________________________
42813 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
42814         Log: Some filesystems require writability for rename/unlink.
42815      Branch: perl
42816            ! opcode.pl
42817 ____________________________________________________________________________
42818 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
42819         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
42820              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42821              Date: Fri, 15 Jun 2001 12:08:53 +0200
42822              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
42823      Branch: perl
42824            ! perlio.c
42825 ____________________________________________________________________________
42826 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
42827         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
42828              From: Mike Guy <mjtg@cam.ac.uk>
42829              Date: Fri, 15 Jun 2001 14:11:49 +0100
42830              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
42831      Branch: perl
42832            ! opcode.pl
42833 ____________________________________________________________________________
42834 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
42835         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
42836              From: Nicholas Clark <nick@ccl4.org>
42837              Date: Thu, 14 Jun 2001 23:52:56 +0100
42838              Message-ID: <20010614235256.G98663@plum.flirble.org>
42839      Branch: perl
42840            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
42841            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
42842 ____________________________________________________________________________
42843 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
42844         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
42845              From: Russ Allbery <rra@stanford.edu>
42846              Date: 14 Jun 2001 13:24:43 -0700
42847              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
42848      Branch: perl
42849            ! ext/GDBM_File/GDBM_File.pm
42850 ____________________________________________________________________________
42851 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
42852         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
42853              From: Nicholas Clark <nick@ccl4.org>
42854              Date: Thu, 14 Jun 2001 20:37:47 +0100
42855              Message-ID: <20010614203747.F98663@plum.flirble.org>
42856      Branch: perl
42857            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
42858            ! t/lib/gdbm.t
42859 ____________________________________________________________________________
42860 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
42861         Log: Integrate perlio.
42862      Branch: perl
42863           !> makedef.pl sv.c
42864 ____________________________________________________________________________
42865 [ 10597] By: nick                                  on 2001/06/15  11:08:13
42866         Log: Check that HVs with HvNAME() != NULL are really stashes before
42867              treating them as such. Also be more defensive on the GvCV.
42868              Win32 fork and dprof now working again. 
42869      Branch: perlio
42870            ! sv.c
42871 ____________________________________________________________________________
42872 [ 10596] By: nick                                  on 2001/06/15  10:11:20
42873         Log: Integrate mainline.
42874      Branch: perlio
42875           +> Cross/README
42876           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
42877           !> Porting/config_H config_h.SH configure.com epoc/config.sh
42878           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
42879           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42880           !> vos/config.ga.h win32/config.bc win32/config.gc
42881           !> win32/config.vc win32/config_H.bc win32/config_H.gc
42882           !> win32/config_H.vc
42883 ____________________________________________________________________________
42884 [ 10595] By: nick                                  on 2001/06/15  09:37:17
42885         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
42886              - Win32 (VC++) now builds but fails:
42887              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
42888              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
42889              write.t    - open(...,"|-") not implemented on Win32 
42890      Branch: perlio
42891            ! makedef.pl
42892 ____________________________________________________________________________
42893 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
42894         Log: Integrate perlio.
42895      Branch: perl
42896           !> perlio.c win32/makefile.mk
42897 ____________________________________________________________________________
42898 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
42899         Log: Metaconfig unit changes for #10592.
42900      Branch: metaconfig
42901            + U/modified/i_varhdr.U U/modified/startsh.U
42902            - U/a_dvisory/crosscompile.U U/target/Target.U
42903            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
42904            ! U/compline/bitpbyte.U U/compline/byteorder.U
42905            ! U/compline/ccflags.U U/compline/charsize.U
42906            ! U/compline/d_casti32.U U/compline/d_castneg.U
42907            ! U/compline/d_closedir.U U/compline/d_fd_set.U
42908            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
42909            ! U/compline/d_keepsig.U U/compline/d_open3.U
42910            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
42911            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
42912            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
42913            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
42914            ! U/compline/doublesize.U U/compline/floatsize.U
42915            ! U/compline/nblock_io.U U/compline/orderlib.U
42916            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
42917            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
42918            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
42919            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
42920            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
42921            ! U/modified/spitshell.U U/threads/archname.U
42922            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
42923            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
42924            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
42925            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
42926            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
42927      Branch: metaconfig/U/perl
42928            + Cross.U
42929            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
42930            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
42931            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
42932            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
42933            ! stdio_streams.U uselfs.U
42934 ____________________________________________________________________________
42935 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
42936         Log: The first steps towards cross-compilation.
42937              
42938              Abstract execution of compiled test executables with $run,
42939              and abstract transfer of files with $to and $from.
42940              
42941              Under cross-compilation the $run, $to, and $from will point
42942              to appropriate wrapper scripts, by default ssh and scp,
42943              but also rsh, rcp, and cp are supported.  If not
42944              cross-compiling, they will be set to '', ':', and ':',
42945              respectively.
42946              
42947              With these patches I was able to get Configure for
42948              iPAQ ARM Linux on an Intel Linux about 95% right
42949              (only a few tests failed to execute or they produced
42950              incorrect results), and I was able to compile
42951              a functional miniperl.
42952              
42953              The symbol crosscompile renamed to be usecrosscompile,
42954              the corresponding C symbol from CROSSCOMPILE to
42955              USE_CROSS_COMPILE.
42956      Branch: perl
42957            ! Configure Cross/README Makefile.SH Porting/Glossary
42958            ! Porting/config.sh Porting/config_H config_h.SH configure.com
42959            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
42960            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
42961            ! vos/config.ga.def vos/config.ga.h win32/config.bc
42962            ! win32/config.gc win32/config.vc win32/config_H.bc
42963            ! win32/config_H.gc win32/config_H.vc
42964 ____________________________________________________________________________
42965 [ 10591] By: nick                                  on 2001/06/14  20:00:12
42966         Log: Steps along the road toward Win32 building again.
42967      Branch: perlio
42968            ! perlio.c win32/makefile.mk
42969 ____________________________________________________________________________
42970 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
42971         Log: Integrate perlio.
42972      Branch: perl
42973           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42974 ____________________________________________________________________________
42975 [ 10589] By: nick                                  on 2001/06/14  13:54:07
42976         Log: Routine regen_config_h for Win32
42977      Branch: perlio
42978            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42979 ____________________________________________________________________________
42980 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
42981         Log: Integrate perlio.
42982      Branch: perl
42983           +> perlyline.pl
42984           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
42985 ____________________________________________________________________________
42986 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
42987         Log: A placeholder.
42988      Branch: perl
42989            + Cross/README
42990 ____________________________________________________________________________
42991 [ 10586] By: nick                                  on 2001/06/14  08:25:07
42992         Log: Add new step to run_byacc which:
42993              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
42994              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
42995      Branch: perlio
42996            + perlyline.pl
42997            ! MANIFEST Makefile.SH perly.c
42998 ____________________________________________________________________________
42999 [ 10585] By: nick                                  on 2001/06/14  08:22:29
43000         Log: Integrate mainline
43001      Branch: perlio
43002           +> locale.c numeric.c
43003           !> Changes cygwin/Makefile.SHs embed.h embed.pl
43004           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
43005           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
43006           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
43007           !> x2p/Makefile.SH
43008 ____________________________________________________________________________
43009 [ 10584] By: nick                                  on 2001/06/14  08:05:53
43010         Log: Hack to remove insecure directories from PATH so test will run.
43011      Branch: perlio
43012            ! t/lib/filefind.t
43013 ____________________________________________________________________________
43014 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
43015         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
43016      Branch: perl
43017            - t/lib/mbimbf.t
43018            ! MANIFEST
43019 ____________________________________________________________________________
43020 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
43021         Log: Detypo.
43022      Branch: perl
43023            ! x2p/Makefile.SH
43024 ____________________________________________________________________________
43025 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
43026         Log: de-$CONFIG continues.
43027      Branch: perl
43028            ! cygwin/Makefile.SHs x2p/Makefile.SH
43029 ____________________________________________________________________________
43030 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
43031         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
43032              From: Nicholas Clark <nick@ccl4.org>
43033              Date: Wed, 13 Jun 2001 21:20:13 +0100
43034              Message-ID: <20010613212013.D98663@plum.flirble.org>
43035      Branch: perl
43036            ! opcode.pl
43037 ____________________________________________________________________________
43038 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
43039         Log: Subject: splitting util.c
43040              From: Hugo <hv@crypt.compulink.co.uk>
43041              Date: Thu, 14 Jun 2001 00:41:08 +0100
43042              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
43043      Branch: perl
43044            + locale.c numeric.c
43045            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
43046            ! pod/perlapi.pod proto.h util.c
43047 ____________________________________________________________________________
43048 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
43049         Log: Upgrade to Math::BigInt 1.34 from Tels.
43050      Branch: perl
43051            + t/lib/mbimbf.t
43052            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
43053            ! t/lib/bigfltpm.t t/lib/bigintpm.t
43054 ____________________________________________________________________________
43055 [ 10577] By: nick                                  on 2001/06/13  19:02:48
43056         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
43057      Branch: perlio
43058           !> (integrate 125 files)
43059 ____________________________________________________________________________
43060 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
43061         Log: Update Changes.
43062      Branch: perl
43063            ! Changes patchlevel.h
43064 ____________________________________________________________________________
43065 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
43066         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
43067              From: "Craig A. Berry" <craigberry@mac.com>
43068              Date: Wed, 13 Jun 2001 13:24:28 -0500
43069              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
43070      Branch: perl
43071            ! ext/re/Makefile.PL
43072 ____________________________________________________________________________
43073 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
43074         Log: Mc.u.c. for #10573.
43075      Branch: metaconfig
43076            ! U/threads/usethreads.U
43077 ____________________________________________________________________________
43078 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
43079         Log: It would be also be good if I could type.
43080      Branch: perl
43081            ! Configure
43082 ____________________________________________________________________________
43083 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
43084         Log: Metaconfig unit change for #10571.
43085      Branch: metaconfig
43086            ! U/threads/usethreads.U
43087 ____________________________________________________________________________
43088 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
43089         Log: A non-empty default is a good thing.
43090      Branch: perl
43091            ! Configure
43092 ____________________________________________________________________________
43093 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
43094         Log: Metaconfig unit change for #10569.
43095      Branch: metaconfig
43096            ! U/threads/usethreads.U
43097 ____________________________________________________________________________
43098 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
43099         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
43100              extremely experimental, not even prompted for.
43101      Branch: perl
43102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43103            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
43104            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
43105            ! win32/config.bc win32/config.gc win32/config.vc
43106 ____________________________________________________________________________
43107 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
43108         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
43109      Branch: perl
43110            ! pod/perlfaq6.pod
43111 ____________________________________________________________________________
43112 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
43113         Log: Integrate perlio; conflicts, accept Nick's versions.
43114      Branch: perl
43115           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
43116           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
43117 ____________________________________________________________________________
43118 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
43119         Log: Subject: Re: ext/ + -Wall
43120              From: Doug MacEachern <dougm@covalent.net>
43121              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
43122              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
43123      Branch: perl
43124            ! XSUB.h lib/ExtUtils/xsubpp perl.h
43125 ____________________________________________________________________________
43126 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
43127         Log: Similar logic as DB_File.xs, using the modern macros and
43128              defines them to older ones for older Perls where PERL_VERSION
43129              is not defined, from Doug MacEachern.
43130      Branch: perl
43131            ! ext/Storable/Storable.xs
43132 ____________________________________________________________________________
43133 [ 10564] By: nick                                  on 2001/06/13  15:22:01
43134         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
43135              and using that instead (name lookups are sequential search for now).
43136      Branch: perlio
43137            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
43138            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
43139 ____________________________________________________________________________
43140 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
43141         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
43142              From: "Richard Soderberg" <rs@crystalflame.net>
43143              Date: Sat, 26 May 2001 06:44:20 -0700
43144              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
43145      Branch: perl
43146            ! sv.c t/op/glob.t
43147 ____________________________________________________________________________
43148 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
43149         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
43150              From: "Craig A. Berry" <craigberry@mac.com>
43151              Date: Tue, 12 Jun 2001 23:55:26 -0500
43152              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
43153      Branch: perl
43154            ! ext/re/Makefile.PL ext/re/re.xs
43155 ____________________________________________________________________________
43156 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
43157         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
43158              suggested by NI-S.
43159      Branch: perl
43160            ! XSUB.h malloc.c perl.h
43161 ____________________________________________________________________________
43162 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
43163         Log: Regen toc.
43164      Branch: perl
43165            ! pod/perltoc.pod
43166 ____________________________________________________________________________
43167 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
43168         Log: Subject: [patch] perl.gprof control
43169              From: Doug MacEachern <dougm@covalent.net>
43170              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
43171              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
43172      Branch: perl
43173            ! miniperlmain.c perl.h
43174 ____________________________________________________________________________
43175 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
43176         Log: Subject: Re: ext/ + -Wall
43177              From: Doug MacEachern <dougm@covalent.net>
43178              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
43179              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
43180              
43181              Document ax and break up dXSARGS.
43182      Branch: perl
43183            ! XSUB.h pod/perlapi.pod
43184 ____________________________________________________________________________
43185 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
43186         Log: More AIX tweakage from Merijn.
43187      Branch: perl
43188            ! hints/aix.sh
43189 ____________________________________________________________________________
43190 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
43191         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
43192              From: "Craig A. Berry" <craigberry@mac.com>
43193              Date: Tue, 12 Jun 2001 22:57:45 -0500
43194              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
43195      Branch: perl
43196            ! vms/descrip_mms.template
43197 ____________________________________________________________________________
43198 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
43199         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
43200              From: "Craig A. Berry" <craigberry@mac.com>
43201              Date: Tue, 12 Jun 2001 22:21:39 -0500
43202              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
43203      Branch: perl
43204            ! configure.com util.c
43205 ____________________________________________________________________________
43206 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
43207         Log: New AIX dynaloading code from Jens-Uwe Mager.
43208              Does break binary compatibility.
43209      Branch: perl
43210            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
43211 ____________________________________________________________________________
43212 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
43213         Log: VMS DEC C compiler found nits by Peter Prymmer.
43214      Branch: perl
43215            ! util.c
43216 ____________________________________________________________________________
43217 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
43218         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
43219              From: Peter Prymmer <pvhp@forte.com>
43220              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
43221              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
43222      Branch: perl
43223            ! t/lib/filecomp.t
43224 ____________________________________________________________________________
43225 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
43226         Log: I wonder how many $CONFIGs still lurk in the shadows.
43227      Branch: perl
43228            ! pod/Makefile.SH x2p/cflags.SH
43229 ____________________________________________________________________________
43230 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
43231         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
43232      Branch: perl
43233            ! pod/checkpods.PL
43234 ____________________________________________________________________________
43235 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
43236         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
43237      Branch: perl
43238            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
43239 ____________________________________________________________________________
43240 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
43241         Log: Subject: [patch] rid local_patches warnings
43242              From: Doug MacEachern <dougm@covalent.net>
43243              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
43244              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
43245      Branch: perl
43246            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
43247 ____________________________________________________________________________
43248 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
43249         Log: Subject: Re: ext/ + -Wall
43250              From: Doug MacEachern <dougm@covalent.net>
43251              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
43252              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
43253      Branch: perl
43254            ! ext/attrs/attrs.xs
43255 ____________________________________________________________________________
43256 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
43257         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
43258              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43259              Date: Tue, 12 Jun 2001 14:36:20 -0400
43260              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
43261      Branch: perl
43262            ! pod/perlretut.pod
43263 ____________________________________________________________________________
43264 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
43265         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
43266              From: Mike Guy <mjtg@cam.ac.uk>
43267              Date: Tue, 12 Jun 2001 19:10:31 +0100
43268              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
43269              
43270              Subject: Re: [ID 20010612.001] out of memory during regex compilation
43271              From: Mike Guy <mjtg@cam.ac.uk>
43272              Date: Tue, 12 Jun 2001 19:21:01 +0100
43273              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
43274      Branch: perl
43275            ! pod/perlop.pod
43276 ____________________________________________________________________________
43277 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
43278         Log: AIX tweaks from Merijn H. Brand.
43279      Branch: perl
43280            ! hints/aix.sh
43281 ____________________________________________________________________________
43282 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
43283         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
43284              From: "Brendan O'Dea" <bod@compusol.com.au>
43285              Date: Wed, 13 Jun 2001 05:16:47 +1000
43286              Message-ID: <20010613051647.A8945@compusol.com.au>
43287      Branch: maint-5.6/perl
43288            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
43289 ____________________________________________________________________________
43290 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
43291         Log: Subject: Small bcopy cleanup
43292              From: Andy Dougherty <doughera@lafayette.edu>
43293              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
43294              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
43295      Branch: perl
43296            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
43297 ____________________________________________________________________________
43298 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
43299         Log: Subject: [PATCH] Re: ext/ + -Wall
43300              From: Nicholas Clark <nick@ccl4.org>
43301              Date: Wed, 13 Jun 2001 00:04:30 +0100
43302              Message-ID: <20010613000430.M5901@plum.flirble.org>
43303      Branch: perl
43304            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
43305 ____________________________________________________________________________
43306 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
43307         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
43308              From: Nicholas Clark <nick@ccl4.org>
43309              Date: Tue, 12 Jun 2001 23:53:07 +0100
43310              Message-ID: <20010612235307.L5901@plum.flirble.org>
43311      Branch: perl
43312            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
43313 ____________________________________________________________________________
43314 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
43315         Log: MPE/iX tweaks from Mark Bixby.
43316      Branch: perl
43317            ! hints/mpeix.sh mpeix/mpeixish.h util.c
43318 ____________________________________________________________________________
43319 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
43320         Log: Update Changes.
43321      Branch: perl
43322            ! Changes patchlevel.h
43323 ____________________________________________________________________________
43324 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
43325         Log: One less -Wall whine (found under DEBUGGING).
43326      Branch: perl
43327            ! x2p/Makefile.SH x2p/a2p.c
43328 ____________________________________________________________________________
43329 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
43330         Log: s/case-independent/case-insensitive/g
43331      Branch: perl
43332            ! pod/perldebug.pod
43333 ____________________________________________________________________________
43334 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
43335         Log: As suggested in    
43336              
43337              Subject: Re: ext/ + -Wall
43338              From: Gurusamy Sarathy <gsar@ActiveState.com>
43339              Date: Mon, 11 Jun 2001 23:34:31 -0700
43340              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
43341      Branch: perl
43342            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
43343            ! perl.h
43344 ____________________________________________________________________________
43345 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
43346         Log: Subject: ext/ + -Wall
43347              From: Doug MacEachern <dougm@covalent.net>
43348              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
43349              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
43350      Branch: perl
43351            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
43352            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
43353            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
43354            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
43355            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
43356            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
43357            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
43358            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
43359            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
43360            ! lib/ExtUtils/xsubpp
43361 ____________________________________________________________________________
43362 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
43363         Log: Subject: [PATCH] anonymous stashes
43364              From: Abhijit Menon-Sen <ams@wiw.org>
43365              Date: Tue, 12 Jun 2001 12:47:04 +0530
43366              Message-ID: <20010612124704.A29029@lustre.linux.in>
43367      Branch: perl
43368            ! dump.c gv.c sv.c xsutils.c
43369 ____________________________________________________________________________
43370 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
43371         Log: One more test for $^S.
43372      Branch: perl
43373            ! t/op/magic.t
43374 ____________________________________________________________________________
43375 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
43376         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
43377              From: Abhijit Menon-Sen <ams@wiw.org>
43378              Date: Tue, 12 Jun 2001 17:35:55 +0530
43379              Message-ID: <20010612173555.A32426@lustre.linux.in>
43380      Branch: perl
43381            ! mg.c t/op/magic.t
43382 ____________________________________________________________________________
43383 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
43384         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
43385              From: Mike Guy <mjtg@cam.ac.uk>
43386              Date: Tue, 12 Jun 2001 13:14:15 +0100
43387              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
43388      Branch: perl
43389            ! pod/perlop.pod
43390 ____________________________________________________________________________
43391 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
43392         Log: AUTHORS updates.
43393      Branch: perl
43394            ! AUTHORS
43395 ____________________________________________________________________________
43396 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
43397         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
43398              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
43399              Content-Transfer-Encoding: 7bit
43400              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
43401      Branch: perl
43402            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
43403 ____________________________________________________________________________
43404 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
43405         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
43406              From: "Philip Newton" <Philip.Newton@gmx.net>
43407              Date: Mon, 11 Jun 2001 07:08:03 +0200
43408              Message-Id: <200106120802.LAA08992@taas.iki.fi>
43409      Branch: perl
43410            ! t/base/term.t
43411 ____________________________________________________________________________
43412 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
43413         Log: Cleanup the a2p.c for -Wall.
43414      Branch: perl
43415            ! x2p/Makefile.SH x2p/a2p.c
43416 ____________________________________________________________________________
43417 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
43418         Log: File::Find update for MacOS from Chris Nandor.
43419      Branch: perl
43420            ! lib/File/Find.pm t/lib/filefind.t
43421 ____________________________________________________________________________
43422 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
43423         Log: gcc -Wall nits picked out by a non-UNIX system
43424              (courtesy of Mark Bixby)
43425      Branch: perl
43426            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
43427            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
43428            ! pp_sys.c util.c
43429 ____________________________________________________________________________
43430 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
43431         Log: Metaconfig unit change for #10522.  (The d_modfl changes
43432              placate metalint.)
43433      Branch: metaconfig/U/perl
43434            ! d_modfl.U d_u32align.U
43435 ____________________________________________________________________________
43436 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
43437         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
43438              be "./try 2>&1 >/dev/null".
43439      Branch: perl
43440            ! Configure
43441 ____________________________________________________________________________
43442 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
43443         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
43444              From: "Craig A. Berry" <craigberry@mac.com>
43445              Date: Mon, 11 Jun 2001 14:00:32 -0500
43446              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
43447      Branch: perl
43448            ! configure.com
43449 ____________________________________________________________________________
43450 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
43451         Log: Move the full \p\P lists to perlunicode.
43452      Branch: perl
43453            ! pod/perlretut.pod pod/perlunicode.pod
43454 ____________________________________________________________________________
43455 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
43456         Log: VOS build tweak for 5.6.1 from Paul Green.
43457      Branch: maint-5.6/perl
43458            ! vos/build.cm
43459 ____________________________________________________________________________
43460 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
43461         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
43462              From: "Craig A. Berry" <craigberry@mac.com>
43463              Date: Fri, 8 Jun 2001 18:08:18 -0500
43464              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
43465      Branch: perl
43466            ! vms/vms.c
43467 ____________________________________________________________________________
43468 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
43469         Log: Update Changes.
43470      Branch: perl
43471            ! Changes patchlevel.h
43472 ____________________________________________________________________________
43473 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
43474         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
43475      Branch: perl
43476            ! vos/config.alpha.h vos/config.ga.h
43477 ____________________________________________________________________________
43478 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
43479         Log: VOS updates from Paul Green for @10476.
43480      Branch: perl
43481            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
43482            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43483            ! vos/config.ga.h vos/configure_perl.cm
43484 ____________________________________________________________________________
43485 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
43486         Log: Subject: [PATCH] Not many people know this ...
43487              From: Mike Guy <mjtg@cam.ac.uk>
43488              Date: Mon, 11 Jun 2001 14:55:15 +0100
43489              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
43490      Branch: perl
43491            ! pod/perldebug.pod
43492 ____________________________________________________________________________
43493 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
43494         Log: Add final commas to lists as suggested by Philip Newton.
43495      Branch: perl
43496            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
43497 ____________________________________________________________________________
43498 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
43499         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
43500              Date: Sun, 10 Jun 2001 23:35:38 -0400
43501              From: Chris Nandor <pudge@pobox.com>
43502              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
43503      Branch: perl
43504            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
43505            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
43506            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
43507            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
43508            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
43509            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
43510            ! t/op/write.t t/pragma/strict.t
43511 ____________________________________________________________________________
43512 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
43513         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
43514              From: Chris Nandor <pudge@pobox.com>
43515              Date: Mon, 11 Jun 2001 08:24:28 -0400
43516              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
43517      Branch: perl
43518            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
43519            ! t/lib/io_dir.t
43520 ____________________________________________________________________________
43521 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
43522         Log: One more run_byacc (a hand-tweaked version had slipped in).
43523      Branch: perl
43524            ! perly.c vms/perly_c.vms
43525 ____________________________________________________________________________
43526 [ 10509] By: nick                                  on 2001/06/11  07:49:15
43527         Log: Integrate mainline
43528      Branch: perlio
43529           !> Makefile.SH embed.h embed.pl global.sym
43530           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
43531           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
43532           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
43533           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
43534 ____________________________________________________________________________
43535 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
43536         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
43537              From: Mike Guy <mjtg@cam.ac.uk>
43538              Reply-To: mjtg@cam.ac.uk
43539              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
43540      Branch: perl
43541            ! lib/ExtUtils/Manifest.pm
43542 ____________________________________________________________________________
43543 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
43544         Log: Subject: [PATCH] ExtUtils::Constant
43545              From: Nicholas Clark <nick@ccl4.org>
43546              Date: Sun, 10 Jun 2001 23:25:41 +0100
43547              Message-ID: <20010610232540.C76396@plum.flirble.org>
43548      Branch: perl
43549            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
43550 ____________________________________________________________________________
43551 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
43552         Log: Integrate perlio.
43553      Branch: perl
43554           !> iperlsys.h
43555 ____________________________________________________________________________
43556 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
43557         Log: Move the grok_number and its lieutenant grok_numeric_radix
43558              from sv.c statics to util.c and public.
43559      Branch: perl
43560            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
43561            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
43562 ____________________________________________________________________________
43563 [ 10504] By: nick                                  on 2001/06/10  17:47:06
43564         Log: Fix (valid) -Wall warnings in perlio.c
43565      Branch: perlio
43566            ! iperlsys.h
43567 ____________________________________________________________________________
43568 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
43569         Log: Update perly_c.diff, update perly.fixer to edit away
43570              some of the -Wall noise.
43571      Branch: perl
43572            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
43573 ____________________________________________________________________________
43574 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
43575         Log: Check the version of byacc.
43576      Branch: perl
43577            ! Makefile.SH
43578 ____________________________________________________________________________
43579 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
43580         Log: Subject: [PATCH] perly.y overhaul
43581              From: Simon Cozens <simon@netthink.co.uk>
43582              Date: Sun, 10 Jun 2001 16:56:54 +0100
43583              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
43584              
43585              Plus make run_byacc.
43586      Branch: perl
43587            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
43588 ____________________________________________________________________________
43589 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
43590         Log: Integrate perlio.
43591      Branch: perl
43592           !> perlio.c perlsfio.h
43593 ____________________________________________________________________________
43594 [ 10499] By: nick                                  on 2001/06/10  15:01:08
43595         Log: Integrate mainline
43596      Branch: perlio
43597           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
43598           !> t/pragma/locale.t util.c
43599 ____________________________________________________________________________
43600 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
43601         Log: Put some meat on the perl572delta bones.  The list of
43602              selected bug fixes needs more work, as does still the
43603              whole document.
43604      Branch: perl
43605            ! pod/perl572delta.pod
43606 ____________________________________________________________________________
43607 [ 10497] By: nick                                  on 2001/06/10  12:27:51
43608         Log: Paper over a crack or two with USE_SFIO
43609      Branch: perlio
43610            ! perlio.c perlsfio.h
43611 ____________________________________________________________________________
43612 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
43613         Log: Update Changes.
43614      Branch: perl
43615            ! Changes patchlevel.h
43616 ____________________________________________________________________________
43617 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
43618         Log: Subject: Re: pragma/locale.t #107
43619              From: Hugo <hv@crypt.compulink.co.uk>
43620              Date: Sun, 10 Jun 2001 11:23:30 +0100
43621              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
43622              
43623              Encapsulate the scan of the decimal radix separator.
43624      Branch: perl
43625            ! embed.h embed.pl proto.h sv.c
43626 ____________________________________________________________________________
43627 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
43628         Log: Try to grok numbers both with the locale specific separator
43629              and with the usual "." (if different from the lss); add a test
43630              to locale.t to do also a little bit of math in addition to just
43631              equalness testing; remove extraneous logic as suggested in
43632              
43633              Subject: Re: pragma/locale.t #107
43634              From: Nicholas Clark <nick@ccl4.org>
43635              Date: Sat, 9 Jun 2001 22:37:36 +0100
43636              Message-ID: <20010609223735.Y76396@plum.flirble.org>
43637      Branch: perl
43638            ! sv.c t/pragma/locale.t
43639 ____________________________________________________________________________
43640 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
43641         Log: Metaconfig unit change for #10492.
43642      Branch: metaconfig/U/perl
43643            ! Extensions.U
43644 ____________________________________________________________________________
43645 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
43646         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
43647              From: Artur Bergman <artur@contiller.se> 
43648              Date: Sat, 09 Jun 2001 21:03:51 +0200
43649              Message-ID: <B7483FB6.1398%artur@contiller.se>
43650      Branch: perl
43651            ! Configure
43652 ____________________________________________________________________________
43653 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
43654         Log: Integrate perlio.
43655      Branch: perl
43656           !> perlsfio.h
43657 ____________________________________________________________________________
43658 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
43659         Log: Do locale specific separator if only in locale.
43660      Branch: perl
43661            ! util.c
43662 ____________________________________________________________________________
43663 [ 10489] By: nick                                  on 2001/06/09  19:13:25
43664         Log: Make XS/Typemap compile (but fail) with sfio
43665      Branch: perlio
43666            ! perlsfio.h
43667 ____________________________________________________________________________
43668 [ 10488] By: nick                                  on 2001/06/09  19:12:51
43669         Log: Re-integrate mainline
43670      Branch: perlio
43671           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
43672           !> proto.h sv.c util.c
43673 ____________________________________________________________________________
43674 [ 10487] By: nick                                  on 2001/06/09  16:26:29
43675         Log: Integrate mainline
43676      Branch: perlio
43677           !> (integrate 31 files)
43678 ____________________________________________________________________________
43679 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
43680         Log: Subject: [PATCH] New attempt to clone callack
43681              From: Artur Bergman <artur@contiller.se> 
43682              Date: Thu, 07 Jun 2001 11:52:16 +0200
43683              Message-ID: <B7451B6F.12B7%artur@contiller.se>
43684      Branch: perl
43685            ! embedvar.h intrpvar.h perlapi.h sv.c
43686 ____________________________________________________________________________
43687 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
43688         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
43689      Branch: perl
43690            ! embed.h embed.pl perl.h proto.h sv.c util.c
43691 ____________________________________________________________________________
43692 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
43693         Log: Subject: Re: pragma/locale.t #107
43694              From: Nicholas Clark <nick@ccl4.org>
43695              Date: Sat, 9 Jun 2001 16:26:10 +0100
43696              Message-ID: <20010609162609.V76396@plum.flirble.org>
43697              
43698              A missing NVification.
43699      Branch: perl
43700            ! sv.c
43701 ____________________________________________________________________________
43702 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
43703         Log: Redo the #10482, there already was a test script for formats.
43704      Branch: perl
43705            - t/io/format.t
43706            ! MANIFEST t/op/write.t
43707 ____________________________________________________________________________
43708 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
43709         Log: Twisted format testing, from Merijn.
43710      Branch: perl
43711            + t/io/format.t
43712            ! MANIFEST
43713 ____________________________________________________________________________
43714 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
43715         Log: More \p{In...} testing, combined with \N{...}.
43716      Branch: perl
43717            ! lib/utf8_heavy.pl t/op/pat.t
43718 ____________________________________________________________________________
43719 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
43720         Log: Metaconfig changes for #10479.
43721      Branch: metaconfig
43722            ! U/Glossary.patch
43723      Branch: metaconfig/U/perl
43724            ! d_modfl.U
43725 ____________________________________________________________________________
43726 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
43727         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
43728      Branch: perl
43729            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43730            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
43731            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
43732            ! win32/config.bc win32/config.gc win32/config.vc
43733 ____________________________________________________________________________
43734 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
43735         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
43736              From: "Craig A. Berry" <craigberry@mac.com>
43737              Date: Thu, 7 Jun 2001 14:27:20 -0500
43738              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
43739      Branch: perl
43740            ! vms/perlvms.pod
43741 ____________________________________________________________________________
43742 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
43743         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
43744              From: Gisle Aas <gisle@ActiveState.com>
43745              Date: 07 Jun 2001 17:04:29 -0700
43746              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
43747      Branch: perl
43748            ! ext/re/re.xs
43749 ____________________________________________________________________________
43750 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
43751         Log: Update Changes.
43752      Branch: perl
43753            ! Changes patchlevel.h
43754 ____________________________________________________________________________
43755 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
43756         Log: Regen Glossary et alia.
43757      Branch: perl
43758            ! Porting/Glossary Porting/config.sh Porting/config_H
43759 ____________________________________________________________________________
43760 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
43761         Log: Metaconfig unit changes for #10473.
43762      Branch: metaconfig/U/perl
43763            ! d_modfl.U
43764 ____________________________________________________________________________
43765 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
43766         Log: Harumph, also AIX will spill its guts (i.e. dump core)
43767              if an executable contains modfl() but it hasn't been
43768              compiled right (in the case of AIX, with cc -qlongdouble).
43769      Branch: perl
43770            ! Configure
43771 ____________________________________________________________________________
43772 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
43773         Log: integrate change#10471 from mainline
43774              
43775              in change#10451, check that CvOUTSIDE is a CV before looking in
43776              (it can apparently be SVt_NULL during global destruction)
43777      Branch: maint-5.6/perl
43778           !> op.c
43779 ____________________________________________________________________________
43780 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
43781         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
43782              (it can apparently be SVt_NULL during global destruction)
43783      Branch: perl
43784            ! op.c
43785 ____________________________________________________________________________
43786 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
43787         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
43788              From: Robin Barker <rmb1@cise.npl.co.uk>
43789              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
43790              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
43791      Branch: perl
43792            ! lib/diagnostics.pm pod/perldiag.pod
43793 ____________________________________________________________________________
43794 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
43795         Log: Subject: [PATCH perl@10439] long =item
43796              From: Robin Barker <rmb1@cise.npl.co.uk>
43797              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
43798              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
43799      Branch: perl
43800            ! README.amiga lib/Attribute/Handlers.pm
43801            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
43802 ____________________________________________________________________________
43803 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
43804         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
43805              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
43806              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
43807              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
43808      Branch: perl
43809            ! pod/perlguts.pod
43810 ____________________________________________________________________________
43811 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
43812         Log: Integrate perlio.
43813      Branch: perl
43814           !> sv.c
43815 ____________________________________________________________________________
43816 [ 10466] By: nick                                  on 2001/06/07  10:25:40
43817         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
43818              whitespace tweaks.
43819              Still coredumps in pragma/overload.t - what a nice hard fail that is...
43820      Branch: perlio
43821            ! sv.c
43822 ____________________________________________________________________________
43823 [ 10465] By: nick                                  on 2001/06/07  08:41:58
43824         Log: Raw integrate of mainline for S_grok_number debug
43825              (sv.c has MULTIPLICITY issues as well as whatever else ...)
43826      Branch: perlio
43827            - plan9/perlplan9.doc plan9/perlplan9.pod
43828           !> (integrate 46 files)
43829 ____________________________________________________________________________
43830 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
43831         Log: The proper prototyping for #10463.
43832      Branch: perl
43833            ! embed.h embed.pl proto.h sv.c
43834 ____________________________________________________________________________
43835 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
43836         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
43837              From: Nicholas Clark <nick@ccl4.org>
43838              Date: Thu, 7 Jun 2001 00:29:59 +0100
43839              Message-ID: <20010607002959.Z76396@plum.flirble.org>
43840      Branch: perl
43841            ! sv.c
43842 ____________________________________________________________________________
43843 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
43844         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
43845              From: "Craig A. Berry" <craigberry@mac.com>
43846              Date: Wed, 06 Jun 2001 17:54:30 -0500
43847              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
43848      Branch: perl
43849            ! vms/perlvms.pod
43850 ____________________________________________________________________________
43851 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
43852         Log: Podify the remaining README.platform files;
43853              merge README.plan9 and plan9/perlplan9.pod;
43854              delete plan9/perlplan9.* (the perlplan.doc needs to
43855              be regenerated in Plan 9); make the =head1 and =head2
43856              in the README.platform to be a little more verbose
43857              (skipped README.os2 not to anger Ilya) so that they
43858              look better in the toc; regen toc.
43859      Branch: perl
43860            - plan9/perlplan9.doc plan9/perlplan9.pod
43861            ! MANIFEST README.aix README.amiga README.apollo README.beos
43862            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
43863            ! README.hpux README.hurd README.machten README.macos
43864            ! README.micro README.mint README.mpeix README.os390
43865            ! README.plan9 README.qnx README.solaris README.threads
43866            ! README.tru64 README.vmesa README.vms README.vos README.win32
43867            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
43868            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
43869 ____________________________________________________________________________
43870 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
43871         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
43872              From: Mike Guy <mjtg@cam.ac.uk>
43873              Reply-To: mjtg@cam.ac.uk
43874              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
43875      Branch: perl
43876            ! pod/perlguts.pod
43877 ____________________________________________________________________________
43878 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
43879         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
43880              From: Mike Guy <mjtg@cam.ac.uk>
43881              Reply-To: mjtg@cam.ac.uk
43882              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
43883      Branch: perl
43884            ! pod/perlsec.pod
43885 ____________________________________________________________________________
43886 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
43887         Log: Disable long doubles from pre-5.0 Tru64s.
43888      Branch: perl
43889            ! README.tru64 hints/dec_osf.sh
43890 ____________________________________________________________________________
43891 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
43892         Log: The #10455 exposed that modfl() is fundamentally busted
43893              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
43894              testing it.
43895      Branch: perl
43896            ! hints/dec_osf.sh
43897 ____________________________________________________________________________
43898 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
43899         Log: Metaconfig unit change for #10455.
43900      Branch: metaconfig/U/perl
43901            ! d_modfl.U
43902 ____________________________________________________________________________
43903 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
43904         Log: Configure check for geborken modfl(), inspired by
43905              
43906              Subject: Re: [20010118.017] op/int.t failure 
43907              From: Hugo <hv@crypt.compulink.co.uk>
43908              Date: Tue, 05 Jun 2001 13:43:27 +0100
43909              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
43910      Branch: perl
43911            ! Configure
43912 ____________________________________________________________________________
43913 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
43914         Log: Integrate changes #10450 and #10451 from maintperl:
43915              
43916              optimize change#10448 slightly (don't repeat search in eval""s lexical
43917              scope, since that has already been searched)
43918              
43919              change#9108 needs subtler treatment for case of closures created
43920              within eval""
43921      Branch: perl
43922           !> op.c t/op/misc.t
43923 ____________________________________________________________________________
43924 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
43925         Log: MakeMaker magic to compile (when no dynamic loading)
43926              List/Util.xsc as (ListUtil.c and) ListUtil.o since
43927              POSIX-BC (BS2000) linker has an evil limitation of
43928              being unable to include in the same executable several
43929              object files with the same name - case-insensitively -
43930              because otherwise we conflict with util.c.
43931              Strictly speaking currently required only in POSIX-BC
43932              but probably will do no harm elsewhere where static
43933              linking is required.
43934      Branch: perl
43935            ! ext/List/Util/Makefile.PL
43936 ____________________________________________________________________________
43937 [ 10452] By: nick                                  on 2001/06/06  08:59:51
43938         Log: Integrate mainline.
43939      Branch: perlio
43940           +> lib/Attribute/Handlers/demo/Demo.pm
43941           +> lib/Attribute/Handlers/demo/Descriptions.pm
43942           +> lib/Attribute/Handlers/demo/MyClass.pm
43943           +> lib/Attribute/Handlers/demo/demo.pl
43944           +> lib/Attribute/Handlers/demo/demo2.pl
43945           +> lib/Attribute/Handlers/demo/demo3.pl
43946           +> lib/Attribute/Handlers/demo/demo4.pl
43947           +> lib/Attribute/Handlers/demo/demo_call.pl
43948           +> lib/Attribute/Handlers/demo/demo_chain.pl
43949           +> lib/Attribute/Handlers/demo/demo_cycle.pl
43950           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
43951           +> lib/Attribute/Handlers/demo/demo_phases.pl
43952           +> lib/Attribute/Handlers/demo/demo_range.pl
43953           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
43954           +> uts/strtol_wrap.c
43955           !> (integrate 91 files)
43956 ____________________________________________________________________________
43957 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
43958         Log: change#9108 needs subtler treatment for case of closures created
43959              within eval""
43960      Branch: maint-5.6/perl
43961            ! op.c t/op/misc.t
43962 ____________________________________________________________________________
43963 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
43964         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
43965              scope, since that has already been searched)
43966      Branch: maint-5.6/perl
43967            ! op.c
43968 ____________________________________________________________________________
43969 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
43970         Log: Integrate change #10448 from maintperl; lexicals
43971              outside an eval"" weren't resolved correctly inside a subroutine
43972              definition inside the eval"" if they were not already referenced
43973              in the toplevel of the eval""-ed code
43974      Branch: perl
43975           !> cop.h op.c pp_ctl.c t/op/misc.t
43976 ____________________________________________________________________________
43977 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
43978         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
43979              outside an eval"" weren't resolved correctly inside a subroutine
43980              definition inside the eval"" if they were not already referenced
43981              in the toplevel of the eval""-ed code
43982      Branch: maint-5.6/perl
43983            ! cop.h op.c pp_ctl.c t/op/misc.t
43984 ____________________________________________________________________________
43985 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
43986         Log: Subject: [PATCH] perl570delta.pod
43987              From: Peter Scott <Peter@PSDT.com> 
43988              Date: Tue, 05 Jun 2001 18:51:02 -0700
43989              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
43990      Branch: perl
43991            ! pod/perl570delta.pod
43992 ____________________________________________________________________________
43993 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
43994         Log: The fudge factor is no more needed.  I hope.
43995      Branch: perl
43996            ! t/lib/posix.t
43997 ____________________________________________________________________________
43998 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
43999         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
44000              From: Hugo <hv@crypt.compulink.co.uk>
44001              Date: Tue, 05 Jun 2001 12:58:19 +0100
44002              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
44003      Branch: perl
44004            ! util.c
44005 ____________________________________________________________________________
44006 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
44007         Log: Make up prototypes only for those who have the functions
44008              but not the prototypes.
44009      Branch: perl
44010            ! perl.h
44011 ____________________________________________________________________________
44012 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
44013         Log: Subject: Re: Not OK: perl@10439 on win32 
44014              From: Prymmer/Kahn <pvhp@best.com> 
44015              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
44016              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
44017      Branch: perl
44018            ! perl.h util.c
44019 ____________________________________________________________________________
44020 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
44021         Log: The metaconfig units changes for #10441.
44022      Branch: metaconfig
44023            ! U/modified/Extract.U U/modified/Extractall.U
44024            ! U/modified/Finish.U
44025 ____________________________________________________________________________
44026 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
44027         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
44028      Branch: perl
44029            ! Configure
44030 ____________________________________________________________________________
44031 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
44032         Log: Unnecessary fuzziness undone, noted by Mike Guy.
44033      Branch: perl
44034            ! t/op/tr.t
44035 ____________________________________________________________________________
44036 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
44037         Log: Update Changes.
44038      Branch: perl
44039            ! Changes patchlevel.h
44040 ____________________________________________________________________________
44041 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
44042         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
44043              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
44044              leakage patch.
44045      Branch: perl
44046            ! t/op/misc.t
44047 ____________________________________________________________________________
44048 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
44049         Log: Test case for #10433/#10424.
44050      Branch: perl
44051            ! t/op/misc.t
44052 ____________________________________________________________________________
44053 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
44054         Log: Subject: One fix for strtoul not setting errno
44055              From: hom00@utsglobal.com (Hal Morris)
44056              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
44057              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
44058      Branch: perl
44059            + uts/strtol_wrap.c
44060            ! MANIFEST hints/uts.sh
44061 ____________________________________________________________________________
44062 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
44063         Log: Metaconfig units changes for #10434.
44064      Branch: metaconfig
44065            ! U/modified/Cppsym.U
44066      Branch: metaconfig/U/perl
44067            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
44068            + d_syscallproto.U d_usleepproto.U
44069            ! longdblfio.U quadfio.U
44070 ____________________________________________________________________________
44071 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
44072         Log: Configure tweaks; add prototype probes, make the cpp symbols
44073              probe to cast, not whine; test for %Ld and %Lf before %lld and
44074              %llf because the L is the ANSI way.
44075      Branch: perl
44076            ! Configure config_h.SH configure.com epoc/config.sh
44077            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
44078            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
44079            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
44080 ____________________________________________________________________________
44081 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
44082         Log: Sigh.  This is what #10424 was supposed to check in.
44083      Branch: perl
44084            ! op.c sv.c sv.h
44085 ____________________________________________________________________________
44086 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
44087         Log: More verbose failure.
44088      Branch: perl
44089            ! t/op/ver.t
44090 ____________________________________________________________________________
44091 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
44092         Log: The .pm changes to go with #10428.
44093      Branch: perl
44094            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
44095            ! ext/Sys/Syslog/Syslog.pm
44096 ____________________________________________________________________________
44097 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
44098         Log: On second thoughts show to utf8 skippage message only
44099              on failures, it's too confusing otherwise,
44100      Branch: perl
44101            ! t/pragma/locale.t
44102 ____________________________________________________________________________
44103 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
44104         Log: Do not import anything from Encode.
44105      Branch: perl
44106            ! ext/MIME/Base64/QuotedPrint.pm
44107 ____________________________________________________________________________
44108 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
44109         Log: The #10402 didn't take.  Weird.
44110      Branch: perl
44111            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
44112            ! ext/Sys/Syslog/Syslog.xs
44113 ____________________________________________________________________________
44114 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
44115         Log: Eradicate traces of 'asciirange' re subpragma.
44116      Branch: perl
44117            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
44118            ! pod/perldiag.pod
44119 ____________________________________________________________________________
44120 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
44121         Log: use is a compile-time thing.
44122      Branch: perl
44123            ! ext/MIME/Base64/QuotedPrint.pm
44124 ____________________________________________________________________________
44125 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
44126         Log: Subject: [PATCH perl@10419] -Wall casting patch
44127              From: Robin Barker <rmb1@cise.npl.co.uk>
44128              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
44129              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
44130      Branch: perl
44131            ! ext/Devel/DProf/DProf.xs mg.c
44132 ____________________________________________________________________________
44133 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
44134         Log: Subject: [PATCH #2] introducing SVpad_TYPED
44135              From: Abhijit Menon-Sen <ams@wiw.org>
44136              Date: Mon, 4 Jun 2001 12:26:02 +0530
44137              Message-ID: <20010604122602.A5775@lustre.linux.in>
44138      Branch: perl
44139            ! op.c sv.c sv.h
44140 ____________________________________________________________________________
44141 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
44142         Log: testsuite for change#10192 (from Gisle Aas)
44143      Branch: perl
44144            + t/op/override.t
44145            ! MANIFEST
44146 ____________________________________________________________________________
44147 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
44148         Log: integrate changes#10414-10416 from mainline
44149              
44150              Potential buffer overrun if the radix separator is more than
44151              one byte.  Also, under locales, prefer the locale-specific
44152              separator over the old boring ".".
44153              
44154              "10.", that is, decimal numbers can have no decimal part at all.
44155              
44156              The non-locale places need love, too.
44157      Branch: maint-5.6/perl
44158           !> perl.h sv.c
44159 ____________________________________________________________________________
44160 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
44161         Log: Missed from #10420.
44162      Branch: perl
44163            ! epoc/config.sh
44164 ____________________________________________________________________________
44165 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
44166         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
44167              often this prototype goes with HAS_SETRESUID_PROTO.
44168      Branch: perl
44169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44170            ! config_h.SH configure.com perl.h uconfig.h
44171 ____________________________________________________________________________
44172 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
44173         Log: Update Changes.
44174      Branch: perl
44175            ! Changes patchlevel.h
44176 ____________________________________________________________________________
44177 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
44178         Log: -Wall "subscript has type `char'" cleanup.
44179      Branch: perl
44180            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
44181 ____________________________________________________________________________
44182 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
44183         Log: Various "cast to pointer from integer of different size"
44184              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
44185              wide but I32 (int) only 32 bits wide).
44186              
44187              WARNING: the classnum and tagnum changes in Storable.xs
44188              may not be wise, they may be breaking binary compatibility
44189              (in 64-bit platforms), asked Raphael Manfredi about the changes.
44190      Branch: perl
44191            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
44192            ! mg.c proto.h
44193 ____________________________________________________________________________
44194 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
44195         Log: The non-locale places need love, too.
44196      Branch: perl
44197            ! perl.h
44198 ____________________________________________________________________________
44199 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
44200         Log: "10.", that is, decimal numbers can have no decimal part at all.
44201      Branch: perl
44202            ! perl.h
44203 ____________________________________________________________________________
44204 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
44205         Log: Potential buffer overrun if the radix separator is more than
44206              one byte.  Also, under locales, prefer the locale-specific
44207              separator over the old boring ".".
44208      Branch: perl
44209            ! perl.h sv.c
44210 ____________________________________________________________________________
44211 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
44212         Log: Integrate change #10412 from maintperl; locale is now
44213              per-cop, not per-op; plus retweak the locale.t to always
44214              list the skipped utf8 locales.
44215      Branch: perl
44216            ! t/pragma/locale.t
44217           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
44218           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
44219 ____________________________________________________________________________
44220 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
44221         Log: rationalize locale handling to fix the bugs uncovered by change#10394
44222              
44223              the major issue was that the runtime was looking at PL_hints rather
44224              than op_private to notice whether locale was enabled
44225              
44226              the secondary issue was that many locale-sensitive numeric ops didn't
44227              have HINT_LOCALE propagated into their op_private
44228              
44229              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
44230              instead of per-op, just like HINT_BYTE and the hints for lexical
44231              warnings (this makes the hint available to every op via PL_curcop)
44232              
44233              pragma/locale.t may need to be reworked with these fixes in mind
44234              (it currently passes its tests)
44235      Branch: maint-5.6/perl
44236            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
44237            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
44238 ____________________________________________________________________________
44239 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
44240         Log: More verbose debugging.
44241      Branch: perl
44242            ! t/pragma/locale.t
44243 ____________________________________________________________________________
44244 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
44245         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
44246              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
44247              Date: Sat, 2 Jun 2001 22:53:33 +0100
44248              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
44249      Branch: perl
44250            ! regcomp.c t/pragma/warn/regcomp
44251 ____________________________________________________________________________
44252 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
44253         Log: Mention that lexicalizing $a or $b is a bad idea if one
44254              wants to use sort().
44255      Branch: perl
44256            ! pod/perlvar.pod
44257 ____________________________________________________________________________
44258 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
44259         Log: Tweak the test to be happy if the accuracy is 'good enough'.
44260      Branch: perl
44261            ! t/lib/posix.t
44262 ____________________________________________________________________________
44263 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
44264         Log: Upgrade to Attribute::Handlers 0.70.
44265              
44266              NOTE: this unearthed the "too late for CHECK block" bug,
44267              that's why the 1_compile.t change.
44268      Branch: perl
44269            + lib/Attribute/Handlers/demo/Demo.pm
44270            + lib/Attribute/Handlers/demo/Descriptions.pm
44271            + lib/Attribute/Handlers/demo/MyClass.pm
44272            + lib/Attribute/Handlers/demo/demo.pl
44273            + lib/Attribute/Handlers/demo/demo2.pl
44274            + lib/Attribute/Handlers/demo/demo3.pl
44275            + lib/Attribute/Handlers/demo/demo4.pl
44276            + lib/Attribute/Handlers/demo/demo_call.pl
44277            + lib/Attribute/Handlers/demo/demo_chain.pl
44278            + lib/Attribute/Handlers/demo/demo_cycle.pl
44279            + lib/Attribute/Handlers/demo/demo_hashdir.pl
44280            + lib/Attribute/Handlers/demo/demo_phases.pl
44281            + lib/Attribute/Handlers/demo/demo_range.pl
44282            + lib/Attribute/Handlers/demo/demo_rawdata.pl
44283            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
44284            ! t/lib/attrhand.t
44285 ____________________________________________________________________________
44286 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
44287         Log: One less -Wall whine.
44288      Branch: perl
44289            ! regcomp.c
44290 ____________________________________________________________________________
44291 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
44292         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
44293      Branch: perl
44294           !> t/op/eval.t
44295 ____________________________________________________________________________
44296 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
44297         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
44298              aren't "normally" visible inside eval""s contained in subs unless
44299              a cloned reference to them already exists)
44300              
44301              strangely enough, t/harness didn't show this up as a failure
44302              (harness needs fixing?)
44303      Branch: maint-5.6/perl
44304            ! t/op/eval.t
44305 ____________________________________________________________________________
44306 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
44307         Log: Update to Text::Balanced 1.85.
44308      Branch: perl
44309            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
44310 ____________________________________________________________________________
44311 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
44312         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
44313              From: Nicholas Clark <nick@ccl4.org>
44314              Date: Sun, 3 Jun 2001 17:54:36 +0100
44315              Message-ID: <20010603175436.E76396@plum.flirble.org> 
44316      Branch: perl
44317            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
44318            ! ext/Sys/Syslog/Syslog.xs
44319 ____________________________________________________________________________
44320 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
44321         Log: Unused variables.
44322      Branch: perl
44323            ! util.c
44324 ____________________________________________________________________________
44325 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
44326         Log: Subject: [PATCH] APIfy op_clear 
44327              From: Simon Cozens <simon@netthink.co.uk>
44328              Date: Sun, 3 Jun 2001 13:51:46 +0100
44329              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
44330              
44331              (despite the subject line, op_null is APIfied by the patch)
44332      Branch: perl
44333            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
44334 ____________________________________________________________________________
44335 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
44336         Log: Subject: [PATCH] t/lib/extutils.t
44337              From: Nicholas Clark <nick@ccl4.org>
44338              Date: Sat, 2 Jun 2001 23:57:05 +0100
44339              Message-ID: <20010602235705.Q12698@plum.flirble.org>
44340      Branch: perl
44341            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44342 ____________________________________________________________________________
44343 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
44344         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
44345              From: Prymmer/Kahn <pvhp@best.com>
44346              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
44347              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
44348      Branch: perl
44349            ! win32/Makefile win32/makefile.mk
44350 ____________________________________________________________________________
44351 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
44352         Log: Subject: Re: 'decimal digits' macro? 
44353              From: Hugo <hv@crypt.compulink.co.uk>
44354              Date: Sun, 03 Jun 2001 04:26:36 +0100
44355              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
44356      Branch: perl
44357            ! handy.h t/lib/posix.t t/op/tr.t
44358 ____________________________________________________________________________
44359 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
44360         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
44361              From: Hugo <hv@crypt.compulink.co.uk>
44362              Date: Sun, 03 Jun 2001 14:56:30 +0100
44363              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
44364      Branch: perl
44365            ! util.c
44366 ____________________________________________________________________________
44367 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
44368         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
44369      Branch: perl
44370           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
44371           !> vms/perly_c.vms
44372 ____________________________________________________________________________
44373 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
44374         Log: fix leakage of lexicals at file scope into subroutines that were
44375              declared before them; this appears to be a longstanding bug that
44376              meant that lexicals at file scope were never "deintroduced", meaning
44377              their scope range was never properly closed, and their visibility
44378              extended to all subsequent eval""s or requires
44379              
44380              added a test case
44381              
44382              seems to also fix a case of bogus duplicate warnings
44383      Branch: maint-5.6/perl
44384            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
44385            ! vms/perly_c.vms
44386 ____________________________________________________________________________
44387 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
44388         Log: More VMS tweaks from Craig A. Berry.
44389      Branch: perl
44390            ! configure.com t/lib/extutils.t
44391 ____________________________________________________________________________
44392 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
44393         Log: -Wall cleanup continues.
44394      Branch: perl
44395            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
44396            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
44397            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
44398            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
44399            ! run.c toke.c util.c
44400 ____________________________________________________________________________
44401 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
44402         Log: The metaconfig unit change for #10390.
44403      Branch: metaconfig/U/perl
44404            ! gccvers.U
44405 ____________________________________________________________________________
44406 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
44407         Log: Drop the -ansi from the default gcc flags.
44408              
44409              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
44410              that struct cannot be compared with a flat integer, such as STRLEN.
44411              The -ansi will also cause a lot of noise in Solaris because of:
44412              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
44413      Branch: perl
44414            ! Configure
44415 ____________________________________________________________________________
44416 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
44417         Log: Integrate perlio.
44418      Branch: perl
44419           !> pod/perlapi.pod util.c
44420 ____________________________________________________________________________
44421 [ 10388] By: nick                                  on 2001/06/02  08:01:12
44422         Log: Integrate mainline
44423      Branch: perlio
44424           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
44425           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
44426           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
44427           !> t/lib/1_compile.t t/lib/mimeqp.t
44428 ____________________________________________________________________________
44429 [ 10387] By: nick                                  on 2001/06/02  07:39:17
44430         Log: Tweak util.c's atof2 for MULTIPLICITY
44431      Branch: perlio
44432            ! util.c
44433 ____________________________________________________________________________
44434 [ 10386] By: nick                                  on 2001/06/02  07:38:33
44435         Log: Integrate mainline
44436      Branch: perlio
44437           !> (integrate 41 files)
44438 ____________________________________________________________________________
44439 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
44440         Log: Add Attribute::Handlers 0.61 from Damian Conway.
44441      Branch: perl
44442            + lib/Attribute/Handlers.pm t/lib/attrhand.t
44443            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
44444 ____________________________________________________________________________
44445 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
44446         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
44447              From: Peter Prymmer <pvhp@forte.com>
44448              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
44449              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
44450      Branch: perl
44451            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
44452 ____________________________________________________________________________
44453 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
44454         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
44455              From: Jeff Pinyan <jeffp@crusoe.net>
44456              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
44457              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
44458      Branch: perl
44459            ! lib/File/Find.pm
44460 ____________________________________________________________________________
44461 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
44462         Log: Subject: [PATCH perl@10381] configure.com tweaks
44463              From: "Craig A. Berry" <craigberry@mac.com>
44464              Date: Fri, 1 Jun 2001 13:55:43 -0500
44465              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
44466      Branch: perl
44467            ! configure.com
44468 ____________________________________________________________________________
44469 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
44470         Log: Update Changes.
44471      Branch: perl
44472            ! Changes patchlevel.h
44473 ____________________________________________________________________________
44474 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
44475         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
44476              From: Mike Guy <mjtg@cam.ac.uk>
44477              Date: Fri, 01 Jun 2001 18:17:02 +0100
44478              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
44479      Branch: perl
44480            ! lib/perl5db.pl
44481 ____________________________________________________________________________
44482 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
44483         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
44484              From: Hugo <hv@crypt.compulink.co.uk>
44485              Date: Thu, 31 May 2001 20:49:48 +0100
44486              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
44487      Branch: perl
44488            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
44489            ! util.c
44490 ____________________________________________________________________________
44491 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
44492         Log: Zero() is not available in x2p (or, rather, some of its
44493              implementations like memzero() might not be available.)
44494      Branch: perl
44495            ! x2p/hash.c
44496 ____________________________________________________________________________
44497 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
44498         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
44499              From: Michael G Schwern <schwern@pobox.com>
44500              Date: Fri, 1 Jun 2001 12:00:29 +0100
44501              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
44502              
44503              (But use Zero() instead of memset.)
44504      Branch: perl
44505            ! x2p/hash.c
44506 ____________________________________________________________________________
44507 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
44508         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
44509              From: Jeff Pinyan <jeffp@crusoe.net>
44510              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
44511              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
44512      Branch: perl
44513            ! pod/perldiag.pod regcomp.c t/op/pat.t
44514 ____________________________________________________________________________
44515 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
44516         Log: Retract #10324 and #10333; not needed.
44517      Branch: perl
44518            ! hints/irix_6.sh hints/linux.sh
44519 ____________________________________________________________________________
44520 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
44521         Log: The #10370 wasn't quite right.
44522      Branch: perl
44523            ! ext/XS/Typemap/Typemap.xs
44524 ____________________________________________________________________________
44525 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
44526         Log: The metaconfig units changes for #10372.
44527      Branch: metaconfig/U/perl
44528            + d_realpath.U d_sresgproto.U d_sresuproto.U
44529            ! gccvers.U i_db.U
44530 ____________________________________________________________________________
44531 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
44532         Log: Configure tweaks; record the Berkeley DB version,
44533              probe for realpath(), for setresuid() and setresgid()
44534              prototypes; use realpath() (try to be paranoid enough),
44535              use the setres[ug]id prototypes because glibc has the functions
44536              but not their prototypes; add -Wall -ansi to gcc ccflags;
44537              regen toc.
44538      Branch: perl
44539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44540            ! config_h.SH configure.com epoc/config.sh
44541            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
44542            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
44543            ! vos/config.ga.def win32/config.bc win32/config.gc
44544            ! win32/config.vc
44545 ____________________________________________________________________________
44546 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
44547         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
44548              From: Michael G Schwern <schwern@pobox.com>
44549              Date: Fri, 1 Jun 2001 11:28:14 +0100
44550              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
44551      Branch: perl
44552            ! lib/attributes.pm xsutils.c
44553 ____________________________________________________________________________
44554 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
44555         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
44556              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44557              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
44558              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
44559      Branch: perl
44560            ! ext/XS/Typemap/Typemap.xs
44561 ____________________________________________________________________________
44562 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
44563         Log: Subject: [patch] Cwd.xs optimizations/abstraction
44564              From: Doug MacEachern <dougm@covalent.net>
44565              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
44566              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
44567      Branch: perl
44568            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
44569            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
44570 ____________________________________________________________________________
44571 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
44572         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!])
44573              From: Nicholas Clark <nick@ccl4.org>
44574              Date: Thu, 31 May 2001 23:56:40 +0100
44575              Message-ID: <20010531235640.F12698@plum.flirble.org>
44576              
44577              Make the test work also under only static extensions
44578              (sh Configure -Uusedl fakes this nicely)
44579      Branch: perl
44580            ! t/lib/extutils.t
44581 ____________________________________________________________________________
44582 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
44583         Log: Subject: [PATCH hv.c] Eliminating trigraph
44584              From: Michael G Schwern <schwern@pobox.com>
44585              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
44586              Date: Fri, 1 Jun 2001 11:49:56 +0100
44587      Branch: perl
44588            ! hv.c
44589 ____________________________________________________________________________
44590 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
44591         Log: Subject: Re: [PATCH] Tests for File::Compare 
44592              From: "Philip Newton" <Philip.Newton@gmx.net>
44593              Date: Thu, 31 May 2001 19:44:05 +0200
44594              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
44595              
44596              Unnecessary "quotation marks".
44597      Branch: perl
44598            ! t/lib/filecomp.t
44599 ____________________________________________________________________________
44600 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
44601         Log: Integrate perlio.
44602      Branch: perl
44603           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
44604 ____________________________________________________________________________
44605 [ 10364] By: nick                                  on 2001/06/01  10:13:31
44606         Log: Cleanup dll.base and dll.exp created by GCC builds.
44607      Branch: perlio
44608            ! lib/ExtUtils/MM_Win32.pm
44609 ____________________________________________________________________________
44610 [ 10363] By: nick                                  on 2001/06/01  10:02:17
44611         Log: Make filecomp test work on CRLF platforms by adding binmode.
44612      Branch: perlio
44613            ! t/lib/filecomp.t
44614 ____________________________________________________________________________
44615 [ 10362] By: nick                                  on 2001/06/01  08:37:17
44616         Log: Integrate mainline
44617      Branch: perlio
44618           !> Changes Configure patchlevel.h perlio.c
44619 ____________________________________________________________________________
44620 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
44621         Log: panic:claustrophobia.
44622      Branch: perl
44623            ! perlio.c
44624 ____________________________________________________________________________
44625 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
44626         Log: Update Changes.
44627      Branch: perl
44628            ! Changes patchlevel.h
44629 ____________________________________________________________________________
44630 [ 10359] By: nick                                  on 2001/05/31  12:35:50
44631         Log: Integrate mainline.
44632      Branch: perlio
44633           +> t/lib/filecomp.t
44634           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
44635           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
44636 ____________________________________________________________________________
44637 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
44638         Log: Integrate perlio.
44639      Branch: perl
44640           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
44641           !> win32/config_H.vc
44642 ____________________________________________________________________________
44643 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
44644         Log: Metaconfig unit change for #10356.
44645      Branch: metaconfig
44646            ! U/installdirs/inc_version_list.U
44647 ____________________________________________________________________________
44648 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
44649         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
44650              (idea from Sarathy; implementation from Andy)
44651      Branch: perl
44652            ! Configure
44653 ____________________________________________________________________________
44654 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
44655         Log: More AUTHORS.
44656      Branch: perl
44657            ! AUTHORS
44658 ____________________________________________________________________________
44659 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
44660         Log: Subject: Re: [PATCH] Tests for File::Compare
44661              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
44662              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
44663              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
44664      Branch: perl
44665            + t/lib/filecomp.t
44666            ! MANIFEST t/lib/1_compile.t
44667 ____________________________________________________________________________
44668 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
44669         Log: Subject: [PATCH] DEBUG_* macro cleanups
44670              From: Abhijit Menon-Sen <ams@wiw.org>
44671              Date: Thu, 31 May 2001 12:16:22 +0530
44672              Message-ID: <20010531121622.B4829@lustre.linux.in>
44673              
44674              Subject: Re: [PATCH] DEBUG_* macro cleanups
44675              From: Abhijit Menon-Sen <ams@wiw.org>
44676              Date: Thu, 31 May 2001 13:57:01 +0530
44677              Message-ID: <20010531135701.A21775@lustre.linux.in>
44678              
44679              (The DEBUG_ definitions in perl.h changed to use the
44680              STMT_START and STMT_END.)
44681      Branch: perl
44682            ! perl.h pp_ctl.c sv.c toke.c
44683 ____________________________________________________________________________
44684 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
44685         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
44686              From: Abhijit Menon-Sen <ams@wiw.org>
44687              Date: Thu, 31 May 2001 08:27:55 +0530
44688              Message-ID: <20010531082755.A10018@lustre.linux.in>
44689      Branch: perl
44690            ! ext/Storable/Storable.xs gv.c perl.c
44691 ____________________________________________________________________________
44692 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
44693         Log: Subject: [PATCH] AUTHORS
44694              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44695              Date: Thu, 31 May 2001 01:27:59 -0500
44696              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
44697              
44698              Subject: Re: [PATCH] AUTHORS
44699              From: "Philip Newton" <Philip.Newton@gmx.net>
44700              Date: Thu, 31 May 2001 10:08:06 +0200
44701              (Message-Id missing?)
44702      Branch: perl
44703            ! AUTHORS
44704 ____________________________________________________________________________
44705 [ 10350] By: nick                                  on 2001/05/31  11:40:43
44706         Log: win32 - dmake regen_config_h
44707      Branch: perlio
44708            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44709 ____________________________________________________________________________
44710 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
44711         Log: Subject: Re: [PATCH util.c] More warning cleanups.
44712              From: "Philip Newton" <Philip.Newton@gmx.net>
44713              Date: Thu, 31 May 2001 07:41:36 +0200
44714              Message-Id: <200105310538.IAA25458@taku.hut.fi>
44715              
44716              Undo C++-ism that snekt in.
44717      Branch: perl
44718            ! util.c
44719 ____________________________________________________________________________
44720 [ 10348] By: nick                                  on 2001/05/31  11:36:46
44721         Log: Tolerate Win32 numerics
44722      Branch: perlio
44723            ! t/pragma/warn/toke
44724 ____________________________________________________________________________
44725 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
44726         Log: Integrate perlio.
44727      Branch: perl
44728           !> perlio.c win32/win32.h
44729 ____________________________________________________________________________
44730 [ 10346] By: nick                                  on 2001/05/31  10:54:55
44731         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
44732              perlio.c change 10255.
44733      Branch: perlio
44734            ! perlio.c
44735 ____________________________________________________________________________
44736 [ 10345] By: nick                                  on 2001/05/31  10:01:57
44737         Log: Conditionally put back some "unused" dTHX which are used
44738              with PERL_IMPLICIT_SYS
44739      Branch: perlio
44740            ! perlio.c
44741 ____________________________________________________________________________
44742 [ 10344] By: nick                                  on 2001/05/31  10:00:59
44743         Log: Fix Win32 for new spelling IN_BYTES 
44744      Branch: perlio
44745            ! win32/win32.h
44746 ____________________________________________________________________________
44747 [ 10343] By: nick                                  on 2001/05/31  08:01:32
44748         Log: perlio.c -Wall cleaner under MULTIPLICITY
44749              - still minor noise with linux stdio
44750      Branch: perlio
44751            ! perlio.c
44752 ____________________________________________________________________________
44753 [ 10342] By: nick                                  on 2001/05/31  07:52:23
44754         Log: Integrate mainline.
44755      Branch: perlio
44756           !> (integrate 42 files)
44757 ____________________________________________________________________________
44758 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
44759         Log: AUTHORS updates.
44760      Branch: perl
44761            ! AUTHORS
44762 ____________________________________________________________________________
44763 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
44764         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
44765              From: Peter Prymmer <pvhp@forte.com>
44766              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
44767              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
44768      Branch: perl
44769            ! t/lib/md5-file.t
44770 ____________________________________________________________________________
44771 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
44772         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
44773              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
44774              to match the pragma name; various robustness cleanups.
44775      Branch: perl
44776            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
44777            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
44778 ____________________________________________________________________________
44779 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
44780         Log: More -Wall sweeping.
44781      Branch: perl
44782            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
44783            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
44784            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
44785            ! regcomp.c sv.c toke.c utf8.c
44786 ____________________________________________________________________________
44787 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
44788         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
44789              From: Nicholas Clark <nick@ccl4.org>
44790              Date: Wed, 30 May 2001 22:34:41 +0100
44791              Message-ID: <20010530223441.Y86445@plum.flirble.org>
44792      Branch: perl
44793            ! t/op/cmp.t
44794 ____________________________________________________________________________
44795 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
44796         Log: It's is not, it isn't ain't, and it's it's, not its,
44797              if you mean it is. If you don't, it's its. Then too,
44798              it's hers. It isn't her's. It isn't our's either.
44799              It's ours, and likewise yours and theirs.
44800              -- Oxford University Press, Edpress News
44801      Branch: perl
44802            ! lib/autouse.pm
44803 ____________________________________________________________________________
44804 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
44805         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
44806      Branch: perl
44807            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
44808            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
44809            ! x2p/str.c x2p/walk.c xsutils.c
44810 ____________________________________________________________________________
44811 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
44812         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
44813              From: Michael G Schwern <schwern@pobox.com>
44814              Date: Wed, 30 May 2001 17:10:38 +0100
44815              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
44816              
44817              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
44818              From: Abhijit Menon-Sen <ams@wiw.org>
44819              Date: Wed, 30 May 2001 23:16:13 +0530
44820              Message-ID: <20010530231613.A31933@lustre.linux.in>
44821      Branch: perl
44822            ! perl.c t/run/runenv.t
44823 ____________________________________________________________________________
44824 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
44825         Log: (Retracted by #10375.)
44826              
44827              IRIX hints patch from Merijn Broeren.
44828              
44829              TODO: (this and the earlier Linux hints patch) should be solved
44830              at Configure level.  Merijn: -ldb should not be used on any platform
44831              for perl, just when linking DBFile itself. Trying to be helpful here
44832              is counterproductive.
44833      Branch: perl
44834            ! hints/irix_6.sh
44835 ____________________________________________________________________________
44836 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
44837         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
44838              From: Nicholas Clark <nick@ccl4.org>
44839              Date: Wed, 30 May 2001 23:20:58 +0100
44840              Message-ID: <20010530232058.B86445@plum.flirble.org>
44841      Branch: perl
44842            ! doop.c
44843 ____________________________________________________________________________
44844 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
44845         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
44846              From: Michael G Schwern <schwern@pobox.com> 
44847              Date: Wed, 30 May 2001 15:24:20 +0100
44848              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
44849      Branch: perl
44850            ! t/pragma/autouse.t
44851 ____________________________________________________________________________
44852 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
44853         Log: The regex trick wasn't a good idea.
44854      Branch: perl
44855            ! pod/perlfaq4.pod
44856 ____________________________________________________________________________
44857 [ 10329] By: nick                                  on 2001/05/30  18:34:35
44858         Log: Integrate mainline
44859      Branch: perlio
44860           !> (integrate 40 files)
44861 ____________________________________________________________________________
44862 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
44863         Log: Update Changes.
44864      Branch: perl
44865            ! Changes patchlevel.h
44866 ____________________________________________________________________________
44867 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
44868         Log: The metaconfig unit change for #10325.
44869      Branch: metaconfig
44870            + U/modified/afs.U
44871 ____________________________________________________________________________
44872 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
44873         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
44874              is now wrong.
44875      Branch: perl
44876            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
44877 ____________________________________________________________________________
44878 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
44879         Log: Introduce $Config{afsroot}.
44880      Branch: perl
44881            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44882            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
44883            ! win32/config.gc win32/config.vc
44884 ____________________________________________________________________________
44885 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
44886         Log: (Retracted by #10375.)
44887              
44888              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
44889      Branch: perl
44890            ! hints/linux.sh
44891 ____________________________________________________________________________
44892 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
44893         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
44894              (Also Configure tweaks needed; coming up soon.)
44895      Branch: perl
44896            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
44897 ____________________________________________________________________________
44898 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
44899         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
44900              From: Michael G Schwern <schwern@pobox.com>
44901              Date: Sun, 27 May 2001 10:29:43 +0100
44902              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
44903      Branch: perl
44904            ! lib/perl5db.pl
44905 ____________________________________________________________________________
44906 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
44907         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
44908              and Abhijit Menon-Sen.
44909      Branch: perl
44910            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
44911            ! perl.c pp_sys.c regcomp.c
44912 ____________________________________________________________________________
44913 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
44914         Log: Fix the BOOT section to call myU2time properly.
44915      Branch: perl
44916            ! ext/Time/HiRes/HiRes.xs
44917 ____________________________________________________________________________
44918 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
44919         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
44920              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
44921              Date: Wed, 30 May 2001 09:44:29 -0400
44922              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
44923              
44924              Detypo; plus add one more trick.
44925      Branch: perl
44926            ! pod/perlfaq4.pod
44927 ____________________________________________________________________________
44928 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
44929         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)
44930              From: Michael G Schwern <schwern@pobox.com>
44931              Date: Wed, 30 May 2001 14:39:06 +0100
44932              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
44933      Branch: perl
44934            ! lib/autouse.pm t/pragma/autouse.t
44935 ____________________________________________________________________________
44936 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
44937         Log: Subject: Re: AIX and gcc (moving targets)
44938              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44939              Date: Wed, 30 May 2001 15:25:08 +0200
44940              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
44941      Branch: perl
44942            ! ext/Time/HiRes/HiRes.xs
44943 ____________________________________________________________________________
44944 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
44945         Log: Subject: [PATCH t/TEST] sorting tests
44946              From: Michael G Schwern <schwern@pobox.com>
44947              Date: Wed, 30 May 2001 10:24:02 +0100
44948              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
44949      Branch: perl
44950            ! t/TEST
44951 ____________________________________________________________________________
44952 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
44953         Log: Subject: [ID 20010529.002] typos in man page perlre
44954              From: bart@cg681574-a.adubn1.nj.home.com 
44955              Date: Tue, 29 May 2001 13:58:59 -0500
44956              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
44957      Branch: perl
44958            ! pod/perlre.pod
44959 ____________________________________________________________________________
44960 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
44961         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
44962              From: "Craig A. Berry" <craigberry@mac.com>
44963              Date: Tue, 29 May 2001 23:23:45 -0500
44964              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
44965      Branch: perl
44966            ! t/lib/extutils.t t/pragma/autouse.t
44967 ____________________________________________________________________________
44968 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
44969         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)
44970              From: David Dyck <dcd@tc.fluke.com>
44971              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
44972              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
44973      Branch: perl
44974            ! t/lib/filefind.t
44975 ____________________________________________________________________________
44976 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
44977         Log: AIX hints update for gcc from Merijn H. Brand.
44978      Branch: perl
44979            ! hints/aix.sh
44980 ____________________________________________________________________________
44981 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
44982         Log: Retract #10295 and #10296: a more generic solution
44983              is needed (there's something funny with gcc on AIX).
44984      Branch: perl
44985            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
44986 ____________________________________________________________________________
44987 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
44988         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
44989              From: Hugo <hv@crypt.compulink.co.uk>
44990              Date: Wed, 30 May 2001 11:59:19 +0100
44991              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
44992              
44993              localizing $@ has unfortunate semantics - if you die past
44994              a local $@, the die message is lost.
44995      Branch: perl
44996            ! lib/utf8_heavy.pl
44997 ____________________________________________________________________________
44998 [ 10309] By: nick                                  on 2001/05/30  08:23:02
44999         Log: Integrate mainline (autouse works again.)
45000      Branch: perlio
45001           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
45002           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
45003           !> pod/perlvar.pod t/op/cmp.t
45004 ____________________________________________________________________________
45005 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
45006         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
45007              From: David Dyck <dcd@tc.fluke.com>
45008              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
45009              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
45010      Branch: perl
45011            ! lib/File/Find.pm
45012 ____________________________________________________________________________
45013 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
45014         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
45015              From: Nicholas Clark <nick@ccl4.org>
45016              Date: Tue, 29 May 2001 23:16:09 +0100
45017              Message-ID: <20010529231609.U86445@plum.flirble.org>
45018              
45019              Make the test output slightly clearer by distinguishing
45020              between '' and undef.
45021      Branch: perl
45022            ! t/op/cmp.t
45023 ____________________________________________________________________________
45024 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
45025         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
45026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45027              Date: Tue, 29 May 2001 19:15:19 -0400
45028              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
45029      Branch: perl
45030            ! hints/os2.sh
45031 ____________________________________________________________________________
45032 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
45033         Log: Subject: perlvar.pod addition
45034              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
45035              Date: Fri, 25 May 2001 20:23:12 +0200
45036              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
45037              
45038              Subject: Re: perlvar.pod addition
45039              From: "Abigail" <abigail@foad.org> 
45040              Date: Fri, 25 May 2001 22:00:39 +0200
45041              Message-ID: <20010525200039.28029.qmail@foad.org>
45042              
45043              Mention $a and $b in perlvar.
45044      Branch: perl
45045            ! pod/perlvar.pod
45046 ____________________________________________________________________________
45047 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
45048         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
45049              From: Jeff Pinyan <jeffp@crusoe.net>
45050              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
45051              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
45052      Branch: perl
45053            ! pod/perlvar.pod
45054 ____________________________________________________________________________
45055 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
45056         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
45057              From: Jeff Pinyan <jeffp@crusoe.net>
45058              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
45059              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
45060      Branch: perl
45061            ! pod/perlfaq6.pod
45062 ____________________________________________________________________________
45063 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
45064         Log: Mention Time::localtime and Time::gmtime.
45065      Branch: perl
45066            ! ext/Time/Piece/Piece.pm
45067 ____________________________________________________________________________
45068 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
45069         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
45070              From: Michael G Schwern <schwern@pobox.com>
45071              Date: Tue, 29 May 2001 18:51:32 +0100
45072              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
45073      Branch: perl
45074            ! pod/perlfaq4.pod
45075 ____________________________________________________________________________
45076 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
45077         Log: Retract #10243.
45078      Branch: perl
45079            ! lib/autouse.pm
45080 ____________________________________________________________________________
45081 [ 10299] By: nick                                  on 2001/05/29  18:41:19
45082         Log: Post weekend integrate mainline (fails one test pragma/autouse).
45083      Branch: perlio
45084           +> (branch 29 files)
45085           !> (integrate 91 files)
45086 ____________________________________________________________________________
45087 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
45088         Log: Update Changes.
45089      Branch: perl
45090            ! Changes patchlevel.h
45091 ____________________________________________________________________________
45092 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
45093         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
45094              before Perl_load_module/Perl_call_method and restore the value
45095              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
45096      Branch: perl
45097            ! utf8.c
45098 ____________________________________________________________________________
45099 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
45100         Log: Subject: Re: AIX and gcc (moving targets)
45101              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45102              Date: Tue, 29 May 2001 17:59:40 +0200
45103              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
45104      Branch: perl
45105            ! ext/Storable/Makefile.PL
45106 ____________________________________________________________________________
45107 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
45108         Log: Subject: Re: AIX and gcc (moving targets)
45109              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45110              Date: Tue, 29 May 2001 12:32:57 +0200
45111              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
45112      Branch: perl
45113            ! ext/POSIX/Makefile.PL
45114 ____________________________________________________________________________
45115 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
45116         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
45117              From: Michael G Schwern <schwern@pobox.com>
45118              Date: Tue, 29 May 2001 09:53:29 +0100
45119              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
45120              
45121              (#10280 retracted)
45122      Branch: perl
45123            ! lib/Test/Harness.pm t/lib/test-harness.t
45124 ____________________________________________________________________________
45125 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
45126         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
45127              From: Michael G Schwern <schwern@pobox.com>
45128              Date: Tue, 29 May 2001 09:19:52 +0100
45129              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
45130      Branch: perl
45131            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
45132            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
45133            + t/lib/Test/todo.t
45134            ! MANIFEST lib/Test.pm t/TEST
45135 ____________________________________________________________________________
45136 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
45137         Log: From: Michael G Schwern <schwern@pobox.com>
45138              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
45139              Date: Tue, 29 May 2001 08:26:09 +0100
45140              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
45141      Branch: perl
45142            ! t/TEST
45143 ____________________________________________________________________________
45144 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
45145         Log: Add tests for Time::gmtime and Time::localtime.
45146      Branch: perl
45147            + t/lib/time-gmtime.t t/lib/time-localtime.t
45148            ! MANIFEST t/lib/1_compile.t
45149 ____________________________________________________________________________
45150 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
45151         Log: Add test for File::stat.
45152      Branch: perl
45153            + t/lib/filestat.t
45154            ! MANIFEST t/lib/1_compile.t
45155 ____________________________________________________________________________
45156 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
45157         Log: Add test for Net::servent.
45158      Branch: perl
45159            + t/lib/net-sent.t
45160            ! MANIFEST t/lib/1_compile.t
45161 ____________________________________________________________________________
45162 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
45163         Log: Add test for Net::protoent.
45164      Branch: perl
45165            + t/lib/net-pent.t
45166            ! MANIFEST t/lib/1_compile.t
45167 ____________________________________________________________________________
45168 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
45169         Log: Add test for Net::netent.
45170      Branch: perl
45171            + t/lib/net-nent.t
45172            ! MANIFEST t/lib/1_compile.t
45173 ____________________________________________________________________________
45174 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
45175         Log: Add test for User::grent.  Portability doubtful.
45176      Branch: perl
45177            + t/lib/user-grent.t
45178            ! MANIFEST t/lib/1_compile.t
45179 ____________________________________________________________________________
45180 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
45181         Log: Add test for User::pwent.
45182              Probably will fall down somewhere for portability reasons.
45183      Branch: perl
45184            + t/lib/user-pwent.t
45185            ! MANIFEST t/lib/1_compile.t
45186 ____________________________________________________________________________
45187 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
45188         Log: Metaconfig units changes for #10283.
45189      Branch: metaconfig
45190            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
45191            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
45192            ! U/installdirs/sitescript.U U/modified/Signal.U
45193 ____________________________________________________________________________
45194 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
45195         Log: Subject: [PATCH 5.6.1] signal names in Configure
45196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45197              Date: Tue, 29 May 2001 03:52:25 -0400
45198              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
45199              
45200              Subject: [PATCH 5.6.1] older perl in Configure
45201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45202              Date: Tue, 29 May 2001 03:55:40 -0400
45203              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
45204              
45205              Subject: [PATCH 5.6.1] goofs in Configure
45206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45207              Date: Tue, 29 May 2001 04:13:07 -0400
45208              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
45209              
45210              Configure portability tweaks.
45211      Branch: perl
45212            ! Configure
45213 ____________________________________________________________________________
45214 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
45215         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
45216              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45217              Date: Tue, 29 May 2001 04:07:06 -0400
45218              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
45219      Branch: perl
45220            ! os2/os2.c
45221 ____________________________________________________________________________
45222 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
45223         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
45224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45225              Date: Tue, 29 May 2001 04:01:38 -0400
45226              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
45227      Branch: perl
45228            ! hints/os2.sh os2/Makefile.SHs
45229 ____________________________________________________________________________
45230 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
45231         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
45232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45233              Date: Tue, 29 May 2001 03:50:18 -0400
45234              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
45235      Branch: perl
45236            ! lib/Test/Harness.pm
45237 ____________________________________________________________________________
45238 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
45239         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
45240      Branch: perl
45241            ! lib/utf8_heavy.pl
45242 ____________________________________________________________________________
45243 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
45244         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
45245              From: Hugo <hv@crypt.compulink.co.uk>
45246              Date: Tue, 29 May 2001 03:03:45 +0100
45247              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
45248              
45249              Explanation why the $@ always gets the UTF8 flag when under use utf8--
45250              because we told it to have the flag when under use utf8.
45251      Branch: perl
45252            ! pp_ctl.c
45253 ____________________________________________________________________________
45254 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
45255         Log: At least a partial fix for 20010528.004.
45256      Branch: perl
45257            ! lib/utf8_heavy.pl
45258 ____________________________________________________________________________
45259 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
45260         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
45261              From: Nicholas Clark <nick@ccl4.org> 
45262              Date: Mon, 28 May 2001 23:39:38 +0100
45263              Message-ID: <20010528233938.M86445@plum.flirble.org>
45264              
45265              More portable non-zero UV.
45266      Branch: perl
45267            ! t/lib/extutils.t
45268 ____________________________________________________________________________
45269 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
45270         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
45271              From: Nicholas Clark <nick@ccl4.org>
45272              Date: Mon, 28 May 2001 22:46:09 +0100
45273              Message-ID: <20010528224608.L86445@plum.flirble.org>
45274              
45275              Test also "make clean".
45276      Branch: perl
45277            ! t/lib/extutils.t
45278 ____________________________________________________________________________
45279 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
45280         Log: Subject: Re: Would -Wno-unused -Wall be better?
45281              From: Michael G Schwern <schwern@pobox.com>
45282              Date: Tue, 29 May 2001 00:55:54 +0100
45283              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
45284      Branch: perl
45285            ! pp.h
45286 ____________________________________________________________________________
45287 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
45288         Log: Add a test for 20010528.007, fixed in #10272.
45289      Branch: perl
45290            ! t/op/misc.t toke.c
45291 ____________________________________________________________________________
45292 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
45293         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
45294              From: Hugo <hv@crypt.compulink.co.uk>
45295              Date: Tue, 29 May 2001 00:23:23 +0100
45296              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
45297      Branch: perl
45298            ! toke.c
45299 ____________________________________________________________________________
45300 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
45301         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
45302              From: Michael G Schwern <schwern@pobox.com>
45303              Date: Tue, 29 May 2001 00:42:59 +0100
45304              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
45305      Branch: perl
45306            ! t/pragma/autouse.t
45307 ____________________________________________________________________________
45308 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
45309         Log: Some shells seemingly arrange the signal handlers differently
45310              (bug id 20010521.004).
45311      Branch: perl
45312            ! t/lib/sigaction.t
45313 ____________________________________________________________________________
45314 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
45315         Log: Regen perlmodlib.
45316      Branch: perl
45317            ! pod/perlmodlib.pod
45318 ____________________________________________________________________________
45319 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
45320         Log: Update Changes.
45321      Branch: perl
45322            ! Changes patchlevel.h
45323 ____________________________________________________________________________
45324 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
45325         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
45326              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45327              Date: Mon, 28 May 2001 14:56:35 -0500
45328              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
45329      Branch: perl
45330            ! pod/perlnewmod.pod
45331 ____________________________________________________________________________
45332 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
45333         Log: Regen toc.
45334      Branch: perl
45335            ! pod/perltoc.pod
45336 ____________________________________________________________________________
45337 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
45338         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
45339              From: "Richard Soderberg" <rs@crystalflame.net>
45340              Date: Mon, 28 May 2001 12:31:23 -0700
45341              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
45342      Branch: perl
45343            ! t/op/splice.t
45344 ____________________________________________________________________________
45345 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
45346         Log: The #10260 was too bold: locales and utf8 still do not mix.
45347      Branch: perl
45348            ! t/pragma/locale.t
45349 ____________________________________________________________________________
45350 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
45351         Log: Subject: [PATCH] Pod nitpicks
45352              From: "Richard Soderberg" <rs@crystalflame.net>
45353              Date: Mon, 28 May 2001 10:08:58 -0700
45354              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
45355      Branch: perl
45356            ! pod/perl571delta.pod pod/perlapi.pod sv.h
45357 ____________________________________________________________________________
45358 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
45359         Log: Upgrade to I18N::LangTags 0.22.
45360      Branch: perl
45361            + lib/I18N/LangTags/List.pod
45362            ! MANIFEST lib/I18N/LangTags.pm
45363 ____________________________________________________________________________
45364 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
45365         Log: A slightly more serious bug found by -Mutf8; op/misc and
45366              lib/complex dumped core.
45367      Branch: perl
45368            ! regexec.c
45369 ____________________________________________________________________________
45370 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
45371         Log: Various buglets shaken out by -Mutf8.
45372      Branch: perl
45373            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
45374            ! t/pragma/locale.t
45375 ____________________________________________________________________________
45376 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
45377         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
45378      Branch: perl
45379            ! t/lib/carp.t
45380 ____________________________________________________________________________
45381 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
45382         Log: Subject: [PATCH] todo patch
45383              From: Artur Bergman <artur@contiller.se> 
45384              Date: Mon, 28 May 2001 17:03:51 +0200
45385              Message-ID: <B7383577.F34%artur@contiller.se>
45386      Branch: perl
45387            ! pod/perltodo.pod
45388 ____________________________________________________________________________
45389 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
45390         Log: Subject: typo in perlguts.pod
45391              From: "John P. Linderman" <jpl@research.att.com>
45392              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
45393              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
45394      Branch: perl
45395            ! pod/perlguts.pod
45396 ____________________________________________________________________________
45397 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
45398         Log: Subject: AIX and gcc (moving targets)
45399              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45400              Date: Mon, 28 May 2001 12:54:04 +0200
45401              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
45402      Branch: perl
45403            ! hints/aix.sh
45404 ____________________________________________________________________________
45405 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
45406         Log: Subject: Re: perlio + multiple perl_alloc..destruct
45407              From: Doug MacEachern <dougm@covalent.net>
45408              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
45409              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
45410      Branch: perl
45411            ! perlio.c
45412 ____________________________________________________________________________
45413 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
45414         Log: The #10251 wasn't quite up-to-the-code.
45415      Branch: perl
45416            ! t/op/misc.t
45417 ____________________________________________________________________________
45418 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
45419         Log: Test case for bug 20010526.004, fixed in #10252.
45420      Branch: perl
45421            ! t/op/taint.t
45422 ____________________________________________________________________________
45423 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
45424         Log: Subject: Re: [ID 20010526.004] Taint looses value
45425              From: Hugo <hv@crypt.compulink.co.uk>
45426              Date: Sun, 27 May 2001 20:39:32 +0100
45427              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
45428      Branch: perl
45429            ! sv.c
45430 ____________________________________________________________________________
45431 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
45432         Log: Test case for 20010422.005, fixed by #10250.
45433      Branch: perl
45434            ! t/op/misc.t
45435 ____________________________________________________________________________
45436 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
45437         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
45438              From: Spider Boardman <spider@Orb.Nashua.NH.US>
45439              Date: Mon, 28 May 2001 06:39:12 -0400
45440              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
45441      Branch: perl
45442            ! toke.c
45443 ____________________________________________________________________________
45444 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
45445         Log: Linerewrapping.
45446      Branch: perl
45447            ! lib/open.pm
45448 ____________________________________________________________________________
45449 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
45450         Log: Updates on the modules list.
45451      Branch: perl
45452            ! t/lib/1_compile.t
45453 ____________________________________________________________________________
45454 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
45455         Log: Add a test for PerlIO.
45456              
45457              (I probably got the crlf/raw thing wrong for clrfy platforms...)
45458      Branch: perl
45459            + t/lib/perlio.t
45460            ! MANIFEST lib/PerlIO.pm
45461 ____________________________________________________________________________
45462 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
45463         Log: Add a test for carp et alia.
45464      Branch: perl
45465            + t/lib/carp.t
45466            ! MANIFEST
45467 ____________________________________________________________________________
45468 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
45469         Log: Adding the new test would be swell.
45470      Branch: perl
45471            + t/pragma/autouse.t
45472 ____________________________________________________________________________
45473 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
45474         Log: Add a test for the autouse pragma.
45475      Branch: perl
45476            ! MANIFEST
45477 ____________________________________________________________________________
45478 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
45479         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
45480              From: dLux <dlux@spam.sch.bme.hu>
45481              Date: Sun, 27 May 2001 16:14:26 +0200
45482              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
45483      Branch: perl
45484            ! lib/autouse.pm
45485 ____________________________________________________________________________
45486 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
45487         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
45488              From: "Richard Soderberg" <rs@crystalflame.net>
45489              Date: Mon, 28 May 2001 03:56:36 -0700
45490              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
45491      Branch: perl
45492            ! utils/dprofpp.PL
45493 ____________________________________________________________________________
45494 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
45495         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
45496              From: "Stephen P. Potter" <spp@spotter.yi.org>
45497              Date: Tue, 22 May 2001 11:40:25 -0400
45498              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
45499              
45500              Subject: Re: [ID 20010522.003] Time::Local module bug
45501              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
45502              Date: Tue, 22 May 2001 11:50:19 -0400
45503              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
45504      Branch: perl
45505            ! lib/Time/Local.pm
45506 ____________________________________________________________________________
45507 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
45508         Log: The PERL_DL_NONLAZY can have whitespace in front.
45509      Branch: perl
45510            ! t/lib/extutils.t
45511 ____________________________________________________________________________
45512 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
45513         Log: Document strftime() and strptime().
45514      Branch: perl
45515            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
45516 ____________________________________________________________________________
45517 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
45518         Log: Make Time::Piece::strptime() to be a function, not a method.
45519      Branch: perl
45520            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
45521 ____________________________________________________________________________
45522 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
45523         Log: Tweak the test to be more portable.
45524      Branch: perl
45525            ! t/lib/extutils.t
45526 ____________________________________________________________________________
45527 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
45528         Log: Subject: PATCH: Re: Re: Attributes that tie
45529              From: Leon Brocard <acme@astray.com>
45530              Date: Sun, 27 May 2001 12:37:29 +0100
45531              Message-ID: <20010527123729.A22663@ns0.astray.com>
45532              
45533              Document that variable attributes are not currently usable
45534              for tieing.  (An ugly limitation that should be fixed.)
45535      Branch: perl
45536            ! lib/attributes.pm
45537 ____________________________________________________________________________
45538 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
45539         Log: Microperl tweaks.
45540      Branch: perl
45541            ! Makefile.micro uconfig.h uconfig.sh
45542 ____________________________________________________________________________
45543 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
45544         Log: Add make target for microperl (kind of silly, but convenient).
45545      Branch: perl
45546            ! Makefile.SH
45547 ____________________________________________________________________________
45548 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
45549         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
45550              for microperl.)
45551      Branch: perl
45552            ! doio.c
45553 ____________________________________________________________________________
45554 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
45555         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
45556              From: rspier@pobox.com (Robert Spier)
45557              Date: Sat, 26 May 2001 20:05:23 -0400
45558              Message-ID: <15120.17603.148648.12430@rls.cx>
45559              
45560              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
45561              From: rspier@pobox.com (Robert Spier)
45562              Date: Sun, 27 May 2001 00:23:12 -0400
45563              Message-ID: <15120.33072.511966.767230@rls.cx>
45564      Branch: perl
45565            ! doio.c pod/perlfunc.pod
45566 ____________________________________________________________________________
45567 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
45568         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
45569      Branch: perl
45570            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45571 ____________________________________________________________________________
45572 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
45573         Log: Add README.tru64.
45574      Branch: perl
45575            + README.tru64
45576 ____________________________________________________________________________
45577 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
45578         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
45579      Branch: perl
45580            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
45581            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
45582            ! MANIFEST
45583 ____________________________________________________________________________
45584 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
45585         Log: Integrate I18N::LangTags from Sean Burke.
45586              
45587              TODO: the language list from RFC 3066 needs to be integrated
45588              and made available somehow.  The list is included in the
45589              I18N-LangTags 0.21 distribution, but it is undocumented
45590              and unconnected to the module.
45591      Branch: perl
45592            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
45593            ! MANIFEST
45594 ____________________________________________________________________________
45595 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
45596         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
45597              envisioned by Sarathy.
45598      Branch: perl
45599            ! t/op/ver.t toke.c
45600 ____________________________________________________________________________
45601 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
45602         Log: Subject: [ID 20010525.001] Pod typo nits fixed
45603              From: lvirden@cas.org
45604              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
45605              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
45606              
45607              minus the perlsolaris decimation plus the
45608              
45609              Subject: Re: [ID 20010525.001] Pod typo nits fixed
45610              From: "Philip Newton" <Philip.Newton@gmx.net>
45611              Date: Fri, 25 May 2001 18:05:55 +0200
45612              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
45613      Branch: perl
45614            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
45615            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
45616            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
45617            ! pod/perlutil.pod pod/perlxstut.pod
45618 ____________________________________________________________________________
45619 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
45620         Log: return clauses are nice.
45621      Branch: perl
45622            ! sv.c
45623 ____________________________________________________________________________
45624 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
45625         Log: Subject: change 10199 backwards?
45626              From: Doug MacEachern <dougm@covalent.net>
45627              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
45628              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
45629      Branch: perl
45630            ! sv.c
45631 ____________________________________________________________________________
45632 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
45633         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
45634              From: Hugo <hv@crypt.compulink.co.uk>
45635              Date: Sat, 26 May 2001 17:05:12 +0100
45636              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
45637      Branch: perl
45638            + t/op/gmagic.t
45639            ! MANIFEST doop.c embed.h embed.pl global.sym
45640            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
45641            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
45642 ____________________________________________________________________________
45643 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
45644         Log: Regen headers for #10221.
45645      Branch: perl
45646            ! global.sym objXSUB.h perlapi.c
45647 ____________________________________________________________________________
45648 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
45649         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
45650              From: Juha Laiho <juha.laiho@Elma.Net>
45651              Date: Thu, 3 May 2001 09:51:30 +0300
45652              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
45653      Branch: perl
45654            ! embed.pl
45655 ____________________________________________________________________________
45656 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
45657         Log: Subject: Re: [PATCH] Re: stability of sort()?
45658              From: "John P. Linderman" <jpl@research.att.com>
45659              Date: Sat, 26 May 2001 13:27:19 -0400
45660              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
45661      Branch: perl
45662            ! pod/perlfunc.pod
45663 ____________________________________________________________________________
45664 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
45665         Log: Integrate perlio.
45666      Branch: perl
45667           !> pod/perlguts.pod
45668 ____________________________________________________________________________
45669 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
45670         Log: Subject: [PATCH perl@10210] PerlIO for VMS
45671              From: "Craig A. Berry" <craigberry@mac.com>
45672              Date: Sat, 26 May 2001 09:34:11 -0500
45673              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
45674      Branch: perl
45675            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
45676            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
45677            ! vms/vmsish.h
45678 ____________________________________________________________________________
45679 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
45680         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
45681              From: David Dyck <dcd@tc.fluke.com>
45682              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
45683              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
45684      Branch: perl
45685            ! lib/perl5db.pl
45686 ____________________________________________________________________________
45687 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
45688         Log: Subject: utf8 regexp tests
45689              From: Hugo <hv@crypt.compulink.co.uk>
45690              Date: Fri, 25 May 2001 22:35:01 +0100
45691              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
45692      Branch: perl
45693            ! t/op/regexp.t
45694 ____________________________________________________________________________
45695 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
45696         Log: Subject: [PATCH] Re: stability of sort()?
45697              From: Nicholas Clark <nick@ccl4.org>
45698              Date: Fri, 25 May 2001 22:40:19 +0100
45699              Message-ID: <20010525224019.B86445@plum.flirble.org>
45700      Branch: perl
45701            ! pod/perlfunc.pod
45702 ____________________________________________________________________________
45703 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
45704         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
45705              From: John Peacock <jpeacock@rowman.com>
45706              Date: Thu, 24 May 2001 22:14:01 -0400
45707              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
45708      Branch: perl
45709            ! mg.c scope.c sv.c
45710 ____________________________________________________________________________
45711 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
45712         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
45713              From: Nicholas Clark <nick@ccl4.org>
45714              Date: Sun, 20 May 2001 19:24:13 +0100
45715              Message-ID: <20010520192413.G83222@plum.flirble.org>
45716      Branch: perl
45717            + lib/ExtUtils/Constant.pm t/lib/extutils.t
45718            ! MANIFEST utils/h2xs.PL
45719 ____________________________________________________________________________
45720 [ 10212] By: nick                                  on 2001/05/26  09:49:28
45721         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
45722              add a few more notes there on use of mortals on the stack.
45723      Branch: perlio
45724            ! pod/perlguts.pod
45725 ____________________________________________________________________________
45726 [ 10211] By: nick                                  on 2001/05/26  09:05:36
45727         Log: Integrate mainline
45728      Branch: perlio
45729           +> t/lib/fcntl.t t/pragma/vars.t
45730           !> (integrate 49 files)
45731 ____________________________________________________________________________
45732 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
45733         Log: Update Changes.
45734      Branch: perl
45735            ! Changes patchlevel.h
45736 ____________________________________________________________________________
45737 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
45738         Log: Based on
45739              
45740              Subject: [PATCH pp.c] Wrapping pack("C",256)
45741              From: Simon Cozens <simon@netthink.co.uk>
45742              Date: Sat, 12 May 2001 17:58:41 +0100
45743              Message-ID: <20010512175841.A6132@netthink.co.uk>
45744      Branch: perl
45745            ! pod/perldiag.pod pp.c t/pragma/warn/pp
45746 ____________________________________________________________________________
45747 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
45748         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
45749              From: "Brendan O'Dea" <bod@compusol.com.au>
45750              Date: Fri, 25 May 2001 11:18:29 +1000
45751              Message-ID: <20010525111829.A28411@compusol.com.au>
45752              
45753              (Slightly modified.)
45754      Branch: perl
45755            ! lib/Term/Cap.pm
45756 ____________________________________________________________________________
45757 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
45758         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
45759              From: Hugo <hv@crypt.compulink.co.uk>
45760              Date: Fri, 25 May 2001 02:13:25 +0100
45761              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
45762      Branch: perl
45763            ! t/op/misc.t
45764 ____________________________________________________________________________
45765 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
45766         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
45767              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
45768              Date: Fri, 25 May 2001 10:25:36 +0900
45769              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
45770      Branch: perl
45771            ! regcomp.c regexec.c
45772 ____________________________________________________________________________
45773 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
45774         Log: Subject: [PATCH #2] stash autovivification and method call error messages
45775              From: Ilmari Karonen <iltzu@sci.fi>
45776              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
45777              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
45778      Branch: perl
45779            ! gv.c pp_hot.c t/op/method.t
45780 ____________________________________________________________________________
45781 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
45782         Log: Add make target and documentation for gprof profiling.
45783      Branch: perl
45784            ! Makefile.SH pod/perlhack.pod
45785 ____________________________________________________________________________
45786 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
45787         Log: Subject: Don't think about UTF8 
45788              From: Mike Guy <mjtg@cam.ac.uk> 
45789              Date: Tue, 22 May 2001 14:35:39 +0100
45790              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
45791      Branch: perl
45792            ! sv.h
45793 ____________________________________________________________________________
45794 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
45795         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
45796              From: Geraint A Edwards <gedge@serf.org> 
45797              Date: Thu, 24 May 2001 22:51:24 +0100
45798              Message-Id: <20010524225124.A34981@cymru.serf.org>
45799      Branch: perl
45800            ! x2p/find2perl.PL
45801 ____________________________________________________________________________
45802 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
45803         Log: DB_File has its own attribute story.
45804      Branch: perl
45805            ! ext/DB_File/DB_File.xs
45806 ____________________________________________________________________________
45807 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
45808         Log: Subject: Re: Making perl with -Wall
45809              From: Andy Dougherty <doughera@lafayette.edu>
45810              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
45811              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
45812      Branch: perl
45813            ! perl.h
45814 ____________________________________________________________________________
45815 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
45816         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
45817              From: "Richard Soderberg" <rs@crystalflame.net>
45818              Date: Thu, 24 May 2001 08:58:16 -0700
45819              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
45820      Branch: perl
45821            ! sv.c
45822 ____________________________________________________________________________
45823 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
45824         Log: IV/UV casting fixes from Nicholas Clark.
45825      Branch: perl
45826            ! perl.h pp_sys.c util.c
45827 ____________________________________________________________________________
45828 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
45829         Log: Subject: Re: Making perl with -Wall
45830              From: Michael G Schwern <schwern@pobox.com>
45831              Date: Thu, 24 May 2001 15:40:28 +0100
45832              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
45833      Branch: perl
45834            ! malloc.c perl.h
45835 ____________________________________________________________________________
45836 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
45837         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
45838              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45839              Date: Tue, 22 May 2001 11:49:37 +0200
45840              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
45841      Branch: metaconfig
45842            ! U/modified/Oldsym.U
45843      Branch: metaconfig/U/perl
45844            ! patchlevel.U
45845      Branch: perl
45846            ! Configure config_h.SH myconfig.SH
45847 ____________________________________________________________________________
45848 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
45849         Log: Under versiononly install also the scripts with the version suffix.
45850              (e.g. .../bin/h2xs5.7.1)
45851      Branch: perl
45852            ! installperl
45853 ____________________________________________________________________________
45854 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
45855         Log: Subject: [PATCH] Stop segfault in mg.c:636
45856              From: "Richard Soderberg" <rs@crystalflame.net>
45857              Date: Thu, 24 May 2001 05:51:52 -0700
45858              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
45859      Branch: perl
45860            ! mg.c
45861 ____________________________________________________________________________
45862 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
45863         Log: Iteration continues; hopefully convergently.
45864      Branch: perl
45865            ! t/lib/b-stash.t
45866 ____________________________________________________________________________
45867 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
45868         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
45869              From: Gisle Aas <gisle@ActiveState.com>
45870              Date: 23 May 2001 16:13:10 -0700
45871              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
45872      Branch: perl
45873            ! op.c toke.c
45874 ____________________________________________________________________________
45875 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
45876         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
45877              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45878              Date: Thu, 24 May 2001 05:05:22 -0500
45879              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
45880      Branch: perl
45881            ! lib/dumpvar.pl lib/perl5db.pl
45882 ____________________________________________________________________________
45883 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
45884         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
45885              From: David Dyck <dcd@tc.fluke.com>
45886              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
45887              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
45888      Branch: perl
45889            ! lib/perl5db.pl
45890 ____________________________________________________________________________
45891 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
45892         Log: Tiny pod nits on READMEs, mostly whitespace issues.
45893      Branch: perl
45894            ! README.amiga README.dos README.macos README.mpeix README.vmesa
45895            ! README.win32
45896 ____________________________________________________________________________
45897 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
45898         Log: The DG/UX part of the 20010521.005.
45899      Branch: perl
45900            ! README.dgux
45901 ____________________________________________________________________________
45902 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
45903         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
45904              From: Hugo <hv@crypt.compulink.co.uk>
45905              Date: Mon, 21 May 2001 16:32:02 +0100
45906              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
45907      Branch: perl
45908            ! regcomp.c t/op/misc.t
45909 ____________________________________________________________________________
45910 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
45911         Log: Subject: [PATCH] Extra UNIVERSAL tests
45912              From: Mike Guy <mjtg@cam.ac.uk>
45913              Date: Wed, 23 May 2001 12:29:20 +0100
45914              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
45915      Branch: perl
45916            ! t/op/universal.t
45917 ____________________________________________________________________________
45918 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
45919         Log: Subject: [PATCH] Remove EQ keyword
45920              From: Mike Guy <mjtg@cam.ac.uk>
45921              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
45922              Date: Wed, 23 May 2001 11:17:29 +0100
45923      Branch: perl
45924            ! keywords.h keywords.pl
45925 ____________________________________________________________________________
45926 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
45927         Log: Subject: [PATCH] lib/perl5db.pl
45928              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45929              Date: Wed, 23 May 2001 02:18:03 -0500
45930              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
45931      Branch: perl
45932            ! lib/perl5db.pl
45933 ____________________________________________________________________________
45934 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
45935         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
45936              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45937              Date: Tue, 22 May 2001 23:34:41 -0500
45938              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
45939      Branch: perl
45940            ! lib/Term/Cap.pm
45941 ____________________________________________________________________________
45942 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
45943         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
45944              From: davem@fdgroup.co.uk
45945              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
45946              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
45947      Branch: perl
45948            ! emacs/e2ctags.pl
45949 ____________________________________________________________________________
45950 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
45951         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
45952              From: Michael G Schwern <schwern@pobox.com>
45953              Date: Tue, 22 May 2001 14:15:09 +0100
45954              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
45955      Branch: perl
45956            ! lib/vars.pm
45957 ____________________________________________________________________________
45958 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
45959         Log: Subject: [PATCH lib/vars.pm] Odd code nit
45960              From: Michael G Schwern <schwern@pobox.com>
45961              Date: Tue, 22 May 2001 14:14:28 +0100
45962              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
45963      Branch: perl
45964            ! lib/vars.pm
45965 ____________________________________________________________________________
45966 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
45967         Log: Use the new use vars feature.
45968      Branch: perl
45969            ! t/lib/b-stash.t
45970 ____________________________________________________________________________
45971 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
45972         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
45973              From: Mike Guy <mjtg@cam.ac.uk>
45974              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45975              Date: Tue, 22 May 2001 13:11:39 +0100
45976      Branch: perl
45977            + t/pragma/vars.t
45978            ! MANIFEST lib/vars.pm t/lib/1_compile.t
45979 ____________________________________________________________________________
45980 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
45981         Log: -qlongdouble considered harmful by Merijn.
45982      Branch: perl
45983            ! hints/aix.sh
45984 ____________________________________________________________________________
45985 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
45986         Log: Update Changes.
45987      Branch: perl
45988            ! Changes patchlevel.h
45989 ____________________________________________________________________________
45990 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
45991         Log: Add a test of its very own for Fcntl.  Hopefully portable.
45992      Branch: perl
45993            + t/lib/fcntl.t
45994            ! MANIFEST
45995 ____________________________________________________________________________
45996 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
45997         Log: Must be trickier for 'minitest' not to die.
45998      Branch: perl
45999            ! t/op/taint.t
46000 ____________________________________________________________________________
46001 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
46002         Log: Can't declare other people's variables.
46003      Branch: perl
46004            ! t/lib/b-stash.t
46005 ____________________________________________________________________________
46006 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
46007         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
46008      Branch: perl
46009            ! doio.c t/op/taint.t
46010 ____________________________________________________________________________
46011 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
46012         Log: The OS/2 variable needs to be declared.
46013      Branch: perl
46014            ! t/lib/b-stash.t
46015 ____________________________________________________________________________
46016 [ 10170] By: nick                                  on 2001/05/20  16:48:29
46017         Log: Integrate mainline
46018      Branch: perlio
46019           !> (integrate 41 files)
46020 ____________________________________________________________________________
46021 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
46022         Log: Small perlsec updates: clarify the taintedness of filename
46023              globbing; suggest using Scalar::Util::tainted().
46024      Branch: perl
46025            ! pod/perlsec.pod
46026 ____________________________________________________________________________
46027 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
46028         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
46029              From: Dave Mitchell <davem@fdgroup.co.uk>
46030              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
46031              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
46032      Branch: perl
46033            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
46034            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
46035            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
46036            ! xsutils.c
46037 ____________________________________________________________________________
46038 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
46039         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
46040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46041              Date: Sat, 19 May 2001 04:08:46 -0400
46042              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
46043      Branch: perl
46044            ! lib/ExtUtils/Mksymlists.pm makedef.pl
46045 ____________________________________________________________________________
46046 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
46047         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
46048              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46049              Date: Sat, 19 May 2001 04:30:45 -0400
46050              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
46051      Branch: perl
46052            ! os2/os2.c
46053 ____________________________________________________________________________
46054 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
46055         Log: Subject: [PATCH 5.6.1] build bugs OS/2
46056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46057              Date: Sat, 19 May 2001 04:35:28 -0400
46058              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
46059      Branch: perl
46060            ! os2/Makefile.SHs os2/os2.c
46061 ____________________________________________________________________________
46062 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
46063         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
46064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46065              Date: Sat, 19 May 2001 04:04:23 -0400
46066              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
46067              
46068              (In bleadperl patched b-stash.t instead of b.t)
46069      Branch: perl
46070            ! t/lib/b-stash.t t/lib/bigfltpm.t
46071 ____________________________________________________________________________
46072 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
46073         Log: Subject: [PATCH 5.6.1] perl5db
46074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46075              Date: Sat, 19 May 2001 03:49:09 -0400
46076              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
46077      Branch: perl
46078            ! lib/perl5db.pl
46079 ____________________________________________________________________________
46080 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
46081         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
46082              From: Gisle Aas <gisle@ActiveState.com>
46083              Date: 18 May 2001 14:24:51 -0700
46084              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
46085      Branch: perl
46086            ! pp_ctl.c
46087 ____________________________________________________________________________
46088 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
46089         Log: Subject: [PATCH] Chomp should not always stringify
46090              From: Gisle Aas <gisle@ActiveState.com>
46091              Date: 18 May 2001 07:55:25 -0700
46092              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
46093      Branch: perl
46094            ! doop.c t/op/chop.t
46095 ____________________________________________________________________________
46096 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
46097         Log: Integrate perlio.
46098      Branch: perl
46099           !> pod/perlfunc.pod
46100 ____________________________________________________________________________
46101 [ 10159] By: nick                                  on 2001/05/20  09:39:46
46102         Log: Document some more of open's features.
46103      Branch: perlio
46104            ! pod/perlfunc.pod
46105 ____________________________________________________________________________
46106 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
46107         Log: back out change#10153 (it has compatibility issues such as the
46108              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
46109              benefit for 5.6.x doesn't seem worth the risk)
46110      Branch: maint-5.6/perl
46111            ! toke.c
46112 ____________________________________________________________________________
46113 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
46114         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
46115      Branch: perl
46116            ! x2p/s2p.PL
46117 ____________________________________________________________________________
46118 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
46119         Log: Update Changes.
46120      Branch: perl
46121            ! Changes patchlevel.h
46122 ____________________________________________________________________________
46123 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
46124         Log: Integrate change #10144 from maintperl.
46125              
46126              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
46127      Branch: perl
46128           !> win32/config.bc win32/config.gc win32/config.vc
46129           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46130 ____________________________________________________________________________
46131 [ 10154] By: nick                                  on 2001/05/18  07:23:03
46132         Log: Integrate mainline.
46133      Branch: perlio
46134           +> README.dgux t/lib/i18n-collate.t utils.lst
46135           !> (integrate 49 files)
46136 ____________________________________________________________________________
46137 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
46138         Log: Integrate change #7224 from mainline into maintperl.
46139              
46140              Allow @+ and @- to be doublequoted, from Simon Cozens. 
46141              (Approved by Larry, see Tom's comment in 20000830.005.)
46142      Branch: maint-5.6/perl
46143           !> toke.c
46144 ____________________________________________________________________________
46145 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
46146         Log: Subject: [PATCH bleadperl] small lookbehind fix
46147              From: Hugo <hv@crypt.compulink.co.uk>
46148              Date: Fri, 18 May 2001 00:07:19 +0100
46149              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
46150      Branch: perl
46151            ! regexec.c
46152 ____________________________________________________________________________
46153 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
46154         Log: Detypos.
46155      Branch: perl
46156            ! installman utils.lst
46157 ____________________________________________________________________________
46158 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
46159         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
46160              in 20001222.001.
46161      Branch: perl
46162            ! t/lib/glob-basic.t
46163 ____________________________________________________________________________
46164 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
46165         Log: Subject: [PATCH] Test for bug 20010515.004
46166              From: Benjamin Sugars <bsugars@canoe.ca>
46167              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
46168              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
46169      Branch: perl
46170            ! t/op/misc.t
46171 ____________________________________________________________________________
46172 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
46173         Log: Integrate #10145 from maintperl.
46174              
46175              fix for ID 20010515.004 (needs test)
46176      Branch: perl
46177           !> pp_hot.c
46178 ____________________________________________________________________________
46179 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
46180         Log: Thinko noticed by Doug MacEachern.
46181      Branch: perl
46182            ! thread.h
46183 ____________________________________________________________________________
46184 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
46185         Log: Subject: Re: [PATCH] HERE mark in regex
46186              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
46187              Date: Thu, 17 May 2001 12:20:33 -0400
46188              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
46189      Branch: perl
46190            ! t/op/re_tests
46191 ____________________________________________________________________________
46192 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
46193         Log: fix for ID 20010515.004 (needs test)
46194      Branch: maint-5.6/perl
46195            ! pp_hot.c
46196 ____________________________________________________________________________
46197 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
46198         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
46199      Branch: maint-5.6/perl
46200            ! win32/config.bc win32/config.gc win32/config.vc
46201            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46202 ____________________________________________________________________________
46203 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
46204         Log: Macrofy the getspecific (and use it also in util.c)
46205      Branch: perl
46206            ! thread.h util.c
46207 ____________________________________________________________________________
46208 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
46209         Log: Use the unchecked thread-specific key fetch also in Tru64.
46210      Branch: perl
46211            ! thread.h
46212 ____________________________________________________________________________
46213 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
46214         Log: Subject: [PATCH 5.6.1]Quick thread speedup
46215              From: Dan Sugalski <dan@sidhe.org> 
46216              Date: Wed, 16 May 2001 18:05:19 -0400
46217              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
46218      Branch: perl
46219            ! thread.h util.c
46220 ____________________________________________________________________________
46221 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
46222         Log: I think this is quite enough testing for a deprecated feature.
46223      Branch: perl
46224            + t/lib/i18n-collate.t
46225            ! MANIFEST t/lib/1_compile.t
46226 ____________________________________________________________________________
46227 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
46228         Log: More HP-UX lore from Jeff Okamoto.
46229      Branch: perl
46230            ! README.hpux
46231 ____________________________________________________________________________
46232 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
46233         Log: Sort utils.lst for easier maintenance.
46234      Branch: perl
46235            ! utils.lst
46236 ____________________________________________________________________________
46237 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
46238         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
46239              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46240              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
46241              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
46242              
46243              Add pod2latex to utils.lst.
46244      Branch: perl
46245            ! MANIFEST utils.lst
46246 ____________________________________________________________________________
46247 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
46248         Log: Subject: Re: [PATCH] HERE mark in regex
46249              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
46250              Date: Wed, 16 May 2001 13:04:43 -0400
46251              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
46252      Branch: perl
46253            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
46254            ! t/op/regmesg.t t/pragma/warn/regcomp
46255 ____________________________________________________________________________
46256 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
46257         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
46258              From: Simon Cozens <simon@netthink.co.uk>
46259              Date: Wed, 16 May 2001 18:02:08 +0100
46260              Message-ID: <20010516180208.A6458@netthink.co.uk>
46261      Branch: perl
46262            ! installman utils.lst
46263 ____________________________________________________________________________
46264 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
46265         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
46266              From: "Philip Newton" <pnewton@gmx.de>
46267              Date: Tue, 15 May 2001 15:09:30 +0200
46268              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
46269              
46270              Test case for #10128.
46271      Branch: perl
46272            ! t/pragma/warn/pp_hot
46273 ____________________________________________________________________________
46274 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
46275         Log: Update Changes.
46276      Branch: perl
46277            ! Changes patchlevel.h
46278 ____________________________________________________________________________
46279 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
46280         Log: Deprecate pseudo-hashes.
46281      Branch: perl
46282            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
46283 ____________________________________________________________________________
46284 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
46285         Log: HP-UX hints update from Merijn.
46286      Branch: perl
46287            ! hints/hpux.sh
46288 ____________________________________________________________________________
46289 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
46290         Log: README.hpux update from Merijn.
46291      Branch: perl
46292            ! README.hpux
46293 ____________________________________________________________________________
46294 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
46295         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
46296              From: Simon Cozens <simon@netthink.co.uk>
46297              Date: Wed, 16 May 2001 15:57:55 +0100
46298              Message-ID: <20010516155755.A4728@netthink.co.uk>
46299      Branch: perl
46300            + utils.lst
46301            ! MANIFEST installman installperl
46302 ____________________________________________________________________________
46303 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
46304         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
46305              From: "Philip Newton" <pnewton@gmx.de>
46306              Date: Tue, 15 May 2001 16:31:05 +0200
46307              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
46308              
46309              Fix PERL_Y2KWARN test to check before rather than after appending.
46310      Branch: perl
46311            ! pp_hot.c
46312 ____________________________________________________________________________
46313 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
46314         Log: Regen Porting stuff.
46315      Branch: perl
46316            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46317            ! config_h.SH
46318 ____________________________________________________________________________
46319 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
46320         Log: Metaconfig unit change for #10125.
46321      Branch: metaconfig
46322            ! U/modified/Oldconfig.U
46323 ____________________________________________________________________________
46324 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
46325         Log: Use OSVERS.
46326      Branch: perl
46327            ! Configure config_h.SH perl.c
46328 ____________________________________________________________________________
46329 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
46330         Log: Regen toc.
46331      Branch: perl
46332            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46333 ____________________________________________________________________________
46334 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
46335         Log: Adding the README.dgux to the MANIFEST would be a good idea.
46336      Branch: perl
46337            ! MANIFEST
46338 ____________________________________________________________________________
46339 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
46340         Log: Move the stack desire definition to thread.h.
46341      Branch: perl
46342            ! ext/Thread/Thread.xs thread.h
46343 ____________________________________________________________________________
46344 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
46345         Log: DG-UX threading patches, including a README.dgux,
46346              from Takis Psarogiannakopoulos.
46347      Branch: perl
46348            + README.dgux
46349            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
46350 ____________________________________________________________________________
46351 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
46352         Log: Subject: [PATCH B::Deparse] More on /x regexes
46353              From: Robin Houston <robin@kitsite.com>
46354              Date: Tue, 15 May 2001 19:09:35 +0100
46355              Message-ID: <20010515190935.A27268@penderel>
46356      Branch: perl
46357            ! ext/B/B/Deparse.pm
46358 ____________________________________________________________________________
46359 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
46360         Log: Document that the core time() may be rounding rather
46361              than truncating, would have saved at least my confusion.
46362      Branch: perl
46363            ! ext/Time/HiRes/HiRes.pm
46364 ____________________________________________________________________________
46365 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
46366         Log: Subject: perl-current/t/time-hires.t
46367              From: John Peacock <jpeacock@rowman.com>
46368              Date: Fri, 11 May 2001 14:09:41 -0400
46369              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
46370      Branch: perl
46371            ! t/lib/time-hires.t
46372 ____________________________________________________________________________
46373 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
46374         Log: Subject: [PATCH dump.c] Op private flags
46375              From: Simon Cozens <simon@netthink.co.uk>
46376              Date: Sun, 13 May 2001 20:20:36 +0100
46377              Message-ID: <20010513202036.A21896@netthink.co.uk>
46378      Branch: perl
46379            ! dump.c
46380 ____________________________________________________________________________
46381 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
46382         Log: Upgrade to Switch 2.03.
46383      Branch: perl
46384            ! lib/Switch.pm
46385 ____________________________________________________________________________
46386 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
46387         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
46388              to PERL_CONFIG_SH and use it consistently.
46389      Branch: maint-5.6/perl
46390           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
46391           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
46392           !> myconfig.SH writemain.SH
46393 ____________________________________________________________________________
46394 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
46395         Log: Metaconfig units changes for #10113.
46396      Branch: metaconfig
46397            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
46398 ____________________________________________________________________________
46399 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
46400         Log: The problem described in 20010514.031 still wasn't
46401              fully cured, there were remnants of $CONFIG when
46402              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
46403              to avoid future conflicts.
46404      Branch: perl
46405            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
46406            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
46407            ! myconfig.SH writemain.SH
46408 ____________________________________________________________________________
46409 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
46410         Log: Half of #10107 got lost.
46411      Branch: perl
46412            ! ext/B/B/Deparse.pm
46413 ____________________________________________________________________________
46414 [ 10111] By: nick                                  on 2001/05/15  08:39:14
46415         Log: Integrate mainline.
46416      Branch: perlio
46417           +> ext/POSIX/hints/uts.pl
46418            - Todo Todo-5.6 t/camel-III/vstring.t
46419           !> (integrate 48 files)
46420 ____________________________________________________________________________
46421 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
46422         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
46423              From: Robin Houston <robin@kitsite.com>
46424              Date: Mon, 14 May 2001 22:27:08 +0100
46425              Message-ID: <20010514222708.A22963@penderel>
46426      Branch: perl
46427            ! t/TestInit.pm
46428 ____________________________________________________________________________
46429 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
46430         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
46431              From: Robin Houston <robin@kitsite.com>
46432              Date: Mon, 14 May 2001 22:16:43 +0100
46433              Message-ID: <20010514221643.A22437@penderel>
46434      Branch: perl
46435            ! ext/B/B/Deparse.pm
46436 ____________________________________________________________________________
46437 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
46438         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
46439              From: Robin Houston <robin@kitsite.com>
46440              Date: Mon, 14 May 2001 22:03:44 +0100
46441              Message-ID: <20010514220344.A20643@penderel>
46442      Branch: perl
46443            ! ext/B/B/Deparse.pm
46444 ____________________________________________________________________________
46445 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
46446         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
46447              From: Robin Houston <robin@kitsite.com>
46448              Date: Mon, 14 May 2001 22:10:07 +0100
46449              Message-ID: <20010514221007.A21118@penderel>
46450      Branch: perl
46451            ! ext/B/B/Deparse.pm
46452 ____________________________________________________________________________
46453 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
46454         Log: Fix for 20010514.037; substr() didn't invalidate the locale
46455              collation magic.
46456      Branch: perl
46457            ! pp.c
46458 ____________________________________________________________________________
46459 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
46460         Log: Update Changes.
46461      Branch: perl
46462            ! Changes patchlevel.h
46463 ____________________________________________________________________________
46464 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
46465         Log: Retract #10094.
46466      Branch: perl
46467            ! lib/Pod/Text.pm
46468 ____________________________________________________________________________
46469 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
46470         Log: Integrate change #10100 from maintperl.
46471              
46472              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
46473              bug ID 20010514.027)
46474      Branch: perl
46475           !> mg.c pp_ctl.c
46476 ____________________________________________________________________________
46477 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
46478         Log: Document the deprecatedness of suidperl.
46479      Branch: perl
46480            ! INSTALL pod/perlfaq1.pod
46481 ____________________________________________________________________________
46482 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
46483         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
46484              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
46485              Date: Mon, 14 May 2001 09:38:59 -0400
46486              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
46487      Branch: perl
46488            ! lib/ExtUtils/MM_Unix.pm
46489 ____________________________________________________________________________
46490 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
46491         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
46492              bug ID 20010514.027)
46493              
46494              TODO: this needs a testsuite addition
46495      Branch: maint-5.6/perl
46496            ! mg.c pp_ctl.c
46497 ____________________________________________________________________________
46498 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
46499         Log: More DWIMminess for Class::Struct: calling the array or hash
46500              accessors only with one argument, an array or a hash reference,
46501              sets the underlying array or hash.  This mirrors nicely also
46502              the usage in the constructor.
46503              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
46504      Branch: perl
46505            ! lib/Class/Struct.pm t/lib/class-struct.t
46506 ____________________________________________________________________________
46507 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
46508         Log: Reference cmp'ing should go through the whole stringification
46509              process shebang, as pointed out by Sarathy in #10091.
46510      Branch: perl
46511            ! pp.c
46512 ____________________________________________________________________________
46513 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
46514         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
46515              From: Simon Cozens <simon@netthink.co.uk>
46516              Date: Sat, 12 May 2001 16:36:27 +0100
46517              Message-ID: <20010512163627.A5522@netthink.co.uk>
46518              
46519              with some additions salvaged from Todo and Todo-5.6 before
46520              retiring them.
46521      Branch: perl
46522            - Todo Todo-5.6
46523            ! MANIFEST pod/perltodo.pod
46524 ____________________________________________________________________________
46525 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
46526         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
46527              From: "Golubev I. N." <gin@mo.msk.ru>
46528              Date: Mon, 07 May 2001 14:33:34 (GMT)
46529              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
46530      Branch: perl
46531            ! perl.h
46532 ____________________________________________________________________________
46533 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
46534         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
46535              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
46536              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
46537              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
46538      Branch: perl
46539            ! lib/ExtUtils/MM_Unix.pm
46540 ____________________________________________________________________________
46541 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
46542         Log: (Retracted by #10104.)
46543              
46544              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
46545              From: barries <barries@slaysys.com>
46546              Date: Sat, 12 May 2001 01:28:10 -0400
46547              Message-ID: <20010512012810.B26358@jester.slaysys.com>
46548      Branch: perl
46549            ! lib/Pod/Text.pm
46550 ____________________________________________________________________________
46551 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
46552         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
46553              From: Mike Guy <mjtg@cam.ac.uk>
46554              Date: Sat, 12 May 2001 19:24:33 +0100
46555              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
46556      Branch: perl
46557            ! lib/AutoSplit.pm
46558 ____________________________________________________________________________
46559 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
46560         Log: Yet another HP-UX hints tweak from Merijn.
46561      Branch: perl
46562            ! hints/hpux.sh
46563 ____________________________________________________________________________
46564 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
46565         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
46566              isn't defined (changes#9366,9368,9370 from mainline without the
46567              pp_scmp() change)
46568      Branch: maint-5.6/perl
46569            ! pp.c pp.h pp_hot.c
46570 ____________________________________________________________________________
46571 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
46572         Log: The sorting seems to happen now automatically.
46573      Branch: perl
46574            ! t/lib/glob-basic.t
46575 ____________________________________________________________________________
46576 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
46577         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
46578              From: Benjamin Sugars <bsugars@canoe.ca>
46579              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
46580              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
46581      Branch: perl
46582            ! pod/perlfunc.pod
46583 ____________________________________________________________________________
46584 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
46585         Log: Subject: Re: undef(&foo) does not work for XS functions
46586              From: Doug MacEachern <dougm@covalent.net>
46587              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
46588              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
46589      Branch: perl
46590            ! op.c
46591 ____________________________________________________________________________
46592 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
46593         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
46594              From: Peter Prymmer <pvhp@forte.com>
46595              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
46596              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
46597      Branch: perl
46598            ! t/op/append.t
46599 ____________________________________________________________________________
46600 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
46601         Log: Update Changes.
46602      Branch: perl
46603            ! Changes patchlevel.h
46604 ____________________________________________________________________________
46605 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
46606         Log: Remove the 'asciir' re subpragma.  Should instead implement
46607              the 'physical vs logical' range scheme:
46608              
46609              \xAA-\xCC is a native physical range, you want that range of
46610              codepoints in your native encoding.  In EBCDIC the codepoints
46611              in the gaps (between i-j and r-s) should be included.
46612              
46613              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
46614              codepoints in Unicode.
46615              
46616              a-z is a logical range, you want that range of 'logical' codepoints
46617              in your native encoding.  In EBCDIC the codepoints in the gaps
46618              (between i-j and r-s) should not be included.
46619              
46620              Mixed cases (a-\xAA, etc) should either be errors, or maybe
46621              the 'logical' endpoints should be converted to native/Unicode
46622              codepoints, and the range handled as a physical range.
46623              
46624              'Logical endpoints' are to be recognized only in the A-Z, a-z,
46625              and 0-9 ranges.  Probably a warning should be given for mixed
46626              cases like A-z or a-9 (since such expressions are encoding
46627              dependent), with a recommendation to use physical ranges.
46628      Branch: perl
46629            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
46630            ! t/op/regexp.t
46631 ____________________________________________________________________________
46632 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
46633         Log: Make the test to cleanup the test directory tree
46634              both before and after the testing so that we always
46635              have a clean slate to work with.
46636      Branch: perl
46637            ! t/lib/filefind.t
46638 ____________________________________________________________________________
46639 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
46640         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
46641              From: Jon Eveland <jweveland@yahoo.com>
46642              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
46643              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
46644      Branch: perl
46645            ! pod/perlfunc.pod
46646 ____________________________________________________________________________
46647 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
46648         Log: Merge the camel-III/vstring.t with op/ver.t.
46649      Branch: perl
46650            - t/camel-III/vstring.t
46651            ! MANIFEST t/TEST t/harness t/op/ver.t
46652 ____________________________________________________________________________
46653 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
46654         Log: Add test.deparse make target.
46655      Branch: perl
46656            ! Makefile.SH
46657 ____________________________________________________________________________
46658 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
46659         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
46660              From: Robin Houston <robin@kitsite.com>
46661              Date: Fri, 11 May 2001 12:02:22 +0100
46662              Message-ID: <20010511120222.A11529@penderel>
46663      Branch: perl
46664            ! ext/B/B/Deparse.pm t/op/method.t
46665 ____________________________________________________________________________
46666 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
46667         Log: A nicely working combination for UTS from Hal Morris.
46668      Branch: perl
46669            + ext/POSIX/hints/uts.pl
46670            ! MANIFEST hints/uts.sh
46671 ____________________________________________________________________________
46672 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
46673         Log: i_ieeefp=undef for UTS.
46674      Branch: perl
46675            ! hints/uts.sh
46676 ____________________________________________________________________________
46677 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
46678         Log: Subject: RE: rand(0) is rand(1)
46679              From: Larry Shatzer <lshatzer@islanddata.com>
46680              Date: Thu, 10 May 2001 11:09:27 -0700
46681              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
46682      Branch: perl
46683            ! pod/perlfunc.pod
46684 ____________________________________________________________________________
46685 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
46686         Log: Subject: [patch] make op_{clear,null} public
46687              From: Doug MacEachern <dougm@covalent.net>
46688              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
46689              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
46690      Branch: perl
46691            ! embed.h embed.pl op.c proto.h
46692 ____________________________________________________________________________
46693 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
46694         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
46695              From: Robin Houston <robin@kitsite.com>
46696              Date: Thu, 10 May 2001 18:54:59 +0100
46697              Message-ID: <20010510185459.A5995@penderel>
46698      Branch: perl
46699            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
46700 ____________________________________________________________________________
46701 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
46702         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
46703              From: Robin Houston <robin@kitsite.com>
46704              Date: Thu, 10 May 2001 12:56:39 +0100
46705              Message-ID: <20010510125639.A2119@penderel>
46706      Branch: perl
46707            ! ext/B/B/Deparse.pm
46708 ____________________________________________________________________________
46709 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
46710         Log: Retract #10070, not ready yet.
46711      Branch: perl
46712            ! ext/B/B/Deparse.pm
46713 ____________________________________________________________________________
46714 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
46715         Log: The metaconfig unit change for #10071.
46716      Branch: metaconfig
46717            ! U/modified/mallocsrc.U
46718 ____________________________________________________________________________
46719 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
46720         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
46721      Branch: perl
46722            ! Configure
46723 ____________________________________________________________________________
46724 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
46725         Log: (Retracted by #10073)
46726              
46727              Subject: Re: [PATCH t/TEST] B::Deparse tester 
46728              From: Hugo <hv@crypt.compulink.co.uk>
46729              Date: Thu, 10 May 2001 05:48:09 +0100
46730              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
46731      Branch: perl
46732            ! ext/B/B/Deparse.pm
46733 ____________________________________________________________________________
46734 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
46735         Log: Add a for(func()) test.
46736      Branch: perl
46737            ! t/cmd/for.t
46738 ____________________________________________________________________________
46739 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
46740         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
46741              From: Robin Houston <robin@kitsite.com>
46742              Date: Thu, 10 May 2001 13:50:08 +0100
46743              Message-ID: <20010510135008.A2454@penderel>
46744      Branch: perl
46745            ! ext/B/B/Deparse.pm
46746 ____________________________________________________________________________
46747 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
46748         Log: A thinko in #10065.
46749      Branch: perl
46750            ! hv.c
46751 ____________________________________________________________________________
46752 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
46753         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
46754              From: Robin Houston <robin@kitsite.com>
46755              Date: Thu, 10 May 2001 02:10:34 +0100
46756              Message-ID: <20010510021034.A19421@penderel>
46757      Branch: perl
46758            ! ext/B/B.xs ext/B/B/Deparse.pm
46759 ____________________________________________________________________________
46760 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
46761         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
46762              From: Doug MacEachern <dougm@covalent.net>
46763              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
46764              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
46765      Branch: perl
46766            ! hv.c
46767 ____________________________________________________________________________
46768 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
46769         Log: One more workaround for the UTS compiler from Hal Morris.
46770      Branch: perl
46771            ! perl.h
46772 ____________________________________________________________________________
46773 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
46774         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
46775              From: Robin Houston <robin@kitsite.com>
46776              Date: Thu, 10 May 2001 01:02:08 +0100
46777              Message-ID: <20010510010208.A18200@penderel>
46778      Branch: perl
46779            ! ext/B/B/Debug.pm
46780 ____________________________________________________________________________
46781 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
46782         Log: Subject: [PATCH] Simplify deb_curcv() a bit
46783              From: Benjamin Sugars <bsugars@canoe.ca>
46784              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
46785              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
46786      Branch: perl
46787            ! run.c
46788 ____________________________________________________________________________
46789 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
46790         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
46791              From: Benjamin Sugars <bsugars@canoe.ca>
46792              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
46793              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
46794      Branch: perl
46795            ! t/lib/io_scalar.t
46796 ____________________________________________________________________________
46797 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
46798         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
46799              From: Peter Prymmer <pvhp@forte.com>
46800              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
46801              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
46802      Branch: perl
46803            ! t/lib/md5-file.t
46804 ____________________________________________________________________________
46805 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
46806         Log: Subject: [PATCH t/TEST] B::Deparse tester
46807              From: Robin Houston <robin@kitsite.com>
46808              Date: Wed, 9 May 2001 19:17:50 +0100
46809              Message-ID: <20010509191750.A16940@penderel>
46810      Branch: perl
46811            ! ext/B/O.pm t/TEST
46812 ____________________________________________________________________________
46813 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
46814         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
46815              From: Jeff Pinyan <jeffp@crusoe.net>
46816              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
46817              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
46818      Branch: perl
46819            ! lib/Pod/Html.pm
46820 ____________________________________________________________________________
46821 [ 10057] By: nick                                  on 2001/05/09  18:37:56
46822         Log: Integrate mainline.
46823      Branch: perlio
46824           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
46825           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
46826 ____________________________________________________________________________
46827 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
46828         Log: Update Changes.
46829      Branch: perl
46830            ! Changes patchlevel.h
46831 ____________________________________________________________________________
46832 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
46833         Log: Integrate perlio.
46834      Branch: perl
46835           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46836 ____________________________________________________________________________
46837 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
46838         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
46839              From: Benjamin Sugars <bsugars@canoe.ca>
46840              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
46841              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
46842      Branch: perl
46843            ! perlio.c
46844 ____________________________________________________________________________
46845 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
46846         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
46847              From: Benjamin Sugars <bsugars@canoe.ca>
46848              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
46849              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
46850      Branch: perl
46851            ! ext/PerlIO/Scalar/Scalar.xs
46852 ____________________________________________________________________________
46853 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
46854         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
46855              From: Jeff Pinyan <jeffp@crusoe.net>
46856              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
46857              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
46858      Branch: perl
46859            ! lib/Pod/Html.pm
46860 ____________________________________________________________________________
46861 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
46862         Log: EPOC tweak from Olaf Flebbe.
46863      Branch: perl
46864            ! epoc/epocish.h
46865 ____________________________________________________________________________
46866 [ 10050] By: nick                                  on 2001/05/09  14:37:57
46867         Log: win32, regen_config_h
46868      Branch: perlio
46869            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46870 ____________________________________________________________________________
46871 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
46872         Log: Integrate perlio.
46873      Branch: perl
46874           !> pp_sys.c
46875 ____________________________________________________________________________
46876 [ 10048] By: nick                                  on 2001/05/09  11:59:50
46877         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
46878              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
46879      Branch: perlio
46880            ! pp_sys.c
46881 ____________________________________________________________________________
46882 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
46883         Log: Integrate perlio.
46884      Branch: perl
46885           !> run.c
46886 ____________________________________________________________________________
46887 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
46888         Log: Subject: Re: Less warnings during configure
46889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46890              Date: Wed, 09 May 2001 13:12:49 +0200
46891              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
46892      Branch: perl
46893            ! hints/hpux.sh
46894 ____________________________________________________________________________
46895 [ 10045] By: nick                                  on 2001/05/09  09:56:59
46896         Log: MULTIPLICITY/DEBUGGING build fix.
46897      Branch: perlio
46898            ! run.c
46899 ____________________________________________________________________________
46900 [ 10044] By: nick                                  on 2001/05/09  09:46:37
46901         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
46902      Branch: perlio
46903           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
46904            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
46905           !> (integrate 65 files)
46906 ____________________________________________________________________________
46907 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
46908         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
46909              From: Robin Houston <robin@kitsite.com>
46910              Date: Tue, 8 May 2001 19:38:00 +0100
46911              Message-ID: <20010508193800.A4389@penderel>
46912              
46913              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
46914              From: Robin Houston <robin@kitsite.com>
46915              Date: Tue, 8 May 2001 20:03:57 +0100
46916              Message-ID: <20010508200357.A4614@penderel>
46917              
46918              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
46919              From: Robin Houston <robin@kitsite.com>
46920              Date: Wed, 9 May 2001 00:12:05 +0100
46921              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
46922      Branch: perl
46923            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
46924 ____________________________________________________________________________
46925 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
46926         Log: Retract #10031.
46927      Branch: perl
46928            ! pod/perlfunc.pod
46929 ____________________________________________________________________________
46930 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
46931         Log: The metaconfig unit changes for #10040.
46932      Branch: metaconfig/U/perl
46933            ! Checkcc.U d_dlsymun.U dlsrc.U
46934 ____________________________________________________________________________
46935 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
46936         Log: The Configure half of
46937              
46938              Subject: Less warnings during configure
46939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46940              Date: Tue, 08 May 2001 08:44:02 +0200
46941              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
46942      Branch: perl
46943            ! Configure
46944 ____________________________________________________________________________
46945 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
46946         Log: Subject: Less warnings during configure
46947              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46948              Date: Tue, 08 May 2001 08:44:02 +0200
46949              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
46950      Branch: perl
46951            ! hints/hpux.sh
46952 ____________________________________________________________________________
46953 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
46954         Log: Don't forget to whine about \d__\d.
46955      Branch: perl
46956            ! t/pragma/warn/toke toke.c
46957 ____________________________________________________________________________
46958 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
46959         Log: Allow underscores also in the exponent part.
46960      Branch: perl
46961            ! t/pragma/warn/toke toke.c
46962 ____________________________________________________________________________
46963 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
46964         Log: CodeMagicCD doesn't look like an *I*DE.
46965      Branch: perl
46966            ! pod/perlfaq3.pod
46967 ____________________________________________________________________________
46968 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
46969         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
46970              to be consistently down).
46971      Branch: perl
46972            ! pod/perlfaq3.pod
46973 ____________________________________________________________________________
46974 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
46975         Log: Upgrade to Text::Balanced 1.84.
46976      Branch: perl
46977            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
46978 ____________________________________________________________________________
46979 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
46980         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
46981              From: Benjamin Sugars <bsugars@canoe.ca>
46982              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
46983              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
46984      Branch: perl
46985            ! run.c
46986 ____________________________________________________________________________
46987 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
46988         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
46989              From: Peter Prymmer <pvhp@forte.com>
46990              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
46991              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
46992      Branch: perl
46993            ! t/pod/plainer.t
46994 ____________________________________________________________________________
46995 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
46996         Log: (Retracted by #10042)
46997              
46998              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
46999              From: "Philip Newton" <pnewton@gmx.de>
47000              Date: Tue, 8 May 2001 09:18:10 +0200
47001              Message-ID: <3AF7B9D2.28861.603732@localhost>
47002      Branch: perl
47003            ! pod/perlfunc.pod
47004 ____________________________________________________________________________
47005 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
47006         Log: Subject: [PATCH B::Deparse] Document known bugs
47007              From: Robin Houston <robin@kitsite.com>
47008              Date: Tue, 8 May 2001 01:53:34 +0100
47009              Message-ID: <20010508015334.A32394@penderel>
47010      Branch: perl
47011            ! ext/B/B/Deparse.pm
47012 ____________________________________________________________________________
47013 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
47014         Log: Subject: Re: Perl book, magazine and website updates.
47015              From: "Philip Newton" <pnewton@gmx.de>
47016              Date: Mon, 7 May 2001 17:03:58 +0200
47017              Message-ID: <3AF6D57E.5387.1E29930@localhost>
47018      Branch: perl
47019            ! pod/perlfaq2.pod
47020 ____________________________________________________________________________
47021 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
47022         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
47023              From: Peter Prymmer <pvhp@forte.com>
47024              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
47025              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
47026      Branch: perl
47027            ! t/io/fflush.t
47028 ____________________________________________________________________________
47029 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
47030         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
47031              From: Robin Houston <robin@kitsite.com>
47032              Date: Tue, 8 May 2001 01:14:55 +0100
47033              Message-ID: <20010508011455.A32162@penderel>
47034      Branch: perl
47035            ! ext/B/B/Deparse.pm
47036 ____________________________________________________________________________
47037 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
47038         Log: Typo in #10025.
47039      Branch: perl
47040            ! hints/uts.sh
47041 ____________________________________________________________________________
47042 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
47043         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
47044      Branch: perl
47045            ! hints/uts.sh
47046 ____________________________________________________________________________
47047 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
47048         Log: Subject: Re: [ID 20010506.045] question about hash syntax
47049              From: Peter Scott <Peter@PSDT.com>
47050              Date: Sun, 06 May 2001 13:10:40 -0700
47051              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
47052      Branch: perl
47053            ! pod/perl56delta.pod
47054 ____________________________________________________________________________
47055 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
47056         Log: Configure should figure out the list of dynamic extensions
47057              just fine in UTS-- and in fact it does, as reported by Hal Morris.
47058      Branch: perl
47059            ! hints/uts.sh
47060 ____________________________________________________________________________
47061 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
47062         Log: Update Changes.
47063      Branch: perl
47064            ! Changes patchlevel.h
47065 ____________________________________________________________________________
47066 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
47067         Log: Subject: [PATCH regcomp.c] Insecure regexes
47068              From: Robin Houston <robin@kitsite.com>
47069              Date: Mon, 7 May 2001 21:56:12 +0100
47070              Message-ID: <20010507215612.A31114@penderel>
47071      Branch: perl
47072            ! regcomp.c
47073 ____________________________________________________________________________
47074 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
47075         Log: Drop the foobar.perl.com references for now until Simon
47076              gets them sorted out.
47077      Branch: perl
47078            ! pod/perlfaq2.pod
47079 ____________________________________________________________________________
47080 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
47081         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
47082              From: Prymmer/Kahn <pvhp@best.com>
47083              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
47084              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
47085      Branch: perl
47086            ! lib/Devel/SelfStubber.pm
47087 ____________________________________________________________________________
47088 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
47089         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
47090              From: Prymmer/Kahn <pvhp@best.com>
47091              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
47092              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
47093      Branch: perl
47094            ! win32/Makefile
47095 ____________________________________________________________________________
47096 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
47097         Log: s/WebTechnique's/WebTechniques/
47098      Branch: perl
47099            ! pod/perlfaq2.pod
47100 ____________________________________________________________________________
47101 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
47102         Log: Llama 3 updates from Randal.
47103      Branch: perl
47104            ! pod/perlfaq2.pod
47105 ____________________________________________________________________________
47106 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
47107         Log: Subject: [PATCH] Help -Dt show correct pad variables
47108              From: Benjamin Sugars <ben.sugars@home.com>
47109              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
47110              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
47111      Branch: perl
47112            ! embed.h embed.pl proto.h run.c
47113 ____________________________________________________________________________
47114 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
47115         Log: Subject: [PATCH] Document C<our $foo : shared>
47116              From: Benjamin Sugars <ben.sugars@home.com>
47117              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
47118              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
47119      Branch: perl
47120            ! pod/perlfunc.pod
47121 ____________________________________________________________________________
47122 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
47123         Log: Subject: [PATCH B::Deparse] undefined folded constants
47124              From: Robin Houston <robin@kitsite.com>
47125              Date: Sun, 6 May 2001 17:19:09 +0100
47126              Message-ID: <20010506171909.A7046@penderel>
47127      Branch: perl
47128            ! ext/B/B/Deparse.pm
47129 ____________________________________________________________________________
47130 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
47131         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
47132              From: Robin Houston <robin@kitsite.com>
47133              Message-ID: <20010506164654.A6848@penderel>
47134              Date: Sun, 6 May 2001 16:46:54 +0100
47135      Branch: perl
47136            ! ext/B/B/Deparse.pm
47137 ____________________________________________________________________________
47138 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
47139         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
47140              From: Robin Houston <robin@kitsite.com>
47141              Date: Sun, 6 May 2001 14:47:02 +0100
47142              Message-ID: <20010506144702.A6308@penderel>
47143      Branch: perl
47144            ! t/op/my_stash.t
47145 ____________________________________________________________________________
47146 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
47147         Log: Subject: Perl book, magazine and website updates.
47148              From: Simon Cozens <simon@netthink.co.uk>
47149              Date: Sun, 6 May 2001 16:55:36 +0100
47150              Message-ID: <20010506165536.A1795@netthink.co.uk>
47151      Branch: perl
47152            ! pod/perlbook.pod pod/perlfaq2.pod
47153 ____________________________________________________________________________
47154 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
47155         Log: Tweaks on the Tru64 prof options.
47156      Branch: perl
47157            ! pod/perlhack.pod
47158 ____________________________________________________________________________
47159 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
47160         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
47161              From: Robin Houston <robin@kitsite.com>
47162              Date: Sun, 6 May 2001 14:40:51 +0100
47163              Message-ID: <20010506144051.A6279@penderel>
47164      Branch: perl
47165            ! t/pod/testp2pt.pl
47166 ____________________________________________________________________________
47167 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
47168         Log: Subject: [PATCH B::Deparse] scoping
47169              From: Robin Houston <robin@kitsite.com>
47170              Date: Sun, 6 May 2001 14:36:56 +0100
47171              Message-ID: <20010506143656.A4006@penderel>
47172      Branch: perl
47173            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
47174 ____________________________________________________________________________
47175 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
47176         Log: Document the undefinedness of bitshifting out of range.
47177      Branch: perl
47178            ! pod/perlop.pod
47179 ____________________________________________________________________________
47180 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
47181         Log: Retract #10003 and update the IDE descriptions a bit.
47182      Branch: perl
47183            ! pod/perlfaq3.pod
47184 ____________________________________________________________________________
47185 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
47186         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
47187              From: Prymmer/Kahn <pvhp@best.com>
47188              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
47189              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
47190      Branch: perl
47191            ! win32/Makefile win32/buildext.pl win32/config.bc
47192            ! win32/config.gc win32/config.vc
47193 ____________________________________________________________________________
47194 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
47195         Log: (Retracted by #10005.)
47196      Branch: perl
47197            ! pod/perlfaq3.pod
47198 ____________________________________________________________________________
47199 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
47200         Log: It's "psed", not "sed".
47201      Branch: perl
47202            ! x2p/s2p.PL
47203 ____________________________________________________________________________
47204 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
47205         Log: Update Changes.
47206      Branch: perl
47207            ! Changes patchlevel.h
47208 ____________________________________________________________________________
47209 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
47210         Log: Subject: Re: bleadperl make install fails due to "psed"
47211              From: andreas.koenig@anima.de (Andreas J. Koenig)
47212              Date: 05 May 2001 18:23:28 +0200
47213              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
47214      Branch: perl
47215            ! x2p/Makefile.SH x2p/s2p.PL
47216 ____________________________________________________________________________
47217 [  9999] By: jhi                                   on 2001/05/05  18:28:09
47218         Log: AUTHORS updates.
47219      Branch: perl
47220            ! AUTHORS
47221 ____________________________________________________________________________
47222 [  9998] By: jhi                                   on 2001/05/05  18:16:00
47223         Log: Updates on the pods related to the modules included since 5.6.
47224              
47225              TODO: perltodo really could use major updating.
47226      Branch: perl
47227            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
47228            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
47229            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
47230            ! pod/perlsyn.pod pod/perltodo.pod
47231 ____________________________________________________________________________
47232 [  9997] By: jhi                                   on 2001/05/05  17:35:17
47233         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
47234              from Kurt Skauen.
47235      Branch: perl
47236            + hints/atheos.sh
47237            ! MANIFEST
47238 ____________________________________________________________________________
47239 [  9996] By: jhi                                   on 2001/05/05  17:25:00
47240         Log: Add preemptive #undefs for some of the shorter and more prone
47241              to collision regcomp.h #defines.  (Background: the MASK collided
47242              with a system header #define in Rhapsody.)
47243      Branch: perl
47244            ! regcomp.h
47245 ____________________________________________________________________________
47246 [  9995] By: jhi                                   on 2001/05/05  13:24:21
47247         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
47248              From: Nicholas Clark <nick@ccl4.org>
47249              Date: Sat, 5 May 2001 14:46:39 +0100
47250              Message-ID: <20010505144639.O53513@plum.flirble.org>
47251              
47252              Add a test for the constants (if any) being processed correctly.
47253      Branch: perl
47254            ! utils/h2xs.PL
47255 ____________________________________________________________________________
47256 [  9994] By: jhi                                   on 2001/05/05  02:11:03
47257         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
47258              From: Peter Prymmer <pvhp@forte.com>
47259              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
47260              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
47261      Branch: perl
47262            ! t/lib/b-stash.t
47263 ____________________________________________________________________________
47264 [  9993] By: jhi                                   on 2001/05/05  02:03:49
47265         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
47266              From: Peter Prymmer <pvhp@forte.com>
47267              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
47268              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
47269      Branch: perl
47270            ! perlio.c vms/vmsish.h
47271 ____________________________________________________________________________
47272 [  9992] By: jhi                                   on 2001/05/04  17:21:12
47273         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
47274              From: Robin Barker <rmb1@cise.npl.co.uk>
47275              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
47276              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
47277      Branch: perl
47278            + t/pod/plainer.t
47279            ! MANIFEST
47280 ____________________________________________________________________________
47281 [  9991] By: jhi                                   on 2001/05/04  16:47:45
47282         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
47283              From: Robin Barker <rmb1@cise.npl.co.uk>
47284              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
47285              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
47286      Branch: perl
47287            ! regcomp.c
47288 ____________________________________________________________________________
47289 [  9990] By: jhi                                   on 2001/05/04  14:37:20
47290         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
47291              From: Prymmer/Kahn <pvhp@best.com>
47292              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
47293              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
47294      Branch: perl
47295            ! t/lib/b-stash.t
47296 ____________________________________________________________________________
47297 [  9989] By: jhi                                   on 2001/05/04  14:03:58
47298         Log: Introduce perl572delta, update Todo, add the missing
47299              mention about signal safety since 5.7.1 (though this
47300              requires verification and more details.)
47301      Branch: perl
47302            + pod/perl572delta.pod
47303            ! MANIFEST Todo pod/perl571delta.pod
47304 ____________________________________________________________________________
47305 [  9988] By: jhi                                   on 2001/05/04  12:41:51
47306         Log: Subject: [PATCH perl@9944] long =item
47307              From: Robin Barker <rmb1@cise.npl.co.uk>
47308              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
47309              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
47310      Branch: perl
47311            ! ext/Time/HiRes/HiRes.pm
47312 ____________________________________________________________________________
47313 [  9987] By: jhi                                   on 2001/05/04  12:39:19
47314         Log: The #9901 had removed one line essential for EBCDIC.
47315      Branch: perl
47316            ! regcomp.c
47317 ____________________________________________________________________________
47318 [  9986] By: jhi                                   on 2001/05/04  12:30:23
47319         Log: Subject: cygwin/Makefile.SHs INSTALL patch
47320              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
47321              Date: Mon, 08 Jan 2001 04:59:21 +0200
47322              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
47323      Branch: perl
47324            ! cygwin/Makefile.SHs
47325 ____________________________________________________________________________
47326 [  9985] By: jhi                                   on 2001/05/04  03:51:39
47327         Log: Encode/IO doc tweaks.
47328      Branch: perl
47329            ! ext/Encode/Encode.pm
47330 ____________________________________________________________________________
47331 [  9984] By: jhi                                   on 2001/05/04  03:29:34
47332         Log: Remove GDBM_File from the dynamic extensions for UTS,
47333              GDBM is not a standard feature.
47334      Branch: perl
47335            ! hints/uts.sh
47336 ____________________________________________________________________________
47337 [  9983] By: jhi                                   on 2001/05/04  03:22:59
47338         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
47339      Branch: perl
47340            ! pod/perlretut.pod
47341 ____________________________________________________________________________
47342 [  9982] By: jhi                                   on 2001/05/03  23:21:03
47343         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
47344              From: Benjamin Sugars <bsugars@canoe.ca>
47345              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
47346              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
47347      Branch: perl
47348            ! dump.c
47349 ____________________________________________________________________________
47350 [  9981] By: jhi                                   on 2001/05/03  23:20:05
47351         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
47352              From: Benjamin Sugars <bsugars@canoe.ca>
47353              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
47354              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
47355      Branch: perl
47356            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
47357 ____________________________________________________________________________
47358 [  9980] By: jhi                                   on 2001/05/03  23:15:29
47359         Log: Integrate perlio.
47360      Branch: perl
47361           !> ext/Encode/Encode.pm
47362 ____________________________________________________________________________
47363 [  9979] By: jhi                                   on 2001/05/03  16:54:59
47364         Log: Install psed man page.
47365      Branch: perl
47366            ! installman
47367 ____________________________________________________________________________
47368 [  9978] By: jhi                                   on 2001/05/03  16:45:58
47369         Log: Remove unused files; noted by Sarathy.
47370      Branch: perl
47371            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
47372            ! MANIFEST
47373 ____________________________________________________________________________
47374 [  9977] By: jhi                                   on 2001/05/03  16:42:30
47375         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
47376              From: Andy Dougherty <doughera@lafayette.edu>
47377              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
47378              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
47379      Branch: perl
47380            ! INSTALL
47381 ____________________________________________________________________________
47382 [  9976] By: nick                                  on 2001/05/03  16:40:42
47383         Log: Allow $answer = encode($object,$text); like it says in docs.
47384      Branch: perlio
47385            ! ext/Encode/Encode.pm
47386 ____________________________________________________________________________
47387 [  9975] By: nick                                  on 2001/05/03  16:22:30
47388         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
47389              to be in scope (fair enough), and also a package variable (our) for eval to see it.
47390      Branch: perlio
47391            ! ext/Encode/Encode.pm
47392 ____________________________________________________________________________
47393 [  9974] By: nick                                  on 2001/05/03  15:48:17
47394         Log: Integrate mainline.
47395      Branch: perlio
47396           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
47397           +> t/lib/filter-simple.t t/lib/next.t
47398           !> (integrate 70 files)
47399 ____________________________________________________________________________
47400 [  9973] By: jhi                                   on 2001/05/03  13:09:09
47401         Log: Update Changes.
47402      Branch: perl
47403            ! Changes patchlevel.h
47404 ____________________________________________________________________________
47405 [  9972] By: jhi                                   on 2001/05/03  12:58:33
47406         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
47407              From: Prymmer/Kahn <pvhp@best.com>
47408              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
47409              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
47410      Branch: perl
47411            ! t/io/fflush.t
47412 ____________________________________________________________________________
47413 [  9971] By: jhi                                   on 2001/05/03  12:57:26
47414         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
47415              From: Prymmer/Kahn <pvhp@best.com>
47416              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
47417              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
47418      Branch: perl
47419            ! win32/FindExt.pm
47420 ____________________________________________________________________________
47421 [  9970] By: jhi                                   on 2001/05/03  02:42:46
47422         Log: Can't croak sans thread context, from Doug MacEachern.
47423      Branch: perl
47424            ! toke.c
47425 ____________________________________________________________________________
47426 [  9969] By: jhi                                   on 2001/05/03  01:23:48
47427         Log: Subject: Random input test and Perl
47428              From: Ilya Zakharevich <ilya@math.berkeley.edu>
47429              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
47430              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
47431      Branch: perl
47432            ! toke.c
47433 ____________________________________________________________________________
47434 [  9968] By: jhi                                   on 2001/05/02  22:17:21
47435         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
47436              From: Peter Prymmer <pvhp@forte.com>
47437              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
47438              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
47439      Branch: perl
47440            ! pod/perlfunc.pod pod/perlport.pod
47441 ____________________________________________________________________________
47442 [  9967] By: jhi                                   on 2001/05/02  20:12:45
47443         Log: Workaround for UTS compiler casting bug from Hal Morris.
47444      Branch: perl
47445            ! perl.h
47446 ____________________________________________________________________________
47447 [  9966] By: jhi                                   on 2001/05/02  18:31:37
47448         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
47449              From: Dan Sugalski <dan@sidhe.org>
47450              Date: Wed, 02 May 2001 15:23:22 -0400
47451              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
47452      Branch: perl
47453            ! perl.c vms/vms.c
47454 ____________________________________________________________________________
47455 [  9965] By: jhi                                   on 2001/05/02  18:21:29
47456         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
47457      Branch: perl
47458            ! pod/perlfunc.pod
47459 ____________________________________________________________________________
47460 [  9964] By: jhi                                   on 2001/05/02  18:15:01
47461         Log: Document large files in INSTALL, document also the %x
47462              limitation if not use64bitint, closes bug 20010326.007.
47463      Branch: perl
47464            ! INSTALL
47465 ____________________________________________________________________________
47466 [  9963] By: jhi                                   on 2001/05/02  17:24:47
47467         Log: perlmodlib tweaks; regen pods.
47468      Branch: perl
47469            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
47470            ! pod/perltoc.pod
47471 ____________________________________________________________________________
47472 [  9962] By: jhi                                   on 2001/05/02  17:14:00
47473         Log: Fix for a segfault, from Marc Lehmann.
47474      Branch: perl
47475            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
47476 ____________________________________________________________________________
47477 [  9961] By: jhi                                   on 2001/05/02  15:55:53
47478         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
47479              From: "Philip Newton" <pnewton@gmx.de>
47480              Date: Wed, 2 May 2001 18:39:03 +0200
47481              Message-ID: <3AF05447.15525.173B588@localhost>
47482      Branch: perl
47483            ! pod/perlop.pod
47484 ____________________________________________________________________________
47485 [  9960] By: jhi                                   on 2001/05/02  15:35:37
47486         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
47487              From: Dan Sugalski <dan@sidhe.org>
47488              Date: Wed, 02 May 2001 11:37:27 -0400
47489              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
47490      Branch: perl
47491            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
47492            ! thread.h vms/vms.c vms/vmsish.h
47493 ____________________________________________________________________________
47494 [  9959] By: jhi                                   on 2001/05/02  15:21:08
47495         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
47496              From: Benjamin Sugars <bsugars@canoe.ca>
47497              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
47498              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
47499      Branch: perl
47500            ! ext/PerlIO/Scalar/Scalar.xs
47501 ____________________________________________________________________________
47502 [  9958] By: jhi                                   on 2001/05/02  15:15:53
47503         Log: Bug in #9915, spotted by Mike Guy.
47504      Branch: perl
47505            ! installperl
47506 ____________________________________________________________________________
47507 [  9957] By: jhi                                   on 2001/05/02  13:26:01
47508         Log: Add a test for not griping about references as array
47509              indices if the reference has magic in it (overloaded
47510              methods).
47511      Branch: perl
47512            ! pod/perldiag.pod t/pragma/warn/pp_hot
47513 ____________________________________________________________________________
47514 [  9956] By: jhi                                   on 2001/05/02  13:07:01
47515         Log: Retracted a bit too much in #9952.
47516      Branch: perl
47517            ! t/pragma/sub_lval.t
47518 ____________________________________________________________________________
47519 [  9955] By: jhi                                   on 2001/05/02  13:05:38
47520         Log: Test for #9952.
47521      Branch: perl
47522            ! t/op/tie.t
47523 ____________________________________________________________________________
47524 [  9954] By: jhi                                   on 2001/05/02  11:48:18
47525         Log: Additional note on the encoding example: one cannot
47526              convert string constants in-place.
47527      Branch: perl
47528            ! ext/Encode/Encode.pm
47529 ____________________________________________________________________________
47530 [  9953] By: jhi                                   on 2001/05/02  11:43:51
47531         Log: Note that if you have recent enough Perl you already
47532              have Filter::Util::Call.
47533      Branch: perl
47534            ! lib/Filter/Simple.pm
47535 ____________________________________________________________________________
47536 [  9952] By: jhi                                   on 2001/05/02  11:31:53
47537         Log: Retract changes #8254 and #8255, causes coredump in
47538              'tie FH, "main"', reported by Abigail, culprit found by
47539              Benjamin Sugars.  Mirrors maintperl change #9950.
47540      Branch: perl
47541            ! op.c t/pragma/sub_lval.t
47542 ____________________________________________________________________________
47543 [  9951] By: jhi                                   on 2001/05/02  11:14:29
47544         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
47545      Branch: perl
47546            + t/lib/MyFilter.pm
47547 ____________________________________________________________________________
47548 [  9950] By: gsar                                  on 2001/05/02  03:17:11
47549         Log: revert integration of changes#8254,8255 in change#8620 (causes
47550              a coredump in C<tie FH, 'foo'>; the idea itself may need better
47551              rationalization)
47552      Branch: maint-5.6/perl
47553            ! op.c t/pragma/sub_lval.t
47554 ____________________________________________________________________________
47555 [  9949] By: gsar                                  on 2001/05/02  02:56:32
47556         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
47557              
47558              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
47559              
47560              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
47561      Branch: maint-5.6/perl
47562           !> hints/svr5.sh
47563 ____________________________________________________________________________
47564 [  9948] By: gsar                                  on 2001/05/02  02:49:15
47565         Log: pod/find.t breaks on VMS (from Craig Berry)
47566      Branch: maint-5.6/perl
47567            ! t/pod/find.t
47568 ____________________________________________________________________________
47569 [  9947] By: jhi                                   on 2001/05/02  02:43:09
47570         Log: Add an encoding conversion example.
47571      Branch: perl
47572            ! ext/Encode/Encode.pm
47573 ____________________________________________________________________________
47574 [  9946] By: jhi                                   on 2001/05/02  01:34:22
47575         Log: Another coat of paint but still nowhere finished.
47576              Need to decide on the semantics of strptime(): should
47577              strptime() be a function instead of a method?  To do
47578              the week/monthname-strptiming the i18n/l10n bullet needs
47579              to be bitten with gusto.
47580      Branch: perl
47581            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
47582 ____________________________________________________________________________
47583 [  9945] By: jhi                                   on 2001/05/01  23:40:52
47584         Log: Update Changes.
47585      Branch: perl
47586            ! Changes patchlevel.h
47587 ____________________________________________________________________________
47588 [  9944] By: jhi                                   on 2001/05/01  23:33:37
47589         Log: Add known-to-be-tested modules to the list-to-be-skipped.
47590      Branch: perl
47591            ! t/lib/1_compile.t
47592 ____________________________________________________________________________
47593 [  9943] By: jhi                                   on 2001/05/01  23:24:40
47594         Log: Subject: BorlandC++ fix
47595              From: "Vadim Konovalov" <watman@inbox.ru>
47596              Date: Mon, 30 Apr 2001 20:12:26 -0700
47597              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
47598      Branch: perl
47599            ! win32/makefile.mk
47600 ____________________________________________________________________________
47601 [  9942] By: jhi                                   on 2001/05/01  23:18:02
47602         Log: Update to Filter::Simple 0.60, create a test for it.
47603      Branch: perl
47604            + t/lib/filter-simple.t
47605            ! MANIFEST lib/Filter/Simple.pm
47606 ____________________________________________________________________________
47607 [  9941] By: jhi                                   on 2001/05/01  19:47:24
47608         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
47609              From: Hugo <hv@crypt.compulink.co.uk>
47610              Date: Tue, 01 May 2001 20:12:20 +0100
47611              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
47612      Branch: perl
47613            ! pp_hot.c t/op/re_tests
47614 ____________________________________________________________________________
47615 [  9940] By: jhi                                   on 2001/05/01  19:42:16
47616         Log: Integrate perlio.
47617      Branch: perl
47618           !> lib/base.pm t/lib/fields.t
47619 ____________________________________________________________________________
47620 [  9939] By: jhi                                   on 2001/05/01  19:39:51
47621         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
47622              From: Benjamin Sugars <bsugars@canoe.ca>
47623              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
47624              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
47625      Branch: perl
47626            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
47627 ____________________________________________________________________________
47628 [  9938] By: jhi                                   on 2001/05/01  19:34:09
47629         Log: Add NEXT, a pseudo-class for method redispatching.
47630              <Damian>NEXT.pm probably offers more bang-for-buck
47631              than anything else I've ever written.</Damian>
47632      Branch: perl
47633            + lib/NEXT.pm t/lib/next.t
47634            ! MANIFEST
47635 ____________________________________________________________________________
47636 [  9937] By: jhi                                   on 2001/05/01  19:21:41
47637         Log: Update to Switch 2.02.
47638      Branch: perl
47639            ! lib/Switch.pm t/lib/switch.t
47640 ____________________________________________________________________________
47641 [  9936] By: nick                                  on 2001/05/01  19:09:21
47642         Log: Fix for base.pm clobbering $VERSION
47643      Branch: perlio
47644            ! lib/base.pm
47645 ____________________________________________________________________________
47646 [  9935] By: nick                                  on 2001/05/01  18:54:38
47647         Log: Test for base.pm clobbering $VERSION.
47648      Branch: perlio
47649            ! t/lib/fields.t
47650 ____________________________________________________________________________
47651 [  9934] By: jhi                                   on 2001/05/01  18:39:10
47652         Log: Add information about Scalar::Util::blessed.
47653      Branch: perl
47654            ! pod/perlobj.pod
47655 ____________________________________________________________________________
47656 [  9933] By: jhi                                   on 2001/05/01  18:33:51
47657         Log: Subject: Extra UNIVERSAL documentation
47658              From: Mike Guy <mjtg@cam.ac.uk>
47659              Date: Tue, 01 May 2001 20:12:11 +0100
47660              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
47661      Branch: perl
47662            ! pod/perlobj.pod
47663 ____________________________________________________________________________
47664 [  9932] By: jhi                                   on 2001/05/01  18:26:54
47665         Log: Subject: Autoflush in tests as appropriate
47666              From: Mike Guy <mjtg@cam.ac.uk>
47667              Date: Tue, 01 May 2001 20:05:31 +0100
47668              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
47669      Branch: perl
47670            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
47671            ! t/op/taint.t
47672 ____________________________________________________________________________
47673 [  9931] By: jhi                                   on 2001/05/01  18:02:29
47674         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
47675              From: Benjamin Sugars <bsugars@canoe.ca>
47676              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
47677              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
47678      Branch: perl
47679            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
47680 ____________________________________________________________________________
47681 [  9930] By: jhi                                   on 2001/05/01  15:12:26
47682         Log: Subject: Re: Finally got a round tuit
47683              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47684              Date: Tue, 01 May 2001 14:14:10 +0200
47685              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
47686              
47687              The -DP part, slightly modified.
47688      Branch: perl
47689            ! perl.c
47690 ____________________________________________________________________________
47691 [  9929] By: jhi                                   on 2001/05/01  14:17:15
47692         Log: Subject: Re: Finally got a round tuit
47693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47694              Date: Tue, 01 May 2001 16:34:06 +0200
47695              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
47696              
47697              cpp and optimization tweaks for HP-UX.
47698      Branch: perl
47699            ! hints/hpux.sh
47700 ____________________________________________________________________________
47701 [  9928] By: jhi                                   on 2001/05/01  13:24:20
47702         Log: Tune the scan_num() comments to reality.
47703      Branch: perl
47704            ! toke.c
47705 ____________________________________________________________________________
47706 [  9927] By: jhi                                   on 2001/05/01  13:14:01
47707         Log: Subject: [PATCH B::Deparse] optimised sort
47708              From: Robin Houston <robin@kitsite.com>
47709              Date: Tue, 1 May 2001 14:07:12 +0100
47710              Message-ID: <20010501140712.A4266@penderel>
47711      Branch: perl
47712            ! ext/B/B/Deparse.pm
47713 ____________________________________________________________________________
47714 [  9926] By: jhi                                   on 2001/05/01  13:10:53
47715         Log: Subject: [PATCH t/lib/b-deparse.t] 
47716              From: Robin Houston <robin@kitsite.com>
47717              Date: Tue, 1 May 2001 13:37:42 +0100
47718              Message-ID: <20010501133742.A4082@penderel>
47719      Branch: perl
47720            ! t/lib/b-deparse.t
47721 ____________________________________________________________________________
47722 [  9925] By: jhi                                   on 2001/05/01  13:10:13
47723         Log: Subject: [PATCH B::Deparse] for(;;), sort
47724              From: Robin Houston <robin@kitsite.com>
47725              Date: Tue, 1 May 2001 13:35:00 +0100
47726              Message-ID: <20010501133500.A4061@penderel>
47727      Branch: perl
47728            ! ext/B/B/Deparse.pm
47729 ____________________________________________________________________________
47730 [  9924] By: jhi                                   on 2001/05/01  13:09:22
47731         Log: Subject: [PATCH B::Deparse] do, warn, use
47732              From: Robin Houston <robin@kitsite.com>
47733              Date: Tue, 1 May 2001 13:31:03 +0100
47734              Message-ID: <20010501133103.A4041@penderel>
47735      Branch: perl
47736            ! ext/B/B/Deparse.pm
47737 ____________________________________________________________________________
47738 [  9923] By: jhi                                   on 2001/05/01  11:45:36
47739         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
47740              From: Benjamin Sugars <ben.sugars@home.com>
47741              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
47742              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
47743      Branch: perl
47744            + t/io/fflush.t
47745            ! MANIFEST
47746 ____________________________________________________________________________
47747 [  9922] By: jhi                                   on 2001/05/01  11:35:42
47748         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
47749              From: Peter Prymmer <pvhp@forte.com>
47750              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
47751              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
47752      Branch: perl
47753            ! t/lib/selfstubber.t
47754 ____________________________________________________________________________
47755 [  9921] By: jhi                                   on 2001/04/30  16:34:33
47756         Log: Subject: [PATCH B::Concise] suppress warning
47757              From: Robin Houston <robin@kitsite.com>
47758              Date: Mon, 30 Apr 2001 16:09:49 +0100
47759              Message-ID: <20010430160949.A25086@penderel>
47760      Branch: perl
47761            ! ext/B/B/Concise.pm
47762 ____________________________________________________________________________
47763 [  9920] By: jhi                                   on 2001/04/30  13:56:04
47764         Log: Strip the *markers* from #9919.
47765      Branch: perl
47766            ! pod/perlfaq.pod pod/perlfaq5.pod
47767 ____________________________________________________________________________
47768 [  9919] By: jhi                                   on 2001/04/30  13:54:04
47769         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
47770              From: Gwyn Judd <b.judd@xtra.co.nz>
47771              Date: Sun, 29 Apr 2001 01:47:49 +1200
47772              Message-ID: <20010429014749.A4418@thislove>
47773      Branch: perl
47774            ! pod/perlfaq.pod pod/perlfaq5.pod
47775 ____________________________________________________________________________
47776 [  9918] By: jhi                                   on 2001/04/30  13:13:54
47777         Log: More_tweakage.
47778      Branch: perl
47779            ! pod/perldata.pod pod/perldiag.pod
47780 ____________________________________________________________________________
47781 [  9917] By: jhi                                   on 2001/04/30  13:01:27
47782         Log: Update Changes.
47783      Branch: perl
47784            ! Changes patchlevel.h
47785 ____________________________________________________________________________
47786 [  9916] By: jhi                                   on 2001/04/30  12:57:03
47787         Log: T_w_e_a_k_a_g_e.
47788      Branch: perl
47789            ! pod/perldata.pod pod/perldiag.pod
47790 ____________________________________________________________________________
47791 [  9915] By: jhi                                   on 2001/04/30  12:39:29
47792         Log: Install s2p also as psed.
47793              
47794              TODO: psed documentation?
47795      Branch: perl
47796            ! installperl
47797 ____________________________________________________________________________
47798 [  9914] By: jhi                                   on 2001/04/30  12:29:21
47799         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
47800              From: Jens Hamisch <jens@Strawberry.COM>
47801              Date: Fri, 27 Apr 2001 17:00:36 +0200
47802              Message-ID: <20010427170036.K1372@Strawberry.COM>
47803              
47804              SOCKS5_VERSION_NAME is the right symbol to detect
47805              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
47806              function called socks5_init() is available, and even that is
47807              not universal, most SOCKS5 installations use SOCKSinit()).
47808      Branch: perl
47809            ! perlio.c
47810 ____________________________________________________________________________
47811 [  9913] By: jhi                                   on 2001/04/30  12:22:15
47812         Log: Allow a zero timeout on IO::Socket accept and connect--
47813              though one really shouldn't do that.  Based on
47814              
47815              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
47816              From: "John Holdsworth" <coldwave@bigfoot.com>
47817              Date: Sun, 4 Feb 2001 12:48:18 +0100
47818              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
47819      Branch: perl
47820            ! ext/IO/lib/IO/Socket.pm
47821 ____________________________________________________________________________
47822 [  9912] By: jhi                                   on 2001/04/30  11:27:27
47823         Log: Save the spot of regprev (see #9911) for binary compatibility;
47824              regen API.
47825      Branch: perl
47826            ! embedvar.h perlapi.h thrdvar.h
47827 ____________________________________________________________________________
47828 [  9911] By: jhi                                   on 2001/04/30  11:22:03
47829         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
47830              From: Hugo <hv@crypt.compulink.co.uk>
47831              Date: Sun, 29 Apr 2001 17:09:30 +0100
47832              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
47833      Branch: perl
47834            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
47835 ____________________________________________________________________________
47836 [  9910] By: jhi                                   on 2001/04/30  11:15:12
47837         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
47838              a dummy for PL_numeric_radix); no pressing reason to break
47839              binary compatibility; regen API.
47840      Branch: perl
47841            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
47842            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
47843 ____________________________________________________________________________
47844 [  9909] By: jhi                                   on 2001/04/30  10:56:08
47845         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
47846              From: Walt Mankowski <waltman@netaxs.com>
47847              Date: Sun, 29 Apr 2001 21:53:48 -0400
47848              Message-ID: <20010429215348.A3971@netaxs.com>
47849      Branch: perl
47850            ! pod/perlfunc.pod
47851 ____________________________________________________________________________
47852 [  9908] By: jhi                                   on 2001/04/30  10:49:40
47853         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
47854      Branch: perl
47855            ! t/lib/selfstubber.t
47856 ____________________________________________________________________________
47857 [  9907] By: nick                                  on 2001/04/30  09:26:50
47858         Log: Integrate mainline.
47859      Branch: perlio
47860           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
47861 ____________________________________________________________________________
47862 [  9906] By: jhi                                   on 2001/04/29  23:24:20
47863         Log: Abigail spotted a thinko in #9905.
47864      Branch: perl
47865            ! pod/perldiag.pod
47866 ____________________________________________________________________________
47867 [  9905] By: jhi                                   on 2001/04/29  15:55:39
47868         Log: Changed the underscore/undebar syntax in numeric constants;
47869              now any grouping will do, as long as the underscores are not
47870              consecutive (so "zero-grouping" is out), and they do not begin
47871              or end the integer or fractional parts.
47872      Branch: perl
47873            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
47874 ____________________________________________________________________________
47875 [  9904] By: nick                                  on 2001/04/29  15:43:22
47876         Log: Integrate mainline.
47877      Branch: perlio
47878           +> (branch 98 files)
47879            - lib/unicode/Block.pl
47880            - lib/unicode/In/AlphabeticPresentationForms.pl
47881            - lib/unicode/In/Arabic.pl
47882            - lib/unicode/In/ArabicPresentationForms-A.pl
47883            - lib/unicode/In/ArabicPresentationForms-B.pl
47884            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
47885            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
47886            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
47887            - lib/unicode/In/BopomofoExtended.pl
47888            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
47889            - lib/unicode/In/CJKCompatibility.pl
47890            - lib/unicode/In/CJKCompatibilityForms.pl
47891            - lib/unicode/In/CJKCompatibilityIdeographs.pl
47892            - lib/unicode/In/CJKRadicalsSupplement.pl
47893            - lib/unicode/In/CJKSymbolsandPunctuation.pl
47894            - lib/unicode/In/CJKUnifiedIdeographs.pl
47895            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
47896            - lib/unicode/In/Cherokee.pl
47897            - lib/unicode/In/CombiningDiacriticalMarks.pl
47898            - lib/unicode/In/CombiningHalfMarks.pl
47899            - lib/unicode/In/CombiningMarksforSymbols.pl
47900            - lib/unicode/In/ControlPictures.pl
47901            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
47902            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
47903            - lib/unicode/In/EnclosedAlphanumerics.pl
47904            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
47905            - lib/unicode/In/Ethiopic.pl
47906            - lib/unicode/In/GeneralPunctuation.pl
47907            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
47908            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
47909            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
47910            - lib/unicode/In/HalfwidthandFullwidthForms.pl
47911            - lib/unicode/In/HangulCompatibilityJamo.pl
47912            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
47913            - lib/unicode/In/Hebrew.pl
47914            - lib/unicode/In/HighPrivateUseSurrogates.pl
47915            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
47916            - lib/unicode/In/IPAExtensions.pl
47917            - lib/unicode/In/IdeographicDescriptionCharacters.pl
47918            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
47919            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
47920            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
47921            - lib/unicode/In/Latin-1Supplement.pl
47922            - lib/unicode/In/LatinExtended-A.pl
47923            - lib/unicode/In/LatinExtended-B.pl
47924            - lib/unicode/In/LatinExtendedAdditional.pl
47925            - lib/unicode/In/LetterlikeSymbols.pl
47926            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
47927            - lib/unicode/In/MathematicalOperators.pl
47928            - lib/unicode/In/MiscellaneousSymbols.pl
47929            - lib/unicode/In/MiscellaneousTechnical.pl
47930            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
47931            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
47932            - lib/unicode/In/OpticalCharacterRecognition.pl
47933            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
47934            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
47935            - lib/unicode/In/SmallFormVariants.pl
47936            - lib/unicode/In/SpacingModifierLetters.pl
47937            - lib/unicode/In/Specials.pl
47938            - lib/unicode/In/SuperscriptsandSubscripts.pl
47939            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
47940            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
47941            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
47942            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
47943            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
47944           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
47945           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
47946           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
47947           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
47948           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
47949           !> utf8.c win32/Makefile
47950 ____________________________________________________________________________
47951 [  9903] By: jhi                                   on 2001/04/29  14:30:53
47952         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
47953              From: Prymmer/Kahn <pvhp@best.com>
47954              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
47955              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
47956      Branch: perl
47957            ! win32/Makefile
47958 ____________________________________________________________________________
47959 [  9902] By: jhi                                   on 2001/04/29  02:52:44
47960         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
47961              From: "Abigail" <abigail@foad.org>
47962              Date: Sun, 29 Apr 2001 03:14:25 +0200
47963              Message-ID: <20010429011425.24503.qmail@foad.org>
47964      Branch: perl
47965            ! ext/IO/lib/IO/Seekable.pm
47966 ____________________________________________________________________________
47967 [  9901] By: jhi                                   on 2001/04/29  02:04:46
47968         Log: In character classes one couldn't have 0x80..0xff characters
47969              at the left hand side if there were 0x100.. characters in the
47970              character class.
47971      Branch: perl
47972            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
47973            ! t/op/pat.t utf8.c
47974 ____________________________________________________________________________
47975 [  9900] By: jhi                                   on 2001/04/28  22:55:04
47976         Log: Forgot the latest mktables.PL from #9899.
47977      Branch: perl
47978            ! lib/unicode/mktables.PL
47979 ____________________________________________________________________________
47980 [  9899] By: jhi                                   on 2001/04/28  22:53:28
47981         Log: Explain the \p{} and \P{} error message better and
47982              have prettier prettyprint in In.pl.
47983      Branch: perl
47984            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
47985            ! pod/perldiag.pod
47986 ____________________________________________________________________________
47987 [  9898] By: jhi                                   on 2001/04/28  21:03:34
47988         Log: Add one possible explanation for the "Invalid [] range" error.
47989      Branch: perl
47990            ! pod/perldiag.pod
47991 ____________________________________________________________________________
47992 [  9897] By: jhi                                   on 2001/04/28  17:18:26
47993         Log: Add a level of indirection to the implementation of \p{InFoo}
47994              so that we don't have to have long filenames.  (Nothing changes
47995              in the user interface.)   The indirection is defined in
47996              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
47997              Also rename some the character classes by removing '-' from
47998              the classnames, and finally renamed Block.pl as Blocks.pl.
47999      Branch: perl
48000            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
48001            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
48002            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.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/2.pl
48005            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
48006            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
48007            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
48008            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
48009            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
48010            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
48011            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
48012            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
48013            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
48014            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
48015            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
48016            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
48017            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
48018            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
48019            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
48020            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
48021            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
48022            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
48023            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
48024            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
48025            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
48026            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
48027            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
48028            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
48029            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
48030            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
48031            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
48032            + lib/unicode/In/94.pl lib/unicode/In/95.pl
48033            - lib/unicode/Block.pl
48034            - lib/unicode/In/AlphabeticPresentationForms.pl
48035            - lib/unicode/In/Arabic.pl
48036            - lib/unicode/In/ArabicPresentationForms-A.pl
48037            - lib/unicode/In/ArabicPresentationForms-B.pl
48038            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
48039            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
48040            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
48041            - lib/unicode/In/BopomofoExtended.pl
48042            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
48043            - lib/unicode/In/CJKCompatibility.pl
48044            - lib/unicode/In/CJKCompatibilityForms.pl
48045            - lib/unicode/In/CJKCompatibilityIdeographs.pl
48046            - lib/unicode/In/CJKRadicalsSupplement.pl
48047            - lib/unicode/In/CJKSymbolsandPunctuation.pl
48048            - lib/unicode/In/CJKUnifiedIdeographs.pl
48049            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
48050            - lib/unicode/In/Cherokee.pl
48051            - lib/unicode/In/CombiningDiacriticalMarks.pl
48052            - lib/unicode/In/CombiningHalfMarks.pl
48053            - lib/unicode/In/CombiningMarksforSymbols.pl
48054            - lib/unicode/In/ControlPictures.pl
48055            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
48056            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
48057            - lib/unicode/In/EnclosedAlphanumerics.pl
48058            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
48059            - lib/unicode/In/Ethiopic.pl
48060            - lib/unicode/In/GeneralPunctuation.pl
48061            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
48062            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
48063            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
48064            - lib/unicode/In/HalfwidthandFullwidthForms.pl
48065            - lib/unicode/In/HangulCompatibilityJamo.pl
48066            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
48067            - lib/unicode/In/Hebrew.pl
48068            - lib/unicode/In/HighPrivateUseSurrogates.pl
48069            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
48070            - lib/unicode/In/IPAExtensions.pl
48071            - lib/unicode/In/IdeographicDescriptionCharacters.pl
48072            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
48073            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
48074            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
48075            - lib/unicode/In/Latin-1Supplement.pl
48076            - lib/unicode/In/LatinExtended-A.pl
48077            - lib/unicode/In/LatinExtended-B.pl
48078            - lib/unicode/In/LatinExtendedAdditional.pl
48079            - lib/unicode/In/LetterlikeSymbols.pl
48080            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
48081            - lib/unicode/In/MathematicalOperators.pl
48082            - lib/unicode/In/MiscellaneousSymbols.pl
48083            - lib/unicode/In/MiscellaneousTechnical.pl
48084            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
48085            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
48086            - lib/unicode/In/OpticalCharacterRecognition.pl
48087            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
48088            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
48089            - lib/unicode/In/SmallFormVariants.pl
48090            - lib/unicode/In/SpacingModifierLetters.pl
48091            - lib/unicode/In/Specials.pl
48092            - lib/unicode/In/SuperscriptsandSubscripts.pl
48093            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
48094            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
48095            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
48096            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
48097            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
48098            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
48099            ! pod/perlunicode.pod
48100 ____________________________________________________________________________
48101 [  9896] By: jhi                                   on 2001/04/28  14:33:17
48102         Log: Update the information on shared library path on HP-UX.
48103      Branch: perl
48104            ! INSTALL
48105 ____________________________________________________________________________
48106 [  9895] By: jhi                                   on 2001/04/28  14:32:30
48107         Log: Because #9894 seems to do the trick, this workaround can be removed.
48108      Branch: perl
48109            ! t/lib/selfstubber.t
48110 ____________________________________________________________________________
48111 [  9894] By: jhi                                   on 2001/04/28  14:26:13
48112         Log: For PerlIO flush the children's file handles (on fork/exec/system).
48113      Branch: perl
48114            ! perl.h
48115 ____________________________________________________________________________
48116 [  9893] By: jhi                                   on 2001/04/28  14:23:15
48117         Log: Test tweak for #9891.
48118      Branch: perl
48119            ! t/lib/b-deparse.t
48120 ____________________________________________________________________________
48121 [  9892] By: jhi                                   on 2001/04/28  14:10:13
48122         Log: New HP-UX hints from Merijn.
48123      Branch: perl
48124            ! hints/hpux.sh
48125 ____________________________________________________________________________
48126 [  9891] By: jhi                                   on 2001/04/28  14:07:27
48127         Log: Subject: [PATCH B::Deparse] non-block scopes
48128              From: Robin Houston <robin@kitsite.com>
48129              Date: Fri, 27 Apr 2001 19:15:14 +0100
48130              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
48131      Branch: perl
48132            ! ext/B/B/Deparse.pm
48133 ____________________________________________________________________________
48134 [  9890] By: nick                                  on 2001/04/27  19:41:25
48135         Log: Integrate mainline
48136      Branch: perlio
48137           +> t/lib/selfstubber.t
48138           !> (integrate 50 files)
48139 ____________________________________________________________________________
48140 [  9889] By: jhi                                   on 2001/04/27  18:23:46
48141         Log: Subject: Re: selfstubber test fail on bleadperl
48142              From: Mike Guy <mjtg@cam.ac.uk>
48143              Date: Fri, 27 Apr 2001 19:31:18 +0100
48144              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
48145      Branch: perl
48146            ! t/lib/selfstubber.t
48147 ____________________________________________________________________________
48148 [  9888] By: jhi                                   on 2001/04/27  16:20:54
48149         Log: Test tweak for #9886.
48150      Branch: perl
48151            ! t/lib/b-deparse.t
48152 ____________________________________________________________________________
48153 [  9887] By: jhi                                   on 2001/04/27  16:16:33
48154         Log: Buffering issue at least in Solaris (even with perlio).
48155      Branch: perl
48156            ! t/lib/selfstubber.t
48157 ____________________________________________________________________________
48158 [  9886] By: jhi                                   on 2001/04/27  14:59:23
48159         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
48160              From: Robin Houston <robin@kitsite.com>
48161              Date: Fri, 27 Apr 2001 16:53:20 +0100
48162              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
48163      Branch: perl
48164            ! ext/B/B/Deparse.pm
48165 ____________________________________________________________________________
48166 [  9885] By: jhi                                   on 2001/04/27  14:23:51
48167         Log: Update Changes.
48168      Branch: perl
48169            ! Changes patchlevel.h
48170 ____________________________________________________________________________
48171 [  9884] By: jhi                                   on 2001/04/27  14:14:12
48172         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
48173              From: "Philip Newton" <pnewton@gmx.de>
48174              Date: Fri, 27 Apr 2001 16:40:13 +0200
48175              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
48176      Branch: perl
48177            ! pod/perldata.pod
48178 ____________________________________________________________________________
48179 [  9883] By: jhi                                   on 2001/04/27  13:28:19
48180         Log: Add LOG_PERROR; prettify the "removed".
48181      Branch: perl
48182            ! ext/Sys/Syslog/Syslog.xs
48183 ____________________________________________________________________________
48184 [  9882] By: jhi                                   on 2001/04/27  13:13:18
48185         Log: h2xs tweaks: use NV instead of double, "quote" the removed
48186              prefixes for clarity (especially when nothing is removed),
48187              slight pod reformats.
48188      Branch: perl
48189            ! utils/h2xs.PL
48190 ____________________________________________________________________________
48191 [  9881] By: jhi                                   on 2001/04/27  12:58:48
48192         Log: Don't bother creating existing directories.
48193      Branch: perl
48194            ! utils/h2xs.PL
48195 ____________________________________________________________________________
48196 [  9880] By: jhi                                   on 2001/04/27  12:45:39
48197         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
48198              From: Mike Schilli <m@perlmeister.com>
48199              Date: Wed, 25 Apr 2001 01:29:21 -0700
48200              Message-id: <3AE68AE1.6A981723@perlmeister.com>
48201      Branch: perl
48202            ! utils/h2xs.PL
48203 ____________________________________________________________________________
48204 [  9879] By: jhi                                   on 2001/04/27  12:40:55
48205         Log: break is not yet Perl.  Added the template license also to README.
48206      Branch: perl
48207            ! utils/h2xs.PL
48208 ____________________________________________________________________________
48209 [  9878] By: jhi                                   on 2001/04/27  03:08:20
48210         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
48211              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48212              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
48213              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
48214      Branch: perl
48215            ! t/lib/xs-typemap.t
48216 ____________________________________________________________________________
48217 [  9877] By: jhi                                   on 2001/04/26  23:54:40
48218         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
48219              From: "Abigail" <abigail@foad.org>
48220              Date: Fri, 27 Apr 2001 01:44:28 +0200
48221              Message-ID: <20010426234428.19786.qmail@foad.org>
48222      Branch: perl
48223            ! utils/h2xs.PL
48224 ____________________________________________________________________________
48225 [  9876] By: jhi                                   on 2001/04/26  23:52:06
48226         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
48227              From: Peter Prymmer <pvhp@forte.com>
48228              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
48229              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
48230      Branch: perl
48231            ! t/lib/selfstubber.t
48232 ____________________________________________________________________________
48233 [  9875] By: jhi                                   on 2001/04/26  23:48:10
48234         Log: Deparse nits.
48235      Branch: perl
48236            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
48237 ____________________________________________________________________________
48238 [  9874] By: jhi                                   on 2001/04/26  22:46:05
48239         Log: Document ANYOF_CLASS.
48240      Branch: perl
48241            ! regcomp.h
48242 ____________________________________________________________________________
48243 [  9873] By: jhi                                   on 2001/04/26  22:35:03
48244         Log: Subject: Re: [PATCH @9846] dumping ANYOF
48245              From: Hugo <hv@crypt.compulink.co.uk>
48246              Date: Thu, 26 Apr 2001 23:33:38 +0100
48247              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
48248      Branch: perl
48249            ! regcomp.c regcomp.h
48250 ____________________________________________________________________________
48251 [  9872] By: jhi                                   on 2001/04/26  22:34:31
48252         Log: Subject: [PATCH] more for Devel::SelfStubber
48253              From: Nicholas Clark <nick@ccl4.org>
48254              Date: Fri, 27 Apr 2001 00:13:52 +0100
48255              Message-ID: <20010427001351.K88186@plum.flirble.org>
48256      Branch: perl
48257            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
48258 ____________________________________________________________________________
48259 [  9871] By: jhi                                   on 2001/04/26  21:59:17
48260         Log: Subject: [PATCH B::Deparse] formats must be flush left
48261              From: Robin Houston <robin@kitsite.com>
48262              Date: Thu, 26 Apr 2001 23:54:29 +0100
48263              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
48264      Branch: perl
48265            ! ext/B/B/Deparse.pm
48266 ____________________________________________________________________________
48267 [  9870] By: jhi                                   on 2001/04/26  21:57:37
48268         Log: If some of the constants are prefixes of others,
48269              the prefixes may never get recognized.  (See 20010426.006.)
48270      Branch: perl
48271            ! utils/h2xs.PL
48272 ____________________________________________________________________________
48273 [  9869] By: jhi                                   on 2001/04/26  21:50:42
48274         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
48275              From: Chris Bongaarts <cab@tc.umn.edu>
48276              Date: Thu, 26 Apr 2001 17:10:31 -0500
48277              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
48278      Branch: perl
48279            ! ext/Sys/Syslog/Syslog.xs
48280 ____________________________________________________________________________
48281 [  9868] By: jhi                                   on 2001/04/26  21:35:12
48282         Log: Further cuts and more docs from Graham Barr.
48283      Branch: perl
48284            ! ext/List/Util/lib/List/Util.pm
48285            ! ext/List/Util/lib/Scalar/Util.pm
48286 ____________________________________________________________________________
48287 [  9867] By: jhi                                   on 2001/04/26  21:18:57
48288         Log: Subject: [PATCH 5.7.1] DB_File-1.77
48289              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
48290              Date: Thu, 26 Apr 2001 22:37:53 +0100
48291              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
48292      Branch: perl
48293            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
48294            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
48295 ____________________________________________________________________________
48296 [  9866] By: jhi                                   on 2001/04/26  21:12:31
48297         Log: Subject: [PATCH B::Deparse] fix easy bugs
48298              From: Robin Houston <robin@kitsite.com>
48299              Date: Thu, 26 Apr 2001 23:03:33 +0100
48300              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
48301      Branch: perl
48302            ! ext/B/B/Deparse.pm
48303 ____________________________________________________________________________
48304 [  9865] By: jhi                                   on 2001/04/26  20:26:13
48305         Log: Update Changes.
48306      Branch: perl
48307            ! Changes patchlevel.h
48308 ____________________________________________________________________________
48309 [  9864] By: jhi                                   on 2001/04/26  19:27:48
48310         Log: Dethinko from Robin Houston.
48311      Branch: perl
48312            ! ext/B/B/Deparse.pm
48313 ____________________________________________________________________________
48314 [  9863] By: jhi                                   on 2001/04/26  19:10:35
48315         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
48316              From: Robin Houston <robin@kitsite.com>
48317              Date: Thu, 26 Apr 2001 21:08:32 +0100
48318              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
48319      Branch: perl
48320            ! ext/B/B/Deparse.pm
48321 ____________________________________________________________________________
48322 [  9862] By: jhi                                   on 2001/04/26  19:04:23
48323         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
48324              From: Robin Houston <robin@kitsite.com>
48325              Date: Thu, 26 Apr 2001 20:52:50 +0100
48326              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
48327      Branch: perl
48328            ! ext/B/B/Deparse.pm
48329 ____________________________________________________________________________
48330 [  9861] By: jhi                                   on 2001/04/26  18:56:14
48331         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
48332              From: Mike Guy <mjtg@cam.ac.uk>
48333              Date: Thu, 26 Apr 2001 14:22:40 +0100
48334              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
48335      Branch: perl
48336            ! pod/perlobj.pod
48337 ____________________________________________________________________________
48338 [  9860] By: jhi                                   on 2001/04/26  18:46:42
48339         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
48340              From: Robin Houston <robin@kitsite.com>
48341              Date: Thu, 26 Apr 2001 20:34:29 +0100
48342              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
48343              
48344              Hashes do not interpolate.
48345      Branch: perl
48346            ! ext/B/B/Deparse.pm
48347 ____________________________________________________________________________
48348 [  9859] By: jhi                                   on 2001/04/26  18:43:51
48349         Log: Subject: The Time::Piece conspiracy unmasked!!!
48350              From: Mike Guy <mjtg@cam.ac.uk>
48351              Date: Thu, 26 Apr 2001 19:02:50 +0100
48352              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
48353              
48354              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
48355              From: Mike Guy <mjtg@cam.ac.uk>
48356              Date: Thu, 26 Apr 2001 19:08:21 +0100
48357              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
48358              
48359              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
48360              From: Graham Barr <gbarr@pobox.com>
48361              Date: Thu, 26 Apr 2001 19:12:03 +0100
48362              Message-ID: <20010426191203.A70835@pobox.com>
48363              
48364              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
48365      Branch: perl
48366            ! ext/List/Util/lib/List/Util.pm
48367            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
48368 ____________________________________________________________________________
48369 [  9858] By: jhi                                   on 2001/04/26  18:17:42
48370         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
48371              From: Robin Houston <robin@kitsite.com>
48372              Date: Thu, 26 Apr 2001 16:09:35 +0100
48373              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
48374      Branch: perl
48375            ! t/comp/proto.t
48376 ____________________________________________________________________________
48377 [  9857] By: jhi                                   on 2001/04/26  18:04:59
48378         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
48379              From: barries <barries@slaysys.com>
48380              Date: Thu, 26 Apr 2001 12:01:10 -0400
48381              Message-ID: <20010426120110.E29698@jester.slaysys.com>
48382      Branch: perl
48383            ! pod/perldiag.pod
48384 ____________________________________________________________________________
48385 [  9856] By: jhi                                   on 2001/04/26  18:03:33
48386         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
48387              Date: Thu, 26 Apr 2001 17:13:41 +0100
48388              From: Robin Houston <robin@kitsite.com>
48389              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
48390              
48391              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
48392              From: Robin Houston <robin@kitsite.com>
48393              Date: Thu, 26 Apr 2001 18:44:29 +0100
48394              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
48395      Branch: perl
48396            ! ext/B/B/Deparse.pm
48397 ____________________________________________________________________________
48398 [  9855] By: jhi                                   on 2001/04/26  17:56:04
48399         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
48400              From: Robin Houston <robin@kitsite.com>
48401              Date: Thu, 26 Apr 2001 17:04:08 +0100
48402              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
48403      Branch: perl
48404            ! ext/B/B/Deparse.pm
48405 ____________________________________________________________________________
48406 [  9854] By: jhi                                   on 2001/04/26  17:47:26
48407         Log: Subject: Re: Short test case for undef %stash:: crash
48408              From: Benjamin Sugars <bsugars@canoe.ca> 
48409              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
48410              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
48411              Changed and moved the perldiag entry.
48412      Branch: perl
48413            ! gv.c pod/perldiag.pod
48414 ____________________________________________________________________________
48415 [  9853] By: jhi                                   on 2001/04/26  14:35:16
48416         Log: Beginnings of strptime().  Do not touch the wet paint.
48417      Branch: perl
48418            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
48419 ____________________________________________________________________________
48420 [  9852] By: jhi                                   on 2001/04/26  13:17:21
48421         Log: Retract #9851, core dumps from pod2man.
48422      Branch: perl
48423            ! regcomp.c
48424 ____________________________________________________________________________
48425 [  9851] By: jhi                                   on 2001/04/26  11:54:41
48426         Log: (Retracted by #9852.)
48427              
48428              Subject: [PATCH @9846] dumping ANYOF
48429              From: Hugo <hv@crypt.compulink.co.uk>
48430              Date: Thu, 26 Apr 2001 05:32:38 +0100
48431              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
48432      Branch: perl
48433            ! regcomp.c
48434 ____________________________________________________________________________
48435 [  9850] By: jhi                                   on 2001/04/26  02:34:44
48436         Log: If ccflags was empty the _previous_ $* containing all the
48437              environment variables and Configure variables was used,
48438              which lead, among other bad things, into $ccflags being your
48439              uname -a output, which lead into test compile with cc failing,
48440              which lead into gcc being selected, which didn't work that well
48441              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
48442              with large files, et cetera.
48443      Branch: perl
48444            ! hints/hpux.sh
48445 ____________________________________________________________________________
48446 [  9849] By: jhi                                   on 2001/04/26  01:44:57
48447         Log: Make selfstubber test more portable.
48448      Branch: perl
48449            ! t/lib/selfstubber.t
48450 ____________________________________________________________________________
48451 [  9848] By: jhi                                   on 2001/04/26  00:50:26
48452         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
48453              From: Benjamin Sugars <ben.sugars@home.com>
48454              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
48455              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
48456      Branch: perl
48457            ! ext/Cwd/Cwd.xs
48458 ____________________________________________________________________________
48459 [  9847] By: jhi                                   on 2001/04/26  00:46:58
48460         Log: Subject: [PATCH: perl@9841] VMS updates
48461              From: Peter Prymmer <pvhp@forte.com>
48462              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
48463              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
48464      Branch: perl
48465            ! README.vms configure.com vms/descrip_mms.template
48466            ! vms/ext/filespec.t
48467 ____________________________________________________________________________
48468 [  9846] By: jhi                                   on 2001/04/26  00:11:56
48469         Log: re 'debug' was broken by #9084.
48470      Branch: perl
48471            ! ext/re/re.xs
48472 ____________________________________________________________________________
48473 [  9845] By: jhi                                   on 2001/04/25  22:33:17
48474         Log: Subject: [PATCH] test for Devel::SelfStubber
48475              From: Nicholas Clark <nick@ccl4.org>
48476              Date: Thu, 26 Apr 2001 00:00:54 +0100
48477              Message-ID: <20010426000054.D89026@plum.flirble.org>
48478      Branch: perl
48479            + t/lib/selfstubber.t
48480            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
48481 ____________________________________________________________________________
48482 [  9844] By: jhi                                   on 2001/04/25  22:29:32
48483         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
48484              From: Paul Johnson <paul@pjcj.net>
48485              Date: Thu, 26 Apr 2001 00:46:08 +0200
48486              Message-ID: <20010426004608.H2338@pjcj.net>
48487      Branch: perl
48488            ! ext/B/B/Concise.pm
48489 ____________________________________________________________________________
48490 [  9843] By: jhi                                   on 2001/04/25  22:28:28
48491         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
48492              From: Peter Prymmer <pvhp@forte.com>
48493              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
48494              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
48495      Branch: perl
48496            ! ext/Cwd/Cwd.xs
48497 ____________________________________________________________________________
48498 [  9842] By: jhi                                   on 2001/04/25  20:58:12
48499         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
48500              From: John Peacock <jpeacock@rowman.com>
48501              Date: Wed, 25 Apr 2001 17:30:26 -0400
48502              Message-ID: <3AE741F2.B3217464@rowman.com>
48503      Branch: perl
48504            ! lib/Math/BigInt.pm t/lib/bigintpm.t
48505 ____________________________________________________________________________
48506 [  9841] By: jhi                                   on 2001/04/25  20:07:05
48507         Log: Update Changes.
48508      Branch: perl
48509            ! Changes patchlevel.h
48510 ____________________________________________________________________________
48511 [  9840] By: jhi                                   on 2001/04/25  19:56:51
48512         Log: Yet another HP-UX hints version from Merijn.
48513      Branch: perl
48514            ! hints/hpux.sh
48515 ____________________________________________________________________________
48516 [  9839] By: jhi                                   on 2001/04/25  19:53:04
48517         Log: abs_path() didn't terminate the filename correctly,
48518              in DIRNAMLENless systems like HP-UX this would fail.
48519      Branch: perl
48520            ! ext/Cwd/Cwd.xs
48521 ____________________________________________________________________________
48522 [  9838] By: jhi                                   on 2001/04/25  16:37:26
48523         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
48524              From: Mike Guy <mjtg@cam.ac.uk>
48525              Date: Wed, 25 Apr 2001 18:31:47 +0100
48526              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
48527      Branch: perl
48528            ! op.c
48529 ____________________________________________________________________________
48530 [  9837] By: jhi                                   on 2001/04/25  16:21:53
48531         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
48532              From: Jon Eveland <jweveland@yahoo.com>
48533              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
48534              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
48535      Branch: perl
48536            ! lib/perl5db.pl
48537 ____________________________________________________________________________
48538 [  9836] By: jhi                                   on 2001/04/25  14:17:50
48539         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
48540              From: "Philip Newton" <pnewton@gmx.de>
48541              Date: Wed, 25 Apr 2001 17:05:58 +0200
48542              Message-ID: <3AE703F6.3234.1833C45@localhost>
48543      Branch: perl
48544            ! Porting/patching.pod
48545 ____________________________________________________________________________
48546 [  9835] By: jhi                                   on 2001/04/25  13:58:07
48547         Log: It would seem that both ar and full_ar need to be overridden
48548              for HP-UX to avoid the GNU ar.
48549      Branch: perl
48550            ! hints/hpux.sh
48551 ____________________________________________________________________________
48552 [  9834] By: jhi                                   on 2001/04/25  13:50:40
48553         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
48554              From: "Philip Newton" <pnewton@gmx.de>
48555              Date: Wed, 25 Apr 2001 16:09:23 +0200
48556              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
48557              
48558              Detypo.
48559      Branch: perl
48560            ! t/op/misc.t
48561 ____________________________________________________________________________
48562 [  9833] By: jhi                                   on 2001/04/25  12:36:11
48563         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
48564      Branch: perl
48565            ! hints/hpux.sh
48566 ____________________________________________________________________________
48567 [  9832] By: jhi                                   on 2001/04/25  12:33:36
48568         Log: New version of HP-UX hints from Merijn.
48569      Branch: perl
48570            ! hints/hpux.sh
48571 ____________________________________________________________________________
48572 [  9831] By: jhi                                   on 2001/04/25  03:39:45
48573         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
48574      Branch: perl
48575            ! hints/hpux.sh
48576 ____________________________________________________________________________
48577 [  9830] By: jhi                                   on 2001/04/25  02:53:25
48578         Log: The tzname[] bit is not needed by util.c -- and causes
48579              heartburn in VMS (and it missing was probably the cause of
48580              the Mac OS X trouble).  Ouch.
48581      Branch: perl
48582            ! ext/POSIX/POSIX.xs util.c
48583 ____________________________________________________________________________
48584 [  9829] By: jhi                                   on 2001/04/25  00:10:06
48585         Log: Metaconfig unit change for #9828.
48586      Branch: metaconfig
48587            ! U/compline/ccflags.U
48588 ____________________________________________________________________________
48589 [  9828] By: jhi                                   on 2001/04/25  00:04:18
48590         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
48591              (which is actually the reason for the change, we need to pass
48592              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
48593              EP/IX, OS/2, and TitanOS, based on the hints files.
48594      Branch: perl
48595            ! Configure config_h.SH
48596 ____________________________________________________________________________
48597 [  9827] By: jhi                                   on 2001/04/24  23:49:20
48598         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
48599              the $cat must have an absolute path.
48600      Branch: perl
48601            ! makedepend.SH
48602 ____________________________________________________________________________
48603 [  9826] By: jhi                                   on 2001/04/24  23:40:53
48604         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
48605      Branch: perl
48606            ! README.amiga
48607 ____________________________________________________________________________
48608 [  9825] By: jhi                                   on 2001/04/24  23:35:35
48609         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
48610              From: "Philip Newton" <pnewton@gmx.de>
48611              Date: Tue, 24 Apr 2001 18:52:49 +0200
48612              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
48613      Branch: perl
48614            ! x2p/find2perl.PL
48615 ____________________________________________________________________________
48616 [  9824] By: jhi                                   on 2001/04/24  23:33:07
48617         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
48618              Some gcc specifics dropped out due to extensive rewriting;
48619              will be put back later as needed.
48620      Branch: perl
48621            ! hints/hpux.sh
48622 ____________________________________________________________________________
48623 [  9823] By: jhi                                   on 2001/04/24  23:27:57
48624         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
48625      Branch: perl
48626            ! ext/POSIX/POSIX.xs
48627 ____________________________________________________________________________
48628 [  9822] By: jhi                                   on 2001/04/24  23:25:21
48629         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
48630              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48631              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
48632              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
48633      Branch: perl
48634            ! ext/XS/Typemap/Typemap.xs
48635 ____________________________________________________________________________
48636 [  9821] By: jhi                                   on 2001/04/24  23:24:10
48637         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
48638              From: "Abigail" <abigail@foad.org>
48639              Date: Tue, 24 Apr 2001 23:12:03 +0200
48640              Message-ID: <20010424211203.7901.qmail@foad.org>
48641      Branch: perl
48642            ! pod/perlport.pod
48643 ____________________________________________________________________________
48644 [  9820] By: jhi                                   on 2001/04/24  23:23:15
48645         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
48646              From: Matt Sergeant <matt@sergeant.org>
48647              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
48648              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
48649      Branch: perl
48650            ! pod/perlfaq4.pod
48651 ____________________________________________________________________________
48652 [  9819] By: nick                                  on 2001/04/24  18:49:43
48653         Log: Integrate mainline.
48654      Branch: perlio
48655           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
48656           !> (integrate 37 files)
48657 ____________________________________________________________________________
48658 [  9818] By: jhi                                   on 2001/04/24  14:35:23
48659         Log: Update Changes.
48660      Branch: perl
48661            ! Changes patchlevel.h
48662 ____________________________________________________________________________
48663 [  9817] By: jhi                                   on 2001/04/24  14:09:17
48664         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
48665              From: "Philip Newton" <pnewton@gmx.de>
48666              Date: Tue, 24 Apr 2001 12:58:12 +0200
48667              Message-ID: <3AE57864.8304.B77A0A@localhost> 
48668              
48669              plus add CPAN to the list of modules that have their own tests.
48670      Branch: perl
48671            ! t/lib/1_compile.t
48672 ____________________________________________________________________________
48673 [  9816] By: jhi                                   on 2001/04/24  14:07:03
48674         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
48675              From: Michael G Schwern <schwern@pobox.com>
48676              Date: Sat, 21 Apr 2001 22:35:00 +0100
48677              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
48678      Branch: perl
48679            ! t/lib/1_compile.t
48680 ____________________________________________________________________________
48681 [  9815] By: jhi                                   on 2001/04/24  13:54:32
48682         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
48683              From: Robin Houston <robin@kitsite.com>
48684              Date: Tue, 24 Apr 2001 15:51:18 +0100
48685              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
48686      Branch: perl
48687            ! ext/B/B/Deparse.pm
48688 ____________________________________________________________________________
48689 [  9814] By: jhi                                   on 2001/04/24  13:17:34
48690         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
48691              From: Bill Glicker <billg@burrelles.com>
48692              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
48693              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
48694      Branch: perl
48695            ! hints/svr5.sh
48696 ____________________________________________________________________________
48697 [  9813] By: jhi                                   on 2001/04/24  12:54:23
48698         Log: Prevent path disclosure (probing for existence of filenames)
48699              using suidperl; bug id 20010322.218.
48700      Branch: perl
48701            ! perl.c pod/perldiag.pod
48702 ____________________________________________________________________________
48703 [  9812] By: jhi                                   on 2001/04/24  12:08:36
48704         Log: Retract #9811.
48705      Branch: perl
48706            ! ext/POSIX/POSIX.xs
48707 ____________________________________________________________________________
48708 [  9811] By: jhi                                   on 2001/04/24  11:57:35
48709         Log: (Retracted by #9812.)
48710      Branch: perl
48711            ! ext/POSIX/POSIX.xs
48712 ____________________________________________________________________________
48713 [  9810] By: jhi                                   on 2001/04/24  03:32:35
48714         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
48715      Branch: perl
48716            ! util.c
48717 ____________________________________________________________________________
48718 [  9809] By: jhi                                   on 2001/04/24  03:16:13
48719         Log: The Math::BigFloat::import() was broken.
48720              (Fixes bug id 20010422.002.)
48721      Branch: perl
48722            ! lib/Math/BigFloat.pm
48723 ____________________________________________________________________________
48724 [  9808] By: jhi                                   on 2001/04/24  01:11:40
48725         Log: Additional dependencies; should help for parallel makes
48726              not to fail on missing lib/lib.pm or lib/re.pm.
48727      Branch: perl
48728            ! Makefile.SH
48729 ____________________________________________________________________________
48730 [  9807] By: jhi                                   on 2001/04/24  00:57:01
48731         Log: Update the test failure disclaimer.
48732      Branch: perl
48733            ! t/pragma/warn/pp_hot
48734 ____________________________________________________________________________
48735 [  9806] By: jhi                                   on 2001/04/24  00:54:04
48736         Log: Add make target "install-all" which is alias for "install"
48737              to cater for case-preserving filesystems like HFS+.
48738      Branch: perl
48739            ! INSTALL Makefile.SH
48740 ____________________________________________________________________________
48741 [  9805] By: jhi                                   on 2001/04/24  00:47:28
48742         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
48743              From: Peter Prymmer <pvhp@forte.com>
48744              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
48745              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
48746              
48747              (Ken William's message forwarded from macosx@perl.org)
48748      Branch: perl
48749            ! hints/darwin.sh
48750 ____________________________________________________________________________
48751 [  9804] By: jhi                                   on 2001/04/23  23:57:35
48752         Log: Cut-and-pasto.
48753      Branch: perl
48754            ! perlio.c
48755 ____________________________________________________________________________
48756 [  9803] By: jhi                                   on 2001/04/23  23:52:25
48757         Log: More PerlIO robustness.
48758      Branch: perl
48759            ! perlio.c
48760 ____________________________________________________________________________
48761 [  9802] By: jhi                                   on 2001/04/23  23:43:35
48762         Log: Make the "STD* opened only for ..." errors more consistent.
48763      Branch: perl
48764            ! doio.c
48765 ____________________________________________________________________________
48766 [  9801] By: jhi                                   on 2001/04/23  23:34:26
48767         Log: Test case for #9800.
48768      Branch: perl
48769            ! t/op/misc.t
48770 ____________________________________________________________________________
48771 [  9800] By: jhi                                   on 2001/04/23  23:14:43
48772         Log: Avoid coredump on 'close STDERR; die' by making
48773              the PerlIO calls more robust.  Also use SETERRNO()
48774              instead of errno = to be more VMS-ready.
48775      Branch: perl
48776            ! perlio.c
48777 ____________________________________________________________________________
48778 [  9799] By: jhi                                   on 2001/04/23  21:41:10
48779         Log: Subject: test for ID 20010423.002
48780              From: Robin Houston <robin@kitsite.com>
48781              Date: Mon, 23 Apr 2001 16:52:21 +0100
48782              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
48783      Branch: perl
48784            ! t/op/avhv.t
48785 ____________________________________________________________________________
48786 [  9798] By: jhi                                   on 2001/04/23  21:40:07
48787         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
48788              From: David Dyck <dcd@tc.fluke.com>
48789              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
48790              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
48791      Branch: perl
48792            ! installperl
48793 ____________________________________________________________________________
48794 [  9797] By: jhi                                   on 2001/04/23  21:37:56
48795         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
48796              From: Benjamin Sugars <bsugars@canoe.ca>
48797              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
48798              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
48799      Branch: perl
48800            ! ext/Cwd/Cwd.xs lib/Cwd.pm
48801 ____________________________________________________________________________
48802 [  9796] By: jhi                                   on 2001/04/23  21:29:24
48803         Log: Synchronize h2xs and pod2man some more on the documentation
48804              templates they propose.
48805      Branch: perl
48806            ! pod/pod2man.PL utils/h2xs.PL
48807 ____________________________________________________________________________
48808 [  9795] By: jhi                                   on 2001/04/23  17:30:40
48809         Log: Add one more naughty test for base64; make encoding logic cleaner.
48810      Branch: perl
48811            ! t/lib/mimeb64.t
48812 ____________________________________________________________________________
48813 [  9794] By: jhi                                   on 2001/04/23  13:51:32
48814         Log: Update Changes.
48815      Branch: perl
48816            ! Changes patchlevel.h
48817 ____________________________________________________________________________
48818 [  9793] By: jhi                                   on 2001/04/23  13:44:18
48819         Log: Duplicate lines.
48820      Branch: perl
48821            ! MANIFEST
48822 ____________________________________________________________________________
48823 [  9792] By: jhi                                   on 2001/04/23  13:39:13
48824         Log: Subject: Re: PATCH 5.7.1
48825              From: Mark-Jason Dominus <mjd@plover.com>
48826              Date: Mon, 23 Apr 2001 10:30:21 -0400
48827              Message-ID: <20010423143021.17335.qmail@plover.com>
48828      Branch: perl
48829            ! perl.h sv.c
48830 ____________________________________________________________________________
48831 [  9791] By: jhi                                   on 2001/04/23  13:32:40
48832         Log: Add the CPAN.pm 1.59_54 tests.
48833      Branch: perl
48834            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
48835            ! MANIFEST
48836 ____________________________________________________________________________
48837 [  9790] By: jhi                                   on 2001/04/23  13:21:55
48838         Log: Subject: Deparse nit
48839              From: Robin Houston <robin@kitsite.com>
48840              Date: Mon, 23 Apr 2001 12:38:20 +0100
48841              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
48842      Branch: perl
48843            ! ext/B/B/Deparse.pm
48844 ____________________________________________________________________________
48845 [  9789] By: jhi                                   on 2001/04/23  13:19:07
48846         Log: Subject: [PATCH] bug 20010423.002
48847              From: Robin Houston <robin@kitsite.com>
48848              Date: Mon, 23 Apr 2001 13:12:30 +0100
48849              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
48850      Branch: perl
48851            ! pp.c
48852 ____________________________________________________________________________
48853 [  9788] By: jhi                                   on 2001/04/23  13:02:49
48854         Log: Subject: PATCH [5.7.1] hv.c unused #define
48855              From: Mark-Jason Dominus <mjd@plover.com>
48856              Date: Sun, 22 Apr 2001 14:17:49 -0400
48857              Message-ID: <20010422181749.26976.qmail@plover.com>
48858      Branch: perl
48859            ! hv.c
48860 ____________________________________________________________________________
48861 [  9787] By: jhi                                   on 2001/04/23  13:02:02
48862         Log: Subject: PATCH 5.7.1
48863              From: Mark-Jason Dominus <mjd@plover.com>
48864              Date: Sun, 22 Apr 2001 15:12:57 -0400
48865              Message-ID: <20010422191258.6539.qmail@plover.com>
48866              
48867              plus Sarathy's STMT_START + STMT_END suggestion.
48868      Branch: perl
48869            ! perl.h
48870 ____________________________________________________________________________
48871 [  9786] By: jhi                                   on 2001/04/23  12:53:25
48872         Log: Fix for
48873              
48874              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
48875              From: dLux <dlux@spam.sch.bme.hu>
48876              Date: Mon, 23 Apr 2001 01:25:26 +0200
48877              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
48878              
48879              (SvGROW really does return a char *.)
48880      Branch: perl
48881            ! pod/perlapi.pod sv.h
48882 ____________________________________________________________________________
48883 [  9785] By: jhi                                   on 2001/04/23  04:34:04
48884         Log: Time::Piece work continues.  $t->day removed since
48885              I think it's too confusing.  Now has normal and
48886              abbreviated length weekday names and month names,
48887              the names change with _names(), not _list().
48888              Now has strftime() in Perl, _strftime() is
48889              the libc version (to which strftime() falls back
48890              if it doesn't know the format.  To do: the reverse
48891              of strftime, strptime(), and the localisation of both.
48892      Branch: perl
48893            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
48894            ! t/lib/time-piece.t
48895 ____________________________________________________________________________
48896 [  9784] By: jhi                                   on 2001/04/23  02:41:46
48897         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
48898              From: andreas.koenig@anima.de (Andreas J. Koenig)
48899              Date: 23 Apr 2001 05:20:55 +0200
48900              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
48901      Branch: perl
48902            ! t/pragma/overload.t
48903 ____________________________________________________________________________
48904 [  9783] By: jhi                                   on 2001/04/22  23:32:42
48905         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
48906              From: Robin Houston <robin@kitsite.com>
48907              Date: Mon, 23 Apr 2001 00:38:18 +0100
48908              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
48909      Branch: perl
48910            ! ext/B/B/Deparse.pm
48911 ____________________________________________________________________________
48912 [  9782] By: jhi                                   on 2001/04/22  20:55:43
48913         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
48914              From: Simon Cozens <simon@netthink.co.uk>
48915              Date: Sun, 22 Apr 2001 18:47:25 +0100
48916              Message-ID: <20010422184725.A14411@netthink.co.uk>
48917      Branch: perl
48918            ! sv.c t/pragma/overload.t
48919 ____________________________________________________________________________
48920 [  9781] By: jhi                                   on 2001/04/22  20:52:13
48921         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
48922              From: Robin Houston <robin@kitsite.com>
48923              Date: Sun, 22 Apr 2001 22:14:50 +0100
48924              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
48925      Branch: perl
48926            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
48927 ____________________________________________________________________________
48928 [  9780] By: nick                                  on 2001/04/22  20:40:31
48929         Log: Integrate mainline.
48930      Branch: perlio
48931           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
48932           +> t/lib/b-stash.t
48933           !> (integrate 38 files)
48934 ____________________________________________________________________________
48935 [  9779] By: jhi                                   on 2001/04/22  15:16:03
48936         Log: Subject: IO::Socket::INET patch
48937              From: andrew deryabin <djsf@technarchy.ru>
48938              Date: Sat, 21 Apr 2001 17:46:52 +0400
48939              Message-ID: <20010421174652.B1426@technarchy>
48940      Branch: perl
48941            ! ext/IO/lib/IO/Socket/INET.pm
48942 ____________________________________________________________________________
48943 [  9778] By: jhi                                   on 2001/04/22  15:14:33
48944         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
48945              From: Mark-Jason Dominus <mjd@plover.com>
48946              Date: Sat, 21 Apr 2001 21:27:49 -0400
48947              Message-ID: <20010422012749.27024.qmail@plover.com>
48948      Branch: perl
48949            ! regcomp.c
48950 ____________________________________________________________________________
48951 [  9777] By: jhi                                   on 2001/04/22  15:10:51
48952         Log: Subject: Re: Regex debugger patch 
48953              From: Mark-Jason Dominus <mjd@plover.com>
48954              Date: Sat, 21 Apr 2001 21:48:51 -0400
48955              Message-ID: <20010422014851.27165.qmail@plover.com>
48956      Branch: perl
48957            ! pod/perldebguts.pod
48958 ____________________________________________________________________________
48959 [  9776] By: jhi                                   on 2001/04/22  15:09:48
48960         Log: Subject: Re: Regex debugger patch
48961              From: Mark-Jason Dominus <mjd@plover.com>
48962              Date: Sat, 21 Apr 2001 14:24:39 -0400
48963              Message-ID: <20010421182439.16508.qmail@plover.com>
48964              
48965              Regex debugger backend.
48966      Branch: perl
48967            ! regcomp.c regexp.h
48968 ____________________________________________________________________________
48969 [  9775] By: jhi                                   on 2001/04/21  16:45:40
48970         Log: Subject: [PATCH] Typo in utf8.h
48971              From: Jesús Quiroga <jquiroga@pobox.com>
48972              Date: Sat, 21 Apr 2001 19:25:33 +0200
48973              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
48974      Branch: perl
48975            ! utf8.h
48976 ____________________________________________________________________________
48977 [  9774] By: jhi                                   on 2001/04/21  16:43:52
48978         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
48979              From: Joe Orton <jorton@redhat.com>
48980              Date: Tue, 17 Apr 2001 15:50:43 +0100
48981              Message-Id: <20010417155043.D19132@eu.c2.net>
48982      Branch: perl
48983            ! hints/svr5.sh
48984 ____________________________________________________________________________
48985 [  9773] By: jhi                                   on 2001/04/21  15:30:15
48986         Log: Subject: Patch utils/h2xs.PL
48987              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48988              Date: Sat, 21 Apr 2001 10:32:16 -0500
48989              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
48990              
48991              Add MAILING list and LICENSE templates.
48992      Branch: perl
48993            ! utils/h2xs.PL
48994 ____________________________________________________________________________
48995 [  9772] By: jhi                                   on 2001/04/21  15:28:36
48996         Log: Subject: perlfaq2.patch for 5.7.1
48997              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48998              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
48999              Date: Fri, 20 Apr 2001 16:42:19 -0500
49000              
49001              rm an extra tab, a blurb about the xx.cpan to clarify
49002              which countries actually have that and dejanews is history
49003              as well as most of that nonsensical entry.
49004      Branch: perl
49005            ! pod/perlfaq2.pod
49006 ____________________________________________________________________________
49007 [  9771] By: jhi                                   on 2001/04/21  15:27:17
49008         Log: Subject: perlfaq1.patch for 5.7.1
49009              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
49010              Date: Fri, 20 Apr 2001 16:57:36 -0500
49011              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
49012              
49013              Evil URLs must die. Especially when they are broken.
49014      Branch: perl
49015            ! pod/perlfaq1.pod
49016 ____________________________________________________________________________
49017 [  9770] By: jhi                                   on 2001/04/21  15:23:38
49018         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
49019              From: Michael G Schwern <schwern@pobox.com>
49020              Date: Sat, 21 Apr 2001 16:11:12 +0100
49021              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
49022      Branch: perl
49023            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
49024            + t/lib/b-stash.t
49025            ! MANIFEST ext/B/B.pm t/lib/b.t
49026 ____________________________________________________________________________
49027 [  9769] By: jhi                                   on 2001/04/21  15:03:32
49028         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
49029              From: Michael G Schwern <schwern@pobox.com>
49030              Date: Sat, 21 Apr 2001 09:48:00 +0100
49031              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
49032      Branch: perl
49033            ! utils/h2ph.PL
49034 ____________________________________________________________________________
49035 [  9768] By: jhi                                   on 2001/04/21  14:33:49
49036         Log: PerlIO and Encode doc cleanup and tweaks.
49037      Branch: perl
49038            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
49039            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
49040 ____________________________________________________________________________
49041 [  9767] By: jhi                                   on 2001/04/21  12:40:16
49042         Log: Integrate perlio.
49043      Branch: perl
49044           !> doio.c
49045 ____________________________________________________________________________
49046 [  9766] By: nick                                  on 2001/04/20  18:28:35
49047         Log: Avoid core dump on
49048              open(STDOUT,">",\$foo);
49049      Branch: perlio
49050            ! doio.c
49051 ____________________________________________________________________________
49052 [  9765] By: jhi                                   on 2001/04/20  13:23:43
49053         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
49054              From: Robin Houston <robin@kitsite.com>
49055              Date: Fri, 20 Apr 2001 14:29:22 +0100
49056              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
49057      Branch: perl
49058            ! ext/B/B.pm ext/B/B/Deparse.pm
49059 ____________________________________________________________________________
49060 [  9764] By: jhi                                   on 2001/04/20  13:19:33
49061         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
49062              From: Peter Prymmer <pvhp@forte.com>
49063              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
49064              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
49065      Branch: perl
49066            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
49067            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
49068            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
49069            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
49070 ____________________________________________________________________________
49071 [  9763] By: jhi                                   on 2001/04/20  12:36:39
49072         Log: Subject: Re: A new PerlIO coredump
49073              From: Nick Ing-Simmons <nik@tiuk.ti.com>
49074              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
49075              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
49076      Branch: perl
49077            ! doio.c
49078 ____________________________________________________________________________
49079 [  9762] By: jhi                                   on 2001/04/19  23:02:30
49080         Log: Update Changes.
49081      Branch: perl
49082            ! Changes patchlevel.h
49083 ____________________________________________________________________________
49084 [  9761] By: jhi                                   on 2001/04/19  22:59:19
49085         Log: More cleanup cleanup.
49086      Branch: perl
49087            ! Makefile.SH win32/Makefile win32/makefile.mk
49088 ____________________________________________________________________________
49089 [  9760] By: jhi                                   on 2001/04/19  22:50:31
49090         Log: lib/Time is non-empty, let's not rmdir it.
49091      Branch: perl
49092            ! Makefile.SH
49093 ____________________________________________________________________________
49094 [  9759] By: jhi                                   on 2001/04/19  22:36:51
49095         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
49096              From: Robin Houston <robin@kitsite.com>
49097              Date: Fri, 20 Apr 2001 00:18:53 +0100
49098              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
49099      Branch: perl
49100            ! ext/B/B/Deparse.pm
49101 ____________________________________________________________________________
49102 [  9758] By: jhi                                   on 2001/04/19  22:36:00
49103         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
49104              From: Peter Prymmer <pvhp@forte.com>
49105              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
49106              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
49107      Branch: perl
49108            ! ext/Cwd/Cwd.xs
49109 ____________________________________________________________________________
49110 [  9757] By: nick                                  on 2001/04/19  18:53:54
49111         Log: Blind (untested) integrate of mainline.
49112      Branch: perlio
49113           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
49114           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
49115           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
49116           !> (integrate 53 files)
49117 ____________________________________________________________________________
49118 [  9756] By: jhi                                   on 2001/04/19  16:59:23
49119         Log: Document and test Time::Piece.
49120      Branch: perl
49121            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
49122            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
49123 ____________________________________________________________________________
49124 [  9755] By: jhi                                   on 2001/04/19  12:13:29
49125         Log: A better fix for the \x{12345678} trouble from NI-S.
49126      Branch: perl
49127            ! utf8.c
49128 ____________________________________________________________________________
49129 [  9754] By: jhi                                   on 2001/04/19  11:56:07
49130         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
49131              From: Robin Houston <robin@kitsite.com>
49132              Date: Wed, 18 Apr 2001 17:58:33 +0100
49133              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
49134      Branch: perl
49135            ! ext/B/B/Deparse.pm op.c
49136 ____________________________________________________________________________
49137 [  9753] By: jhi                                   on 2001/04/19  04:21:52
49138         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
49139              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
49140              Date: Thu, 19 Apr 2001 01:11:41 -0400
49141              Message-ID: <20010419011141.A5798@cpan.org>
49142      Branch: perl
49143            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
49144 ____________________________________________________________________________
49145 [  9752] By: jhi                                   on 2001/04/19  02:41:10
49146         Log: The new time utils need to be thread-aware, too.
49147      Branch: perl
49148            ! util.c
49149 ____________________________________________________________________________
49150 [  9751] By: jhi                                   on 2001/04/19  02:26:47
49151         Log: Compilation nit noticed by AIX compiler.
49152      Branch: perl
49153            ! perlio.c
49154 ____________________________________________________________________________
49155 [  9750] By: jhi                                   on 2001/04/19  02:20:06
49156         Log: The new time utils need to be public.
49157      Branch: perl
49158            ! embed.pl
49159 ____________________________________________________________________________
49160 [  9749] By: jhi                                   on 2001/04/19  01:42:39
49161         Log: Regen toc.
49162      Branch: perl
49163            ! pod/perltoc.pod
49164 ____________________________________________________________________________
49165 [  9748] By: jhi                                   on 2001/04/19  01:41:10
49166         Log: Add Time::Piece, a slight rewrite of Time::Object,
49167              from Matt Sergeant.
49168      Branch: perl
49169            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
49170            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
49171            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
49172            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
49173            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
49174            ! win32/makefile.mk
49175 ____________________________________________________________________________
49176 [  9747] By: jhi                                   on 2001/04/19  00:55:35
49177         Log: The new metaconfig unit from strftime.
49178      Branch: metaconfig/U/perl
49179            + d_strftime.U
49180 ____________________________________________________________________________
49181 [  9746] By: jhi                                   on 2001/04/19  00:54:54
49182         Log: Move the strftime() wrapper from POSIX.xs to util.c
49183              as my_strftime(), requires HAS_STRFTIME.
49184      Branch: perl
49185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49186            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
49187            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
49188            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49189            ! vos/config.ga.h win32/config.bc win32/config.gc
49190            ! win32/config.vc
49191 ____________________________________________________________________________
49192 [  9745] By: jhi                                   on 2001/04/18  23:11:03
49193         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
49194              in preparation of Time::Piece.
49195      Branch: perl
49196            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
49197 ____________________________________________________________________________
49198 [  9744] By: jhi                                   on 2001/04/18  22:33:12
49199         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
49200              From: Peter Prymmer <pvhp@forte.com>
49201              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
49202              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
49203      Branch: perl
49204            ! t/lib/exporter.t
49205 ____________________________________________________________________________
49206 [  9743] By: jhi                                   on 2001/04/18  22:32:23
49207         Log: Subject: Fwd: pod2html leaves cache files lying around?
49208              From: Rajesh Vaidheeswarran <rv@gnu.org>
49209              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
49210              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
49211      Branch: perl
49212            ! lib/Pod/Html.pm
49213 ____________________________________________________________________________
49214 [  9742] By: jhi                                   on 2001/04/18  20:31:49
49215         Log: Update Changes.
49216      Branch: perl
49217            ! Changes patchlevel.h
49218 ____________________________________________________________________________
49219 [  9741] By: jhi                                   on 2001/04/18  20:23:02
49220         Log: Declare hints only if needed.
49221      Branch: perl
49222            ! ext/B/B/Deparse.pm
49223 ____________________________________________________________________________
49224 [  9740] By: jhi                                   on 2001/04/18  19:06:05
49225         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
49226              bug noticed by Robin Houston; basically the code of detecting
49227              value wraparound was acting differently under different compilers
49228              and platforms.  The workaround is to remove the overflow check
49229              for now, a real fix would be to do the overflow (portably) right.
49230      Branch: perl
49231            ! t/op/pat.t utf8.c
49232 ____________________________________________________________________________
49233 [  9739] By: jhi                                   on 2001/04/18  19:01:23
49234         Log: Subject: [PATCH B::Deparse] some pragma support
49235              From: Robin Houston <robin@kitsite.com>
49236              Date: Wed, 18 Apr 2001 19:32:12 +0100
49237              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
49238      Branch: perl
49239            ! ext/B/B/Deparse.pm
49240 ____________________________________________________________________________
49241 [  9738] By: jhi                                   on 2001/04/18  15:16:37
49242         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
49243              From: Benjamin Sugars <bsugars@canoe.ca>
49244              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
49245              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
49246      Branch: perl
49247            ! t/op/glob.t
49248 ____________________________________________________________________________
49249 [  9737] By: jhi                                   on 2001/04/18  13:24:50
49250         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
49251              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49252              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
49253              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
49254      Branch: perl
49255            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
49256            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
49257 ____________________________________________________________________________
49258 [  9736] By: jhi                                   on 2001/04/18  04:15:14
49259         Log: The #9735 also changes the subtest 12.
49260      Branch: perl
49261            ! t/lib/b.t
49262 ____________________________________________________________________________
49263 [  9735] By: jhi                                   on 2001/04/18  03:55:17
49264         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
49265              From: David Dyck <dcd@tc.fluke.com>
49266              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
49267              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
49268      Branch: perl
49269            ! ext/B/B/Deparse.pm
49270 ____________________________________________________________________________
49271 [  9734] By: jhi                                   on 2001/04/18  03:54:11
49272         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
49273              From: Gisle Aas <gisle@ActiveState.com>
49274              Date: 17 Apr 2001 19:06:45 -0700
49275              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
49276      Branch: perl
49277            ! pp_hot.c t/op/misc.t
49278 ____________________________________________________________________________
49279 [  9733] By: jhi                                   on 2001/04/17  22:25:22
49280         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
49281              From: "Abigail" <abigail@foad.org>
49282              Date: Wed, 18 Apr 2001 01:17:46 +0200
49283              Message-ID: <20010417231746.21657.qmail@foad.org>
49284      Branch: perl
49285            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
49286 ____________________________________________________________________________
49287 [  9732] By: jhi                                   on 2001/04/17  20:47:56
49288         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
49289              From: Robin Houston <robin@kitsite.com>
49290              Date: Tue, 17 Apr 2001 22:37:42 +0100
49291              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
49292      Branch: perl
49293            ! ext/B/B/Deparse.pm
49294 ____________________________________________________________________________
49295 [  9731] By: nick                                  on 2001/04/17  20:46:35
49296         Log: Re-sync for t/lib/b.t fix
49297      Branch: perlio
49298           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
49299 ____________________________________________________________________________
49300 [  9730] By: jhi                                   on 2001/04/17  20:45:29
49301         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
49302              From: Robin Houston <robin@kitsite.com>
49303              Date: Tue, 17 Apr 2001 22:29:36 +0100
49304              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
49305      Branch: perl
49306            ! ext/B/B.xs ext/B/B/Deparse.pm
49307 ____________________________________________________________________________
49308 [  9729] By: jhi                                   on 2001/04/17  20:43:11
49309         Log: Subject: Deparse - parenthesise args to undeclared subs
49310              From: Robin Houston <robin@kitsite.com>
49311              Date: Tue, 17 Apr 2001 21:31:05 +0100
49312              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
49313      Branch: perl
49314            ! ext/B/B/Deparse.pm
49315 ____________________________________________________________________________
49316 [  9728] By: jhi                                   on 2001/04/17  18:57:30
49317         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
49318              From: Benjamin Sugars <ben.sugars@home.com>
49319              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
49320              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
49321      Branch: perl
49322            ! t/lib/cwd.t
49323 ____________________________________________________________________________
49324 [  9727] By: jhi                                   on 2001/04/17  18:20:20
49325         Log: Subject: [PATCH B::Deparse] ambient pragmas
49326              From: Robin Houston <robin@kitsite.com>
49327              Date: Tue, 17 Apr 2001 20:01:59 +0100
49328              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
49329      Branch: perl
49330            ! ext/B/B/Deparse.pm t/lib/b.t
49331 ____________________________________________________________________________
49332 [  9726] By: nick                                  on 2001/04/17  16:33:51
49333         Log: Integrate mainline (t/lib/b.t fails test 2...)
49334      Branch: perlio
49335           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
49336           +> ext/List/Util/README ext/List/Util/Util.xs
49337           +> ext/List/Util/lib/List/Util.pm
49338           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
49339           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
49340           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
49341           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
49342           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
49343           !> (integrate 31 files)
49344 ____________________________________________________________________________
49345 [  9725] By: jhi                                   on 2001/04/17  12:14:24
49346         Log: Subject: multiple B::* changes
49347              From: Robin Houston <robin@kitsite.com>
49348              Date: Thu, 12 Apr 2001 20:12:27 +0100
49349              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
49350      Branch: perl
49351            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
49352 ____________________________________________________________________________
49353 [  9724] By: jhi                                   on 2001/04/17  11:59:05
49354         Log: Thread-awareness from Doug MacEachern.
49355      Branch: perl
49356            ! ext/List/Util/Util.xs
49357 ____________________________________________________________________________
49358 [  9723] By: jhi                                   on 2001/04/17  11:57:41
49359         Log: Make the test more portable.
49360      Branch: perl
49361            ! t/lib/cwd.t
49362 ____________________________________________________________________________
49363 [  9722] By: jhi                                   on 2001/04/17  11:53:50
49364         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
49365              From: Benjamin Sugars <ben.sugars@home.com>
49366              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
49367              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
49368      Branch: perl
49369            ! t/lib/cwd.t
49370 ____________________________________________________________________________
49371 [  9721] By: jhi                                   on 2001/04/17  11:52:17
49372         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
49373              From: Benjamin Sugars <bsugars@canoe.ca>
49374              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
49375              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
49376      Branch: perl
49377            ! op.c
49378 ____________________________________________________________________________
49379 [  9720] By: jhi                                   on 2001/04/17  11:35:42
49380         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
49381              From: Chris Nandor <pudge@pobox.com>
49382              Date: Tue, 17 Apr 2001 00:30:49 -0400
49383              Message-Id: <p05100207b701768712de@[10.0.1.177]>
49384      Branch: perl
49385            ! ext/File/Glob/bsd_glob.c gv.c
49386 ____________________________________________________________________________
49387 [  9719] By: jhi                                   on 2001/04/17  11:32:13
49388         Log: Subject: [PATCH] Tweten->West
49389              From: Casey West <casey@geeknest.com>
49390              Date: Mon, 16 Apr 2001 12:11:22 -0400
49391              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
49392      Branch: perl
49393            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
49394            ! pod/perltie.pod
49395 ____________________________________________________________________________
49396 [  9718] By: jhi                                   on 2001/04/16  03:22:52
49397         Log: Update Changes.
49398      Branch: perl
49399            ! Changes patchlevel.h
49400 ____________________________________________________________________________
49401 [  9717] By: jhi                                   on 2001/04/16  03:06:28
49402         Log: Regen toc.
49403      Branch: perl
49404            ! pod/perltoc.pod
49405 ____________________________________________________________________________
49406 [  9716] By: jhi                                   on 2001/04/16  02:58:42
49407         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
49408              From: Prymmer/Kahn <pvhp@best.com>
49409              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
49410              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
49411      Branch: perl
49412            ! utf8.c
49413 ____________________________________________________________________________
49414 [  9715] By: jhi                                   on 2001/04/15  23:40:35
49415         Log: Subject: Re: Net::Ping patch, adds stream protocol
49416              From: bronson@rinspin.com (Scott Bronson)
49417              Date: Tue, 10 Apr 2001 23:58:33 -0700
49418              Message-ID: <20010410235833.N29719@rinspin.com>
49419      Branch: perl
49420            ! lib/Net/Ping.pm
49421 ____________________________________________________________________________
49422 [  9714] By: jhi                                   on 2001/04/15  23:31:46
49423         Log: Printing out the ok messages helps successful testing.
49424      Branch: perl
49425            ! t/lib/time-hires.t
49426 ____________________________________________________________________________
49427 [  9713] By: jhi                                   on 2001/04/15  21:43:24
49428         Log: Update Douglas Wegscheid's email.
49429      Branch: perl
49430            ! AUTHORS
49431 ____________________________________________________________________________
49432 [  9712] By: jhi                                   on 2001/04/15  21:40:41
49433         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
49434              From: Michael G Schwern <schwern@pobox.com>
49435              Date: Sat, 14 Apr 2001 22:40:50 +0100
49436              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
49437      Branch: perl
49438            + t/lib/exporter.t
49439            ! MANIFEST lib/Exporter/Heavy.pm
49440 ____________________________________________________________________________
49441 [  9711] By: jhi                                   on 2001/04/15  21:39:21
49442         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
49443              From: Michael G Schwern <schwern@pobox.com>
49444              Date: Sat, 14 Apr 2001 22:13:59 +0100
49445              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
49446      Branch: perl
49447            ! t/op/loopctl.t
49448 ____________________________________________________________________________
49449 [  9710] By: jhi                                   on 2001/04/15  21:30:19
49450         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
49451              From: Michael G Schwern <schwern@pobox.com>
49452              Date: Sat, 14 Apr 2001 22:05:32 +0100
49453              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
49454      Branch: perl
49455            ! t/pragma/warnings.t
49456 ____________________________________________________________________________
49457 [  9709] By: jhi                                   on 2001/04/15  19:34:09
49458         Log: Integrate changes #9706,9707 from maintperl into mainline.
49459              
49460              change#7210 broke .packlist generation
49461              
49462              ExtUtils::Installed doesn't quote regex metacharacters in paths
49463              before using them in match; also make it work for dosish platforms
49464      Branch: perl
49465           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
49466 ____________________________________________________________________________
49467 [  9708] By: jhi                                   on 2001/04/15  19:31:01
49468         Log: Test also the scalar aspect of getitimer().
49469      Branch: perl
49470            ! t/lib/time-hires.t
49471 ____________________________________________________________________________
49472 [  9707] By: gsar                                  on 2001/04/15  17:24:20
49473         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
49474              before using them in match; also make it work for dosish platforms
49475      Branch: maint-5.6/perl
49476            ! lib/ExtUtils/Installed.pm
49477 ____________________________________________________________________________
49478 [  9706] By: gsar                                  on 2001/04/15  17:21:59
49479         Log: change#7210 broke .packlist generation (listed only filename
49480              rather than fully qualified path name)
49481      Branch: maint-5.6/perl
49482            ! lib/ExtUtils/Install.pm
49483 ____________________________________________________________________________
49484 [  9705] By: jhi                                   on 2001/04/15  12:36:33
49485         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
49486      Branch: perl
49487            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
49488            ! t/lib/time-hires.t
49489 ____________________________________________________________________________
49490 [  9704] By: jhi                                   on 2001/04/15  10:49:08
49491         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
49492              From: Prymmer/Kahn <pvhp@best.com>
49493              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
49494              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
49495      Branch: perl
49496            ! lib/utf8.pm pod/perlebcdic.pod
49497 ____________________________________________________________________________
49498 [  9703] By: jhi                                   on 2001/04/15  02:26:26
49499         Log: I keep forgetting to sort MANIFEST.
49500      Branch: perl
49501            ! MANIFEST
49502 ____________________________________________________________________________
49503 [  9702] By: jhi                                   on 2001/04/15  02:07:47
49504         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
49505              Now we have blessed, reftype, tainted, first, reduce, ...
49506      Branch: perl
49507            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
49508            + ext/List/Util/README ext/List/Util/Util.xs
49509            + ext/List/Util/lib/List/Util.pm
49510            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
49511            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
49512            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
49513            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
49514            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
49515            ! MANIFEST
49516 ____________________________________________________________________________
49517 [  9701] By: jhi                                   on 2001/04/14  15:05:25
49518         Log: Subject: RE: dprofpp.pl updates 
49519              From: Carl Eklof <CEklof@endeca.com>
49520              Date: Thu, 12 Apr 2001 18:45:46 -0400
49521              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
49522      Branch: perl
49523            ! utils/dprofpp.PL
49524 ____________________________________________________________________________
49525 [  9700] By: jhi                                   on 2001/04/14  14:44:55
49526         Log: Do not just blindly add CR.
49527      Branch: perl
49528            ! Porting/makerel
49529 ____________________________________________________________________________
49530 [  9699] By: jhi                                   on 2001/04/13  13:17:01
49531         Log: Update Changes.
49532      Branch: perl
49533            ! Changes patchlevel.h
49534 ____________________________________________________________________________
49535 [  9698] By: jhi                                   on 2001/04/13  12:44:48
49536         Log: Integrate perlio.
49537      Branch: perl
49538           !> ext/PerlIO/Scalar/Scalar.xs
49539 ____________________________________________________________________________
49540 [  9697] By: jhi                                   on 2001/04/13  12:29:15
49541         Log: Add more debug output to the test.
49542      Branch: perl
49543            ! t/lib/cwd.t
49544 ____________________________________________________________________________
49545 [  9696] By: nick                                  on 2001/04/13  10:14:29
49546         Log: Fix core dump on binmode($fh,'Scalar')
49547      Branch: perlio
49548            ! ext/PerlIO/Scalar/Scalar.xs
49549 ____________________________________________________________________________
49550 [  9695] By: nick                                  on 2001/04/13  09:05:42
49551         Log: Integrate mainline
49552      Branch: perlio
49553           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
49554           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
49555           +> t/lib/time-hires.t
49556           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
49557           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
49558           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
49559           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
49560           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
49561           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
49562           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
49563 ____________________________________________________________________________
49564 [  9694] By: jhi                                   on 2001/04/12  22:23:35
49565         Log: Integrate change #9693 from maintperl into mainline.
49566              
49567              $VERSION and Version() on the same line provokes a warning from
49568              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
49569      Branch: perl
49570           !> lib/Devel/SelfStubber.pm
49571 ____________________________________________________________________________
49572 [  9693] By: gsar                                  on 2001/04/12  21:55:56
49573         Log: $VERSION and Version() on the same line provokes a warning from
49574              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
49575      Branch: maint-5.6/perl
49576            ! lib/Devel/SelfStubber.pm
49577 ____________________________________________________________________________
49578 [  9692] By: jhi                                   on 2001/04/12  13:54:00
49579         Log: This is at least 5.005.
49580      Branch: perl
49581            ! ext/Time/HiRes/HiRes.xs
49582 ____________________________________________________________________________
49583 [  9691] By: jhi                                   on 2001/04/12  13:37:20
49584         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
49585      Branch: perl
49586            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
49587            ! win32/Makefile win32/makefile.mk
49588 ____________________________________________________________________________
49589 [  9690] By: jhi                                   on 2001/04/12  01:34:46
49590         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
49591      Branch: perl
49592            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
49593            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
49594            + t/lib/time-hires.t
49595            ! MANIFEST
49596 ____________________________________________________________________________
49597 [  9689] By: jhi                                   on 2001/04/12  00:28:39
49598         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
49599              From: Gisle Aas <gisle@ActiveState.com>
49600              Date: 11 Apr 2001 16:36:11 -0700
49601              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
49602      Branch: perl
49603            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
49604 ____________________________________________________________________________
49605 [  9688] By: jhi                                   on 2001/04/12  00:27:39
49606         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
49607              From: Gisle Aas <gisle@ActiveState.com>
49608              Date: 11 Apr 2001 11:13:24 -0700
49609              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
49610      Branch: perl
49611            ! ext/MIME/Base64/Base64.xs
49612 ____________________________________________________________________________
49613 [  9687] By: jhi                                   on 2001/04/11  19:51:47
49614         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
49615      Branch: perl
49616            ! Todo-5.6
49617 ____________________________________________________________________________
49618 [  9686] By: jhi                                   on 2001/04/11  16:54:25
49619         Log: Subject: [PATCH opcode.pl] Documentation of table format
49620              From: Simon Cozens <simon@netthink.co.uk>
49621              Date: Wed, 11 Apr 2001 12:59:31 +0100
49622              Message-ID: <20010411125931.A25681@netthink.co.uk>
49623      Branch: perl
49624            ! opcode.pl
49625 ____________________________________________________________________________
49626 [  9685] By: jhi                                   on 2001/04/11  16:53:15
49627         Log: Subject: [PATCH] prototype("CORE::recv")
49628              From: Simon Cozens <simon@netthink.co.uk>
49629              Date: Wed, 11 Apr 2001 13:24:35 +0100
49630              Message-ID: <20010411132435.A26169@netthink.co.uk>
49631      Branch: perl
49632            ! pp.c t/comp/proto.t
49633 ____________________________________________________________________________
49634 [  9684] By: jhi                                   on 2001/04/11  16:47:13
49635         Log: FAQ (and AUTHORS) update from Dan Carson: the information
49636              was several years obsolete, Term::Readkey has been updated
49637              to have the functionality.
49638      Branch: perl
49639            ! AUTHORS pod/perlfaq5.pod
49640 ____________________________________________________________________________
49641 [  9683] By: jhi                                   on 2001/04/11  12:15:46
49642         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
49643              From: Calle Dybedahl <calle@lysator.liu.se>
49644              Date: 10 Apr 2001 16:44:16 +0200
49645              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
49646      Branch: perl
49647            ! ext/MIME/Base64/Base64.xs
49648 ____________________________________________________________________________
49649 [  9682] By: jhi                                   on 2001/04/11  12:12:26
49650         Log: A more minimal fix for 20010410.006 from Hugo.
49651      Branch: perl
49652            ! regexec.c
49653 ____________________________________________________________________________
49654 [  9681] By: jhi                                   on 2001/04/11  11:34:23
49655         Log: Integrate changes #9678,9679 from maintline into mainperl.
49656              
49657              addendum to change#9676
49658              
49659              up $File::Glob::VERSION; add a note pointing out the version of
49660              the OpenBSD glob bsd_glob.c resembles
49661      Branch: perl
49662           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
49663           !> ext/File/Glob/bsd_glob.h
49664 ____________________________________________________________________________
49665 [  9680] By: jhi                                   on 2001/04/11  11:30:38
49666         Log: Bad test numbering in integrate in #9677.
49667              Fixes ID 20010411.001.
49668      Branch: perl
49669            ! t/op/pat.t
49670 ____________________________________________________________________________
49671 [  9679] By: gsar                                  on 2001/04/11  03:38:40
49672         Log: up $File::Glob::VERSION; add a note pointing out the version of
49673              the OpenBSD glob bsd_glob.c resembles
49674      Branch: maint-5.6/perl
49675            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
49676            ! ext/File/Glob/bsd_glob.h
49677 ____________________________________________________________________________
49678 [  9678] By: gsar                                  on 2001/04/11  03:09:48
49679         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
49680              revision 1.8.10.1 found here:
49681              
49682              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
49683      Branch: maint-5.6/perl
49684            ! ext/File/Glob/bsd_glob.c
49685 ____________________________________________________________________________
49686 [  9677] By: jhi                                   on 2001/04/11  02:54:39
49687         Log: Integrate changes #9675,9676 from maintperl into mainline.
49688              
49689              fix for bug 20010410.006, undo change#7115
49690              
49691              port the OpenBSD glob() security patch
49692      Branch: perl
49693           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
49694           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
49695           !> t/op/pat.t
49696 ____________________________________________________________________________
49697 [  9676] By: gsar                                  on 2001/04/11  02:19:02
49698         Log: port the glob() security patch found at:
49699              
49700              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
49701              
49702              CERT advisory for the issue is here:
49703              
49704              http://www.cert.org/advisories/CA-2001-07.html
49705              
49706              Note that the security scare is only relevant for those who are
49707              foolish enough to build suidperl (which is now officially discouraged)
49708      Branch: maint-5.6/perl
49709            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
49710            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
49711 ____________________________________________________________________________
49712 [  9675] By: gsar                                  on 2001/04/10  23:52:11
49713         Log: fix for bug 20010410.006
49714              
49715              undo change#7115 (came into maint-5.6 as change#8156)
49716              
49717              add tests to keep it from coming back
49718      Branch: maint-5.6/perl
49719            ! regexec.c t/op/pat.t
49720 ____________________________________________________________________________
49721 [  9674] By: nick                                  on 2001/04/10  20:39:31
49722         Log: Integrate mainline
49723      Branch: perlio
49724           +> Porting/testall.atom
49725           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
49726           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
49727           !> t/lib/lc-uk.t t/pod/find.t
49728 ____________________________________________________________________________
49729 [  9673] By: nick                                  on 2001/04/10  18:46:14
49730         Log: Integrate against change 9670 aka perl-5.7.1
49731      Branch: perlio
49732           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
49733           !> (integrate 53 files)
49734 ____________________________________________________________________________
49735 [  9672] By: jhi                                   on 2001/04/10  13:45:01
49736         Log: Add a script for doing cumulative profile of the test suite.
49737              (Requires ATOM, that is, Tru64.)
49738      Branch: perl
49739            + Porting/testall.atom
49740            ! MANIFEST
49741 ____________________________________________________________________________
49742 [  9671] By: jhi                                   on 2001/04/10  12:38:53
49743         Log: Missing std block.
49744      Branch: perl
49745            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
49746            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
49747            ! t/pod/find.t
49748 ____________________________________________________________________________
49749 [  9670] By: jhi                                   on 2001/04/10  01:25:58
49750         Log: This is 5.7.1.
49751      Branch: perl
49752            ! patchlevel.h
49753 ____________________________________________________________________________
49754 [  9669] By: jhi                                   on 2001/04/10  01:09:14
49755         Log: Update Changes.
49756      Branch: perl
49757            ! Changes patchlevel.h
49758 ____________________________________________________________________________
49759 [  9668] By: jhi                                   on 2001/04/10  01:00:38
49760         Log: Regen toc.
49761      Branch: perl
49762            ! pod/perltoc.pod
49763 ____________________________________________________________________________
49764 [  9667] By: jhi                                   on 2001/04/10  00:52:16
49765         Log: Update perlhist.
49766      Branch: perl
49767            ! pod/perlhist.pod
49768 ____________________________________________________________________________
49769 [  9666] By: jhi                                   on 2001/04/09  23:38:59
49770         Log: Slight wording tweaks from Damian to #9658.
49771      Branch: perl
49772            ! pod/perlobj.pod
49773 ____________________________________________________________________________
49774 [  9665] By: jhi                                   on 2001/04/09  19:56:06
49775         Log: Subject: [PATCH perlutil.pod] Nit
49776              From: Simon Cozens <simon@netthink.co.uk>
49777              Date: Mon, 9 Apr 2001 20:29:44 +0100
49778              Message-ID: <20010409202944.A14796@the.earth.li>
49779      Branch: perl
49780            ! pod/perlutil.pod
49781 ____________________________________________________________________________
49782 [  9664] By: jhi                                   on 2001/04/09  19:54:42
49783         Log: Subject: Re: perl571delta.pod@9631
49784              From: Mike Guy <mjtg@cam.ac.uk>
49785              Date: Mon, 09 Apr 2001 18:09:14 +0100
49786              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
49787      Branch: perl
49788            ! pod/perl571delta.pod
49789 ____________________________________________________________________________
49790 [  9663] By: jhi                                   on 2001/04/09  13:43:35
49791         Log: Update Changes.
49792      Branch: perl
49793            ! Changes patchlevel.h
49794 ____________________________________________________________________________
49795 [  9662] By: jhi                                   on 2001/04/09  13:24:46
49796         Log: tweak tweak.
49797      Branch: perl
49798            ! AUTHORS pod/perl571delta.pod
49799 ____________________________________________________________________________
49800 [  9661] By: jhi                                   on 2001/04/09  13:15:13
49801         Log: Thinko in manual patch applying.
49802      Branch: perl
49803            ! sv.c
49804 ____________________________________________________________________________
49805 [  9660] By: jhi                                   on 2001/04/09  13:07:53
49806         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
49807              From: Robin Barker <rmb1@cise.npl.co.uk> 
49808              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
49809              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
49810              
49811              (This corrects the case where the "isn't numeric" string contains \0s
49812              and is longer than the temporary buffer, and contains \0 at the point
49813              the string would be truncated by "...".) 
49814      Branch: perl
49815            ! sv.c
49816 ____________________________________________________________________________
49817 [  9659] By: jhi                                   on 2001/04/09  12:57:41
49818         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
49819      Branch: perl
49820            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
49821            ! t/lib/cgi-function.t t/lib/cgi-html.t
49822 ____________________________________________________________________________
49823 [  9658] By: jhi                                   on 2001/04/09  12:48:47
49824         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
49825              From: Ilmari Karonen <iltzu@sci.fi>
49826              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
49827              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
49828              
49829              Rearrange and rewrite the Method Invocation section
49830              to explain the concepts in nicer order.
49831      Branch: perl
49832            ! pod/perlobj.pod
49833 ____________________________________________________________________________
49834 [  9657] By: jhi                                   on 2001/04/09  12:35:58
49835         Log: Upgrade to podlators 1.09, from Russ Allbery.
49836      Branch: perl
49837            ! lib/Pod/Man.pm lib/Pod/Text.pm
49838 ____________________________________________________________________________
49839 [  9656] By: jhi                                   on 2001/04/09  12:31:53
49840         Log: perl571delta.
49841      Branch: perl
49842            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
49843 ____________________________________________________________________________
49844 [  9655] By: jhi                                   on 2001/04/09  12:20:09
49845         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
49846              From: Prymmer/Kahn <pvhp@best.com>
49847              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
49848              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
49849      Branch: perl
49850            ! lib/utf8.pm pod/perlunicode.pod
49851 ____________________________________________________________________________
49852 [  9654] By: gsar                                  on 2001/04/09  03:38:33
49853         Log: here lies 5.6.1
49854      Branch: maint-5.6/perl
49855            ! Changes
49856 ____________________________________________________________________________
49857 [  9653] By: jhi                                   on 2001/04/09  03:25:24
49858         Log: Update perlhist.
49859      Branch: perl
49860            ! pod/perlhist.pod
49861 ____________________________________________________________________________
49862 [  9652] By: jhi                                   on 2001/04/09  03:18:49
49863         Log: perl571delta tweaking continues.
49864      Branch: perl
49865            ! pod/perl571delta.pod
49866 ____________________________________________________________________________
49867 [  9651] By: gsar                                  on 2001/04/09  03:11:19
49868         Log: update Changes, patchlevel.h &c.
49869      Branch: maint-5.6/perl
49870            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
49871            ! pod/perltoc.pod
49872 ____________________________________________________________________________
49873 [  9650] By: jhi                                   on 2001/04/09  02:40:24
49874         Log: Integrate the perlfork half of #9513 from maintperl into mainline
49875              (the perlunicode half is obsolete)
49876      Branch: perl
49877            ! pod/perlfork.pod
49878 ____________________________________________________________________________
49879 [  9649] By: gsar                                  on 2001/04/09  02:35:43
49880         Log: tweak perldelta as suggested by Jarkko
49881      Branch: maint-5.6/perl
49882            ! pod/perldelta.pod
49883 ____________________________________________________________________________
49884 [  9648] By: jhi                                   on 2001/04/09  02:13:04
49885         Log: Integrate change #9646 from maintperl into mainline.
49886              
49887              add note about ithreads and Thread.pm
49888      Branch: perl
49889           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
49890 ____________________________________________________________________________
49891 [  9647] By: jhi                                   on 2001/04/09  02:10:18
49892         Log: Bad assumption that shortsize == 2.
49893      Branch: perl
49894            ! t/lib/xs-typemap.t
49895 ____________________________________________________________________________
49896 [  9646] By: gsar                                  on 2001/04/09  00:48:04
49897         Log: add note about ithreads and Thread.pm (too many people are
49898              confused by the fact that Thread.pm is built and installed
49899              under non-5005threads but doesn't work)
49900      Branch: maint-5.6/perl
49901            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
49902 ____________________________________________________________________________
49903 [  9645] By: gsar                                  on 2001/04/09  00:19:03
49904         Log: update perldelta.pod for changes in 5.6.1
49905      Branch: maint-5.6/perl
49906            ! Changes pod/perldelta.pod
49907 ____________________________________________________________________________
49908 [  9644] By: jhi                                   on 2001/04/08  20:37:00
49909         Log: Integrate change #9639 from maintperl into mainline:
49910              on windows, many of the README.* pods were being copied to
49911              the wrong location
49912      Branch: perl
49913           !> win32/Makefile win32/makefile.mk
49914 ____________________________________________________________________________
49915 [  9643] By: jhi                                   on 2001/04/08  20:07:11
49916         Log: Integrate change #9624 from maintperl into mainline:
49917              the pod tests were not okay.  (t/pod/find.t changes ignored)
49918      Branch: perl
49919           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
49920           !> t/pod/include.t t/pod/included.t t/pod/lref.t
49921           !> t/pod/multiline_items.t t/pod/nested_items.t
49922           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
49923           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
49924 ____________________________________________________________________________
49925 [  9642] By: jhi                                   on 2001/04/08  19:57:17
49926         Log: Integrate change #9638 from maintperl into mainline:
49927              update to latest JPL from the anoncvs repository
49928      Branch: perl
49929           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
49930           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
49931           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
49932 ____________________________________________________________________________
49933 [  9641] By: jhi                                   on 2001/04/08  19:53:30
49934         Log: perl571delta updates.
49935      Branch: perl
49936            ! lib/Filter/Simple.pm pod/perl571delta.pod
49937 ____________________________________________________________________________
49938 [  9640] By: gsar                                  on 2001/04/08  19:20:46
49939         Log: integrate change#9634 from mainline
49940              
49941              Fix the perlmodlib generation (didn't understand separate .pod
49942              files; didn't understand -- as the name-thing separator).
49943              Update the CPAN mirrors list.
49944      Branch: maint-5.6/perl
49945            ! pod/perlmodlib.pod
49946           !> pod/perlmodlib.PL
49947 ____________________________________________________________________________
49948 [  9639] By: gsar                                  on 2001/04/08  18:57:31
49949         Log: on windows, many of the README.* pods were being copied to the wrong
49950              location
49951      Branch: maint-5.6/perl
49952            ! win32/Makefile win32/makefile.mk
49953 ____________________________________________________________________________
49954 [  9638] By: gsar                                  on 2001/04/08  18:38:25
49955         Log: update to latest JPL from the anoncvs repository
49956      Branch: maint-5.6/perl
49957            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
49958            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
49959            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
49960 ____________________________________________________________________________
49961 [  9637] By: jhi                                   on 2001/04/08  17:53:53
49962         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
49963      Branch: perl
49964            ! pod/perl571delta.pod
49965 ____________________________________________________________________________
49966 [  9636] By: jhi                                   on 2001/04/08  17:18:32
49967         Log: Regen toc.
49968      Branch: perl
49969            ! pod/perltoc.pod
49970 ____________________________________________________________________________
49971 [  9635] By: jhi                                   on 2001/04/08  17:16:33
49972         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
49973              From: "Craig A. Berry" <craigberry@mac.com>
49974              Date: Sun, 08 Apr 2001 12:30:16 -0500
49975              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
49976      Branch: perl
49977            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
49978 ____________________________________________________________________________
49979 [  9634] By: jhi                                   on 2001/04/08  17:09:19
49980         Log: Fix the perlmodlib generation (didn't understand separate .pod
49981              files; didn't understand -- as the name-thing separator).
49982              
49983              Update the CPAN mirrors list.
49984      Branch: perl
49985            ! pod/perlmodlib.PL pod/perlmodlib.pod
49986 ____________________________________________________________________________
49987 [  9633] By: jhi                                   on 2001/04/08  16:49:17
49988         Log: Sort MANIFEST.
49989      Branch: perl
49990            ! MANIFEST
49991 ____________________________________________________________________________
49992 [  9632] By: gsar                                  on 2001/04/08  16:36:06
49993         Log: add $Tie::RefHash::VERSION
49994      Branch: maint-5.6/perl
49995            ! lib/Tie/RefHash.pm
49996 ____________________________________________________________________________
49997 [  9631] By: jhi                                   on 2001/04/08  16:10:15
49998         Log: perl571delta updates based on p5p feedback; still needs
49999              lots of examples.
50000      Branch: perl
50001            ! pod/perl571delta.pod
50002 ____________________________________________________________________________
50003 [  9630] By: jhi                                   on 2001/04/08  15:59:13
50004         Log: Update the list of supported platforms to talk about 5.7.1
50005              (and 5.6.1)
50006      Branch: perl
50007            ! pod/perlport.pod
50008 ____________________________________________________________________________
50009 [  9629] By: jhi                                   on 2001/04/08  15:55:41
50010         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
50011              from maintperl into mainline: perlport updates.
50012      Branch: perl
50013            ! pod/perlport.pod
50014 ____________________________________________________________________________
50015 [  9628] By: jhi                                   on 2001/04/08  15:53:17
50016         Log: perlsolaris.pod copied to wrong directory.
50017      Branch: perl
50018            ! win32/makefile.mk
50019 ____________________________________________________________________________
50020 [  9627] By: jhi                                   on 2001/04/08  14:48:18
50021         Log: Subject: Typos in perl571delta.pod
50022              From: "Stephen P. Potter" <spp@spotter.yi.org>
50023              Date: Sat, 07 Apr 2001 20:37:05 -0400
50024              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
50025      Branch: perl
50026            ! pod/perl571delta.pod
50027 ____________________________________________________________________________
50028 [  9626] By: jhi                                   on 2001/04/08  14:39:04
50029         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
50030      Branch: perl
50031            ! gv.c
50032 ____________________________________________________________________________
50033 [  9625] By: nick                                  on 2001/04/08  10:14:23
50034         Log: Integrate mainline
50035      Branch: perlio
50036           +> pod/perl570delta.pod pod/perl571delta.pod
50037           !> (integrate 27 files)
50038 ____________________________________________________________________________
50039 [  9624] By: gsar                                  on 2001/04/08  06:08:17
50040         Log: test in t/pod/* were busted
50041              
50042              these tests are still not enabled in t/{harness,TEST}
50043      Branch: maint-5.6/perl
50044            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
50045            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
50046            ! t/pod/multiline_items.t t/pod/nested_items.t
50047            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
50048            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
50049 ____________________________________________________________________________
50050 [  9623] By: gsar                                  on 2001/04/08  03:37:01
50051         Log: integrate change#9470 from mainline
50052              
50053              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
50054      Branch: maint-5.6/perl
50055           !> ext/Socket/Socket.xs
50056 ____________________________________________________________________________
50057 [  9622] By: jhi                                   on 2001/04/07  22:40:47
50058         Log: Update Changes.
50059      Branch: perl
50060            ! Changes patchlevel.h
50061 ____________________________________________________________________________
50062 [  9621] By: jhi                                   on 2001/04/07  22:34:16
50063         Log: Update AUTHORS.
50064      Branch: perl
50065            ! AUTHORS
50066 ____________________________________________________________________________
50067 [  9620] By: jhi                                   on 2001/04/07  22:12:47
50068         Log: Forgot to bump the number of tests in #9164.
50069      Branch: perl
50070            ! t/op/array.t
50071 ____________________________________________________________________________
50072 [  9619] By: jhi                                   on 2001/04/07  22:09:50
50073         Log: Bump patchlevel to 5.7.1.
50074      Branch: perl
50075            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50076            ! config_h.SH patchlevel.h
50077 ____________________________________________________________________________
50078 [  9618] By: jhi                                   on 2001/04/07  22:02:41
50079         Log: Populate perl571delta.
50080      Branch: perl
50081            ! pod/perl571delta.pod
50082 ____________________________________________________________________________
50083 [  9617] By: jhi                                   on 2001/04/07  22:01:23
50084         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
50085              to forget it later; do not change patchlevel.h yet or regenerate
50086              Configure yet.
50087      Branch: perl
50088            ! epoc/config.sh win32/Makefile win32/config_H.bc
50089            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
50090 ____________________________________________________________________________
50091 [  9616] By: jhi                                   on 2001/04/07  17:46:33
50092         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
50093      Branch: perl
50094            ! pod/perl571delta.pod
50095 ____________________________________________________________________________
50096 [  9615] By: jhi                                   on 2001/04/07  17:33:21
50097         Log: Change the toc configuration.
50098      Branch: perl
50099            ! pod/buildtoc.PL pod/perl.pod
50100 ____________________________________________________________________________
50101 [  9614] By: jhi                                   on 2001/04/07  17:29:47
50102         Log: Subject: PATCH: $[
50103              From: Robin Houston <robin@kitsite.com>
50104              Date: Fri, 6 Apr 2001 18:10:14 +0100
50105              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
50106      Branch: perl
50107            ! op.c t/op/array.t
50108 ____________________________________________________________________________
50109 [  9613] By: jhi                                   on 2001/04/07  17:28:26
50110         Log: Subject: [PATCH perl@9424] isn't numeric warning
50111              From: Robin Barker <rmb1@cise.npl.co.uk>
50112              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
50113              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
50114      Branch: perl
50115            ! sv.c t/pragma/warn/sv
50116 ____________________________________________________________________________
50117 [  9612] By: jhi                                   on 2001/04/07  17:26:45
50118         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
50119              From: Mike Guy <mjtg@cam.ac.uk>
50120              Date: Fri, 06 Apr 2001 12:47:06 +0100
50121              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
50122      Branch: perl
50123            ! dump.c t/lib/peek.t
50124 ____________________________________________________________________________
50125 [  9611] By: jhi                                   on 2001/04/07  17:21:35
50126         Log: Create perl571delta and seed it off with the perldelta changes
50127              since 5.7.0; remove those changes from perldelta and rename it
50128              as perl570delta; recreate perldelta but leave it almost empty.
50129      Branch: perl
50130            + pod/perl570delta.pod pod/perl571delta.pod
50131            ! MANIFEST pod/perldelta.pod
50132 ____________________________________________________________________________
50133 [  9610] By: jhi                                   on 2001/04/07  16:56:32
50134         Log: Denit.
50135      Branch: perl
50136            ! pod/perldelta.pod
50137 ____________________________________________________________________________
50138 [  9609] By: jhi                                   on 2001/04/07  16:38:32
50139         Log: Retract #9523: needs more thought.
50140      Branch: perl
50141            ! Makefile.SH
50142 ____________________________________________________________________________
50143 [  9608] By: jhi                                   on 2001/04/07  14:59:20
50144         Log: atmark() code cleanaup.
50145      Branch: perl
50146            ! ext/IO/IO.xs
50147 ____________________________________________________________________________
50148 [  9607] By: jhi                                   on 2001/04/07  14:48:14
50149         Log: Integrate change #9605 from maintperl into mainline.
50150              
50151              can't optimize away scope entry if tr/// is present
50152      Branch: perl
50153           !> op.c t/op/tr.t
50154 ____________________________________________________________________________
50155 [  9606] By: jhi                                   on 2001/04/07  14:43:59
50156         Log: Integrate perlio.
50157      Branch: perl
50158           +> win32/FindExt.pm
50159           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
50160           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
50161 ____________________________________________________________________________
50162 [  9605] By: gsar                                  on 2001/04/07  11:52:40
50163         Log: can't optimize away scope entry if tr/// is present
50164      Branch: maint-5.6/perl
50165            ! op.c t/op/tr.t
50166 ____________________________________________________________________________
50167 [  9604] By: nick                                  on 2001/04/07  11:39:45
50168         Log: Split out extension finding code from buildext.pl into FindExt.pm
50169              Use it to get Config.pm's idea of available extensions in line
50170              with what is built.
50171      Branch: perlio
50172            + win32/FindExt.pm
50173            ! MANIFEST win32/buildext.pl win32/config_sh.PL
50174            ! win32/makefile.mk
50175 ____________________________________________________________________________
50176 [  9603] By: nick                                  on 2001/04/07  09:11:38
50177         Log: Cleanup correction for failed :Via() layer, also set an error code.
50178      Branch: perlio
50179            ! ext/PerlIO/Via/Via.xs
50180 ____________________________________________________________________________
50181 [  9602] By: nick                                  on 2001/04/07  08:38:04
50182         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
50183              style. So don't use binmode() on the handles so that Win32 etc. see
50184              same sequence and produce same digests.
50185      Branch: perlio
50186            ! t/lib/md5-file.t
50187 ____________________________________________________________________________
50188 [  9601] By: nick                                  on 2001/04/07  08:36:26
50189         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
50190              Else it complains and so crlf layer (say) does not get pushed.
50191      Branch: perlio
50192            ! perlio.c
50193 ____________________________________________________________________________
50194 [  9600] By: jhi                                   on 2001/04/06  23:00:09
50195         Log: Integrate change #9599 from perlio into mainline.
50196      Branch: perl
50197           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
50198           !> win32/config_H.vc
50199 ____________________________________________________________________________
50200 [  9599] By: nick                                  on 2001/04/06  21:42:43
50201         Log: Quote $VERSION in Encode.pm.
50202              regen_config_h as requested.
50203      Branch: perlio
50204            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
50205            ! win32/config_H.vc
50206 ____________________________________________________________________________
50207 [  9598] By: nick                                  on 2001/04/06  20:34:59
50208         Log: Integrate mainline
50209      Branch: perlio
50210           +> README.macos
50211           !> (integrate 39 files)
50212 ____________________________________________________________________________
50213 [  9597] By: gsar                                  on 2001/04/06  18:06:35
50214         Log: integrate change#9464 from mainline (addendum to change#8313)
50215              
50216              Subject: [PATCH @9452] Better peep()ing for foreach() loops
50217      Branch: maint-5.6/perl
50218           !> op.c
50219 ____________________________________________________________________________
50220 [  9596] By: jhi                                   on 2001/04/06  17:26:03
50221         Log: The d_casti32=undef is good for you even when not use64bitall.
50222      Branch: perl
50223            ! hints/hpux.sh
50224 ____________________________________________________________________________
50225 [  9595] By: gsar                                  on 2001/04/06  14:57:17
50226         Log: add a low-impact fix to accommodate darwin-ism
50227      Branch: maint-5.6/perl
50228            ! ext/Errno/Errno_pm.PL
50229 ____________________________________________________________________________
50230 [  9594] By: jhi                                   on 2001/04/06  14:55:14
50231         Log: Integrate changes #9528,9593 from mainline into maintperl;
50232              tweaking the editor/IDE/shell list.
50233      Branch: maint-5.6/perl
50234           !> pod/perlfaq3.pod
50235 ____________________________________________________________________________
50236 [  9593] By: jhi                                   on 2001/04/06  14:51:39
50237         Log: Make the editor/IDE/shell list a little bit airier.
50238      Branch: perl
50239            ! pod/perlfaq3.pod
50240 ____________________________________________________________________________
50241 [  9592] By: gsar                                  on 2001/04/06  14:45:18
50242         Log: integrate change#9477 from mainline (base.pm doc tweak)
50243              
50244              missing doc entry for fmod()
50245      Branch: maint-5.6/perl
50246            ! lib/Math/BigFloat.pm
50247           !> lib/base.pm
50248 ____________________________________________________________________________
50249 [  9591] By: jhi                                   on 2001/04/06  13:55:48
50250         Log: Regen toc.
50251      Branch: perl
50252            ! pod/perltoc.pod
50253 ____________________________________________________________________________
50254 [  9590] By: jhi                                   on 2001/04/06  13:54:52
50255         Log: Math::BigFloat patches from John Peacock.  The equivalent
50256              of #9586 from maintperl but reworked by John to work with
50257              the bleadperl.
50258      Branch: perl
50259            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
50260 ____________________________________________________________________________
50261 [  9589] By: jhi                                   on 2001/04/06  13:42:23
50262         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
50263      Branch: perl
50264            ! ext/Digest/MD5/Makefile.PL
50265 ____________________________________________________________________________
50266 [  9588] By: jhi                                   on 2001/04/06  13:31:45
50267         Log: Integrate changes #9584,9587 from maintperl into mainline.
50268              
50269              keep eval"" CVs alive until the end of the statement in which
50270              they're called
50271              
50272              add README.macos (from Chris Nandor)
50273              
50274              tyop in change#9555
50275      Branch: perl
50276           +> README.macos
50277           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
50278           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
50279           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
50280           !> win32/makefile.mk
50281 ____________________________________________________________________________
50282 [  9587] By: gsar                                  on 2001/04/06  07:31:30
50283         Log: add README.macos (from Chris Nandor)
50284              
50285              tyop in change#9555
50286      Branch: maint-5.6/perl
50287            + README.macos
50288            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
50289            ! win32/Makefile win32/makefile.mk
50290 ____________________________________________________________________________
50291 [  9586] By: gsar                                  on 2001/04/06  07:08:54
50292         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
50293      Branch: maint-5.6/perl
50294            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
50295 ____________________________________________________________________________
50296 [  9585] By: gsar                                  on 2001/04/06  06:58:44
50297         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
50298              from mainline
50299              
50300              Subject: [PATCH] Base64 update to perlfaq9.pod
50301              
50302              Subject: [PATCH AUTHORS] Housekeeping
50303              
50304              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
50305              Mac OS X (Darwin) has extra pwent fields.
50306              
50307              Subject: [PATCH B::*] print control-character vars readably
50308              Needs EBCDICification.
50309              
50310              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
50311              
50312              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
50313              
50314              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
50315              
50316              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
50317              
50318              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
50319              
50320              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
50321              
50322              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
50323              
50324              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
50325              
50326              FreeBSD hints tweak from Anton Berezin.
50327              
50328              Subject: [PATCH foolperl & bleadperl] README.vms update
50329              
50330              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
50331      Branch: maint-5.6/perl
50332           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
50333           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
50334           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
50335 ____________________________________________________________________________
50336 [  9584] By: gsar                                  on 2001/04/06  04:09:00
50337         Log: keep eval"" CVs alive until the end of the statement in which
50338              they're called; this avoids a coredump ensuing from search for
50339              lexicals in code such as:
50340              
50341              sub bug {
50342              my $s = @_;
50343              eval q[sub { eval 'sub { &$s }' }];
50344              }
50345              bug("x")->()->();
50346              
50347              this code still doesn't work as intended (as it has remained
50348              since time immemorial), but it doesn't provoke a coredump anymore
50349      Branch: maint-5.6/perl
50350            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
50351            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
50352 ____________________________________________________________________________
50353 [  9583] By: jhi                                   on 2001/04/05  23:52:51
50354         Log: Update Changes.
50355      Branch: perl
50356            ! Changes patchlevel.h
50357 ____________________________________________________________________________
50358 [  9582] By: jhi                                   on 2001/04/05  23:11:23
50359         Log: Slight doc tweak.
50360      Branch: perl
50361            ! pod/perlunicode.pod
50362 ____________________________________________________________________________
50363 [  9581] By: jhi                                   on 2001/04/05  23:04:11
50364         Log: Integrate perlio.
50365      Branch: perl
50366           !> pod/perlunicode.pod
50367 ____________________________________________________________________________
50368 [  9580] By: jhi                                   on 2001/04/05  23:03:29
50369         Log: Test for #9579.
50370      Branch: perl
50371            ! t/op/do.t
50372 ____________________________________________________________________________
50373 [  9579] By: jhi                                   on 2001/04/05  22:54:17
50374         Log: Subject: [PATCH] Propagate calling context for do '...'
50375              From: Gisle Aas <gisle@ActiveState.com>
50376              Date: 04 Apr 2001 20:17:29 -0700
50377              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
50378      Branch: perl
50379            ! pod/perlfunc.pod pp_ctl.c
50380 ____________________________________________________________________________
50381 [  9578] By: jhi                                   on 2001/04/05  22:52:51
50382         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
50383              From: Peter Prymmer <pvhp@forte.com>
50384              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
50385              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
50386      Branch: perl
50387            ! README.vms
50388 ____________________________________________________________________________
50389 [  9577] By: jhi                                   on 2001/04/05  22:48:22
50390         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
50391              From: "Craig A. Berry" <craigberry@mac.com>
50392              Date: Thu, 5 Apr 2001 13:43:28 -0500
50393              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
50394      Branch: perl
50395            ! README.vms
50396 ____________________________________________________________________________
50397 [  9576] By: jhi                                   on 2001/04/05  22:31:38
50398         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
50399              From: Michael G Schwern <schwern@pobox.com>
50400              Date: Thu, 5 Apr 2001 21:53:21 +0100
50401              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
50402      Branch: perl
50403            ! lib/base.pm t/lib/fields.t
50404 ____________________________________________________________________________
50405 [  9575] By: jhi                                   on 2001/04/05  22:26:10
50406         Log: FreeBSD hints tweak from Anton Berezin.
50407      Branch: perl
50408            ! hints/freebsd.sh
50409 ____________________________________________________________________________
50410 [  9574] By: jhi                                   on 2001/04/05  22:24:03
50411         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
50412              From: David Dyck <dcd@tc.fluke.com>
50413              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
50414              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
50415      Branch: perl
50416            ! t/op/oct.t
50417 ____________________________________________________________________________
50418 [  9573] By: jhi                                   on 2001/04/05  22:23:06
50419         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
50420              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
50421              From: David Dyck <dcd@tc.fluke.com>
50422              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
50423      Branch: perl
50424            ! pp.c
50425 ____________________________________________________________________________
50426 [  9572] By: jhi                                   on 2001/04/05  22:14:47
50427         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
50428              From: Robin Houston <robin@kitsite.com>
50429              Date: Thu, 5 Apr 2001 20:56:48 +0100
50430              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
50431      Branch: perl
50432            ! ext/B/B/Deparse.pm
50433 ____________________________________________________________________________
50434 [  9571] By: jhi                                   on 2001/04/05  22:12:53
50435         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
50436              From: Robin Houston <robin@kitsite.com>
50437              Date: Thu, 5 Apr 2001 19:55:51 +0100
50438              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
50439      Branch: perl
50440            ! ext/B/B/Deparse.pm
50441 ____________________________________________________________________________
50442 [  9570] By: jhi                                   on 2001/04/05  22:11:06
50443         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
50444              From: Robin Houston <robin@kitsite.com>
50445              Date: Thu, 5 Apr 2001 20:16:29 +0100
50446              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
50447      Branch: perl
50448            ! ext/B/B/Deparse.pm
50449 ____________________________________________________________________________
50450 [  9569] By: nick                                  on 2001/04/05  21:32:26
50451         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
50452      Branch: perlio
50453            ! pod/perlunicode.pod
50454 ____________________________________________________________________________
50455 [  9568] By: nick                                  on 2001/04/05  19:38:09
50456         Log: Integrate mainline
50457      Branch: perlio
50458           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
50459           !> (integrate 35 files)
50460 ____________________________________________________________________________
50461 [  9567] By: jhi                                   on 2001/04/05  18:31:45
50462         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
50463              From: Robin Houston <robin@kitsite.com>
50464              Date: Thu, 5 Apr 2001 18:03:23 +0100
50465              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
50466      Branch: perl
50467            ! ext/B/B/Deparse.pm
50468 ____________________________________________________________________________
50469 [  9566] By: jhi                                   on 2001/04/05  18:29:35
50470         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
50471              From: Robin Houston <robin@kitsite.com>
50472              Date: Thu, 5 Apr 2001 16:45:18 +0100
50473              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
50474      Branch: perl
50475            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
50476 ____________________________________________________________________________
50477 [  9565] By: jhi                                   on 2001/04/05  18:24:23
50478         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
50479              From: Robin Houston <robin@kitsite.com>
50480              Date: Thu, 5 Apr 2001 14:50:09 +0100
50481              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
50482      Branch: perl
50483            ! ext/B/B/Deparse.pm
50484 ____________________________________________________________________________
50485 [  9564] By: jhi                                   on 2001/04/05  18:23:03
50486         Log: Subject: [PATCH B::*] print control-character vars readably
50487              From: Robin Houston <robin@kitsite.com>
50488              Date: Thu, 5 Apr 2001 14:27:38 +0100
50489              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
50490              
50491              Needs EBCDICification.
50492      Branch: perl
50493            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
50494            ! ext/B/B/Terse.pm
50495 ____________________________________________________________________________
50496 [  9563] By: jhi                                   on 2001/04/05  18:20:32
50497         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
50498              Date: Thu, 5 Apr 2001 13:21:42 -0400
50499              From: Paul Schinder <schinder@pobox.com>
50500              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
50501              
50502              Mac OS X (Darwin) has extra pwent fields.
50503      Branch: perl
50504            ! t/op/pwent.t
50505 ____________________________________________________________________________
50506 [  9562] By: jhi                                   on 2001/04/05  17:57:51
50507         Log: Regen toc.
50508      Branch: perl
50509            ! pod/perltoc.pod
50510 ____________________________________________________________________________
50511 [  9561] By: jhi                                   on 2001/04/05  17:47:33
50512         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
50513      Branch: metaconfig
50514            ! U/Glossary.patch
50515      Branch: metaconfig/U/perl
50516            + d_u32align.U
50517            ! d_cmsghdr_s.U d_msghdr_s.U
50518 ____________________________________________________________________________
50519 [  9560] By: jhi                                   on 2001/04/05  17:47:01
50520         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
50521              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
50522              Introduce probes for struct msghdr, struct cmsghdr,
50523              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
50524              ualarm, usleep, for possible later extension work.
50525      Branch: perl
50526            + t/lib/md5-align.t
50527            ! Configure MANIFEST Porting/Glossary Porting/config.sh
50528            ! Porting/config_H config_h.SH configure.com epoc/config.sh
50529            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
50530            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50531            ! vos/config.ga.h win32/config.bc win32/config.gc
50532            ! win32/config.vc
50533 ____________________________________________________________________________
50534 [  9559] By: jhi                                   on 2001/04/05  13:03:04
50535         Log: Be traditional in your cpp (for the Errno extension).
50536      Branch: perl
50537            ! hints/darwin.sh
50538 ____________________________________________________________________________
50539 [  9558] By: jhi                                   on 2001/04/05  13:00:05
50540         Log: Add $Config{cppflags} to the gcc incantation.
50541      Branch: perl
50542            ! ext/Errno/Errno_pm.PL
50543 ____________________________________________________________________________
50544 [  9557] By: jhi                                   on 2001/04/05  04:22:39
50545         Log: Introduce Sean Burke's Class::ISA 0.32.
50546      Branch: perl
50547            + lib/Class/ISA.pm t/lib/class-isa.t
50548            ! MANIFEST
50549 ____________________________________________________________________________
50550 [  9556] By: jhi                                   on 2001/04/05  04:09:50
50551         Log: Subject: [PATCH AUTHORS] Housekeeping
50552              From: Paul Johnson <paul@pjcj.net> 
50553              Date: Wed, 4 Apr 2001 22:45:47 +0200
50554              Message-ID: <20010404224547.D9548@pjcj.net>
50555      Branch: perl
50556            ! AUTHORS
50557 ____________________________________________________________________________
50558 [  9555] By: jhi                                   on 2001/04/05  04:06:33
50559         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
50560              From: Gisle Aas <gisle@ActiveState.com>
50561              Date: 04 Apr 2001 14:23:04 -0700
50562              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
50563      Branch: perl
50564            ! pod/perlfaq9.pod
50565 ____________________________________________________________________________
50566 [  9554] By: jhi                                   on 2001/04/05  04:05:49
50567         Log: Downgrade also the "Wide character" diagnostic.
50568      Branch: perl
50569            ! pod/perldiag.pod
50570 ____________________________________________________________________________
50571 [  9553] By: jhi                                   on 2001/04/05  04:00:33
50572         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
50573              maintperl into mainline.
50574              
50575              "double" should be "NV"; standard typemap is missing entry
50576              for NV
50577              
50578              s/djSP/dSP/
50579              
50580              Downgrade "Wide character in print" to a warning.
50581              
50582              B::Deparse fix for ${^FOO} and documentation for PVX() method
50583              (from Robin Houston)
50584              
50585              tr/// doesn't null-terminate the result in some situations
50586              (from Gisle Aas)
50587      Branch: perl
50588           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
50589           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
50590           !> t/io/utf8.t t/op/tr.t
50591 ____________________________________________________________________________
50592 [  9552] By: jhi                                   on 2001/04/05  03:52:50
50593         Log: Retract changes #9542 and #9538 (from maintperl, integrated
50594              at #9540), shouldn't be needed because of the perlio changes.
50595      Branch: perl
50596            ! util.c
50597 ____________________________________________________________________________
50598 [  9551] By: gsar                                  on 2001/04/05  00:18:34
50599         Log: tr/// doesn't null-terminate the result in some situations
50600              (from Gisle Aas)
50601      Branch: maint-5.6/perl
50602            ! doop.c t/op/tr.t
50603 ____________________________________________________________________________
50604 [  9550] By: gsar                                  on 2001/04/04  20:04:17
50605         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
50606              (from Robin Houston)
50607      Branch: maint-5.6/perl
50608            ! ext/B/B.pm ext/B/B/Deparse.pm
50609 ____________________________________________________________________________
50610 [  9549] By: nick                                  on 2001/04/04  18:56:15
50611         Log: Downgrade "Wide character in print" to a warning.
50612      Branch: perlio
50613            ! doio.c t/io/utf8.t
50614 ____________________________________________________________________________
50615 [  9548] By: gsar                                  on 2001/04/04  18:51:49
50616         Log: integrate changes#9460,9462,9482,9521,9522
50617              
50618              Subject: PATCH: B::Debug should show LOOP-specific fields
50619              
50620              Subject: B::Deparse precedence bug. (Patch included.)
50621              
50622              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
50623              
50624              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
50625              
50626              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
50627      Branch: maint-5.6/perl
50628           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
50629           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
50630 ____________________________________________________________________________
50631 [  9547] By: gsar                                  on 2001/04/04  18:49:16
50632         Log: s/djSP/dSP/
50633      Branch: maint-5.6/perl
50634            ! ext/Thread/Thread.xs
50635 ____________________________________________________________________________
50636 [  9546] By: nick                                  on 2001/04/04  18:44:00
50637         Log: Integrate mainline.
50638      Branch: perlio
50639           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
50640           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
50641 ____________________________________________________________________________
50642 [  9545] By: gsar                                  on 2001/04/04  18:38:52
50643         Log: integrate change#8837 from mainline
50644              
50645              Subject: [patch] -Wall cleanup round 2
50646      Branch: maint-5.6/perl
50647           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
50648           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
50649           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
50650           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
50651           !> ext/SDBM_File/SDBM_File.xs
50652 ____________________________________________________________________________
50653 [  9544] By: gsar                                  on 2001/04/04  17:49:57
50654         Log: "double" should be "NV"; standard typemap is missing entry
50655              for NV
50656      Branch: maint-5.6/perl
50657            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
50658 ____________________________________________________________________________
50659 [  9543] By: jhi                                   on 2001/04/04  14:13:18
50660         Log: Thou shalt not (just) match for English error messages.
50661      Branch: perl
50662            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
50663            ! os2/OS2/Process/Process.pm
50664 ____________________________________________________________________________
50665 [  9542] By: jhi                                   on 2001/04/04  13:20:39
50666         Log: Make the stdio tricks of fflush_all() to exist only if
50667              stdio is being used.
50668      Branch: perl
50669            ! util.c
50670 ____________________________________________________________________________
50671 [  9541] By: jhi                                   on 2001/04/04  04:20:24
50672         Log: Subject: Re: [PATCH] Lighten up glob
50673              From: Benjamin Sugars <bsugars@canoe.ca>
50674              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
50675              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
50676      Branch: perl
50677            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
50678            ! util.c
50679 ____________________________________________________________________________
50680 [  9540] By: jhi                                   on 2001/04/04  04:03:57
50681         Log: Integrate changes #9538,9539 from maintperl into mainline.
50682              
50683              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
50684              for use with _fwalk() (fix for change#7705)
50685              
50686              another tweak needed for SunOS 4.1.x build (from Mike Guy)
50687              (cp -f is not portable)
50688      Branch: perl
50689           !> Makefile.SH util.c
50690 ____________________________________________________________________________
50691 [  9539] By: gsar                                  on 2001/04/04  03:01:14
50692         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
50693      Branch: maint-5.6/perl
50694            ! Makefile.SH
50695 ____________________________________________________________________________
50696 [  9538] By: gsar                                  on 2001/04/04  01:00:38
50697         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
50698              for use with _fwalk() (fix for change#7705)
50699      Branch: maint-5.6/perl
50700            ! util.c
50701 ____________________________________________________________________________
50702 [  9537] By: nick                                  on 2001/04/03  19:24:55
50703         Log: Integrate mainline
50704      Branch: perlio
50705           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
50706           +> lib/unicode/PropList.html
50707            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
50708           !> (integrate 69 files)
50709 ____________________________________________________________________________
50710 [  9536] By: jhi                                   on 2001/04/03  18:02:31
50711         Log: Integrate change #9533 from maintperl into mainline.
50712              
50713              better fix for change#9517 to accomodate UNC paths like
50714              \\server\share\foo, and paths with trailing backslash
50715              like c:\this\
50716      Branch: perl
50717           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
50718 ____________________________________________________________________________
50719 [  9535] By: jhi                                   on 2001/04/03  17:58:07
50720         Log: Change the push/unshift warning to be of class syntax, not misc.
50721      Branch: perl
50722            ! op.c pod/perldiag.pod t/pragma/warn/op
50723 ____________________________________________________________________________
50724 [  9534] By: jhi                                   on 2001/04/03  15:03:46
50725         Log: Change the push/unshift warning (#9532) to talk about "no values"
50726              instead of "no arguments".
50727      Branch: perl
50728            ! op.c pod/perldiag.pod t/pragma/warn/op
50729 ____________________________________________________________________________
50730 [  9533] By: gsar                                  on 2001/04/03  14:30:07
50731         Log: better fix for change#9517 to accomodate UNC paths like
50732              \\server\share\foo, and paths with trailing backslash
50733              like c:\this\
50734      Branch: maint-5.6/perl
50735            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
50736 ____________________________________________________________________________
50737 [  9532] By: jhi                                   on 2001/04/03  13:11:46
50738         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
50739              From: Robin Houston <robin@kitsite.com>
50740              Date: Mon, 2 Apr 2001 15:03:29 +0100
50741              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
50742      Branch: perl
50743            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
50744 ____________________________________________________________________________
50745 [  9531] By: jhi                                   on 2001/04/03  13:06:34
50746         Log: Integrate change #9530 from maintperl into mainline.
50747              
50748              accomodate VMS "mailbox overflow" quirk in testsuite (from
50749              Craig Berry)
50750      Branch: perl
50751           !> t/lib/socket.t
50752 ____________________________________________________________________________
50753 [  9530] By: gsar                                  on 2001/04/03  04:56:41
50754         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
50755              Craig Berry)
50756      Branch: maint-5.6/perl
50757            ! t/lib/socket.t
50758 ____________________________________________________________________________
50759 [  9529] By: jhi                                   on 2001/04/03  02:34:34
50760         Log: Update Changes.
50761      Branch: perl
50762            ! Changes patchlevel.h
50763 ____________________________________________________________________________
50764 [  9528] By: jhi                                   on 2001/04/03  01:27:57
50765         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
50766              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
50767              To: perl5-porters@perl.org
50768              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
50769      Branch: perl
50770            ! pod/perlfaq3.pod
50771 ____________________________________________________________________________
50772 [  9527] By: jhi                                   on 2001/04/03  01:22:09
50773         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
50774              From: Peter Prymmer <pvhp@forte.com>
50775              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
50776              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
50777      Branch: perl
50778            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
50779 ____________________________________________________________________________
50780 [  9526] By: jhi                                   on 2001/04/03  01:18:25
50781         Log: The metaconfig unit changes for #9525.
50782      Branch: metaconfig
50783            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
50784      Branch: metaconfig/U/perl
50785            ! use64bits.U
50786 ____________________________________________________________________________
50787 [  9525] By: jhi                                   on 2001/04/03  01:17:30
50788         Log: Configure sanity checks:
50789              * if use64bitall is attempted but pointers are only 32-bit,
50790              'downgrade' to use64bitint
50791              * if use64bitint is attempted but there's no quad type,
50792              forget about use64bitint (well, the default for it is 'n',
50793              the user can still override this)
50794              * if pointers are 64 bits, do not try to use Perl's malloc
50795      Branch: perl
50796            ! Configure
50797 ____________________________________________________________________________
50798 [  9524] By: gsar                                  on 2001/04/03  01:09:12
50799         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
50800      Branch: maint-5.6/perl
50801            ! pp_sys.c
50802 ____________________________________________________________________________
50803 [  9523] By: jhi                                   on 2001/04/03  00:02:31
50804         Log: (Retracted by #9609)
50805              
50806              Make it harder for parallel makes to enter 'test' before
50807              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
50808              should be unhappy enough, but sometimes parallel makes seem
50809              to sneak past both in Tru64 and AIX.)
50810      Branch: perl
50811            ! Makefile.SH
50812 ____________________________________________________________________________
50813 [  9522] By: jhi                                   on 2001/04/02  22:35:31
50814         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
50815              Date: Mon, 2 Apr 2001 22:54:10 +0100
50816              From: Robin Houston <robin@kitsite.com>
50817              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
50818      Branch: perl
50819            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
50820 ____________________________________________________________________________
50821 [  9521] By: jhi                                   on 2001/04/02  22:32:23
50822         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
50823              From: Robin Houston <robin@kitsite.com>
50824              Date: Mon, 2 Apr 2001 20:24:03 +0100
50825              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
50826      Branch: perl
50827            ! ext/B/B/Concise.pm
50828 ____________________________________________________________________________
50829 [  9520] By: jhi                                   on 2001/04/02  22:30:43
50830         Log: Subject: [PATCH] REALLY pedantic hv.h nit
50831              From: Simon Cozens <simon@netthink.co.uk>
50832              Date: Mon, 2 Apr 2001 15:43:06 +0100
50833              Message-ID: <20010402154306.A21711@netthink.co.uk>
50834      Branch: perl
50835            ! hv.h
50836 ____________________________________________________________________________
50837 [  9519] By: jhi                                   on 2001/04/02  22:28:04
50838         Log: Based on
50839              
50840              Subject: [foolperl] EPOC fix
50841              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50842              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
50843              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
50844      Branch: perl
50845            ! pp_sys.c
50846 ____________________________________________________________________________
50847 [  9518] By: jhi                                   on 2001/04/02  22:22:34
50848         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
50849              
50850              README.win32 tweaks; add a note about alternative location for
50851              getting a gcc-2.95.2 that will build perl properly on windows
50852              
50853              add some notes about gutsy threading matters
50854              
50855              many of the utilities interpolate literal paths within doublequotes
50856              (fails on dosish platforms where path contains backslashes)
50857      Branch: perl
50858           !> README.win32 pod/perlguts.pod utils/perldoc.PL
50859           !> x2p/find2perl.PL x2p/s2p.PL
50860 ____________________________________________________________________________
50861 [  9517] By: gsar                                  on 2001/04/02  19:52:21
50862         Log: many of the utilities interpolate literal paths within doublequotes
50863              (fails on dosish platforms where path contains backslashes)
50864      Branch: maint-5.6/perl
50865            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
50866 ____________________________________________________________________________
50867 [  9516] By: gsar                                  on 2001/04/02  05:49:37
50868         Log: a foolish release
50869      Branch: maint-5.6/perl
50870            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
50871            ! pod/perltoc.pod
50872 ____________________________________________________________________________
50873 [  9515] By: gsar                                  on 2001/04/02  05:04:29
50874         Log: add missing changelog summaries
50875      Branch: maint-5.6/perl
50876            ! Changes
50877 ____________________________________________________________________________
50878 [  9514] By: gsar                                  on 2001/04/02  04:07:13
50879         Log: add some notes about gutsy threading matters
50880      Branch: maint-5.6/perl
50881            ! pod/perlguts.pod
50882 ____________________________________________________________________________
50883 [  9513] By: gsar                                  on 2001/04/02  03:25:21
50884         Log: add more prominent caveat notices about experimental features
50885      Branch: maint-5.6/perl
50886            ! pod/perlfork.pod pod/perlunicode.pod
50887 ____________________________________________________________________________
50888 [  9512] By: gsar                                  on 2001/04/02  02:54:33
50889         Log: integrate changes#9479,9509 from mainline
50890              
50891              [PATCH] File::Glob stuff for Mac OS
50892              
50893              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
50894      Branch: maint-5.6/perl
50895           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
50896           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
50897           !> t/lib/glob-taint.t
50898 ____________________________________________________________________________
50899 [  9511] By: gsar                                  on 2001/04/02  02:38:24
50900         Log: README.win32 tweaks; add a note about alternative location for
50901              getting a gcc-2.95.2 that will build perl properly on windows
50902      Branch: maint-5.6/perl
50903            ! README.win32
50904 ____________________________________________________________________________
50905 [  9510] By: jhi                                   on 2001/04/01  20:45:10
50906         Log: An ambiguousity warning.
50907      Branch: perl
50908            ! t/lib/trig.t
50909 ____________________________________________________________________________
50910 [  9509] By: jhi                                   on 2001/04/01  19:53:47
50911         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
50912              From: Jonathan Stowe <gellyfish@gellyfish.com>
50913              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
50914              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
50915      Branch: perl
50916            ! ext/File/Glob/bsd_glob.c
50917 ____________________________________________________________________________
50918 [  9508] By: jhi                                   on 2001/04/01  19:35:03
50919         Log: Update Changes.
50920      Branch: perl
50921            ! Changes patchlevel.h
50922 ____________________________________________________________________________
50923 [  9507] By: jhi                                   on 2001/04/01  19:24:01
50924         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
50925              from mainline to maintperl: pod tweaks.
50926      Branch: maint-5.6/perl
50927           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
50928           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
50929           !> pod/perlvar.pod
50930 ____________________________________________________________________________
50931 [  9506] By: jhi                                   on 2001/04/01  19:11:53
50932         Log: Commit Sarathy to April release of 5.6.1 :-)
50933      Branch: perl
50934            ! pod/perlfaq1.pod
50935 ____________________________________________________________________________
50936 [  9505] By: jhi                                   on 2001/04/01  19:03:15
50937         Log: Subject: PATCH 5.6.0 (perldebug.pod)
50938              From: Mark-Jason Dominus <mjd@plover.com>
50939              Date: Sun, 01 Apr 2001 14:25:11 -0400
50940              Message-ID: <20010401182511.9247.qmail@plover.com>
50941      Branch: perl
50942            ! pod/perldebug.pod
50943 ____________________________________________________________________________
50944 [  9504] By: jhi                                   on 2001/04/01  18:43:09
50945         Log: Add great_circle_direction().
50946      Branch: perl
50947            ! lib/Math/Trig.pm t/lib/trig.t
50948 ____________________________________________________________________________
50949 [  9503] By: jhi                                   on 2001/04/01  17:29:12
50950         Log: Unicode ReadMe update for Unicode 3.1.
50951      Branch: perl
50952            ! lib/unicode/ReadMe.txt
50953 ____________________________________________________________________________
50954 [  9502] By: jhi                                   on 2001/04/01  17:18:40
50955         Log: Integrate change #9501 from maintperl into mainline.
50956              
50957              fix the perlembed notes on multiple interpreters
50958              
50959              fix ExtUtils::Embed to work passably on Windows
50960      Branch: perl
50961           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
50962 ____________________________________________________________________________
50963 [  9501] By: gsar                                  on 2001/04/01  07:21:57
50964         Log: fix the perlembed notes on multiple interpreters
50965              
50966              fix ExtUtils::Embed to work passably on Windows
50967      Branch: maint-5.6/perl
50968            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
50969 ____________________________________________________________________________
50970 [  9500] By: jhi                                   on 2001/04/01  05:58:23
50971         Log: Test for #9499.
50972      Branch: perl
50973            ! t/op/tr.t
50974 ____________________________________________________________________________
50975 [  9499] By: jhi                                   on 2001/04/01  05:55:46
50976         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
50977      Branch: perl
50978            ! embed.h embed.pl op.c proto.h
50979 ____________________________________________________________________________
50980 [  9498] By: jhi                                   on 2001/04/01  05:44:34
50981         Log: Protect the workaround hunk more.
50982      Branch: perl
50983            ! toke.c
50984 ____________________________________________________________________________
50985 [  9497] By: jhi                                   on 2001/04/01  00:24:25
50986         Log: Integrate changes #9493,9494,9495,9496 from maintperl
50987              into mainline.
50988              
50989              fix a broken workaround for Borland compiler in change#4739
50990              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
50991              
50992              nits spotted by Borland compiler
50993              
50994              avoid redefinition warnings under Borland 5.02
50995              
50996              various nits identified by the Borland 5.5 compiler; remove suppression
50997              of a few warnings
50998      Branch: perl
50999           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
51000           !> win32/win32.h
51001 ____________________________________________________________________________
51002 [  9496] By: gsar                                  on 2001/03/31  23:22:28
51003         Log: various nits identified by the Borland 5.5 compiler; remove suppression
51004              of a few warnings
51005      Branch: maint-5.6/perl
51006            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
51007 ____________________________________________________________________________
51008 [  9495] By: gsar                                  on 2001/03/31  21:03:08
51009         Log: avoid redefinition warnings under Borland 5.02
51010      Branch: maint-5.6/perl
51011            ! win32/makefile.mk
51012 ____________________________________________________________________________
51013 [  9494] By: gsar                                  on 2001/03/31  20:18:59
51014         Log: nits spotted by Borland compiler
51015      Branch: maint-5.6/perl
51016            ! utf8.h win32/win32.h
51017 ____________________________________________________________________________
51018 [  9493] By: gsar                                  on 2001/03/31  20:18:05
51019         Log: fix a broken workaround for Borland compiler in change#4739
51020              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
51021      Branch: maint-5.6/perl
51022            ! toke.c
51023 ____________________________________________________________________________
51024 [  9492] By: jhi                                   on 2001/03/31  18:36:24
51025         Log: Integrate change #9491 from maintperl into mainline.
51026              
51027              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
51028              directory is relative (need to fetch the full path name *before*
51029              the chdir!)
51030      Branch: perl
51031           !> lib/Cwd.pm
51032 ____________________________________________________________________________
51033 [  9491] By: gsar                                  on 2001/03/31  17:01:56
51034         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
51035              directory is relative (need to fetch the full path name *before*
51036              the chdir!)
51037              
51038              this is a followup patch for change#6749
51039      Branch: maint-5.6/perl
51040            ! lib/Cwd.pm
51041 ____________________________________________________________________________
51042 [  9490] By: jhi                                   on 2001/03/31  15:50:18
51043         Log: Subject: Re: [PATCH] av.h cosmetics
51044              From: Simon Cozens <simon@netthink.co.uk>
51045              Date: Sat, 31 Mar 2001 13:09:59 +0100
51046              Message-ID: <20010331130959.A22000@netthink.co.uk>
51047              
51048              Document AvALLOC.
51049      Branch: perl
51050            ! pod/perlguts.pod
51051 ____________________________________________________________________________
51052 [  9489] By: jhi                                   on 2001/03/31  15:48:44
51053         Log: Subject: [PATCH] Re: Math::Big* v1.21
51054              From: Tels <perl_dummy@bloodgate.com>
51055              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
51056              Message-Id: <200103311125.GAA377738@www08.hway.net>
51057      Branch: perl
51058            ! pod/perlop.pod
51059 ____________________________________________________________________________
51060 [  9488] By: jhi                                   on 2001/03/31  03:39:51
51061         Log: Debug output tweak.
51062      Branch: perl
51063            ! t/lib/cwd.t
51064 ____________________________________________________________________________
51065 [  9487] By: jhi                                   on 2001/03/31  03:33:02
51066         Log: OverVMSification.
51067      Branch: perl
51068            ! t/lib/cwd.t
51069 ____________________________________________________________________________
51070 [  9486] By: jhi                                   on 2001/03/31  03:01:40
51071         Log: Missed MANIFESTations in #9483.
51072      Branch: perl
51073            ! MANIFEST
51074 ____________________________________________________________________________
51075 [  9485] By: jhi                                   on 2001/03/31  02:58:17
51076         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
51077              From: Peter Prymmer <pvhp@forte.com>
51078              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
51079              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
51080      Branch: perl
51081            ! regexec.c t/lib/cwd.t
51082 ____________________________________________________________________________
51083 [  9484] By: jhi                                   on 2001/03/31  01:04:41
51084         Log: Obsolete file (see #3938)
51085      Branch: perl
51086            - lib/unicode/README.Ethiopic
51087            ! MANIFEST
51088 ____________________________________________________________________________
51089 [  9483] By: jhi                                   on 2001/03/31  00:52:42
51090         Log: Update to Unicode 3.1.
51091              (Rename Names.txt to NamesList.txt.)
51092      Branch: perl
51093            + lib/unicode/NamesList.txt lib/unicode/PropList.html
51094            - lib/unicode/Names.txt
51095            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
51096            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
51097            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
51098            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
51099            ! lib/unicode/UCD.html lib/unicode/Unicode.html
51100            ! lib/unicode/rename lib/unicode/version
51101 ____________________________________________________________________________
51102 [  9482] By: jhi                                   on 2001/03/30  23:33:44
51103         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
51104              From: Robin Houston <robin@kitsite.com>
51105              Date: Fri, 30 Mar 2001 20:07:22 +0100
51106              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
51107      Branch: perl
51108            ! ext/B/B/Deparse.pm
51109 ____________________________________________________________________________
51110 [  9481] By: jhi                                   on 2001/03/30  23:20:25
51111         Log: Subject: Re: [PATCH] CwdXS, Take 2
51112              From: Benjamin Sugars <bsugars@canoe.ca>
51113              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
51114              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
51115      Branch: perl
51116            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
51117            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
51118 ____________________________________________________________________________
51119 [  9480] By: jhi                                   on 2001/03/30  22:52:38
51120         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
51121              From: David Dyck <dcd@tc.fluke.com>
51122              Date: Fri, 30 Mar 2001 14:44:13 -0800
51123              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
51124              
51125              The t/rantests flags file creation was accidentally
51126              removed by #9217.
51127      Branch: perl
51128            ! Makefile.SH
51129 ____________________________________________________________________________
51130 [  9479] By: jhi                                   on 2001/03/30  22:45:45
51131         Log: Subject: [PATCH] File::Glob stuff for Mac OS
51132              From: Chris Nandor <pudge@pobox.com>
51133              Date: Fri, 30 Mar 2001 16:51:00 -0500
51134              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
51135      Branch: perl
51136            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
51137            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
51138            ! t/lib/glob-taint.t
51139 ____________________________________________________________________________
51140 [  9478] By: jhi                                   on 2001/03/30  22:43:12
51141         Log: Subject: fix for win32/buildext.pl
51142              From: "Vadim Konovalov" <watman@inbox.ru>
51143              Date: Sat, 31 Mar 2001 00:50:36 +0400
51144              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
51145      Branch: perl
51146            ! win32/buildext.pl
51147 ____________________________________________________________________________
51148 [  9477] By: jhi                                   on 2001/03/30  22:41:16
51149         Log: Subject: small base.pm doc patch
51150              From: Leon Brocard <acme@astray.com>
51151              Date: Fri, 30 Mar 2001 21:49:57 +0100
51152              Message-ID: <20010330214957.B8733@ns0.astray.com>
51153      Branch: perl
51154            ! lib/base.pm
51155 ____________________________________________________________________________
51156 [  9476] By: jhi                                   on 2001/03/30  18:16:57
51157         Log: Subject: [PATCH] av.h cosmetics
51158              From: Simon Cozens <simon@netthink.co.uk>
51159              Date: Fri, 30 Mar 2001 18:12:28 +0100
51160              Message-ID: <20010330181228.A9319@netthink.co.uk>
51161      Branch: perl
51162            ! av.h
51163 ____________________________________________________________________________
51164 [  9475] By: jhi                                   on 2001/03/30  18:15:50
51165         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
51166              From: "Philip Newton" <pnewton@gmx.de>
51167              Date: Fri, 30 Mar 2001 19:06:57 +0200
51168              Message-ID: <3AC4D951.14815.1AC7068@localhost>
51169      Branch: perl
51170            ! pod/perlhack.pod
51171 ____________________________________________________________________________
51172 [  9474] By: jhi                                   on 2001/03/30  18:14:02
51173         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
51174              From: Benjamin Sugars <bsugars@canoe.ca>
51175              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
51176              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
51177      Branch: perl
51178            ! t/lib/glob-basic.t
51179 ____________________________________________________________________________
51180 [  9473] By: jhi                                   on 2001/03/30  16:09:24
51181         Log: Update Changes.
51182      Branch: perl
51183            ! Changes patchlevel.h
51184 ____________________________________________________________________________
51185 [  9472] By: jhi                                   on 2001/03/30  15:16:08
51186         Log: Integrate perlio.
51187      Branch: perl
51188           !> t/lib/cwd.t t/lib/glob-basic.t
51189 ____________________________________________________________________________
51190 [  9471] By: nick                                  on 2001/03/30  14:47:10
51191         Log: Should be (^O eq 'MSWin32') not 'Win32'
51192              Fail #12 seems real - chdir is in wrong dir.
51193      Branch: perlio
51194            ! t/lib/cwd.t
51195 ____________________________________________________________________________
51196 [  9470] By: jhi                                   on 2001/03/30  14:41:11
51197         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
51198              From: Radu Greab <radu@netsoft.ro>
51199              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
51200              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
51201              
51202              Replace #9352.
51203      Branch: perl
51204            ! ext/Socket/Socket.xs pp_sys.c
51205 ____________________________________________________________________________
51206 [  9469] By: jhi                                   on 2001/03/30  14:37:51
51207         Log: Subject: PATCH pod/perldiag.pod
51208              From: Robin Houston <robin@kitsite.com>
51209              Date: Fri, 30 Mar 2001 14:10:36 +0100
51210              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
51211      Branch: perl
51212            ! pod/perldiag.pod t/lib/glob-basic.t
51213 ____________________________________________________________________________
51214 [  9468] By: jhi                                   on 2001/03/30  14:36:36
51215         Log: Subject: Better diagnostic in io/fs.t
51216              From: andreas.koenig@anima.de (Andreas J. Koenig)
51217              Date: 30 Mar 2001 10:11:43 +0200
51218              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
51219      Branch: perl
51220            ! t/io/fs.t
51221 ____________________________________________________________________________
51222 [  9467] By: nick                                  on 2001/03/30  14:25:43
51223         Log: Skip order test of glob if case-ignoring system cannot 
51224              create a.test and A.test
51225      Branch: perlio
51226            ! t/lib/glob-basic.t
51227 ____________________________________________________________________________
51228 [  9466] By: nick                                  on 2001/03/30  13:03:12
51229         Log: Integrate mainline.
51230      Branch: perlio
51231            - ext/re/hints/aix.pl
51232           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
51233           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
51234           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
51235           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
51236 ____________________________________________________________________________
51237 [  9465] By: jhi                                   on 2001/03/30  03:53:37
51238         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
51239              the tests sometimes hang, sometimes not.)
51240      Branch: perl
51241            ! t/lib/io_multihomed.t t/lib/io_sock.t
51242 ____________________________________________________________________________
51243 [  9464] By: jhi                                   on 2001/03/30  02:56:04
51244         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
51245              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51246              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
51247              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
51248      Branch: perl
51249            ! op.c
51250 ____________________________________________________________________________
51251 [  9463] By: jhi                                   on 2001/03/30  02:34:48
51252         Log: Test for #9462.
51253      Branch: perl
51254            ! t/lib/b.t
51255 ____________________________________________________________________________
51256 [  9462] By: jhi                                   on 2001/03/30  02:29:37
51257         Log: Subject: B::Deparse precedence bug. (Patch included.)
51258              From: Jeremy Madea <jmadea@inktomi.com>
51259              Date: Thu, 29 Mar 2001 12:05:02 -0800
51260              Message-ID: <20010329120502.A24881@dr.inktomi.com>
51261      Branch: perl
51262            ! ext/B/B/Deparse.pm
51263 ____________________________________________________________________________
51264 [  9461] By: jhi                                   on 2001/03/30  02:18:41
51265         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
51266              From: Peter Prymmer <pvhp@forte.com>
51267              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
51268              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
51269      Branch: perl
51270            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
51271            ! t/lib/md5-file.t
51272 ____________________________________________________________________________
51273 [  9460] By: jhi                                   on 2001/03/30  02:17:07
51274         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
51275              From: Robin Houston <robin@kitsite.com>
51276              Date: Thu, 29 Mar 2001 20:47:56 +0100
51277              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
51278      Branch: perl
51279            ! ext/B/B/Debug.pm
51280 ____________________________________________________________________________
51281 [  9459] By: jhi                                   on 2001/03/30  02:16:05
51282         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
51283              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
51284              Date: Wed, 28 Mar 2001 18:02:20 -0600
51285              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
51286      Branch: perl
51287            ! lib/ExtUtils/MM_VMS.pm
51288 ____________________________________________________________________________
51289 [  9458] By: jhi                                   on 2001/03/30  02:07:58
51290         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
51291              From: "Joshua E. Rodd" <jrodd@pbs.org>
51292              Date: Wed, 28 Mar 2001 17:29:12 -0500
51293              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
51294      Branch: perl
51295            ! pod/perlop.pod
51296 ____________________________________________________________________________
51297 [  9457] By: jhi                                   on 2001/03/30  02:04:33
51298         Log: Subject: ext/re/aix.pl can go
51299              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51300              Date: Thu, 29 Mar 2001 12:03:28 +0200
51301              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
51302      Branch: perl
51303            - ext/re/hints/aix.pl
51304            ! MANIFEST
51305 ____________________________________________________________________________
51306 [  9456] By: jhi                                   on 2001/03/30  02:03:32
51307         Log: Integrate perlio.
51308      Branch: perl
51309           !> ext/Encode/Encode.xs installperl
51310 ____________________________________________________________________________
51311 [  9455] By: nick                                  on 2001/03/29  21:11:46
51312         Log: DLL name has changed so installperl needs to know
51313              (Why isn't it working it out or passed it?)
51314      Branch: perlio
51315            ! installperl
51316 ____________________________________________________________________________
51317 [  9454] By: nick                                  on 2001/03/29  20:56:12
51318         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
51319              and we don't get undef warnings.
51320      Branch: perlio
51321            ! ext/Encode/Encode.xs
51322 ____________________________________________________________________________
51323 [  9453] By: nick                                  on 2001/03/29  17:58:48
51324         Log: Integrate mainline
51325      Branch: perlio
51326           !> Changes patchlevel.h
51327 ____________________________________________________________________________
51328 [  9452] By: jhi                                   on 2001/03/29  16:44:55
51329         Log: Update Changes.
51330      Branch: perl
51331            ! Changes patchlevel.h
51332 ____________________________________________________________________________
51333 [  9451] By: nick                                  on 2001/03/29  16:31:38
51334         Log: Integrate mainline
51335      Branch: perlio
51336           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
51337           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
51338           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
51339           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
51340           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
51341 ____________________________________________________________________________
51342 [  9450] By: jhi                                   on 2001/03/29  16:29:17
51343         Log: Integrate perlio.
51344      Branch: perl
51345           !> win32/buildext.pl
51346 ____________________________________________________________________________
51347 [  9449] By: jhi                                   on 2001/03/29  15:50:01
51348         Log: Update Changes.
51349      Branch: perl
51350            ! Changes patchlevel.h
51351 ____________________________________________________________________________
51352 [  9448] By: nick                                  on 2001/03/29  15:47:15
51353         Log: Make sure buildext.pl finds Errno.pm
51354      Branch: perlio
51355            ! win32/buildext.pl
51356 ____________________________________________________________________________
51357 [  9447] By: jhi                                   on 2001/03/29  15:39:34
51358         Log: Integrate perlio.
51359      Branch: perl
51360           !> win32/makefile.mk
51361 ____________________________________________________________________________
51362 [  9446] By: nick                                  on 2001/03/29  15:30:03
51363         Log: Integrate win32/makefile.mk with mainline.
51364      Branch: perlio
51365           !> win32/makefile.mk
51366 ____________________________________________________________________________
51367 [  9445] By: nick                                  on 2001/03/29  15:27:32
51368         Log: Fix breakage ... 
51369      Branch: perlio
51370            ! win32/makefile.mk
51371 ____________________________________________________________________________
51372 [  9444] By: jhi                                   on 2001/03/29  15:03:08
51373         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
51374              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51375              Date: Thu, 29 Mar 2001 10:32:59 +0400
51376              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
51377      Branch: perl
51378            ! win32/makefile.mk
51379 ____________________________________________________________________________
51380 [  9443] By: jhi                                   on 2001/03/29  15:02:12
51381         Log: Integrate perlio.
51382      Branch: perl
51383           +> win32/buildext.pl
51384           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
51385           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
51386 ____________________________________________________________________________
51387 [  9442] By: nick                                  on 2001/03/29  14:59:11
51388         Log: Work in progress - determine win32 extensions to build via script.
51389      Branch: perlio
51390            + win32/buildext.pl
51391            ! MANIFEST win32/makefile.mk
51392 ____________________________________________________________________________
51393 [  9441] By: jhi                                   on 2001/03/29  14:51:47
51394         Log: Reintroduce the use of external pwd.
51395      Branch: perl
51396            ! t/lib/cwd.t
51397 ____________________________________________________________________________
51398 [  9440] By: jhi                                   on 2001/03/29  14:42:58
51399         Log: use warnings instead of -w.
51400      Branch: perl
51401            ! utils/h2xs.PL
51402 ____________________________________________________________________________
51403 [  9439] By: jhi                                   on 2001/03/29  14:41:52
51404         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
51405              From: Jonathan Stowe <gellyfish@gellyfish.com>
51406              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
51407              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
51408      Branch: perl
51409            ! utils/h2xs.PL
51410 ____________________________________________________________________________
51411 [  9438] By: jhi                                   on 2001/03/29  14:39:38
51412         Log: Subject: [PATCH perl@9424] minor pod nits
51413              From: Robin Barker <rmb1@cise.npl.co.uk>
51414              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
51415              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
51416      Branch: perl
51417            ! pod/perlhack.pod pod/perliol.pod
51418 ____________________________________________________________________________
51419 [  9437] By: jhi                                   on 2001/03/29  14:29:16
51420         Log: Subject: [PATCH perl@9424] typemap cast warning
51421              From: Robin Barker <rmb1@cise.npl.co.uk>
51422              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
51423              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
51424      Branch: perl
51425            ! lib/ExtUtils/typemap
51426 ____________________________________________________________________________
51427 [  9436] By: jhi                                   on 2001/03/29  14:26:03
51428         Log: Subject: [PATCH perl@9424] printf warning
51429              From: Robin Barker <rmb1@cise.npl.co.uk>
51430              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
51431              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
51432      Branch: perl
51433            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
51434            ! ext/Storable/Storable.xs toke.c
51435 ____________________________________________________________________________
51436 [  9435] By: nick                                  on 2001/03/29  14:23:31
51437         Log: Win32 has name conflict with ERROR
51438      Branch: perlio
51439            ! ext/PerlIO/Via/Via.xs
51440 ____________________________________________________________________________
51441 [  9434] By: jhi                                   on 2001/03/29  14:17:48
51442         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
51443              From: Peter Prymmer <pvhp@forte.com>
51444              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
51445              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
51446      Branch: perl
51447            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
51448 ____________________________________________________________________________
51449 [  9433] By: jhi                                   on 2001/03/29  13:52:44
51450         Log: test-prep target was missing.
51451      Branch: perl
51452            ! Makefile.SH
51453 ____________________________________________________________________________
51454 [  9432] By: nick                                  on 2001/03/29  12:40:03
51455         Log: Make as-shipped compiler default to MSVC6 
51456      Branch: perlio
51457            ! win32/makefile.mk
51458 ____________________________________________________________________________
51459 [  9431] By: nick                                  on 2001/03/29  12:12:16
51460         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
51461              akin to PerlIO::Scalar.
51462      Branch: perlio
51463            ! perlio.c perlio.h
51464 ____________________________________________________________________________
51465 [  9430] By: nick                                  on 2001/03/29  10:56:35
51466         Log: Integrate mainline.
51467      Branch: perlio
51468           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
51469           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
51470           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
51471           !> win32/makefile.mk win32/win32sck.c
51472 ____________________________________________________________________________
51473 [  9429] By: nick                                  on 2001/03/29  09:03:43
51474         Log: Noticed that two tests were skipped as perlio:: package
51475              isn't there any more. Changed the skip condition.
51476              Avoid core-dump if sv_utf8_upgrade() called on something
51477              that does not become SvPOK after SvPV() (e.g. a ref).
51478      Branch: perlio
51479            ! sv.c t/io/utf8.t t/lib/io_scalar.t
51480 ____________________________________________________________________________
51481 [  9428] By: jhi                                   on 2001/03/29  01:31:47
51482         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
51483              From: Benjamin Sugars <bsugars@canoe.ca> 
51484              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
51485              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
51486      Branch: perl
51487            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
51488            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
51489            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
51490 ____________________________________________________________________________
51491 [  9427] By: jhi                                   on 2001/03/29  00:49:30
51492         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
51493              From: "Vadim Konovalov" <watman@inbox.ru>
51494              Date: Thu, 29 Mar 2001 01:50:12 +0400
51495              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
51496      Branch: perl
51497            ! win32/makefile.mk win32/win32sck.c
51498 ____________________________________________________________________________
51499 [  9426] By: gsar                                  on 2001/03/29  00:28:04
51500         Log: dmake can only handle == and != in comparisons; support building
51501              with Borland's VCL libraries (from Vadim Konovalov)
51502      Branch: maint-5.6/perl
51503            ! win32/makefile.mk
51504 ____________________________________________________________________________
51505 [  9425] By: nick                                  on 2001/03/28  19:29:56
51506         Log: Integrate (@snapshot)
51507      Branch: perlio
51508           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
51509 ____________________________________________________________________________
51510 [  9424] By: jhi                                   on 2001/03/28  19:03:16
51511         Log: Update Changes.
51512      Branch: perl
51513            ! Changes patchlevel.h
51514 ____________________________________________________________________________
51515 [  9423] By: jhi                                   on 2001/03/28  18:52:09
51516         Log: Rmdir lib/XS on cleanup.
51517      Branch: perl
51518            ! Makefile.SH
51519 ____________________________________________________________________________
51520 [  9422] By: jhi                                   on 2001/03/28  18:49:34
51521         Log: Integrate perlio.
51522      Branch: perl
51523           !> t/op/utf8decode.t
51524 ____________________________________________________________________________
51525 [  9421] By: nick                                  on 2001/03/28  18:46:44
51526         Log: Loose duplicate chunk.
51527      Branch: perlio
51528            ! t/op/utf8decode.t
51529 ____________________________________________________________________________
51530 [  9420] By: nick                                  on 2001/03/28  18:44:11
51531         Log: Integrate mainline.
51532      Branch: perlio
51533           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
51534           !> vms/vmsish.h
51535 ____________________________________________________________________________
51536 [  9419] By: jhi                                   on 2001/03/28  18:42:05
51537         Log: Can't trust external pwds
51538              (either shell builtins or external programs)
51539      Branch: perl
51540            ! t/lib/cwd.t
51541 ____________________________________________________________________________
51542 [  9418] By: jhi                                   on 2001/03/28  18:34:05
51543         Log: Integrate perlio.
51544      Branch: perl
51545            - lib/perlio.pm
51546           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
51547           !> t/op/utf8decode.t
51548 ____________________________________________________________________________
51549 [  9417] By: nick                                  on 2001/03/28  18:24:02
51550         Log: PerlIO.pm / perlio.pm conflict.
51551              Update some pods.
51552              Make t/op/utf8decode.t a text file.
51553      Branch: perlio
51554            - lib/perlio.pm
51555            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
51556            ! t/op/utf8decode.t
51557 ____________________________________________________________________________
51558 [  9416] By: jhi                                   on 2001/03/28  18:06:07
51559         Log: Integrate change #9409 from mainline to maintperl.
51560              
51561              Yet another tweak on AIX dynaloading.
51562      Branch: maint-5.6/perl
51563           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
51564 ____________________________________________________________________________
51565 [  9415] By: gsar                                  on 2001/03/28  17:13:01
51566         Log: integrate changes#9377,9385,9401 from mainline
51567              
51568              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
51569              
51570              If directory entries compare equal case-insensitively,
51571              retry case-sensitively.
51572              
51573              Subject: [PATCH] B::Terse and warnings
51574      Branch: maint-5.6/perl
51575           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
51576           !> t/pragma/warn/perl
51577 ____________________________________________________________________________
51578 [  9414] By: jhi                                   on 2001/03/28  17:11:12
51579         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
51580              From: "Craig A. Berry" <craigberry@mac.com>
51581              Date: Wed, 28 Mar 2001 10:55:20 -0600
51582              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
51583      Branch: perl
51584            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
51585 ____________________________________________________________________________
51586 [  9413] By: jhi                                   on 2001/03/28  17:03:12
51587         Log: Dup hunk.
51588      Branch: perl
51589            ! t/op/utf8decode.t
51590 ____________________________________________________________________________
51591 [  9412] By: jhi                                   on 2001/03/28  17:02:36
51592         Log: Forced integrate from perlio.
51593      Branch: perl
51594           !> t/op/utf8decode.t
51595 ____________________________________________________________________________
51596 [  9411] By: nick                                  on 2001/03/28  16:50:03
51597         Log: Integrate mainline.
51598      Branch: perlio
51599           +> t/lib/cwd.t
51600           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
51601           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
51602           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
51603           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
51604           !> t/pragma/warn/perl
51605 ____________________________________________________________________________
51606 [  9410] By: jhi                                   on 2001/03/28  16:44:23
51607         Log: Subject: Re: [PATCH] 9403 cannot be tested
51608              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51609              Date: Wed, 28 Mar 2001 18:33:56 +0200
51610              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
51611      Branch: perl
51612            ! makedef.pl
51613 ____________________________________________________________________________
51614 [  9409] By: jhi                                   on 2001/03/28  16:12:45
51615         Log: Yet another tweak on AIX dynaloading.
51616      Branch: perl
51617            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
51618 ____________________________________________________________________________
51619 [  9408] By: jhi                                   on 2001/03/28  15:52:55
51620         Log: Subject: [PATCH] 9403 cannot be tested
51621              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51622              Date: Wed, 28 Mar 2001 17:23:00 +0200
51623              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
51624              
51625              A missing symbol.
51626      Branch: perl
51627            ! makedef.pl
51628 ____________________________________________________________________________
51629 [  9407] By: jhi                                   on 2001/03/28  15:47:43
51630         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
51631      Branch: perl
51632            ! t/op/utf8decode.t
51633           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
51634           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
51635 ____________________________________________________________________________
51636 [  9406] By: jhi                                   on 2001/03/28  15:37:08
51637         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
51638              From: Benjamin Sugars <bsugars@canoe.ca> 
51639              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
51640              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
51641      Branch: perl
51642            + t/lib/cwd.t
51643            ! MANIFEST
51644 ____________________________________________________________________________
51645 [  9405] By: jhi                                   on 2001/03/28  15:13:18
51646         Log: pp_ne() needs a CORRECT boolean.
51647      Branch: perl
51648            ! pp.c
51649 ____________________________________________________________________________
51650 [  9404] By: jhi                                   on 2001/03/28  15:09:23
51651         Log: pp_ne() needs a boolean, not an integer.
51652      Branch: perl
51653            ! pp.c
51654 ____________________________________________________________________________
51655 [  9403] By: jhi                                   on 2001/03/28  14:47:43
51656         Log: (Retracted by #9404.)
51657      Branch: perl
51658            ! pp.c
51659 ____________________________________________________________________________
51660 [  9402] By: jhi                                   on 2001/03/28  14:43:59
51661         Log: Subject: Re: [PATCH] Typemap testing
51662              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
51663              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
51664              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
51665      Branch: perl
51666            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
51667            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
51668 ____________________________________________________________________________
51669 [  9401] By: jhi                                   on 2001/03/28  14:42:14
51670         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
51671              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
51672              Date: Sun, 25 Mar 2001 21:59:15 +0100
51673              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
51674              
51675              A variable will be checked for the "use once" warnings if:
51676              
51677              1. It is in the scope of a use warnings 'once'
51678              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
51679              
51680              Otherwise it won't be checked at all.
51681              
51682              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
51683              
51684              The enclosed patch partially fixes this issue. What I didn't
51685              get to work was the case where the "used once" warning is enabled
51686              in any file other than the main file.
51687      Branch: perl
51688            ! gv.c t/pragma/warn/perl
51689 ____________________________________________________________________________
51690 [  9400] By: nick                                  on 2001/03/28  14:38:24
51691         Log: More EBCDIC tweaks:
51692              - one more swash issue &~(0xA0-1) did not do the right thing,
51693              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
51694              - add "use re 'asciirange'" to make [!-~] etc. work
51695              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
51696              - Choose a key for t/op/each.t test which gets encoded.
51697              - Skip utf8decode if this is UTF-EBCDIC.
51698      Branch: perlio
51699            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
51700            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
51701 ____________________________________________________________________________
51702 [  9399] By: jhi                                   on 2001/03/28  14:21:00
51703         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
51704              Andreas Schwab.
51705      Branch: perl
51706            ! pp.c
51707 ____________________________________________________________________________
51708 [  9398] By: jhi                                   on 2001/03/28  00:55:56
51709         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
51710              From: David Dyck <dcd@tc.fluke.com>
51711              Date: Tue, 27 Mar 2001 15:16:24 -0800
51712              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
51713      Branch: perl
51714            ! ext/IO/lib/IO/Socket.pm
51715 ____________________________________________________________________________
51716 [  9397] By: jhi                                   on 2001/03/27  21:52:49
51717         Log: Integrate perlio.
51718      Branch: perl
51719           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
51720           +> ext/PerlIO/Via/Via.xs
51721           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
51722 ____________________________________________________________________________
51723 [  9396] By: nick                                  on 2001/03/27  21:45:13
51724         Log: Integrate mainline.
51725      Branch: perlio
51726           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
51727           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
51728 ____________________________________________________________________________
51729 [  9395] By: nick                                  on 2001/03/27  21:18:58
51730         Log: Outline docs for PerlIO and PerlIO::Scalar
51731      Branch: perlio
51732            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
51733 ____________________________________________________________________________
51734 [  9394] By: nick                                  on 2001/03/27  20:50:13
51735         Log: PerlIO::Via layer (alpha-ish).
51736      Branch: perlio
51737            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
51738            + ext/PerlIO/Via/Via.xs
51739            ! MANIFEST
51740 ____________________________________________________________________________
51741 [  9393] By: jhi                                   on 2001/03/27  20:49:55
51742         Log: Retract #9329 now that 9390 should take care of the matter.
51743      Branch: perl
51744            ! utils/h2xs.PL
51745 ____________________________________________________________________________
51746 [  9390] By: jhi                                   on 2001/03/27  20:47:50
51747         Log: Subject: Autoloading Errno.pm when %! is encountered
51748              From: Robin Houston <robin@kitsite.com>
51749              Date: Tue, 27 Mar 2001 20:57:11 +0100
51750              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
51751      Branch: perl
51752            ! embed.h embed.pl gv.c proto.h t/op/magic.t
51753 ____________________________________________________________________________
51754 [  9389] By: jhi                                   on 2001/03/27  20:24:31
51755         Log: Integrate perlio.
51756      Branch: perl
51757           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
51758           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
51759           !> utf8.c
51760 ____________________________________________________________________________
51761 [  9388] By: jhi                                   on 2001/03/27  20:21:38
51762         Log: Better have a three-element array if one is going to assign
51763              to the third element of that array. (from Tim Jenness)
51764      Branch: perl
51765            ! ext/XS/Typemap/Typemap.xs
51766 ____________________________________________________________________________
51767 [  9387] By: nick                                  on 2001/03/27  20:15:43
51768         Log: Integrate mainline.
51769      Branch: perlio
51770           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
51771           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
51772           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
51773           +> t/lib/xs-typemap.t
51774           !> (integrate 34 files)
51775 ____________________________________________________________________________
51776 [  9386] By: jhi                                   on 2001/03/27  20:04:18
51777         Log: Subject: Re: perl@9359 breaks HTML::Parser
51778              From: Gisle Aas <gisle@ActiveState.com>
51779              Date: 27 Mar 2001 11:30:24 -0800
51780              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
51781              
51782              Clarify the UTF-8 issues of the API docs.
51783              (Slightly reworded and expanded.)
51784      Branch: perl
51785            ! pod/perlapi.pod sv.c sv.h
51786 ____________________________________________________________________________
51787 [  9385] By: jhi                                   on 2001/03/27  19:44:25
51788         Log: If directory entries compare equal case-insensitively,
51789              retry case-sensitively.
51790      Branch: perl
51791            ! ext/File/Glob/bsd_glob.c
51792 ____________________________________________________________________________
51793 [  9384] By: nick                                  on 2001/03/27  19:38:50
51794         Log: Various EBCDIC fixes:
51795              - major revelation that swash code is encoding aware,
51796              (or thought it was) - now it is ;-)
51797              - With that out of the way fix a slab of tr/// cases.
51798              - Fix Encode 'Unicode' to be true Unicode so tests pass.
51799              - As anticipated Base64.xs needed tweaks.
51800              - Until tr/// works right avoid old_encode64 in MIME tests.
51801      Branch: perlio
51802            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
51803            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
51804 ____________________________________________________________________________
51805 [  9383] By: jhi                                   on 2001/03/27  18:34:41
51806         Log: Add the std test suite BEGIN block.
51807      Branch: perl
51808            ! t/lib/xs-typemap.t
51809 ____________________________________________________________________________
51810 [  9382] By: jhi                                   on 2001/03/27  15:16:07
51811         Log: Add debugging output to the test.
51812      Branch: perl
51813            ! t/lib/glob-basic.t
51814 ____________________________________________________________________________
51815 [  9381] By: jhi                                   on 2001/03/27  15:08:10
51816         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
51817      Branch: perl
51818            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
51819            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
51820            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
51821            + t/lib/xs-typemap.t
51822            ! MANIFEST
51823 ____________________________________________________________________________
51824 [  9380] By: jhi                                   on 2001/03/27  14:48:34
51825         Log: Subject: [PATCH] Typemap testing
51826              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
51827              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
51828              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
51829              
51830              (The first part of the patch.)
51831      Branch: perl
51832            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
51833 ____________________________________________________________________________
51834 [  9379] By: jhi                                   on 2001/03/27  14:44:56
51835         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
51836              From: Benjamin Sugars <bsugars@canoe.ca> 
51837              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
51838              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
51839      Branch: perl
51840            ! t/lib/glob-basic.t
51841 ____________________________________________________________________________
51842 [  9378] By: jhi                                   on 2001/03/27  14:42:30
51843         Log: Subject: [PATCH] perlvar nit
51844              From: Simon Cozens <simon@netthink.co.uk>
51845              Date: Tue, 27 Mar 2001 01:12:01 +0100
51846              Message-ID: <20010327011201.A19179@netthink.co.uk>
51847      Branch: perl
51848            ! pod/perlvar.pod
51849 ____________________________________________________________________________
51850 [  9377] By: jhi                                   on 2001/03/27  14:36:26
51851         Log: Subject: [PATCH] B::Terse and warnings
51852              From: Benjamin Sugars <ben.sugars@home.com>
51853              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
51854              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
51855      Branch: perl
51856            ! ext/B/B.pm ext/B/B/Terse.pm
51857 ____________________________________________________________________________
51858 [  9376] By: jhi                                   on 2001/03/27  14:31:31
51859         Log: Document sockatmark() some.
51860      Branch: perl
51861            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
51862            ! pod/perltoc.pod
51863 ____________________________________________________________________________
51864 [  9375] By: jhi                                   on 2001/03/27  14:00:24
51865         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
51866              noted by Gisle and fixed by NI-S.
51867      Branch: perl
51868            ! sv.c
51869 ____________________________________________________________________________
51870 [  9374] By: jhi                                   on 2001/03/27  05:50:01
51871         Log: Regen toc.
51872      Branch: perl
51873            ! pod/perltoc.pod
51874 ____________________________________________________________________________
51875 [  9373] By: jhi                                   on 2001/03/27  05:43:51
51876         Log: Pixie documenting.
51877      Branch: perl
51878            ! Makefile.SH pod/perlhack.pod
51879 ____________________________________________________________________________
51880 [  9372] By: jhi                                   on 2001/03/27  05:29:34
51881         Log: Metaconfig unit changes for #9371.
51882      Branch: metaconfig
51883            ! U/modified/myhostname.U
51884      Branch: metaconfig/U/perl
51885            + d_sockatmark.U
51886            ! gccvers.U
51887 ____________________________________________________________________________
51888 [  9371] By: jhi                                   on 2001/03/27  05:29:07
51889         Log: Add sockatmark() probing.
51890      Branch: perl
51891            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51892            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
51893            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51894            ! vos/config.ga.h win32/config.bc win32/config.gc
51895            ! win32/config.vc
51896 ____________________________________________________________________________
51897 [  9370] By: jhi                                   on 2001/03/26  22:01:18
51898         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
51899              Really need to benchmark this.
51900      Branch: perl
51901            ! pp.c
51902 ____________________________________________________________________________
51903 [  9369] By: nick                                  on 2001/03/26  21:59:30
51904         Log: Integrate mainline.
51905      Branch: perlio
51906            ! ext/MIME/Base64/QuotedPrint.pm
51907           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
51908           !> patchlevel.h pod/perlhack.pod pp_sys.c
51909 ____________________________________________________________________________
51910 [  9368] By: jhi                                   on 2001/03/26  21:47:03
51911         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
51912              
51913              TODO1: perlbench.
51914              TODO2: le, lt, ge, gt?  Yech.
51915      Branch: perl
51916            ! pp.c
51917 ____________________________________________________________________________
51918 [  9367] By: jhi                                   on 2001/03/26  21:34:57
51919         Log: Too much cut-and-paste in #9363.
51920      Branch: perl
51921            ! pp_sys.c
51922 ____________________________________________________________________________
51923 [  9366] By: jhi                                   on 2001/03/26  21:20:53
51924         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
51925              From: Andreas Schwab <schwab@suse.de>
51926              Date: 26 Mar 2001 17:29:04 +0200
51927              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
51928              
51929              (The patch for 5.6.0 or so, this is a guess for bleadperl)
51930      Branch: perl
51931            ! pp_hot.c
51932 ____________________________________________________________________________
51933 [  9365] By: jhi                                   on 2001/03/26  21:07:54
51934         Log: Integrate perlio.
51935      Branch: perl
51936           !> perlio.c
51937 ____________________________________________________________________________
51938 [  9364] By: nick                                  on 2001/03/26  20:30:48
51939         Log: REFCNT botch in layer name cache hash.
51940      Branch: perlio
51941            ! perlio.c
51942 ____________________________________________________________________________
51943 [  9363] By: jhi                                   on 2001/03/26  18:44:32
51944         Log: Subject: [PATCH] socket() leaks file descriptors
51945              From: Benjamin Sugars <bsugars@canoe.ca>
51946              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
51947              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
51948              
51949              Also sockpair() fixed similarly.
51950      Branch: perl
51951            ! pp_sys.c
51952 ____________________________________________________________________________
51953 [  9362] By: jhi                                   on 2001/03/26  18:37:52
51954         Log: Integrate perlio.
51955      Branch: perl
51956           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
51957 ____________________________________________________________________________
51958 [  9361] By: nick                                  on 2001/03/26  17:32:06
51959         Log: Implement flush of linebuffered streams on read of a tty.
51960      Branch: perlio
51961            ! perlio.c perliol.h
51962 ____________________________________________________________________________
51963 [  9360] By: nick                                  on 2001/03/26  17:12:32
51964         Log: Memory tweaks and notes for OEMVS.
51965      Branch: perlio
51966            ! README.os390 miniperlmain.c t/op/pat.t
51967 ____________________________________________________________________________
51968 [  9359] By: jhi                                   on 2001/03/26  02:12:54
51969         Log: Update Changes.
51970      Branch: perl
51971            ! Changes patchlevel.h
51972 ____________________________________________________________________________
51973 [  9358] By: jhi                                   on 2001/03/26  02:05:32
51974         Log: Document the most common pixie options.
51975      Branch: perl
51976            ! pod/perlhack.pod
51977 ____________________________________________________________________________
51978 [  9357] By: jhi                                   on 2001/03/26  01:25:28
51979         Log: For perl.pixie check *before* compiling that optimize is -g,
51980              as for perl.third.
51981      Branch: perl
51982            ! Makefile.SH
51983 ____________________________________________________________________________
51984 [  9356] By: jhi                                   on 2001/03/26  01:13:41
51985         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
51986      Branch: perl
51987            ! Makefile.SH
51988 ____________________________________________________________________________
51989 [  9355] By: jhi                                   on 2001/03/26  01:11:19
51990         Log: Remove t/perl.third.
51991      Branch: perl
51992            ! Makefile.SH
51993 ____________________________________________________________________________
51994 [  9354] By: jhi                                   on 2001/03/26  00:23:38
51995         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
51996              IO::Sockatmark().
51997      Branch: perl
51998            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
51999 ____________________________________________________________________________
52000 [  9353] By: jhi                                   on 2001/03/25  22:25:04
52001         Log: Integrate perlio.
52002      Branch: perl
52003           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
52004           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
52005           !> pp_hot.c win32/makefile.mk
52006 ____________________________________________________________________________
52007 [  9352] By: jhi                                   on 2001/03/25  22:21:41
52008         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
52009              From: Radu Greab <radu@netsoft.ro>
52010              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
52011              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
52012      Branch: perl
52013            ! pp_sys.c
52014 ____________________________________________________________________________
52015 [  9351] By: nick                                  on 2001/03/25  22:15:02
52016         Log: Fix readline in list mode to tell rest of world that it has
52017              things on the stack. Otherwise if perl code gets invoked
52018              underneath it it scribbles over results-so-far.
52019              (Why TIEHANDLE has not tripped on this is a mystery.)
52020      Branch: perlio
52021            ! pp_hot.c
52022 ____________________________________________________________________________
52023 [  9350] By: nick                                  on 2001/03/25  22:10:13
52024         Log: win32/makefile.mk typos
52025      Branch: perlio
52026            ! win32/makefile.mk
52027 ____________________________________________________________________________
52028 [  9349] By: nick                                  on 2001/03/25  21:31:14
52029         Log: Integrate now-non-binary file.
52030      Branch: perlio
52031           !> t/lib/mimeqp.t
52032 ____________________________________________________________________________
52033 [  9348] By: nick                                  on 2001/03/25  21:27:24
52034         Log: Make it text
52035      Branch: perlio
52036            ! t/lib/mimeqp.t
52037 ____________________________________________________________________________
52038 [  9347] By: nick                                  on 2001/03/25  21:25:37
52039         Log: Integrate mainline.
52040      Branch: perlio
52041           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
52042           !> lib/Term/ReadLine.pm t/lib/md5-file.t
52043 ____________________________________________________________________________
52044 [  9346] By: nick                                  on 2001/03/25  20:58:15
52045         Log: Add destruct time hook to PerlIO (for work-in-process implementing
52046              layers in perl code. In such cases layers need to be popped before
52047              we loose the ability to run perl code.)
52048              Also back-out "PerlIO::object" hook - it isn't going to work like that...
52049      Branch: perlio
52050            ! perl.c perlio.c perlio.h perliol.h
52051 ____________________________________________________________________________
52052 [  9345] By: nick                                  on 2001/03/25  20:49:11
52053         Log: Avoid at leasy one of undefined warnings in Encode.
52054      Branch: perlio
52055            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
52056 ____________________________________________________________________________
52057 [  9344] By: jhi                                   on 2001/03/25  20:37:43
52058         Log: A workaround for using Term::ReadLine in emacs minibuffer
52059              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
52060              additional tweaks from Ilya Zakharevich.
52061      Branch: perl
52062            ! lib/Term/ReadLine.pm
52063 ____________________________________________________________________________
52064 [  9343] By: nick                                  on 2001/03/25  20:21:14
52065         Log: Missing return value.
52066      Branch: perlio
52067            ! ext/PerlIO/Scalar/Scalar.xs
52068 ____________________________________________________________________________
52069 [  9342] By: jhi                                   on 2001/03/25  16:21:00
52070         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
52071              to equal the CPAN versions since no code changes have been made.
52072      Branch: perl
52073            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
52074            ! t/lib/md5-file.t
52075 ____________________________________________________________________________
52076 [  9341] By: jhi                                   on 2001/03/25  16:01:48
52077         Log: Escape 8-bit characters.
52078      Branch: perl
52079            ! t/lib/mimeqp.t
52080 ____________________________________________________________________________
52081 [  9340] By: gsar                                  on 2001/03/25  15:50:53
52082         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
52083              chars)
52084      Branch: perl
52085            + t/lib/mimeqp.t
52086 ____________________________________________________________________________
52087 [  9339] By: gsar                                  on 2001/03/25  15:48:50
52088         Log: delete mimeqp.t for later add with text mode set
52089      Branch: perl
52090            - t/lib/mimeqp.t
52091 ____________________________________________________________________________
52092 [  9338] By: nick                                  on 2001/03/25  09:01:57
52093         Log: Integrate mainline.
52094      Branch: perlio
52095           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
52096           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
52097           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
52098           +> t/lib/mimeb64u.t t/lib/mimeqp.t
52099           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
52100           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
52101           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
52102 ____________________________________________________________________________
52103 [  9337] By: jhi                                   on 2001/03/25  04:23:24
52104         Log: Add MIME::Base64 here and there.  Again, a lot of
52105              optimism is in the air.
52106      Branch: perl
52107            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
52108            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
52109 ____________________________________________________________________________
52110 [  9336] By: jhi                                   on 2001/03/25  04:12:43
52111         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
52112              this by ear as I do not do Win32 programming.)
52113      Branch: perl
52114            ! win32/Makefile win32/makefile.mk
52115 ____________________________________________________________________________
52116 [  9335] By: jhi                                   on 2001/03/25  04:03:50
52117         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
52118      Branch: perl
52119            ! t/lib/md5-file.t
52120 ____________________________________________________________________________
52121 [  9334] By: jhi                                   on 2001/03/25  03:58:53
52122         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
52123      Branch: perl
52124            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
52125            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
52126            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
52127            + t/lib/mimeb64u.t t/lib/mimeqp.t
52128            ! MANIFEST
52129 ____________________________________________________________________________
52130 [  9333] By: jhi                                   on 2001/03/24  20:14:37
52131         Log: Integrate perlio.
52132      Branch: perl
52133           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
52134 ____________________________________________________________________________
52135 [  9332] By: nick                                  on 2001/03/24  19:40:34
52136         Log: Fix un-init variable leading to spurious "Out of Memory!"
52137      Branch: perlio
52138            ! doio.c
52139 ____________________________________________________________________________
52140 [  9331] By: nick                                  on 2001/03/24  19:09:59
52141         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
52142              and update layers internals doc.
52143      Branch: perlio
52144            ! pod/perlfunc.pod pod/perliol.pod
52145 ____________________________________________________________________________
52146 [  9330] By: jhi                                   on 2001/03/24  18:42:11
52147         Log: The length might be uninitialized garbage if the *svp is the undef.
52148      Branch: perl
52149            ! doio.c
52150 ____________________________________________________________________________
52151 [  9329] By: jhi                                   on 2001/03/24  18:26:57
52152         Log: (Retracted by #9393)
52153              
52154              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
52155              From: Simon Cozens <simon@netthink.co.uk>
52156              Date: Sat, 24 Mar 2001 17:13:17 +0000
52157              Message-ID: <20010324171317.A13406@netthink.co.uk>
52158      Branch: perl
52159            ! utils/h2xs.PL
52160 ____________________________________________________________________________
52161 [  9328] By: nick                                  on 2001/03/24  17:22:02
52162         Log: Integrate mainline.
52163      Branch: perlio
52164           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
52165           !> lib/unicode/version
52166 ____________________________________________________________________________
52167 [  9327] By: nick                                  on 2001/03/24  17:16:02
52168         Log: Integrate mainline.
52169      Branch: perlio
52170           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
52171           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
52172           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
52173           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
52174           +> t/lib/md5-file.t
52175           !> MANIFEST Makefile.SH configure.com djgpp/config.over
52176           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
52177           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
52178           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
52179           !> win32/makefile.mk
52180 ____________________________________________________________________________
52181 [  9326] By: jhi                                   on 2001/03/24  17:00:42
52182         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
52183      Branch: perl
52184            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
52185            ! lib/unicode/version
52186 ____________________________________________________________________________
52187 [  9325] By: jhi                                   on 2001/03/24  16:22:33
52188         Log: Subject: Re: B::Deparse bug (5.6.0)
52189              From: Robin Houston <robin@kitsite.com>
52190              Date: Sat, 24 Mar 2001 14:33:09 +0000
52191              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
52192      Branch: perl
52193            ! op.c pp.c t/lib/b.t t/op/repeat.t
52194 ____________________________________________________________________________
52195 [  9324] By: jhi                                   on 2001/03/24  16:21:56
52196         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
52197              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
52198              these additions may be too optimistic.
52199      Branch: perl
52200            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
52201            ! hints/uwin.sh hints/vmesa.sh
52202 ____________________________________________________________________________
52203 [  9323] By: jhi                                   on 2001/03/24  16:06:01
52204         Log: Integrate perlio.
52205      Branch: perl
52206           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
52207           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
52208            ! Makefile.SH
52209           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
52210           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
52211           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
52212           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
52213           !> win32/makefile.mk win32/perlhost.h win32/win32.c
52214           !> win32/win32iop.h
52215 ____________________________________________________________________________
52216 [  9322] By: nick                                  on 2001/03/24  14:39:12
52217         Log: Routine Win32 regen_config_h - no real changes.
52218      Branch: perlio
52219            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52220 ____________________________________________________________________________
52221 [  9321] By: nick                                  on 2001/03/24  14:31:49
52222         Log: PerlIO fixups for Win32:
52223              - provide win33_popenlist() - non-functional as yet.
52224              - avoid need for aTHX in PerlIO_debug calls - even if not 
52225              enabled args are still evaluated so Win32 has trouble during fork().
52226              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
52227              - Fixup makedef.pl for latest set of symbols.
52228      Branch: perlio
52229            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
52230            ! win32/perlhost.h win32/win32.c win32/win32iop.h
52231 ____________________________________________________________________________
52232 [  9320] By: nick                                  on 2001/03/24  14:26:58
52233         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
52234              was gibberish - broke it on WIn32 at least.
52235      Branch: perlio
52236            ! ext/POSIX/POSIX.xs
52237 ____________________________________________________________________________
52238 [  9319] By: nick                                  on 2001/03/24  11:29:41
52239         Log: Generated files.
52240      Branch: perlio
52241            ! embed.h global.sym objXSUB.h perlapi.c proto.h
52242 ____________________________________________________________________________
52243 [  9318] By: nick                                  on 2001/03/24  10:29:37
52244         Log: Implement:
52245              1.  open($fh,"+<",undef);  # add test to t/io/open.t
52246              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
52247      Branch: perlio
52248            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
52249            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
52250            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
52251            ! t/io/open.t t/io/utf8.t
52252 ____________________________________________________________________________
52253 [  9317] By: jhi                                   on 2001/03/23  23:41:25
52254         Log: AIX does seems to have optimization problems with its C compilers.
52255      Branch: perl
52256            ! hints/aix.sh
52257 ____________________________________________________________________________
52258 [  9316] By: jhi                                   on 2001/03/23  23:40:46
52259         Log: Integrate perlio.
52260      Branch: perl
52261           +> lib/PerlIO.pm
52262           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
52263           !> perliol.h
52264 ____________________________________________________________________________
52265 [  9315] By: jhi                                   on 2001/03/23  22:16:30
52266         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
52267      Branch: perl
52268            ! t/lib/md5-file.t
52269 ____________________________________________________________________________
52270 [  9314] By: nick                                  on 2001/03/23  20:49:02
52271         Log: Perlio internals re-organized.
52272              - open process creates AV of layer/arg pairs
52273              (appends layers from open() or open.pm to default list).
52274              - push arg is now an SV.
52275              - layer ->Open get passed the AV
52276              - open is no longer mandatory method.
52277              - topmost layer that has ->Open method does the open
52278              - any layers above are pushed once that returns.
52279              - vtable re-ordered so dummy layers need only provide push/pop methods.
52280      Branch: perlio
52281            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
52282 ____________________________________________________________________________
52283 [  9313] By: nick                                  on 2001/03/23  16:27:41
52284         Log: Check in a stable (working) version before next round of tweaks.
52285              Changes include:
52286              - Move default layers code out of doio.c and into perlio.c
52287              - Single routine for parsing layer specification strings.
52288              - Skeleton support for demand loading of layers
52289              - Core-dump avoidance if PERLIO environment specifies loadable layer
52290              (does not _work_ as need IO to load and need load to do IO ...)
52291      Branch: perlio
52292            + lib/PerlIO.pm
52293            ! MANIFEST doio.c perlio.c
52294 ____________________________________________________________________________
52295 [  9312] By: gsar                                  on 2001/03/23  16:25:25
52296         Log: add execute bit to files with shebang lines in the repository;
52297              avoid clobbering execute bit in Porting/makerel 
52298      Branch: maint-5.6/perl
52299            ! (edit 144 files)
52300 ____________________________________________________________________________
52301 [  9311] By: jhi                                   on 2001/03/23  14:25:35
52302         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
52303      Branch: perl
52304            ! MANIFEST
52305 ____________________________________________________________________________
52306 [  9310] By: jhi                                   on 2001/03/23  13:45:04
52307         Log: Subject: [PATCH] Net::Ping
52308              From: Colin McMillen <mcmi0037@tc.umn.edu>
52309              Date: Thu, 22 Mar 2001 19:30:31 -0600
52310              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
52311      Branch: perl
52312            ! lib/Net/Ping.pm
52313 ____________________________________________________________________________
52314 [  9309] By: jhi                                   on 2001/03/23  13:39:13
52315         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
52316      Branch: perl
52317            ! t/lib/md5-aaa.t t/lib/md5-file.t
52318 ____________________________________________________________________________
52319 [  9308] By: jhi                                   on 2001/03/23  13:20:34
52320         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
52321              - bump the version to 2.14
52322              - drop the base64 tests since they require MIME::Base64
52323              - drop the rfc1321.txt
52324              - drop the hints/dec_osf.pl since it's only needed for
52325              pre-5.005_03 Perls
52326              Todo:
52327              - the U32 alignment testing is now removed; it needs to
52328              be reintroduced as as a Config variable (meaning also
52329              as a Configure test)
52330              - get the new EBCDIC md5sum for MD5.pm
52331              - test in Win32 to see how badly I botched the makefiles
52332      Branch: perl
52333            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
52334            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
52335            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
52336            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
52337            + t/lib/md5-file.t
52338            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
52339            ! win32/Makefile win32/makefile.mk
52340 ____________________________________________________________________________
52341 [  9307] By: jhi                                   on 2001/03/23  12:56:14
52342         Log: Integrate change #9306 from maintperl into mainline,
52343              AIX dynaloader for AIXes without <load.h>.
52344      Branch: perl
52345           !> ext/DynaLoader/hints/aix.pl
52346 ____________________________________________________________________________
52347 [  9306] By: jhi                                   on 2001/03/23  12:51:36
52348         Log: There are AIXes without /usr/include/load.h,
52349              patch from H.Merijn Brand.
52350      Branch: maint-5.6/perl
52351            ! ext/DynaLoader/hints/aix.pl
52352 ____________________________________________________________________________
52353 [  9305] By: nick                                  on 2001/03/23  11:00:42
52354         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
52355      Branch: perlio
52356            ! ext/Encode/Encode.xs perlio.c perlio.h
52357 ____________________________________________________________________________
52358 [  9304] By: nick                                  on 2001/03/23  10:20:46
52359         Log: Render -Duseperlio functional again.
52360              - this is "quick fix" which calls PerlIO_apply_layers after opening,
52361              which is what old scheme did. New scheme needs to change that
52362              to make open(...,\$scalar) etc. work but this will do for now.
52363      Branch: perlio
52364            ! perlio.c
52365 ____________________________________________________________________________
52366 [  9303] By: nick                                  on 2001/03/23  09:53:20
52367         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
52368              -Uuseperlio now works again.
52369              -Duseperlio is still poorly. Don't merge yet...
52370      Branch: perlio
52371            ! doio.c perlio.h
52372 ____________________________________________________________________________
52373 [  9302] By: nick                                  on 2001/03/22  22:26:51
52374         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
52375              type code.
52376              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
52377              is its main caller. In particular now has access to "extra" args, and
52378              can tell when an open handle is "reopened" (or duped?).
52379              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
52380              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
52381              PerlIO_open() et. al. (i.e. other way round).
52382              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
52383              with args close to PerlIO_openn().
52384      Branch: perlio
52385            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
52386 ____________________________________________________________________________
52387 [  9301] By: jhi                                   on 2001/03/22  20:58:04
52388         Log: Integrate perlio.
52389      Branch: perl
52390           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
52391           !> t/io/open.t util.c
52392 ____________________________________________________________________________
52393 [  9300] By: nick                                  on 2001/03/22  17:36:32
52394         Log: Don't include $@ in not ok message.
52395      Branch: perlio
52396            ! t/io/open.t
52397 ____________________________________________________________________________
52398 [  9299] By: gsar                                  on 2001/03/22  16:53:45
52399         Log: back out changes#7532,7521 for now (appears to have problems
52400              on IRIX)
52401      Branch: maint-5.6/perl
52402            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52403            ! ext/POSIX/typemap pod/perlvar.pod
52404 ____________________________________________________________________________
52405 [  9298] By: nick                                  on 2001/03/22  14:35:46
52406         Log: Give a meaning to '&' in n-arg open case:
52407              open($fh,"<&",$scalar);
52408              $scalar can be:
52409              - an integer which does "fdopen"
52410              open($fh,"<&",2); # like open($fh,"<&2")
52411              - something that will yield a file handle via sv_2io()
52412              useful for dup'ing anonymous handles.
52413              e.g.:
52414              open(my $fh,"<&",\*STDIN);
52415              open(my $dup,"<&",$fh);
52416      Branch: perlio
52417            ! doio.c t/io/open.t
52418 ____________________________________________________________________________
52419 [  9297] By: nick                                  on 2001/03/22  13:34:35
52420         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
52421      Branch: perlio
52422            ! util.c
52423 ____________________________________________________________________________
52424 [  9296] By: nick                                  on 2001/03/22  12:51:20
52425         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
52426      Branch: perlio
52427            ! perl.c
52428 ____________________________________________________________________________
52429 [  9295] By: nick                                  on 2001/03/22  11:59:44
52430         Log: If stdin, stdout or stderr get opened in unexpected read/write state
52431              then warn at time of open not at time of use.
52432      Branch: perlio
52433            ! doio.c pp_hot.c pp_sys.c
52434 ____________________________________________________________________________
52435 [  9294] By: nick                                  on 2001/03/22  10:54:35
52436         Log: Die on n-arg open(...,"",xxx,yyy,...)
52437              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
52438              - die on read/write cases so we can decide what it means later.
52439      Branch: perlio
52440            ! doio.c embed.pl iperlsys.h util.c
52441 ____________________________________________________________________________
52442 [  9293] By: nick                                  on 2001/03/22  09:02:45
52443         Log: perlio tweaks (reported by Nick Clark)
52444              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
52445              error check in Pendinf_read().
52446      Branch: perlio
52447            ! perlio.c
52448 ____________________________________________________________________________
52449 [  9292] By: gsar                                  on 2001/03/22  07:12:00
52450         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
52451              fixes)
52452      Branch: maint-5.6/perl
52453           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
52454 ____________________________________________________________________________
52455 [  9291] By: jhi                                   on 2001/03/22  06:06:44
52456         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
52457      Branch: perl
52458            ! t/op/re_tests
52459 ____________________________________________________________________________
52460 [  9290] By: jhi                                   on 2001/03/22  05:57:01
52461         Log: Move MacOS Classic higher in the list of supported platforms.
52462      Branch: maint-5.6/perl
52463            ! pod/perlport.pod
52464 ____________________________________________________________________________
52465 [  9289] By: gsar                                  on 2001/03/22  05:35:04
52466         Log: revert part of change#6438 for compatibility (av_reify()
52467              appears to be needed to implement av_splice()ish things
52468              in XS)
52469      Branch: maint-5.6/perl
52470            ! embed.pl global.sym objXSUB.h perlapi.c
52471 ____________________________________________________________________________
52472 [  9288] By: gsar                                  on 2001/03/22  03:09:19
52473         Log: update copyright year
52474      Branch: maint-5.6/perl
52475            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
52476            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
52477            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
52478            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
52479            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
52480            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
52481            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
52482            ! x2p/walk.c
52483 ____________________________________________________________________________
52484 [  9287] By: jhi                                   on 2001/03/21  20:30:54
52485         Log: Integrate perlio.
52486      Branch: perl
52487           !> ext/Data/Dumper/Dumper.xs
52488 ____________________________________________________________________________
52489 [  9286] By: gsar                                  on 2001/03/21  19:49:54
52490         Log: makefile.mk tweak
52491      Branch: maint-5.6/perl
52492            ! win32/Makefile win32/makefile.mk
52493 ____________________________________________________________________________
52494 [  9285] By: nick                                  on 2001/03/21  19:07:13
52495         Log: Multiplicity fix for Dumper.
52496      Branch: perlio
52497            ! ext/Data/Dumper/Dumper.xs
52498 ____________________________________________________________________________
52499 [  9284] By: nick                                  on 2001/03/21  19:01:07
52500         Log: Integrate mainline - (does not build xTHX issue in Dumper).
52501      Branch: perlio
52502           !> (integrate 27 files)
52503 ____________________________________________________________________________
52504 [  9283] By: jhi                                   on 2001/03/21  17:17:35
52505         Log: Integrate change #9282 from mainline into maintperl,
52506              4-arg UTF-8 substr().
52507      Branch: maint-5.6/perl
52508           !> pp.c
52509 ____________________________________________________________________________
52510 [  9282] By: jhi                                   on 2001/03/21  17:15:43
52511         Log: The #9270 would have leaked a scalar if pp_substr()
52512              returned early.
52513      Branch: perl
52514            ! pp.c
52515 ____________________________________________________________________________
52516 [  9281] By: gsar                                  on 2001/03/21  17:03:14
52517         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
52518      Branch: maint-5.6/perl
52519            ! win32/makefile.mk
52520 ____________________________________________________________________________
52521 [  9280] By: gsar                                  on 2001/03/21  17:01:20
52522         Log: some tweaks to change#9278 (fork() emulation should be enabled
52523              by setting BUILD_FLAVOR instead of changing the defaults)
52524      Branch: maint-5.6/perl
52525            ! win32/makefile.mk
52526 ____________________________________________________________________________
52527 [  9279] By: gsar                                  on 2001/03/21  16:47:19
52528         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
52529      Branch: maint-5.6/perl
52530            ! ext/File/Glob/Glob.pm
52531           !> lib/Cwd.pm
52532 ____________________________________________________________________________
52533 [  9278] By: jhi                                   on 2001/03/21  14:35:10
52534         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
52535              From: "Vadim Konovalov" <watman@inbox.ru>
52536              Date: Wed, 21 Mar 2001 01:53:51 +0300
52537              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
52538      Branch: maint-5.6/perl
52539            ! win32/makefile.mk win32/win32sck.c
52540 ____________________________________________________________________________
52541 [  9277] By: jhi                                   on 2001/03/21  13:58:28
52542         Log: Integrate change #9270 from mainline to maintperl:
52543              continued 4-arg UTF-8 substr() fixing.
52544      Branch: maint-5.6/perl
52545           !> pp.c t/op/substr.t
52546 ____________________________________________________________________________
52547 [  9276] By: jhi                                   on 2001/03/21  13:33:00
52548         Log: More pixie cleaning.
52549      Branch: perl
52550            ! Makefile.SH
52551 ____________________________________________________________________________
52552 [  9275] By: jhi                                   on 2001/03/21  03:54:17
52553         Log: Update Changes.
52554      Branch: perl
52555            ! Changes patchlevel.h
52556 ____________________________________________________________________________
52557 [  9274] By: jhi                                   on 2001/03/21  03:48:24
52558         Log: First stab at making Data::Dumper to grok Unicode.
52559              
52560              TODO: tests, EBCDICify.
52561      Branch: perl
52562            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
52563 ____________________________________________________________________________
52564 [  9273] By: jhi                                   on 2001/03/21  02:23:00
52565         Log: Fix for
52566              
52567              Subject: Memory leak in unquoted print   
52568              From: Benjamin Sugars <bsugars@canoe.ca> 
52569              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
52570              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
52571      Branch: perl
52572            ! perlio.c
52573 ____________________________________________________________________________
52574 [  9272] By: jhi                                   on 2001/03/21  01:33:17
52575         Log: Subject: Re: [PATCH] POSIX::getcwd()
52576              From: Benjamin Sugars <bsugars@canoe.ca> 
52577              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
52578              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
52579      Branch: perl
52580            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52581 ____________________________________________________________________________
52582 [  9271] By: jhi                                   on 2001/03/21  01:22:52
52583         Log: Subject: [PATCH] Cwd.pm docs
52584              From: Benjamin Sugars <bsugars@canoe.ca>
52585              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
52586              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
52587      Branch: perl
52588            ! lib/Cwd.pm
52589 ____________________________________________________________________________
52590 [  9270] By: jhi                                   on 2001/03/21  01:16:29
52591         Log: Continue 4-arg substr() UTF-8 fixage.
52592      Branch: perl
52593            ! pp.c t/op/substr.t
52594 ____________________________________________________________________________
52595 [  9269] By: jhi                                   on 2001/03/21  00:46:14
52596         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
52597              
52598              revert the leak fix in change#9142 (problem needs a more experimental
52599              fix unsuitable for 5.6.1)
52600              
52601              do alphabetical sorting by default (for csh compatibility)
52602              
52603              cut-n-paste goof in change#9264
52604              
52605              VMS piping fixes (from Charles Lane)
52606      Branch: perl
52607           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
52608           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
52609           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
52610 ____________________________________________________________________________
52611 [  9268] By: jhi                                   on 2001/03/21  00:37:04
52612         Log: Integrate perlio.
52613      Branch: perl
52614           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
52615           !> utf8.c utf8.h utfebcdic.h
52616 ____________________________________________________________________________
52617 [  9267] By: nick                                  on 2001/03/20  20:04:39
52618         Log: More EBCDIC stuff:
52619              - Loose the extra level of function on ASCII.
52620              - spotted a chr(0) issue in sv.c
52621              - re-work of UTF-X tr/// ranges to work in Unicode
52622              space. Still issues with the "0xff is illegal UTF-8" hack.
52623              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
52624              (why do it once when you can do it all over the place :-(
52625              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
52626              need utf8.pm for swashes.
52627              - Simplified and commented scan_const() in toke.c
52628              Still something wrong regexp and tr (swashes?).
52629      Branch: perlio
52630            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
52631            ! utf8.c utf8.h utfebcdic.h
52632 ____________________________________________________________________________
52633 [  9266] By: gsar                                  on 2001/03/20  19:16:43
52634         Log: VMS piping fixes (from Charles Lane)
52635      Branch: maint-5.6/perl
52636            ! vms/vms.c vms/vmspipe.com
52637 ____________________________________________________________________________
52638 [  9265] By: gsar                                  on 2001/03/20  17:53:52
52639         Log: cut-n-paste goof in change#9264
52640      Branch: maint-5.6/perl
52641            ! ext/File/Glob/Glob.xs
52642 ____________________________________________________________________________
52643 [  9264] By: gsar                                  on 2001/03/20  17:43:47
52644         Log: do alphabetical sorting by default (for csh compatibility);
52645              bsd_glob() does ASCII sort by default as usual, unless
52646              GLOB_ALPHASORT was specified
52647      Branch: maint-5.6/perl
52648            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
52649            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
52650            ! ext/File/Glob/bsd_glob.h
52651 ____________________________________________________________________________
52652 [  9263] By: gsar                                  on 2001/03/20  16:40:08
52653         Log: integrate change#9255 from mainline (unicode fix)
52654              
52655              substr($bytestr, i, n, $charstr)
52656      Branch: maint-5.6/perl
52657           !> Todo-5.6 pp.c t/op/substr.t
52658 ____________________________________________________________________________
52659 [  9262] By: gsar                                  on 2001/03/20  15:57:41
52660         Log: revert the leak fix in change#9142 (problem needs a more experimental
52661              fix unsuitable for 5.6.1)
52662      Branch: maint-5.6/perl
52663            ! scope.c
52664 ____________________________________________________________________________
52665 [  9261] By: jhi                                   on 2001/03/20  14:26:25
52666         Log: Integrate changes #9259,9260 from maintperl into mainline.
52667              
52668              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
52669              
52670              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
52671      Branch: perl
52672           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
52673 ____________________________________________________________________________
52674 [  9260] By: jhi                                   on 2001/03/20  14:05:46
52675         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
52676              From: Robin Barker <rmb1@cise.npl.co.uk>
52677              Date: Tue, 20 Mar 2001 10:12:04 GMT
52678              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
52679      Branch: maint-5.6/perl
52680            ! run.c
52681 ____________________________________________________________________________
52682 [  9259] By: jhi                                   on 2001/03/20  14:04:39
52683         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
52684              From: Chris Nandor <pudge@pobox.com>
52685              Date: Tue, 20 Mar 2001 00:40:56 -0500
52686              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
52687      Branch: maint-5.6/perl
52688            ! ext/POSIX/POSIX.xs lib/File/Path.pm
52689 ____________________________________________________________________________
52690 [  9258] By: jhi                                   on 2001/03/20  05:09:34
52691         Log: Update Changes.
52692      Branch: perl
52693            ! Changes patchlevel.h
52694 ____________________________________________________________________________
52695 [  9257] By: jhi                                   on 2001/03/20  05:04:25
52696         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
52697      Branch: perl
52698            ! t/op/tr.t
52699 ____________________________________________________________________________
52700 [  9256] By: jhi                                   on 2001/03/20  04:43:12
52701         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
52702              From: Peter Prymmer <pvhp@forte.com>
52703              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
52704              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
52705      Branch: maint-5.6/perl
52706            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
52707 ____________________________________________________________________________
52708 [  9255] By: jhi                                   on 2001/03/19  23:17:17
52709         Log: substr($bytestr, i, n, $charstr)
52710              
52711              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
52712      Branch: perl
52713            ! Todo-5.6 pp.c t/op/substr.t
52714 ____________________________________________________________________________
52715 [  9254] By: jhi                                   on 2001/03/19  22:25:09
52716         Log: Rearrange the make test target prerequisites so that
52717              in a parallel make 'all' is finished before 'test'.
52718      Branch: perl
52719            ! Makefile.SH
52720 ____________________________________________________________________________
52721 [  9253] By: jhi                                   on 2001/03/19  21:48:07
52722         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
52723              From: Robin Houston <robin@kitsite.com>
52724              Date: Mon, 19 Mar 2001 15:48:41 +0000
52725              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
52726      Branch: perl
52727            ! pp_ctl.c
52728 ____________________________________________________________________________
52729 [  9252] By: jhi                                   on 2001/03/19  21:42:27
52730         Log: Integrate perlio.
52731      Branch: perl
52732           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
52733           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
52734           !> utfebcdic.h vms/perly_c.vms
52735 ____________________________________________________________________________
52736 [  9251] By: jhi                                   on 2001/03/19  21:31:28
52737         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
52738              
52739              Dynaloading in 64-bit AIX with vac.
52740      Branch: perl
52741           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
52742           !> hints/aix.sh
52743 ____________________________________________________________________________
52744 [  9250] By: jhi                                   on 2001/03/19  21:18:00
52745         Log: A more robust solution for the 64bitall AIX dynaloading
52746              problem, from Jens-Uwe Mager.
52747      Branch: maint-5.6/perl
52748            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
52749 ____________________________________________________________________________
52750 [  9249] By: nick                                  on 2001/03/19  20:59:37
52751         Log: Integrate mainline.
52752      Branch: perlio
52753           !> (integrate 42 files)
52754 ____________________________________________________________________________
52755 [  9248] By: nick                                  on 2001/03/19  20:22:07
52756         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
52757              (Building on OS390 uses native YACC and YYDEBUG has other
52758              side effects.)
52759      Branch: perlio
52760            ! perly.c perly.y vms/perly_c.vms
52761 ____________________________________________________________________________
52762 [  9247] By: jhi                                   on 2001/03/19  19:59:53
52763         Log: 64-bit AIX dynaloading problem (see #9244) idea
52764              from Jens-Uwe Mager.
52765      Branch: maint-5.6/perl
52766            ! ext/DynaLoader/dl_aix.xs
52767 ____________________________________________________________________________
52768 [  9246] By: nick                                  on 2001/03/19  19:27:57
52769         Log: More EBCDIC fixes.
52770      Branch: perlio
52771            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
52772            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
52773 ____________________________________________________________________________
52774 [  9245] By: jhi                                   on 2001/03/19  19:05:19
52775         Log: Integrate change #9243 from mainline into maintperl.
52776              
52777              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
52778      Branch: maint-5.6/perl
52779           !> README.vmesa
52780 ____________________________________________________________________________
52781 [  9244] By: jhi                                   on 2001/03/19  19:03:15
52782         Log: Get 64bitall AIX building, but still does not test okay:
52783              dynaloading anything fails, for example for op/defins:
52784              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
52785              (update: fixed by #9247,9250)
52786      Branch: maint-5.6/perl
52787            ! hints/aix.sh
52788 ____________________________________________________________________________
52789 [  9243] By: jhi                                   on 2001/03/19  19:00:16
52790         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
52791              From: Robin Barker <rmb1@cise.npl.co.uk>
52792              Date: Mon, 19 Mar 2001 18:01:57 GMT
52793              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
52794      Branch: perl
52795            ! README.vmesa
52796 ____________________________________________________________________________
52797 [  9242] By: jhi                                   on 2001/03/19  18:58:43
52798         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
52799              
52800              TODO: tests.
52801      Branch: perl
52802            ! doop.c op.c
52803 ____________________________________________________________________________
52804 [  9241] By: gsar                                  on 2001/03/19  17:34:46
52805         Log: VMSify tests (from Charles Lane)
52806      Branch: maint-5.6/perl
52807            ! t/lib/filehand.t t/lib/texttabs.t
52808 ____________________________________________________________________________
52809 [  9240] By: jhi                                   on 2001/03/19  14:24:26
52810         Log: Integrate change #9233 from maintperl into mainline.
52811              
52812              some refcounts were incorrect in perl_clone()
52813      Branch: perl
52814           !> sv.c
52815 ____________________________________________________________________________
52816 [  9239] By: gsar                                  on 2001/03/19  09:23:17
52817         Log: this is 5.6.1-trial3
52818      Branch: maint-5.6/perl
52819            ! Changes
52820 ____________________________________________________________________________
52821 [  9238] By: gsar                                  on 2001/03/19  08:47:04
52822         Log: some new symbols are only available under ithreads
52823      Branch: maint-5.6/perl
52824            ! makedef.pl
52825 ____________________________________________________________________________
52826 [  9237] By: gsar                                  on 2001/03/19  08:42:28
52827         Log: update patchlevel.h, Changes, &c.
52828      Branch: maint-5.6/perl
52829            ! Changes patchlevel.h pod/perlhist.pod
52830           !> AUTHORS
52831 ____________________________________________________________________________
52832 [  9236] By: gsar                                  on 2001/03/19  08:17:49
52833         Log: integrate changes#8068,8717 from mainline
52834              
52835              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
52836              
52837              [PATCH CPAN 1.59_51] warning message (not!)
52838      Branch: maint-5.6/perl
52839           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
52840           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
52841           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
52842           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
52843           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
52844 ____________________________________________________________________________
52845 [  9235] By: gsar                                  on 2001/03/19  08:07:09
52846         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
52847              
52848              [PATCH] Add missing CV flags to dump.c
52849              
52850              Re: [patch] Re: PL_ptr_table
52851              
52852              Fixup non-ithread build after 8713
52853              
52854              Generated files form 8713 etc.
52855              
52856              Correct the correction :-(
52857              
52858              Documenting coderef @INC (Re: CPAN "make this script work" feature)
52859              
52860              Subject: Re: sync sync sync: have I missed any patches?
52861              Replace djSP with dSP.
52862      Branch: maint-5.6/perl
52863           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
52864           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
52865           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
52866           !> sv.c sv.h win32/perlhost.h
52867 ____________________________________________________________________________
52868 [  9234] By: gsar                                  on 2001/03/19  07:22:05
52869         Log: revert the change#9090 integrate for now (change looks somewhat
52870              incomplete in that [ha]v_exists() need something similar; lacks
52871              tests; &c.)
52872      Branch: maint-5.6/perl
52873            ! hv.c
52874 ____________________________________________________________________________
52875 [  9233] By: gsar                                  on 2001/03/19  07:10:01
52876         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
52877              destruction when there are unreferenced scalars (SvREFCNT==0)
52878      Branch: maint-5.6/perl
52879            ! sv.c
52880 ____________________________________________________________________________
52881 [  9232] By: jhi                                   on 2001/03/19  05:11:02
52882         Log: Regen api and toc.
52883      Branch: maint-5.6/perl
52884            ! pod/perlapi.pod pod/perltoc.pod
52885 ____________________________________________________________________________
52886 [  9231] By: jhi                                   on 2001/03/19  04:06:03
52887         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
52888              add a lost line in pp.c:pp_chop(), update to new op/chop.
52889              
52890              Clarify the description differentiating for and while; inspired by
52891              
52892              Subject: [ID 20010306.004] || != named unary operator
52893              
52894              The $Is_MacOS needs to be declared.
52895      Branch: maint-5.6/perl
52896            ! pp.c t/op/chop.t
52897           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
52898 ____________________________________________________________________________
52899 [  9230] By: jhi                                   on 2001/03/19  03:48:16
52900         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
52901              9079,9083,9089,9090,9091 from mainline to maintperl.
52902              
52903              Quieten some noise in Win32 builds
52904              
52905              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
52906              
52907              The perlretut was still talking about the old \p and \P
52908              definitions.
52909              
52910              More tweakage on the Unicode character class descriptions.
52911              
52912              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
52913              
52914              Subject: 'no *POSIX' Patch speeding up make on BS2000 
52915              
52916              Subject: [PATCH] perldata.pod here-doc docs
52917              
52918              Add /sbin and /usr/sbin to the list of directories scanned
52919              for setuid programs.  Takes care of bug id 20010309.003.
52920              
52921              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
52922              
52923              In op/stat #35 better to scan all the potential directories
52924              for setuids, not just the first one.
52925      Branch: maint-5.6/perl
52926            ! Makefile.SH
52927           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
52928           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
52929           !> t/op/stat.t toke.c win32/win32.h
52930 ____________________________________________________________________________
52931 [  9229] By: jhi                                   on 2001/03/19  02:31:50
52932         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
52933              From: Chris Nandor <pudge@pobox.com>
52934              Date: Sat, 10 Mar 2001 14:22:19 -0500
52935              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
52936      Branch: maint-5.6/perl
52937            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
52938            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
52939            ! t/lib/b.t t/lib/errno.t
52940 ____________________________________________________________________________
52941 [  9228] By: jhi                                   on 2001/03/19  02:29:59
52942         Log: Integrate changes #9113,9122 from mainline into maintperl.
52943              
52944              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?)
52945      Branch: maint-5.6/perl
52946           !> Configure README.os390 hints/os390.sh
52947 ____________________________________________________________________________
52948 [  9227] By: jhi                                   on 2001/03/19  02:22:35
52949         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
52950              into maintperl.
52951              
52952              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
52953              
52954              Forgot to check-in the larger part of #9120, duh.
52955              
52956              Subject: Another patch for integer.pm POD 
52957              
52958              h2ph strictness and cleanliness from Kurt Starsinic.
52959              
52960              Borland filename case problem.
52961              
52962              h2ph strictness and cleanliness from Kurt Starsinic.
52963              
52964              Subject: [PATCH] the uncontroversial doc patches
52965      Branch: maint-5.6/perl
52966           +> win32/sncfnmcs.pl
52967           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
52968           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
52969           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
52970           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
52971           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
52972           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
52973           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
52974 ____________________________________________________________________________
52975 [  9226] By: jhi                                   on 2001/03/19  02:10:21
52976         Log: Integrate changes #9207,9214 from mainline into maintperl.
52977              
52978              podchecker relaxations: =over has an *optional* number after it,
52979              and whitespace in L<> is okay.
52980      Branch: maint-5.6/perl
52981           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
52982           !> t/pod/poderrs.xr
52983 ____________________________________________________________________________
52984 [  9225] By: jhi                                   on 2001/03/19  02:07:38
52985         Log: Integrate change #9219 from maintperl into mainline.
52986              
52987              remove duplicated tests
52988      Branch: perl
52989           !> t/op/re_tests
52990 ____________________________________________________________________________
52991 [  9224] By: jhi                                   on 2001/03/19  02:06:11
52992         Log: Integrate change #9223 from mainline to maintperl.
52993              
52994              Document -Dmksymlinks.
52995      Branch: maint-5.6/perl
52996           !> INSTALL
52997 ____________________________________________________________________________
52998 [  9223] By: jhi                                   on 2001/03/19  02:01:25
52999         Log: Document -Dmksymlinks.
53000      Branch: perl
53001            ! INSTALL
53002 ____________________________________________________________________________
53003 [  9222] By: jhi                                   on 2001/03/19  01:15:35
53004         Log: The -Dmksymlinks wasn't working for maintperl.
53005      Branch: maint-5.6/perl
53006            ! Configure
53007 ____________________________________________________________________________
53008 [  9221] By: jhi                                   on 2001/03/19  00:49:43
53009         Log: Cleanup pixie residue.
53010      Branch: perl
53011            ! Makefile.SH
53012 ____________________________________________________________________________
53013 [  9220] By: jhi                                   on 2001/03/19  00:44:47
53014         Log: Document the use of pixie/prof; create make targets for it.
53015              
53016              TODO: make t/TEST pixie-aware.
53017      Branch: perl
53018            ! Makefile.SH pod/perlhack.pod
53019 ____________________________________________________________________________
53020 [  9219] By: gsar                                  on 2001/03/19  00:16:55
53021         Log: remove duplicated tests
53022      Branch: maint-5.6/perl
53023            ! t/op/re_tests
53024 ____________________________________________________________________________
53025 [  9218] By: jhi                                   on 2001/03/18  23:59:31
53026         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
53027      Branch: perl
53028            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
53029 ____________________________________________________________________________
53030 [  9217] By: jhi                                   on 2001/03/18  23:25:20
53031         Log: Rewrite the tests section of Makefile to be less redundant
53032              and to allow for more flexible test targets, many recursive
53033              make calls introduced.
53034      Branch: perl
53035            ! Makefile.SH
53036 ____________________________________________________________________________
53037 [  9216] By: jhi                                   on 2001/03/18  22:30:04
53038         Log: Document the use of Third Degree (sparsely).
53039      Branch: perl
53040            ! pod/perlhack.pod t/TEST
53041 ____________________________________________________________________________
53042 [  9215] By: jhi                                   on 2001/03/18  22:10:30
53043         Log: Make targets for testing with Third Degree.
53044      Branch: perl
53045            ! Makefile.SH
53046 ____________________________________________________________________________
53047 [  9214] By: jhi                                   on 2001/03/18  21:08:53
53048         Log: The podchecker relaxations need to mirrored also at the tests.
53049      Branch: perl
53050            ! t/pod/poderrs.xr
53051 ____________________________________________________________________________
53052 [  9213] By: jhi                                   on 2001/03/18  20:56:21
53053         Log: Update Changes.
53054      Branch: perl
53055            ! Changes patchlevel.h
53056 ____________________________________________________________________________
53057 [  9212] By: jhi                                   on 2001/03/18  20:36:59
53058         Log: Looking for config.sh in parent directories isn't
53059              very useful for the toplevel Makefile.
53060      Branch: perl
53061            ! Makefile.SH
53062 ____________________________________________________________________________
53063 [  9211] By: jhi                                   on 2001/03/18  20:33:37
53064         Log: On "make clean" take care of Third Degree droppings.
53065      Branch: perl
53066            ! Makefile.SH
53067 ____________________________________________________________________________
53068 [  9210] By: jhi                                   on 2001/03/18  20:21:34
53069         Log: Add a hook for running the tests under the Third Degree
53070              debugging tool (set $ENV{PERL_3LOG} to non-zero)
53071              
53072              TODO: Document the use of Third Degree.
53073      Branch: perl
53074            ! t/TEST
53075 ____________________________________________________________________________
53076 [  9209] By: jhi                                   on 2001/03/18  20:19:07
53077         Log: Regen toc and api pods.
53078      Branch: perl
53079            ! pod/perlapi.pod pod/perltoc.pod
53080 ____________________________________________________________________________
53081 [  9208] By: jhi                                   on 2001/03/18  20:12:12
53082         Log: Integrate changes #8128,9132 from mainline into maintperl,
53083              Tie::SubstrHash fixes.
53084      Branch: maint-5.6/perl
53085           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
53086 ____________________________________________________________________________
53087 [  9207] By: jhi                                   on 2001/03/18  20:07:43
53088         Log: podchecker relaxations from Michael Stevens.
53089      Branch: perl
53090            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
53091 ____________________________________________________________________________
53092 [  9206] By: jhi                                   on 2001/03/18  20:04:24
53093         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
53094      Branch: perl
53095            ! lib/Locale/Constants.pm lib/Locale/Country.pm
53096            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
53097            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
53098 ____________________________________________________________________________
53099 [  9205] By: jhi                                   on 2001/03/18  19:54:45
53100         Log: Integrate changes #9161,9162 from maintperl to mainline.
53101              
53102              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
53103              results
53104      Branch: perl
53105           !> t/op/magic.t
53106 ____________________________________________________________________________
53107 [  9204] By: jhi                                   on 2001/03/18  19:37:46
53108         Log: Make perl.third checks more understandable to the builder.
53109      Branch: perl
53110            ! Makefile.SH
53111 ____________________________________________________________________________
53112 [  9203] By: jhi                                   on 2001/03/18  19:20:54
53113         Log: Re-integrate #9138 from maintperl to mainline,
53114              the squelching of the unneeded "Scalars leaked" messages.
53115      Branch: perl
53116           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
53117           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
53118           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
53119 ____________________________________________________________________________
53120 [  9202] By: jhi                                   on 2001/03/18  18:48:36
53121         Log: More robust and more paranoid perl.third target.
53122      Branch: perl
53123            ! Makefile.SH
53124 ____________________________________________________________________________
53125 [  9201] By: jhi                                   on 2001/03/18  18:39:21
53126         Log: Integrate change #9197 from maintperl to mainline.
53127              
53128              more thorough cleaning of arenas.
53129      Branch: perl
53130           !> embed.pl perl.c proto.h sv.c t/op/sort.t
53131 ____________________________________________________________________________
53132 [  9200] By: jhi                                   on 2001/03/18  18:25:17
53133         Log: Integrate perlio.
53134      Branch: perl
53135           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
53136           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
53137           !> t/lib/encode.t toke.c universal.c utf8.c
53138 ____________________________________________________________________________
53139 [  9199] By: nick                                  on 2001/03/18  15:23:51
53140         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
53141              is the sense of the test being done. Avoid some magical 127 and 128 values
53142              by using macros.
53143      Branch: perlio
53144            ! doop.c pp_ctl.c sv.c toke.c
53145 ____________________________________________________________________________
53146 [  9198] By: nick                                  on 2001/03/18  14:18:12
53147         Log: UTF-X encoding invariance for Encode:
53148              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
53149              - move the XS code for those to universal.c (so in miniperl)
53150              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
53151              - change ext/Encode/compile to use above.
53152              - Fix t/lib/encode.t for above
53153              - Teach t/lib/b.t to expect -uutf8
53154              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
53155              utf8.pm is needed.
53156      Branch: perlio
53157            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
53158            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
53159 ____________________________________________________________________________
53160 [  9197] By: gsar                                  on 2001/03/18  12:15:57
53161         Log: more thorough cleaning of arenas--keep going until no more
53162              SvREFCNT_dec()s occur (this fixes the problem that causes the
53163              pesky "Scalars leaked" warnings)
53164      Branch: maint-5.6/perl
53165            ! embed.pl perl.c proto.h sv.c t/op/sort.t
53166 ____________________________________________________________________________
53167 [  9196] By: nick                                  on 2001/03/18  10:57:29
53168         Log: Fix pragma/utf8.t # 15
53169              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
53170              are SvUTF8 as well.
53171      Branch: perlio
53172            ! toke.c
53173 ____________________________________________________________________________
53174 [  9195] By: nick                                  on 2001/03/18  09:27:06
53175         Log: Integrate mainline
53176      Branch: perlio
53177           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
53178           !> t/op/pat.t
53179 ____________________________________________________________________________
53180 [  9194] By: jhi                                   on 2001/03/18  05:29:59
53181         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
53182              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
53183      Branch: perl
53184            ! op.c op.h t/op/misc.t t/op/pat.t
53185 ____________________________________________________________________________
53186 [  9193] By: jhi                                   on 2001/03/18  05:15:06
53187         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
53188      Branch: perl
53189            ! mg.c t/op/pat.t
53190 ____________________________________________________________________________
53191 [  9192] By: jhi                                   on 2001/03/18  04:22:43
53192         Log: tr/// UTF-8 patches from Inaba Hiroto.
53193      Branch: perl
53194            ! doop.c op.c
53195 ____________________________________________________________________________
53196 [  9191] By: jhi                                   on 2001/03/18  04:21:17
53197         Log: Integrate perlio.
53198      Branch: perl
53199           !> utf8.c utfebcdic.h
53200 ____________________________________________________________________________
53201 [  9190] By: nick                                  on 2001/03/17  20:32:01
53202         Log: Correct #if EBCDIC side typos.
53203              Builds and passes many tests on OS390.
53204      Branch: perlio
53205            ! utf8.c utfebcdic.h
53206 ____________________________________________________________________________
53207 [  9189] By: jhi                                   on 2001/03/17  18:55:49
53208         Log: Add prerequisites for the perl.third target.
53209      Branch: perl
53210            ! Makefile.SH
53211 ____________________________________________________________________________
53212 [  9188] By: jhi                                   on 2001/03/17  18:46:00
53213         Log: Integrate perlio.
53214      Branch: perl
53215           +> utfebcdic.h
53216           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
53217 ____________________________________________________________________________
53218 [  9187] By: jhi                                   on 2001/03/17  18:38:47
53219         Log: Add a make rule for perl.third (the Third Degree memory debugging
53220              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
53221      Branch: perl
53222            ! Makefile.SH
53223 ____________________________________________________________________________
53224 [  9186] By: nick                                  on 2001/03/17  18:34:48
53225         Log: MANIFEST addition :-(
53226      Branch: perlio
53227            ! MANIFEST
53228 ____________________________________________________________________________
53229 [  9185] By: nick                                  on 2001/03/17  18:29:50
53230         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
53231              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
53232              a superset of ASCII are invariant under the encoding. This is EBCDIC
53233              friendly as an encoded string can be looked at as being EBCDIC by lexer
53234              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
53235              ASCII on ASCII machines.
53236              
53237              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
53238              seperate.
53239              - Add some more macros to comprehend different shift amounts and
53240              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
53241              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
53242              and conditionally #include it.
53243              
53244              EBCDIC build as yet untested.  ASCII still fails the one test.
53245      Branch: perlio
53246            + utfebcdic.h
53247            ! utf8.c utf8.h
53248 ____________________________________________________________________________
53249 [  9184] By: nick                                  on 2001/03/17  17:44:16
53250         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
53251      Branch: perlio
53252            ! doop.c perl.h pp.c utf8.h
53253 ____________________________________________________________________________
53254 [  9183] By: jhi                                   on 2001/03/17  15:55:42
53255         Log: Integrate perlio.
53256      Branch: perl
53257            ! MANIFEST
53258           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
53259 ____________________________________________________________________________
53260 [  9182] By: nick                                  on 2001/03/17  09:16:06
53261         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
53262      Branch: perlio
53263            ! t/op/pat.t
53264 ____________________________________________________________________________
53265 [  9181] By: nick                                  on 2001/03/17  09:15:11
53266         Log: Integrate mainline.
53267      Branch: perlio
53268           +> lib/Locale/Constants.pm lib/Locale/Country.pm
53269           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
53270           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
53271           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
53272           !> (integrate 83 files)
53273 ____________________________________________________________________________
53274 [  9180] By: nick                                  on 2001/03/16  17:23:21
53275         Log: EBCDIC Fixes.
53276      Branch: perlio
53277            ! perl.h sv.c toke.c utf8.c utf8.h
53278 ____________________________________________________________________________
53279 [  9179] By: jhi                                   on 2001/03/16  14:10:12
53280         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
53281              a change needed to work around an AIX compiler bug.
53282      Branch: perl
53283            ! ext/Storable/Storable.xs
53284 ____________________________________________________________________________
53285 [  9178] By: jhi                                   on 2001/03/16  03:19:59
53286         Log: With Damian's approval synchronize damian's modules'
53287              licensing with Perl's standard module licensing.
53288      Branch: perl
53289            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
53290 ____________________________________________________________________________
53291 [  9177] By: jhi                                   on 2001/03/16  03:15:34
53292         Log: Make the Filter::Util:Call files have their own copies
53293              of the Perl standard module licensing, from Paul Marquess.
53294      Branch: perl
53295            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
53296 ____________________________________________________________________________
53297 [  9176] By: jhi                                   on 2001/03/16  02:56:04
53298         Log: Subject: [PATCH] more pod patches
53299              From: Michael Stevens <michael@etla.org>
53300              Date: Thu, 15 Mar 2001 21:25:18 +0000
53301              Message-ID: <20010315212518.A18870@firedrake.org>
53302      Branch: perl
53303            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
53304            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
53305            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
53306            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
53307            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
53308            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
53309            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
53310            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
53311            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
53312            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
53313            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
53314            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
53315            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
53316            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
53317            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
53318            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
53319            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
53320            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
53321            ! lib/Locale/Country.pm lib/Locale/Language.pm
53322            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
53323            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
53324            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
53325            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
53326            ! os2/OS2/Process/Process.pm
53327 ____________________________________________________________________________
53328 [  9175] By: jhi                                   on 2001/03/16  02:53:32
53329         Log: Subject: [PATCH] the uncontroversial doc patches
53330              From: Michael Stevens <michael@etla.org>
53331              Date: Thu, 15 Mar 2001 20:01:12 +0000
53332              Message-ID: <20010315200112.A7636@firedrake.org>
53333      Branch: perl
53334            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
53335            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
53336            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
53337            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
53338            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
53339 ____________________________________________________________________________
53340 [  9174] By: jhi                                   on 2001/03/16  02:50:49
53341         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
53342              From: Paul Lindner <lindner@inuus.com>
53343              Date: Fri, 16 Mar 2001 11:28:03 -0800
53344              Message-ID: <20010316112803.A7577@inuus.com>
53345      Branch: perl
53346            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
53347 ____________________________________________________________________________
53348 [  9173] By: nick                                  on 2001/03/15  20:21:03
53349         Log: 1st day's EBCDIC fixes:
53350              - toke.c's parsing of strings needed attention
53351              needed to conditionally e2a if string was already UTF-8
53352              - e2a/a2e tables where wrong way round.
53353              - new macros in utf8.h
53354      Branch: perlio
53355            ! perl.h toke.c utf8.h
53356 ____________________________________________________________________________
53357 [  9172] By: jhi                                   on 2001/03/15  15:17:17
53358         Log: Update Changes.
53359      Branch: perl
53360            ! Changes patchlevel.h
53361 ____________________________________________________________________________
53362 [  9171] By: jhi                                   on 2001/03/15  15:09:32
53363         Log: Subject: Re: Another Borland C++ problem.
53364              From: "Vadim Konovalov" <watman@inbox.ru>
53365              Date: Sat, 10 Mar 2001 19:26:07 +0300
53366              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
53367              
53368              Borland filename case problem.
53369      Branch: perl
53370            + win32/sncfnmcs.pl
53371            ! MANIFEST README.win32
53372 ____________________________________________________________________________
53373 [  9170] By: jhi                                   on 2001/03/15  14:54:23
53374         Log: Add Locale::Codes 1.06, from Neil Bowers.
53375      Branch: perl
53376            + lib/Locale/Constants.pm lib/Locale/Country.pm
53377            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
53378            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
53379            + t/lib/lc-language.t t/lib/lc-uk.t
53380            ! MANIFEST
53381 ____________________________________________________________________________
53382 [  9169] By: jhi                                   on 2001/03/15  14:19:01
53383         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
53384      Branch: perl
53385            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
53386            ! ext/Storable/Storable.xs
53387 ____________________________________________________________________________
53388 [  9168] By: jhi                                   on 2001/03/15  14:13:22
53389         Log: Integrate changes #9120,9167 from mainline to maintperl.
53390              
53391              Subject: [PATCH 5.6.1] OS/2 docs
53392              
53393              Subject: [PATCH 5.6.1] perldoc
53394      Branch: maint-5.6/perl
53395           !> os2/Changes utils/perldoc.PL
53396 ____________________________________________________________________________
53397 [  9167] By: jhi                                   on 2001/03/15  14:07:42
53398         Log: Subject: [PATCH 5.6.1] perldoc
53399              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53400              Date: Wed, 14 Mar 2001 23:46:52 -0500
53401              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
53402      Branch: perl
53403            ! utils/perldoc.PL
53404 ____________________________________________________________________________
53405 [  9166] By: jhi                                   on 2001/03/15  13:53:15
53406         Log: sigaction test condition tweakage.
53407      Branch: perl
53408            ! t/lib/sigaction.t
53409 ____________________________________________________________________________
53410 [  9165] By: alanbur                               on 2001/03/15  03:49:17
53411         Log: Resynchronised with parent
53412      Branch: maint-5.6/pureperl
53413           +> os2/os2add.sym t/op/anonsub.t
53414           !> (integrate 72 files)
53415 ____________________________________________________________________________
53416 [  9164] By: jhi                                   on 2001/03/15  01:05:01
53417         Log: Avoid stomping off the beginning of an array in tr///.
53418      Branch: perl
53419            ! op.c
53420 ____________________________________________________________________________
53421 [  9163] By: jhi                                   on 2001/03/15  00:58:57
53422         Log: h2ph strictness and cleanliness from Kurt Starsinic.
53423      Branch: perl
53424            ! utils/h2ph.PL
53425 ____________________________________________________________________________
53426 [  9162] By: gsar                                  on 2001/03/15  00:56:53
53427         Log: avoid warnings
53428      Branch: maint-5.6/perl
53429            ! t/op/magic.t
53430 ____________________________________________________________________________
53431 [  9161] By: gsar                                  on 2001/03/15  00:52:09
53432         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
53433              results
53434      Branch: maint-5.6/perl
53435            ! t/op/magic.t
53436 ____________________________________________________________________________
53437 [  9160] By: jhi                                   on 2001/03/14  22:02:10
53438         Log: Do not use the Perl malloc in IRIX, suggested by
53439              Helmus Jarausch.
53440      Branch: perl
53441            ! hints/irix_6.sh
53442 ____________________________________________________________________________
53443 [  9159] By: nick                                  on 2001/03/14  21:45:59
53444         Log: Integrate mainline
53445      Branch: perlio
53446           +> t/op/loopctl.t
53447           !> (integrate 41 files)
53448 ____________________________________________________________________________
53449 [  9158] By: jhi                                   on 2001/03/14  21:10:09
53450         Log: The Day of the Retractions continues: the #9138
53451              (integrated in #9144) doesn't work well in mainline.
53452      Branch: perl
53453            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
53454            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
53455            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
53456 ____________________________________________________________________________
53457 [  9157] By: jhi                                   on 2001/03/14  20:58:12
53458         Log: The #9145 CANNOT be enabled: the clear_pmop code still
53459              dumps core all over in Tru64.
53460      Branch: perl
53461            ! op.c op.h t/op/pat.t
53462 ____________________________________________________________________________
53463 [  9156] By: jhi                                   on 2001/03/14  20:48:06
53464         Log: Integrate change #9154 from maintperl to mainline.
53465              
53466              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
53467              (caused Storable 1.0.10 to break on windows)
53468      Branch: perl
53469           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
53470           !> perlapi.c proto.h
53471 ____________________________________________________________________________
53472 [  9155] By: jhi                                   on 2001/03/14  20:23:53
53473         Log: Retract #9136: breaks threading (and binary compatibility).
53474      Branch: perl
53475            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
53476 ____________________________________________________________________________
53477 [  9154] By: gsar                                  on 2001/03/14  17:48:18
53478         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
53479              (caused Storable 1.0.10 to break on windows)
53480      Branch: maint-5.6/perl
53481            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
53482            ! perlapi.c proto.h
53483 ____________________________________________________________________________
53484 [  9153] By: jhi                                   on 2001/03/14  13:35:21
53485         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
53486      Branch: perl
53487            ! t/lib/sigaction.t
53488 ____________________________________________________________________________
53489 [  9152] By: gsar                                  on 2001/03/14  07:29:40
53490         Log: back out changes#9012,9010,9009 and parts of change#9016
53491              (causes ABRs under purify, and some prerequisites don't
53492              seem to be there in 5.6.x)
53493      Branch: maint-5.6/perl
53494            ! doop.c op.c t/op/tr.t toke.c
53495 ____________________________________________________________________________
53496 [  9151] By: gsar                                  on 2001/03/14  07:01:29
53497         Log: reenable change#9145 (the test was busted due to a missing
53498              C<print "ok 27\n">)
53499      Branch: perl
53500            ! op.c op.h t/op/pat.t
53501 ____________________________________________________________________________
53502 [  9150] By: jhi                                   on 2001/03/14  06:38:36
53503         Log: Retract #9145.
53504      Branch: perl
53505            ! op.c op.h t/op/pat.t
53506 ____________________________________________________________________________
53507 [  9149] By: jhi                                   on 2001/03/14  06:14:56
53508         Log: Retract #9143.
53509      Branch: perl
53510            ! op.c
53511 ____________________________________________________________________________
53512 [  9148] By: gsar                                  on 2001/03/14  06:13:02
53513         Log: Uninitialized Memory Read in regexec.c
53514      Branch: perl
53515            ! regexec.c
53516 ____________________________________________________________________________
53517 [  9147] By: jhi                                   on 2001/03/14  04:59:54
53518         Log: Subject: PATCH: make goto work in nested eval ""
53519              From: Robin Houston <robin@kitsite.com>
53520              Date: Wed, 14 Mar 2001 04:16:10 +0000
53521              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
53522      Branch: perl
53523            ! pp_ctl.c t/op/goto.t
53524 ____________________________________________________________________________
53525 [  9146] By: jhi                                   on 2001/03/14  04:42:54
53526         Log: Preserve the #ifdef PERL_CORE in perly.h.
53527      Branch: perl
53528            ! perly.fixer
53529 ____________________________________________________________________________
53530 [  9145] By: jhi                                   on 2001/03/14  03:57:41
53531         Log: (Retracted by #9150.)
53532      Branch: perl
53533            ! op.c op.h t/op/pat.t
53534 ____________________________________________________________________________
53535 [  9144] By: jhi                                   on 2001/03/14  03:50:38
53536         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
53537              
53538              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
53539              
53540              remove squelch controls for "Scalars leaked" messages in most places
53541              (these are now cured)
53542              
53543              fix another memory leak reported by purify (tie callbacks that
53544              croak can leak when wiping out magic)
53545      Branch: perl
53546           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
53547           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
53548           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
53549           !> t/pragma/warnings.t
53550 ____________________________________________________________________________
53551 [  9143] By: jhi                                   on 2001/03/14  03:37:53
53552         Log: (Retracted by #9149.)
53553      Branch: perl
53554            ! op.c
53555 ____________________________________________________________________________
53556 [  9142] By: gsar                                  on 2001/03/14  03:20:48
53557         Log: fix another memory leak reported by purify (tie callbacks that
53558              croak can leak when wiping out magic)
53559      Branch: maint-5.6/perl
53560            ! scope.c
53561 ____________________________________________________________________________
53562 [  9141] By: jhi                                   on 2001/03/14  02:55:00
53563         Log: Subject: PATCH for [ID 20010305.003]
53564              From: Robin Houston <robin@kitsite.com>
53565              Date: Wed, 14 Mar 2001 02:45:51 +0000
53566              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
53567      Branch: perl
53568            ! pp_ctl.c t/op/eval.t
53569 ____________________________________________________________________________
53570 [  9140] By: jhi                                   on 2001/03/14  02:41:54
53571         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
53572              Date: Wed, 14 Mar 2001 01:52:51 +0000
53573              From: Robin Houston <robin@kitsite.com>
53574              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
53575              
53576              Fix for 2000313.004.
53577      Branch: perl
53578            ! pp_ctl.c t/op/goto.t
53579 ____________________________________________________________________________
53580 [  9139] By: jhi                                   on 2001/03/14  02:40:50
53581         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
53582              From: Robin Houston <robin@kitsite.com>
53583              Date: Wed, 14 Mar 2001 00:43:45 +0000
53584              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
53585      Branch: perl
53586            + t/op/loopctl.t
53587            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
53588            ! vms/perly_c.vms
53589 ____________________________________________________________________________
53590 [  9138] By: gsar                                  on 2001/03/14  01:18:00
53591         Log: remove squelch controls for "Scalars leaked" messages in most places
53592              (these are now cured)
53593      Branch: maint-5.6/perl
53594            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
53595            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
53596            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
53597 ____________________________________________________________________________
53598 [  9137] By: gsar                                  on 2001/03/14  00:57:04
53599         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
53600      Branch: maint-5.6/perl
53601            ! regcomp.c
53602 ____________________________________________________________________________
53603 [  9136] By: jhi                                   on 2001/03/13  23:12:24
53604         Log: (Retracted by #9155)
53605              
53606              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
53607              From: Jens-Uwe Mager <jum@helios.de>
53608              Date: Wed, 21 Feb 2001 21:32:04 +0100
53609              Message-ID: <20010221213203.A18340@ans.helios.de>
53610      Branch: perl
53611            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
53612 ____________________________________________________________________________
53613 [  9135] By: jhi                                   on 2001/03/13  22:50:05
53614         Log: Integrate perlio.
53615      Branch: perl
53616           !> pp.c
53617 ____________________________________________________________________________
53618 [  9134] By: jhi                                   on 2001/03/13  22:49:05
53619         Log: Integrate change #9131 from maintperl into mainline.
53620              
53621              make the error text look more consistent in hints/hpux.sh
53622      Branch: perl
53623           !> hints/hpux.sh
53624 ____________________________________________________________________________
53625 [  9133] By: gsar                                  on 2001/03/13  22:46:20
53626         Log: integrate change#9067 from mainline
53627              
53628              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
53629      Branch: maint-5.6/perl
53630           !> lib/ExtUtils/MM_Unix.pm
53631 ____________________________________________________________________________
53632 [  9132] By: jhi                                   on 2001/03/13  22:41:21
53633         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
53634              From: "John P. Linderman" <jpl@research.att.com>
53635              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
53636              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
53637              
53638              A more correct prime finder.
53639      Branch: perl
53640            ! lib/Tie/SubstrHash.pm
53641 ____________________________________________________________________________
53642 [  9131] By: gsar                                  on 2001/03/13  22:30:42
53643         Log: make the error text look more consistent in hints/hpux.sh
53644      Branch: maint-5.6/perl
53645            ! hints/hpux.sh
53646 ____________________________________________________________________________
53647 [  9130] By: jhi                                   on 2001/03/13  22:23:44
53648         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
53649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53650              Date: Tue, 13 Mar 2001 18:41:26 +0100
53651              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
53652              
53653              If the test is run non-interactively the default handler
53654              is different.
53655      Branch: perl
53656            ! t/lib/sigaction.t
53657 ____________________________________________________________________________
53658 [  9129] By: jhi                                   on 2001/03/13  22:20:21
53659         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
53660              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53661              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
53662              Date:     Tue, 13 Mar 2001 16:44:32 EST
53663      Branch: perl
53664            ! t/lib/1_compile.t
53665 ____________________________________________________________________________
53666 [  9128] By: jhi                                   on 2001/03/13  22:18:34
53667         Log: Subject: Another patch for integer.pm POD 
53668              From: "John L. Allen" <allen@grumman.com>
53669              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
53670              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
53671      Branch: perl
53672            ! lib/integer.pm
53673 ____________________________________________________________________________
53674 [  9127] By: nick                                  on 2001/03/13  21:26:30
53675         Log: Integrate mainline.
53676      Branch: perlio
53677           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
53678           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
53679           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
53680           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
53681           !> Changes Configure MANIFEST README.os2 README.os390
53682           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
53683           !> os2/Changes patchlevel.h win32/perlhost.h
53684 ____________________________________________________________________________
53685 [  9126] By: nick                                  on 2001/03/13  20:39:51
53686         Log: #ifdef'ed out code to make packed side of pack/unpack
53687              octets. (i.e. pack('U') => encode_utf8).
53688      Branch: perlio
53689            ! pp.c
53690 ____________________________________________________________________________
53691 [  9125] By: jhi                                   on 2001/03/13  15:07:16
53692         Log: Update Changes.
53693      Branch: perl
53694            ! Changes patchlevel.h
53695 ____________________________________________________________________________
53696 [  9124] By: jhi                                   on 2001/03/13  14:22:45
53697         Log: Workaround for the buggy ("internal compiler error")
53698              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
53699              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
53700              of Andreas König.
53701      Branch: perl
53702            ! ext/re/Makefile.PL hints/aix.sh
53703 ____________________________________________________________________________
53704 [  9123] By: jhi                                   on 2001/03/13  03:24:34
53705         Log: Typo in #9114.
53706      Branch: metaconfig
53707            ! U/modified/myhostname.U
53708 ____________________________________________________________________________
53709 [  9122] By: jhi                                   on 2001/03/13  03:24:06
53710         Log: Typo in #9113.
53711      Branch: perl
53712            ! Configure
53713 ____________________________________________________________________________
53714 [  9121] By: jhi                                   on 2001/03/13  01:53:05
53715         Log: Forgot to check-in the larger part of #9120, duh.
53716      Branch: perl
53717            ! README.os2
53718 ____________________________________________________________________________
53719 [  9120] By: jhi                                   on 2001/03/13  01:51:31
53720         Log: Subject: [PATCH 5.6.1] OS/2 docs
53721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53722              Date: Mon, 12 Mar 2001 03:27:32 -0500
53723              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
53724      Branch: perl
53725            ! os2/Changes
53726 ____________________________________________________________________________
53727 [  9119] By: jhi                                   on 2001/03/13  01:49:41
53728         Log: Integrate change #9116 from maintperl into mainline.
53729              
53730              Win32::GetCwd() returns C: instead of C:\ in the root directory
53731              under ithreads
53732      Branch: perl
53733           !> win32/perlhost.h
53734 ____________________________________________________________________________
53735 [  9118] By: jhi                                   on 2001/03/13  01:13:39
53736         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
53737      Branch: perl
53738            + lib/Switch.pm t/lib/switch.t
53739            ! MANIFEST
53740 ____________________________________________________________________________
53741 [  9117] By: jhi                                   on 2001/03/13  01:03:17
53742         Log: Add Text::Balanced 1.83.
53743      Branch: perl
53744            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
53745            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
53746            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
53747            + t/lib/tb-xvari.t
53748            ! MANIFEST
53749 ____________________________________________________________________________
53750 [  9116] By: gsar                                  on 2001/03/13  00:55:53
53751         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
53752              under ithreads
53753      Branch: maint-5.6/perl
53754            ! win32/perlhost.h
53755 ____________________________________________________________________________
53756 [  9115] By: jhi                                   on 2001/03/13  00:54:09
53757         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
53758              From: "John L. Allen" <allen@grumman.com>
53759              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
53760              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
53761              
53762              use integer document clarification.
53763      Branch: perl
53764            ! lib/integer.pm
53765 ____________________________________________________________________________
53766 [  9114] By: jhi                                   on 2001/03/13  00:38:54
53767         Log: Metaconfig unit change for #9113.
53768      Branch: metaconfig
53769            ! U/modified/myhostname.U
53770 ____________________________________________________________________________
53771 [  9113] By: jhi                                   on 2001/03/13  00:38:35
53772         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?)
53773              From: Peter Prymmer <pvhp@forte.com>
53774              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
53775              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
53776      Branch: perl
53777            ! Configure README.os390 hints/os390.sh
53778 ____________________________________________________________________________
53779 [  9112] By: jhi                                   on 2001/03/13  00:29:00
53780         Log: Integrate perlio.
53781      Branch: perl
53782           !> sv.c utf8.h
53783 ____________________________________________________________________________
53784 [  9111] By: nick                                  on 2001/03/12  21:16:33
53785         Log: Integrate mainline.
53786      Branch: perlio
53787           +> t/op/anonsub.t
53788           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
53789           !> proto.h sv.c
53790 ____________________________________________________________________________
53791 [  9110] By: nick                                  on 2001/03/12  21:00:13
53792         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
53793      Branch: perlio
53794            ! sv.c utf8.h
53795 ____________________________________________________________________________
53796 [  9109] By: jhi                                   on 2001/03/12  16:04:47
53797         Log: Integrate change #9108 from maintperl to mainline.
53798              
53799              fix memory leak in C<sub X { sub {} }> arising from a refcount
53800              loop between the outer sub and the inner prototype anonsub
53801              
53802              this also enables closures returned by subroutines that
53803              subsequently get redefined to work without generating coredumps :)
53804              
53805              completely removed the free_closures() hack--it shouldn't be
53806              needed anymore
53807      Branch: perl
53808           +> t/op/anonsub.t
53809           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
53810           !> proto.h sv.c
53811 ____________________________________________________________________________
53812 [  9108] By: gsar                                  on 2001/03/12  10:21:31
53813         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
53814              loop between the outer sub and the inner prototype anonsub
53815              
53816              this also enables closures returned by subroutines that
53817              subsequently get redefined to work without generating coredumps :)
53818              
53819              completely removed the free_closures() hack--it shouldn't be
53820              needed anymore
53821      Branch: maint-5.6/perl
53822            + t/op/anonsub.t
53823            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
53824            ! proto.h sv.c
53825 ____________________________________________________________________________
53826 [  9107] By: jhi                                   on 2001/03/12  05:15:31
53827         Log: Integrate perlio.
53828      Branch: perl
53829           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
53830 ____________________________________________________________________________
53831 [  9106] By: nick                                  on 2001/03/11  20:10:12
53832         Log: regcomp.c is working in native space, not Unicode space (if different)
53833              as it is doing compare against 'W' in \W etc.
53834      Branch: perlio
53835            ! regcomp.c
53836 ____________________________________________________________________________
53837 [  9105] By: nick                                  on 2001/03/11  19:39:34
53838         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
53839              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
53840      Branch: perlio
53841            ! regcomp.c toke.c utf8.c
53842 ____________________________________________________________________________
53843 [  9104] By: nick                                  on 2001/03/11  18:15:44
53844         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
53845      Branch: perlio
53846            ! sv.c
53847 ____________________________________________________________________________
53848 [  9103] By: nick                                  on 2001/03/11  18:03:28
53849         Log: Integrate mainline (for regexp stuff).
53850      Branch: perlio
53851           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
53852           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
53853           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
53854           !> t/lib/errno.t t/op/pat.t
53855 ____________________________________________________________________________
53856 [  9102] By: nick                                  on 2001/03/11  17:44:20
53857         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
53858              - exclude layer syms in makedef.pl for sfio
53859              - also inhibit Encode from trying to build ":encode()" layer.
53860      Branch: perlio
53861            ! ext/Encode/Encode.xs makedef.pl
53862 ____________________________________________________________________________
53863 [  9101] By: jhi                                   on 2001/03/10  22:38:13
53864         Log: The $Is_MacOS needs to be declared.
53865      Branch: perl
53866            ! lib/ExtUtils/Manifest.pm
53867 ____________________________________________________________________________
53868 [  9100] By: jhi                                   on 2001/03/10  22:14:29
53869         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
53870              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
53871              pollute the symbolspace if using sfio.
53872      Branch: perl
53873            ! ext/Encode/Encode.xs
53874 ____________________________________________________________________________
53875 [  9099] By: jhi                                   on 2001/03/10  21:58:48
53876         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
53877              Date: Sat, 10 Mar 2001 14:23:55 -0500
53878              From: Chris Nandor <pudge@pobox.com>
53879              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
53880      Branch: perl
53881            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
53882            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
53883            ! t/lib/errno.t
53884 ____________________________________________________________________________
53885 [  9098] By: jhi                                   on 2001/03/10  21:38:30
53886         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
53887      Branch: perl
53888            ! regcomp.c regexec.c t/op/pat.t
53889 ____________________________________________________________________________
53890 [  9097] By: jhi                                   on 2001/03/10  14:38:07
53891         Log: Integrate perlio.
53892      Branch: perl
53893           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
53894           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
53895           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
53896 ____________________________________________________________________________
53897 [  9096] By: nick                                  on 2001/03/10  11:55:43
53898         Log: EBCDIC sanity - phase I
53899              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
53900              - use utf8n_xxxx (c.f. pvn) for forms which take length.
53901              - back out vN.N and $^V exceptions to e2a/a2e
53902              - make "locale" isxxx macros be uvchr (may be redundant?)
53903              
53904              Not clear yet that toUPPER_uni et. al. return being handled correctly.
53905              The tr// and rexexp stuff still needs an audit, assumption is they are working
53906              in Unicode space.
53907              
53908              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
53909      Branch: perlio
53910            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
53911            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
53912            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
53913 ____________________________________________________________________________
53914 [  9095] By: jhi                                   on 2001/03/09  22:10:01
53915         Log: Integrate perlio.
53916      Branch: perl
53917           !> dump.c
53918 ____________________________________________________________________________
53919 [  9094] By: nick                                  on 2001/03/09  17:36:38
53920         Log: Builds an passes all tests after integrate and this tweak.
53921      Branch: perlio
53922            ! dump.c
53923 ____________________________________________________________________________
53924 [  9093] By: nick                                  on 2001/03/09  17:16:03
53925         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
53926      Branch: perlio
53927           +> lib/unicode/Scripts.txt t/lib/sigaction.t
53928           !> (integrate 79 files)
53929 ____________________________________________________________________________
53930 [  9092] By: jhi                                   on 2001/03/09  15:28:26
53931         Log: Update Changes.
53932      Branch: perl
53933            ! Changes patchlevel.h
53934 ____________________________________________________________________________
53935 [  9091] By: jhi                                   on 2001/03/09  15:25:05
53936         Log: In op/stat #35 better to scan all the potential directories
53937              for setuids, not just the first one.
53938      Branch: perl
53939            ! t/op/stat.t
53940 ____________________________________________________________________________
53941 [  9090] By: jhi                                   on 2001/03/09  15:01:27
53942         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
53943              From: rspier@pobox.com (Robert Spier)
53944              Date: Fri, 9 Mar 2001 03:30:20 -0500
53945              Message-ID: <15016.38044.381174.160189@rls.cx>
53946              
53947              EXISTS() returning undef mistakenly triggered a FETCH().
53948      Branch: perl
53949            ! hv.c
53950 ____________________________________________________________________________
53951 [  9089] By: jhi                                   on 2001/03/09  14:59:02
53952         Log: Add /sbin and /usr/sbin to the list of directories scanned
53953              for setuid programs.  Takes care of bug id 20010309.003.
53954      Branch: perl
53955            ! t/op/stat.t
53956 ____________________________________________________________________________
53957 [  9088] By: jhi                                   on 2001/03/09  14:48:32
53958         Log: Regen perlapi, perltoc.
53959      Branch: perl
53960            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
53961 ____________________________________________________________________________
53962 [  9087] By: jhi                                   on 2001/03/09  14:38:56
53963         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
53964              From: David Mitchell <davem@fdgroup.co.uk>
53965              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
53966              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
53967      Branch: perl
53968            ! dump.c perl.c perl.h pod/perlrun.pod
53969 ____________________________________________________________________________
53970 [  9086] By: jhi                                   on 2001/03/09  01:47:16
53971         Log: A modified version of
53972              
53973              Subject: [ID 20010307.005] POSIX::sigaction has various problems
53974              From: anders@broadcom.com
53975              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
53976              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
53977              
53978              Currently the sigaction.t test #6 fails (and is fudged to look
53979              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
53980              This may well be a genuine bug in Linux sigaction() (since at
53981              least Tru64, Solaris, and HP-UX disagree with Linux).
53982              Anyone with POSIX / SUSv2 tome handy?  The problem is that
53983              the flags of the oldaction don't match with the flags in
53984              the previously installed disposition.
53985      Branch: perl
53986            + t/lib/sigaction.t
53987            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
53988 ____________________________________________________________________________
53989 [  9085] By: jhi                                   on 2001/03/09  01:30:13
53990         Log: Subject: Re: mission impossible for the day
53991              From: Alex Gough <alex@rcon.org>
53992              Date: Thu, 08 Mar 2001 17:18:19 +0000
53993              Message-ID: <3AA7BEDB.8070409@rcon.org>
53994              
53995              If references (are overloaded) and can be directly stringified,
53996              show that instead of "stringified".
53997              
53998              (The problem, infinite mutual recursion caused by overloaded bool
53999              in Switch.pm, tracked by David Mitchell)
54000      Branch: perl
54001            ! lib/Carp/Heavy.pm
54002 ____________________________________________________________________________
54003 [  9084] By: jhi                                   on 2001/03/09  01:20:39
54004         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
54005              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
54006              From: David Mitchell <davem@fdgroup.co.uk>
54007              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
54008      Branch: perl
54009            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
54010            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
54011 ____________________________________________________________________________
54012 [  9083] By: jhi                                   on 2001/03/09  01:16:51
54013         Log: Subject: [PATCH] perldata.pod here-doc docs
54014              From: Jeff Pinyan <jeffp@crusoe.net>
54015              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
54016              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
54017      Branch: perl
54018            ! pod/perldata.pod
54019 ____________________________________________________________________________
54020 [  9082] By: jhi                                   on 2001/03/09  01:01:27
54021         Log: Subject: Re: Unicode/EBCDIC
54022              From: Peter Prymmer <pvhp@forte.com>
54023              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
54024              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
54025      Branch: perl
54026            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
54027 ____________________________________________________________________________
54028 [  9081] By: jhi                                   on 2001/03/08  13:41:30
54029         Log: Subject: Ooops, wrong 'no *POSIX' Patch
54030              From: Dorner Thomas <Thomas.Dorner@start.de>
54031              Date: Thu, 8 Mar 2001 08:43:28 +0100
54032              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
54033      Branch: perl
54034            ! hints/posix-bc.sh
54035 ____________________________________________________________________________
54036 [  9080] By: jhi                                   on 2001/03/08  13:11:42
54037         Log: It's Scripts.txt, not Script.txt.
54038      Branch: perl
54039            ! MANIFEST
54040 ____________________________________________________________________________
54041 [  9079] By: jhi                                   on 2001/03/08  12:59:05
54042         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
54043              From: Dorner Thomas <Thomas.Dorner@start.de>
54044              Date: Wed, 7 Mar 2001 14:13:31 +0100
54045              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
54046      Branch: perl
54047            ! makedepend.SH
54048 ____________________________________________________________________________
54049 [  9078] By: jhi                                   on 2001/03/08  12:57:43
54050         Log: Retract #9069, wrong patch.
54051      Branch: perl
54052            ! Makefile.SH
54053 ____________________________________________________________________________
54054 [  9077] By: jhi                                   on 2001/03/08  01:06:13
54055         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
54056      Branch: perl
54057            + lib/unicode/Scripts.txt
54058            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
54059            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
54060            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
54061            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
54062            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
54063            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
54064            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
54065            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
54066            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
54067            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
54068            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
54069            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
54070            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
54071            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
54072            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
54073            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
54074            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
54075            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
54076            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
54077            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
54078            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
54079            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
54080            ! lib/unicode/version
54081 ____________________________________________________________________________
54082 [  9076] By: jhi                                   on 2001/03/07  22:59:39
54083         Log: Integrate change #7784 from mainline into maintperl.
54084              
54085              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
54086      Branch: maint-5.6/perl
54087           !> pp_ctl.c t/op/pat.t
54088 ____________________________________________________________________________
54089 [  9075] By: jhi                                   on 2001/03/07  22:05:11
54090         Log: More UTF-8 test tweaks.
54091      Branch: perl
54092            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
54093 ____________________________________________________________________________
54094 [  9074] By: nick                                  on 2001/03/07  21:39:29
54095         Log: Integrate mainline.
54096      Branch: perlio
54097           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
54098           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
54099           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
54100           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
54101           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
54102 ____________________________________________________________________________
54103 [  9073] By: jhi                                   on 2001/03/07  16:37:09
54104         Log: Update Changes.
54105      Branch: perl
54106            ! Changes patchlevel.h
54107 ____________________________________________________________________________
54108 [  9072] By: jhi                                   on 2001/03/07  16:32:30
54109         Log: Subject: [ID 20010306.004] || != named unary operator
54110              From: abela@geneanet.org
54111              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
54112              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
54113      Branch: perl
54114            ! pod/perlop.pod
54115 ____________________________________________________________________________
54116 [  9071] By: jhi                                   on 2001/03/07  15:14:11
54117         Log: Subject: downgrading to bytes for common functions
54118              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
54119              Date: Wed, 7 Mar 2001 02:36:55 -0500
54120              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
54121      Branch: perl
54122            ! pp_sys.c
54123 ____________________________________________________________________________
54124 [  9070] By: jhi                                   on 2001/03/07  15:04:58
54125         Log: Clarify the description differentiating for and while; inspired by
54126              
54127              Subject: [ID 20010306.002] for/while difference in for definition
54128              From: abela@geneanet.org
54129              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
54130              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
54131      Branch: perl
54132            ! pod/perlsyn.pod
54133 ____________________________________________________________________________
54134 [  9069] By: jhi                                   on 2001/03/07  14:55:30
54135         Log: (Retracted by #9078.)
54136      Branch: perl
54137            ! Makefile.SH
54138 ____________________________________________________________________________
54139 [  9068] By: jhi                                   on 2001/03/07  14:51:17
54140         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
54141              From: Radu Greab <radu@netsoft.ro>
54142              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
54143              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
54144      Branch: perl
54145            ! pp.c t/op/chop.t
54146 ____________________________________________________________________________
54147 [  9067] By: jhi                                   on 2001/03/07  14:48:57
54148         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
54149              From: Simon Cozens <simon@netthink.co.uk>
54150              Date: Wed, 7 Mar 2001 13:59:28 +0000
54151              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
54152              
54153              In order to allow MakeMaker to build correct Makefiles,
54154              you need to change the order of the arguments in MM_Unix.pm
54155              as well. (Unless you have C89_CCMODE set, but we're trying
54156              to be POSIXly correct)
54157              
54158              Thanks to Merijn Broeren for tracking this down.
54159      Branch: perl
54160            ! lib/ExtUtils/MM_Unix.pm
54161 ____________________________________________________________________________
54162 [  9066] By: jhi                                   on 2001/03/07  14:30:02
54163         Log: Floating point too messy.
54164      Branch: perl
54165            ! t/camel-III/vstring.t
54166 ____________________________________________________________________________
54167 [  9065] By: jhi                                   on 2001/03/07  14:17:44
54168         Log: Integrate change #9064 from maintperl into mainline.
54169              
54170              fix memory leak in pack("Bb",...)
54171      Branch: perl
54172           !> perl.c
54173 ____________________________________________________________________________
54174 [  9064] By: gsar                                  on 2001/03/07  06:29:24
54175         Log: fix memory leak in pack("Bb",...)
54176      Branch: maint-5.6/perl
54177            ! perl.c
54178 ____________________________________________________________________________
54179 [  9063] By: jhi                                   on 2001/03/07  00:55:04
54180         Log: Major utf8 test reorganisation and rewrite.
54181              Hopefully no tests were lost in the shuffle.
54182              (The beginning of pragma/utf8 was lost intentionally,
54183              the tests were rather bogus and incomplete.)
54184      Branch: perl
54185            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
54186            ! t/pragma/utf8.t
54187 ____________________________________________________________________________
54188 [  9062] By: jhi                                   on 2001/03/07  00:41:16
54189         Log: More tweakage on the Unicode character class descriptions.
54190      Branch: perl
54191            ! lib/unicode/mktables.PL pod/perlretut.pod
54192 ____________________________________________________________________________
54193 [  9061] By: jhi                                   on 2001/03/06  23:12:38
54194         Log: The perlretut was still talking about the old \p and \P
54195              definitions.
54196      Branch: perl
54197            ! pod/perlretut.pod
54198 ____________________________________________________________________________
54199 [  9060] By: nick                                  on 2001/03/06  20:52:37
54200         Log: Integrate mainline (make test works again now).
54201      Branch: perlio
54202           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
54203 ____________________________________________________________________________
54204 [  9059] By: jhi                                   on 2001/03/06  15:36:14
54205         Log: 0.999... does equal 1.0, doesn't it?
54206      Branch: perl
54207            ! t/camel-III/vstring.t
54208 ____________________________________________________________________________
54209 [  9058] By: jhi                                   on 2001/03/06  15:34:00
54210         Log: Make /x{abcd}/ to work without use utf8.
54211      Branch: perl
54212            ! regcomp.c
54213 ____________________________________________________________________________
54214 [  9057] By: jhi                                   on 2001/03/06  03:02:36
54215         Log: Easier to outcomment all the three reset() tests for now.
54216      Branch: perl
54217            ! t/op/pat.t
54218 ____________________________________________________________________________
54219 [  9056] By: jhi                                   on 2001/03/06  02:30:02
54220         Log: Comment out the deadly reset; until the 20010301.005
54221              is finally fixed.
54222      Branch: perl
54223            ! t/op/pat.t
54224 ____________________________________________________________________________
54225 [  9055] By: jhi                                   on 2001/03/06  02:21:26
54226         Log: Integrate the change #9054 from mainline:
54227              retract the PMOP cleanup patch pending further investigation.
54228      Branch: maint-5.6/perl
54229           !> op.c op.h
54230 ____________________________________________________________________________
54231 [  9054] By: jhi                                   on 2001/03/06  02:19:57
54232         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
54233              with oddly familiar stack traces.
54234      Branch: perl
54235            ! op.c op.h
54236 ____________________________________________________________________________
54237 [  9053] By: jhi                                   on 2001/03/05  23:20:28
54238         Log: Integrate perlio.
54239      Branch: perl
54240           +> ext/Encode/Encode/koi8-r.ucm
54241           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
54242           !> makedef.pl
54243 ____________________________________________________________________________
54244 [  9052] By: nick                                  on 2001/03/05  23:08:17
54245         Log: skipping USE_PERLIO symbols correction.
54246      Branch: perlio
54247            ! makedef.pl
54248 ____________________________________________________________________________
54249 [  9051] By: nick                                  on 2001/03/05  22:35:07
54250         Log: More Encode alias tidying.
54251      Branch: perlio
54252            + ext/Encode/Encode/koi8-r.ucm
54253            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
54254 ____________________________________________________________________________
54255 [  9050] By: jhi                                   on 2001/03/05  21:44:29
54256         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
54257              Sarathy's fix for ID 20010301.005.
54258      Branch: maint-5.6/perl
54259           !> op.c op.h
54260 ____________________________________________________________________________
54261 [  9049] By: nick                                  on 2001/03/05  19:54:04
54262         Log: Integrate Jarkko's Encode.pm tweak.
54263      Branch: perlio
54264           !> ext/Encode/Encode.pm
54265 ____________________________________________________________________________
54266 [  9048] By: nick                                  on 2001/03/05  19:47:57
54267         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
54268      Branch: perlio
54269           +> os2/os2add.sym
54270           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
54271           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
54272           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
54273           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
54274           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
54275 ____________________________________________________________________________
54276 [  9047] By: jhi                                   on 2001/03/05  19:25:26
54277         Log: Regen perlapi.
54278      Branch: perl
54279            ! pod/perlapi.pod
54280 ____________________________________________________________________________
54281 [  9046] By: jhi                                   on 2001/03/05  19:12:14
54282         Log: Integrate perlio.
54283      Branch: perl
54284           +> t/camel-III/vstring.t
54285           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
54286 ____________________________________________________________________________
54287 [  9045] By: jhi                                   on 2001/03/05  19:10:36
54288         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
54289      Branch: perl
54290            ! ext/Encode/Encode.pm
54291 ____________________________________________________________________________
54292 [  9044] By: jhi                                   on 2001/03/05  18:49:12
54293         Log: Forgot the other half of the PMOP patch (#9033).
54294      Branch: perl
54295            ! op.h
54296 ____________________________________________________________________________
54297 [  9043] By: nick                                  on 2001/03/05  18:14:47
54298         Log: Update MANIFEST for new test.
54299      Branch: perlio
54300            ! MANIFEST
54301 ____________________________________________________________________________
54302 [  9042] By: nick                                  on 2001/03/05  18:12:41
54303         Log: Some tests for Camel 3rd edition features.
54304              Make gethostbyaddr() test in above work.
54305      Branch: perlio
54306            + t/camel-III/vstring.t
54307            ! pp.h pp_sys.c t/TEST t/harness
54308 ____________________________________________________________________________
54309 [  9041] By: jhi                                   on 2001/03/05  17:41:48
54310         Log: Add more ISO 8859 encoding aliases.
54311      Branch: perl
54312            ! ext/Encode/Encode.pm
54313 ____________________________________________________________________________
54314 [  9040] By: jhi                                   on 2001/03/05  17:30:43
54315         Log: Integrate perlio.
54316      Branch: perl
54317           !> MANIFEST sv.c
54318 ____________________________________________________________________________
54319 [  9039] By: nick                                  on 2001/03/05  17:11:36
54320         Log: Missed added file.
54321      Branch: perlio
54322            ! MANIFEST
54323 ____________________________________________________________________________
54324 [  9038] By: jhi                                   on 2001/03/05  15:58:01
54325         Log: Add tr tests for EBCDIC, from Karsten Sperling.
54326      Branch: perl
54327            ! t/op/tr.t
54328 ____________________________________________________________________________
54329 [  9037] By: nick                                  on 2001/03/05  15:56:35
54330         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
54331              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
54332              
54333              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
54334              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
54335              - uses SvPV() rather than sv_2pv() in case it isn't a string.
54336      Branch: perlio
54337            ! sv.c
54338 ____________________________________________________________________________
54339 [  9036] By: jhi                                   on 2001/03/05  15:49:15
54340         Log: Add matching tests currently failing in EBCDIC,
54341              suggested by Karsten Sperling.
54342      Branch: perl
54343            ! t/op/pat.t
54344 ____________________________________________________________________________
54345 [  9035] By: jhi                                   on 2001/03/05  15:36:55
54346         Log: The #9034 needs a MANIFESTation.
54347      Branch: perl
54348            ! MANIFEST
54349 ____________________________________________________________________________
54350 [  9034] By: jhi                                   on 2001/03/05  15:35:14
54351         Log: Integrate perlio.
54352      Branch: perl
54353           +> ext/Encode/Encode/Tcl.pm
54354           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
54355           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
54356           !> ext/Encode/Encode/iso8859-1.ucm
54357           !> ext/Encode/Encode/iso8859-10.ucm
54358           !> ext/Encode/Encode/iso8859-13.ucm
54359           !> ext/Encode/Encode/iso8859-14.ucm
54360           !> ext/Encode/Encode/iso8859-15.ucm
54361           !> ext/Encode/Encode/iso8859-16.ucm
54362           !> ext/Encode/Encode/iso8859-2.ucm
54363           !> ext/Encode/Encode/iso8859-3.ucm
54364           !> ext/Encode/Encode/iso8859-4.ucm
54365           !> ext/Encode/Encode/iso8859-5.ucm
54366           !> ext/Encode/Encode/iso8859-6.ucm
54367           !> ext/Encode/Encode/iso8859-7.ucm
54368           !> ext/Encode/Encode/iso8859-8.ucm
54369           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
54370           !> t/lib/encode.t
54371 ____________________________________________________________________________
54372 [  9033] By: jhi                                   on 2001/03/05  15:33:18
54373         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
54374              From: Gurusamy Sarathy <gsar@ActiveState.com>
54375              Date: Sun, 04 Mar 2001 22:33:15 -0800
54376              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
54377              
54378              PMOPs need to remember their own stash so that they can
54379              gracefully remove themselves from their linked list.
54380      Branch: perl
54381            ! op.c
54382 ____________________________________________________________________________
54383 [  9032] By: nick                                  on 2001/03/05  14:51:50
54384         Log: Encode implementation "completion"
54385              Implement and document define_encoding()
54386              Implement and document encoding aliases including define_alias()
54387              Make Encode::XS use define_encoding() rather than back-door.
54388              Move run-time *.enc to separate Encode::Tcl module.
54389              Make 'compile' honour <codeset_name>
54390              Change canonical names of to iso-8859-* and US-ascii.
54391      Branch: perlio
54392            + ext/Encode/Encode/Tcl.pm
54393            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
54394            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
54395            ! ext/Encode/Encode/iso8859-1.ucm
54396            ! ext/Encode/Encode/iso8859-10.ucm
54397            ! ext/Encode/Encode/iso8859-13.ucm
54398            ! ext/Encode/Encode/iso8859-14.ucm
54399            ! ext/Encode/Encode/iso8859-15.ucm
54400            ! ext/Encode/Encode/iso8859-16.ucm
54401            ! ext/Encode/Encode/iso8859-2.ucm
54402            ! ext/Encode/Encode/iso8859-3.ucm
54403            ! ext/Encode/Encode/iso8859-4.ucm
54404            ! ext/Encode/Encode/iso8859-5.ucm
54405            ! ext/Encode/Encode/iso8859-6.ucm
54406            ! ext/Encode/Encode/iso8859-7.ucm
54407            ! ext/Encode/Encode/iso8859-8.ucm
54408            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
54409            ! t/lib/encode.t
54410 ____________________________________________________________________________
54411 [  9031] By: jhi                                   on 2001/03/05  13:51:17
54412         Log: Integrate change #9030 from maintperl into mainline.
54413              
54414              Subject: [PATCH 5.6.1] OS/2 cleanup
54415      Branch: perl
54416           +> os2/os2add.sym
54417           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
54418           !> makedef.pl os2/Changes os2/Makefile.SHs
54419           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
54420           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
54421           !> os2/os2.sym os2/os2ish.h
54422 ____________________________________________________________________________
54423 [  9030] By: jhi                                   on 2001/03/05  13:46:49
54424         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
54425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54426              Date: Mon, 5 Mar 2001 02:29:44 -0500
54427              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
54428      Branch: maint-5.6/perl
54429            + os2/os2add.sym
54430            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
54431            ! makedef.pl os2/Changes os2/Makefile.SHs
54432            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
54433            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
54434            ! os2/os2.sym os2/os2ish.h
54435 ____________________________________________________________________________
54436 [  9029] By: jhi                                   on 2001/03/05  13:40:35
54437         Log: Integrate change #9028 from maintperl into mainline.
54438              
54439              various nits in MM_Unix.pm found by disabling SelfLoader
54440      Branch: perl
54441           !> lib/ExtUtils/MM_Unix.pm
54442 ____________________________________________________________________________
54443 [  9028] By: gsar                                  on 2001/03/05  09:58:38
54444         Log: various nits in MM_Unix.pm found by disabling SelfLoader
54445      Branch: maint-5.6/perl
54446            ! lib/ExtUtils/MM_Unix.pm
54447 ____________________________________________________________________________
54448 [  9027] By: nick                                  on 2001/03/05  08:35:22
54449         Log: Integrate mainline
54450      Branch: perlio
54451           !> (integrate 28 files)
54452 ____________________________________________________________________________
54453 [  9026] By: jhi                                   on 2001/03/05  02:14:59
54454         Log: Integrate change #9025 from mainline to maintperl,
54455              retract \N{U+HHHH}.
54456      Branch: maint-5.6/perl
54457           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
54458           !> t/lib/charnames.t toke.c
54459 ____________________________________________________________________________
54460 [  9025] By: jhi                                   on 2001/03/05  02:13:09
54461         Log: Retracting \N{U+HHHH}.
54462      Branch: perl
54463            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
54464            ! t/lib/charnames.t toke.c
54465 ____________________________________________________________________________
54466 [  9024] By: jhi                                   on 2001/03/04  20:51:07
54467         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
54468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
54469              Date: Fri, 02 Mar 2001 18:25:26 +0100
54470              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
54471              
54472              Casting problem.
54473      Branch: perl
54474            ! ext/Storable/Storable.xs
54475 ____________________________________________________________________________
54476 [  9023] By: jhi                                   on 2001/03/04  19:46:45
54477         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
54478              From: nick@talking.bollo.cx
54479              Date: Sat, 03 Mar 2001 21:41:33 +0000
54480              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
54481              
54482              Revert the workaround.
54483      Branch: perl
54484            ! perlio.c
54485 ____________________________________________________________________________
54486 [  9022] By: jhi                                   on 2001/03/04  19:36:28
54487         Log: Update Changes.
54488      Branch: perl
54489            ! Changes patchlevel.h
54490 ____________________________________________________________________________
54491 [  9021] By: jhi                                   on 2001/03/04  18:41:00
54492         Log: makedef.pl updates suggested by Chris Nandor; double-checking
54493              the changes in AIX, OS/2 Win32 would be nice.
54494      Branch: perl
54495            ! makedef.pl
54496 ____________________________________________________________________________
54497 [  9020] By: jhi                                   on 2001/03/04  18:23:58
54498         Log: Integrate change #9012 from maintperl into mainline,
54499              quench a compiler warning.
54500      Branch: perl
54501           !> toke.c
54502 ____________________________________________________________________________
54503 [  9019] By: jhi                                   on 2001/03/04  18:18:43
54504         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
54505              
54506              \N{U+HHHH} fix.
54507              
54508              pattern in G_ARRAY context
54509      Branch: maint-5.6/perl
54510           !> pp_hot.c t/op/pat.t toke.c
54511 ____________________________________________________________________________
54512 [  9018] By: jhi                                   on 2001/03/04  18:07:48
54513         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
54514              From: Jeff Pinyan <jeffp@crusoe.net>
54515              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
54516              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
54517      Branch: perl
54518            ! pp_hot.c t/op/pat.t
54519 ____________________________________________________________________________
54520 [  9017] By: jhi                                   on 2001/03/04  18:06:21
54521         Log: I thought I tested the #9014.
54522      Branch: perl
54523            ! toke.c
54524 ____________________________________________________________________________
54525 [  9016] By: jhi                                   on 2001/03/04  17:41:22
54526         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
54527              
54528              Tweak the get*ent() OS/2 prototypes.
54529              
54530              Add the \N{U+HHHH} syntax.
54531              
54532              More tr/// UTF-8 fixes from Inaba Hiroto.
54533      Branch: maint-5.6/perl
54534           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
54535           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
54536 ____________________________________________________________________________
54537 [  9015] By: jhi                                   on 2001/03/04  17:36:04
54538         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
54539      Branch: perl
54540            ! doop.c t/op/tr.t
54541 ____________________________________________________________________________
54542 [  9014] By: jhi                                   on 2001/03/04  17:24:49
54543         Log: Add the \N{U+HHHH} syntax.
54544      Branch: perl
54545            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
54546            ! t/lib/charnames.t toke.c
54547 ____________________________________________________________________________
54548 [  9013] By: jhi                                   on 2001/03/04  17:20:45
54549         Log: Tweak the get*ent() OS/2 prototypes.
54550      Branch: perl
54551            ! os2/os2.c
54552 ____________________________________________________________________________
54553 [  9012] By: gsar                                  on 2001/03/04  06:26:14
54554         Log: avoid warning (nit in change#9009)
54555      Branch: maint-5.6/perl
54556            ! toke.c
54557 ____________________________________________________________________________
54558 [  9011] By: gsar                                  on 2001/03/04  06:15:24
54559         Log: lib/charnames.t fails in 5.6.x because of older Unicode
54560              data
54561              
54562              TODO: need to revisit this after updating lib/unicode/...
54563      Branch: maint-5.6/perl
54564            ! t/lib/charnames.t
54565 ____________________________________________________________________________
54566 [  9010] By: gsar                                  on 2001/03/04  06:08:36
54567         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
54568      Branch: maint-5.6/perl
54569            ! toke.c
54570 ____________________________________________________________________________
54571 [  9009] By: jhi                                   on 2001/03/03  19:27:20
54572         Log: Integrate change #9008 from mainline to maintperl,
54573              UTF-8 tr/// fixes from Inaba Hiroto.
54574      Branch: maint-5.6/perl
54575           !> doop.c op.c t/op/tr.t toke.c
54576 ____________________________________________________________________________
54577 [  9008] By: jhi                                   on 2001/03/03  19:19:42
54578         Log: UTF8 tr/// fixes from Inaba Hiroto.
54579      Branch: perl
54580            ! doop.c op.c t/op/tr.t toke.c
54581 ____________________________________________________________________________
54582 [  9007] By: jhi                                   on 2001/03/03  19:00:30
54583         Log: Integrate change #9006 from maintperl to mainline,
54584              more robust quest for the infinite.
54585      Branch: perl
54586           !> lib/Math/Complex.pm
54587 ____________________________________________________________________________
54588 [  9006] By: jhi                                   on 2001/03/03  18:58:06
54589         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
54590              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54591              Date: Sat, 3 Mar 2001 12:51:50 -0500
54592              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
54593              
54594              Be more robust in our quest for the infinite.
54595      Branch: maint-5.6/perl
54596            ! lib/Math/Complex.pm
54597 ____________________________________________________________________________
54598 [  9005] By: jhi                                   on 2001/03/03  17:55:50
54599         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
54600      Branch: maint-5.6/perl
54601            ! doio.c
54602 ____________________________________________________________________________
54603 [  9004] By: jhi                                   on 2001/03/03  17:40:14
54604         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
54605              so that picky compilers like IRIX won't get huffy about
54606              "statements without effect" (like 1;).
54607      Branch: perl
54608            ! toke.c
54609 ____________________________________________________________________________
54610 [  9003] By: jhi                                   on 2001/03/03  17:15:52
54611         Log: Integrate change #9002 from mainline to maintperl.
54612              
54613              Subject: [perl-5.6.x, perl-current] accept for EPOC
54614      Branch: maint-5.6/perl
54615           !> pp_sys.c
54616 ____________________________________________________________________________
54617 [  9002] By: jhi                                   on 2001/03/03  17:14:30
54618         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
54619              From: Olaf Flebbe <O.Flebbe@science-computing.de>
54620              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
54621              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
54622      Branch: perl
54623            ! pp_sys.c
54624 ____________________________________________________________________________
54625 [  9001] By: jhi                                   on 2001/03/03  17:13:13
54626         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
54627              From: "Craig A. Berry" <craigberry@mac.com>
54628              Date: Fri, 02 Mar 2001 17:44:40 -0600
54629              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
54630      Branch: perl
54631            ! t/pod/find.t
54632 ____________________________________________________________________________
54633 [  9000] By: jhi                                   on 2001/03/03  17:11:55
54634         Log: Integrate changes #8997,8999 from maintperl.
54635              
54636              Subject: [PATCH 5.6.1] compiling on OS/2
54637              (Better error message from hints/os2.sh)
54638              
54639              Subject: [PATCH 5.6.1] syslog.t
54640      Branch: perl
54641           !> hints/os2.sh t/lib/syslog.t
54642 ____________________________________________________________________________
54643 [  8999] By: jhi                                   on 2001/03/03  17:09:28
54644         Log: Subject: [PATCH 5.6.1] syslog.t
54645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54646              Date: Sat, 3 Mar 2001 02:11:17 -0500
54647              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
54648      Branch: maint-5.6/perl
54649            ! t/lib/syslog.t
54650 ____________________________________________________________________________
54651 [  8998] By: jhi                                   on 2001/03/03  17:07:50
54652         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
54653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54654              Date: Sat, 3 Mar 2001 01:53:52 -0500
54655              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
54656      Branch: maint-5.6/perl
54657            ! opcode.pl os2/os2.c
54658 ____________________________________________________________________________
54659 [  8997] By: jhi                                   on 2001/03/03  17:03:30
54660         Log: Subject: [PATCH 5.6.1] compiling on OS/2
54661              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54662              Date: Sat, 3 Mar 2001 01:59:59 -0500
54663              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
54664      Branch: maint-5.6/perl
54665            ! hints/os2.sh
54666 ____________________________________________________________________________
54667 [  8996] By: jhi                                   on 2001/03/03  00:55:58
54668         Log: Regen files for mainline.
54669      Branch: perl
54670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54671            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
54672 ____________________________________________________________________________
54673 [  8995] By: jhi                                   on 2001/03/03  00:35:22
54674         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
54675              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
54676              to maintperl.
54677              
54678              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
54679              
54680              Add Configure option -Dmksymlinks which will create a symlink
54681              forest if the current/build differs from the source directory.
54682              (8218,8220,8221,8317,8318,8971)
54683              
54684              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
54685              (Document APPLLIB_EXP in INSTALL.)
54686              
54687              If running byacc write-enable also perly.h.
54688              
54689              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
54690              
54691              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
54692              
54693              Sanity check for conflicting thread flavours.
54694              
54695              Fix the sys/fcntl.h problem reported by Peter Prymmer.
54696              
54697              Add few CPUs/architectures to the Cppsym scan,
54698              add -perlio to archname if so selected (modified 8890)
54699              
54700              Be more helpful for devel builders, suggested by John L. Allen.
54701              (admittedly pointless change for maintperl, but the usedevel
54702              code is there already)
54703      Branch: maint-5.6/perl
54704           !> Configure INSTALL Makefile.SH Porting/Glossary
54705           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
54706           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
54707           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
54708           !> win32/config.bc win32/config.gc win32/config.vc
54709 ____________________________________________________________________________
54710 [  8994] By: jhi                                   on 2001/03/02  23:31:41
54711         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
54712      Branch: metaconfig/U/perl
54713            ! gccvers.U
54714 ____________________________________________________________________________
54715 [  8993] By: jhi                                   on 2001/03/02  23:22:12
54716         Log: Regenerate various files for maint.
54717      Branch: maint-5.6/perl
54718            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
54719            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
54720 ____________________________________________________________________________
54721 [  8992] By: alanbur                               on 2001/03/02  22:48:34
54722         Log: Resync wuth parent
54723      Branch: maint-5.6/pureperl
54724           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
54725           !> (integrate 60 files)
54726 ____________________________________________________________________________
54727 [  8991] By: jhi                                   on 2001/03/02  21:00:08
54728         Log: Retract the #8742 part of #8986, backward compat.
54729      Branch: maint-5.6/perl
54730            ! embed.pl
54731 ____________________________________________________________________________
54732 [  8990] By: jhi                                   on 2001/03/02  20:40:07
54733         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
54734      Branch: maint-5.6/perl
54735            ! hv.c
54736 ____________________________________________________________________________
54737 [  8989] By: jhi                                   on 2001/03/02  19:59:56
54738         Log: Update Changes.
54739      Branch: perl
54740            ! Changes patchlevel.h
54741 ____________________________________________________________________________
54742 [  8988] By: jhi                                   on 2001/03/02  19:57:08
54743         Log: Integrate perlio.
54744      Branch: perl
54745           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
54746           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
54747           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
54748           !> ext/Encode/Encode/iso8859-10.ucm
54749           !> ext/Encode/Encode/iso8859-13.ucm
54750           !> ext/Encode/Encode/iso8859-14.ucm
54751           !> ext/Encode/Encode/iso8859-15.ucm
54752           !> ext/Encode/Encode/iso8859-16.ucm
54753           !> ext/Encode/Encode/iso8859-2.ucm
54754           !> ext/Encode/Encode/iso8859-3.ucm
54755           !> ext/Encode/Encode/iso8859-4.ucm
54756           !> ext/Encode/Encode/iso8859-5.ucm
54757           !> ext/Encode/Encode/iso8859-6.ucm
54758           !> ext/Encode/Encode/iso8859-7.ucm
54759           !> ext/Encode/Encode/iso8859-8.ucm
54760           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
54761           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
54762 ____________________________________________________________________________
54763 [  8987] By: jhi                                   on 2001/03/02  19:43:40
54764         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
54765              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
54766              8950,8952,8955 from mainline to maintperl.
54767              
54768              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
54769              
54770              Put to rest the 20010205.001, the email address checking (not) regex.
54771              
54772              fork() not everywhere, cleanup temp files.
54773              
54774              The #8843 wasn't quite right: %Config needs to imported.
54775              
54776              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
54777              (#8849: the glob-basic hunk needed massaging as it depended
54778              on Schwern's large-scale (unintegrated) patches)
54779              
54780              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
54781              
54782              Upgrade to CGI.pm 2.752, from Lincoln Stein.
54783              (Note: there were some conflicts due to EBCDIC and EPOC
54784              patches, in general I preferred the repository code.)
54785              (When 2.753 comes out, we need to synchronize.)
54786              
54787              Subject: [PATCH] fix for charnames above FFFF
54788              
54789              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
54790              
54791              If no sfio, no -lsfio.
54792              
54793              Run run/*.t also in minitest.
54794              
54795              Subject:  [PATCH perl 5.7.0] malloc message address offset
54796              
54797              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
54798              
54799              Subject: fix for parameter -Dm (for perl@8867)
54800              
54801              Subject: [PATCH: perl@8892] was Re: hashing order difference?
54802              (make the test more portable)
54803              
54804              Subject: Re: [PATCH] fix for charnames above FFFF
54805              
54806              Subject: Re: I'm losing the war...
54807              (hv_store() not working correctly in ENV_IS_CASELESS case.)
54808              
54809              Subject: Modified README.bs2000 
54810              
54811              Subject: [PATCH: perl@8935] -Dt padsv($var)
54812              
54813              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
54814              
54815              Subject: PATCH: extra tests to check on negative float to unsigned cast
54816              
54817              Subject: [PATCH] XPUSH[insp] was Re: progress
54818              
54819              Subject: Re: Compile with perlcc..
54820      Branch: maint-5.6/perl
54821           !> (integrate 36 files)
54822 ____________________________________________________________________________
54823 [  8986] By: jhi                                   on 2001/03/02  18:51:25
54824         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
54825              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
54826              to maintperl.
54827              
54828              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
54829              
54830              Subject: [DOC PATCH] overload.pm nits
54831              
54832              Add header for LIB$ prototypes (C. Berry)
54833              
54834              Convert fwrite()s to sockets to write()s, since some socket stacks
54835              don't take kindly to stdio.
54836              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
54837              (for often optional LNMs)
54838              Correct a few typos
54839              (C. Bailey)
54840              
54841              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
54842              
54843              De-cut-and-pasto.
54844              
54845              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
54846              
54847              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
54848              
54849              Upgrade to CPAN 1.59_54, from Andreas König.
54850              
54851              Bogus shebang.
54852              
54853              Subject: [PATCH] Document makepatch in Porting/patching
54854              
54855              UTF-8 documentation.
54856              
54857              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
54858              
54859              Sort the MANIFEST.
54860              
54861              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
54862              
54863              Subject: [PATCH @8807] toke.c cleanup: scan_str()
54864              
54865              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
54866              
54867              Add run/*.t to testables.
54868              
54869              TODO: integrate #8784.
54870      Branch: maint-5.6/perl
54871           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
54872           !> (integrate 28 files)
54873 ____________________________________________________________________________
54874 [  8985] By: nick                                  on 2001/03/02  18:15:45
54875         Log: Integrate mainline
54876      Branch: perlio
54877           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
54878           !> vms/vms.c
54879 ____________________________________________________________________________
54880 [  8984] By: jhi                                   on 2001/03/02  16:00:17
54881         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
54882              
54883              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
54884              5.004_05, and mention the suidperl August 2000 security problem.
54885              (#8978,#8981)
54886              
54887              Subject: [ID 20010301.004] Technically speaking in perldata
54888              
54889              Subject: [PATCH] File::Copy for bleadperl, maintperl
54890              
54891              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
54892              
54893              (The #8982, fix for 20010221.005 and 20010221.008,
54894              would be nice too but it didn't integrate cleanly.)
54895      Branch: maint-5.6/perl
54896           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
54897 ____________________________________________________________________________
54898 [  8983] By: jhi                                   on 2001/03/02  15:51:16
54899         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
54900              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54901              Date:     Thu, 1 Mar 2001 15:54:09 EST
54902              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
54903      Branch: perl
54904            ! vms/vms.c
54905 ____________________________________________________________________________
54906 [  8982] By: jhi                                   on 2001/03/02  15:43:31
54907         Log: Subject: Re: sync sync sync: have I missed any patches?
54908              From: Radu Greab <radu@netsoft.ro> 
54909              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
54910              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
54911              
54912              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
54913              was checking argv[0] regardless of whether a different pathname
54914              will actually be executed."  Test case not supplied because 
54915              drafting that, ironically enough, revealed another bug
54916              (or a feature).
54917      Branch: perl
54918            ! doio.c
54919 ____________________________________________________________________________
54920 [  8981] By: jhi                                   on 2001/03/02  15:28:03
54921         Log: Misdate in #8978.
54922      Branch: perl
54923            ! pod/perlfaq1.pod
54924 ____________________________________________________________________________
54925 [  8980] By: jhi                                   on 2001/03/02  15:24:20
54926         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
54927              From: Chris Nandor <pudge@pobox.com>
54928              Date: Wed, 28 Feb 2001 22:10:15 -0500
54929              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
54930      Branch: perl
54931            ! lib/File/Copy.pm
54932 ____________________________________________________________________________
54933 [  8979] By: jhi                                   on 2001/03/02  15:17:16
54934         Log: Subject: [ID 20010301.004] Technically speaking in perldata
54935              From: abela@geneanet.org
54936              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
54937              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
54938      Branch: perl
54939            ! pod/perldata.pod
54940 ____________________________________________________________________________
54941 [  8978] By: jhi                                   on 2001/03/02  15:15:27
54942         Log: Subject: [ID 20010301.003] ref to 5.004
54943              From: abela@geneanet.org
54944              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
54945              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
54946              
54947              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
54948              and mention the suidperl August 2000 security problem.
54949      Branch: perl
54950            ! pod/perlfaq1.pod
54951 ____________________________________________________________________________
54952 [  8977] By: alanbur                               on 2001/03/02  14:17:45
54953         Log: Resynchronised with parent
54954      Branch: maint-5.6/pureperl
54955           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
54956           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
54957           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
54958           !> vms/descrip_mms.template win32/win32.c win32/win32.h
54959           !> win32/win32iop.h
54960 ____________________________________________________________________________
54961 [  8976] By: nick                                  on 2001/03/01  23:25:30
54962         Log: Integrate mainline.
54963      Branch: perlio
54964            - t/op/qu.t
54965           !> (integrate 55 files)
54966 ____________________________________________________________________________
54967 [  8975] By: jhi                                   on 2001/03/01  16:51:34
54968         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
54969      Branch: perl
54970           !> toke.c
54971 ____________________________________________________________________________
54972 [  8974] By: gsar                                  on 2001/03/01  16:28:21
54973         Log: fix for bugid 20010226.008
54974              
54975              the problem was that some of the pointers (PL_last_lop and
54976              PL_last_uni specifically) into the lex buffers weren't correctly
54977              being invalidated when the buffer changed; this would leave the
54978              pointers pointing at an arbitrary location in the buffer if
54979              the buffer didn't need to be reallocated, or point into freed
54980              memory if the buffer had to be realloced
54981              
54982              TODO item for bugdb maintainers: check other seemingly random
54983              parser-related bugs--they might be cured by this
54984      Branch: maint-5.6/perl
54985            ! toke.c
54986 ____________________________________________________________________________
54987 [  8973] By: jhi                                   on 2001/03/01  02:23:25
54988         Log: Retract #8970 because of a completely mysterious core dump:
54989              adding the tests 241..244 causes op/pat dump core at test #25.
54990              The test needs a lot of whittling down before the bug can be solved.
54991      Branch: perl
54992            ! t/op/pat.t
54993 ____________________________________________________________________________
54994 [  8972] By: jhi                                   on 2001/03/01  01:58:38
54995         Log: Regen perlapi.
54996      Branch: perl
54997            ! pod/perlapi.pod
54998 ____________________________________________________________________________
54999 [  8971] By: jhi                                   on 2001/03/01  01:34:09
55000         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))
55001              From: Nicholas Clark <nick@ccl4.org>
55002              Date: Wed, 28 Feb 2001 23:28:49 +0000
55003              Message-ID: <20010228232849.A55187@plum.flirble.org>
55004              
55005              Allow a completely write protected source code tree
55006              when using the Configure -Dmksymlinks.
55007      Branch: perl
55008            ! embed.pl warnings.pl
55009 ____________________________________________________________________________
55010 [  8970] By: jhi                                   on 2001/03/01  01:32:04
55011         Log: Add back the EBCDIC character range tests (for matching).
55012      Branch: perl
55013            ! t/op/pat.t
55014 ____________________________________________________________________________
55015 [  8969] By: nick                                  on 2001/02/28  18:18:01
55016         Log: Add charname comments to .ucm files writen by 'compile',
55017              also order charmaps in those files by source encoding.
55018              regenerate distrubuted .ucm files
55019      Branch: perlio
55020            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
55021            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
55022            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
55023            ! ext/Encode/Encode/iso8859-10.ucm
55024            ! ext/Encode/Encode/iso8859-13.ucm
55025            ! ext/Encode/Encode/iso8859-14.ucm
55026            ! ext/Encode/Encode/iso8859-15.ucm
55027            ! ext/Encode/Encode/iso8859-16.ucm
55028            ! ext/Encode/Encode/iso8859-2.ucm
55029            ! ext/Encode/Encode/iso8859-3.ucm
55030            ! ext/Encode/Encode/iso8859-4.ucm
55031            ! ext/Encode/Encode/iso8859-5.ucm
55032            ! ext/Encode/Encode/iso8859-6.ucm
55033            ! ext/Encode/Encode/iso8859-7.ucm
55034            ! ext/Encode/Encode/iso8859-8.ucm
55035            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
55036            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
55037 ____________________________________________________________________________
55038 [  8968] By: jhi                                   on 2001/02/28  16:26:37
55039         Log: Expand usemorebits early if d_casti32 needs to be undefined.
55040      Branch: perl
55041            ! hints/hpux.sh hints/irix_6.sh
55042 ____________________________________________________________________________
55043 [  8967] By: jhi                                   on 2001/02/28  16:22:26
55044         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
55045              retract toke.c/qu parts of #8583, retract #8485, retract
55046              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
55047              op/length.t, and MANIFEST, and delete t/op/qu.t.
55048      Branch: perl
55049            - t/op/qu.t
55050            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
55051            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
55052            ! t/op/length.t toke.c
55053 ____________________________________________________________________________
55054 [  8966] By: jhi                                   on 2001/02/28  15:00:27
55055         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
55056              by not changing from pre-Unicode days into being Unicode-aware.
55057              Sniff.
55058      Branch: perl
55059            ! pp.c t/op/pack.t t/op/qu.t
55060 ____________________________________________________________________________
55061 [  8965] By: jhi                                   on 2001/02/28  14:37:55
55062         Log: Subject: Re: Errors in core PODs
55063              From: Michael Stevens <michael@etla.org> 
55064              Date: Fri, 23 Feb 2001 15:47:56 +0000
55065              Message-ID: <20010223154756.A7723@firedrake.org> 
55066      Branch: perl
55067            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
55068            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
55069            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
55070            ! x2p/a2p.pod
55071 ____________________________________________________________________________
55072 [  8964] By: jhi                                   on 2001/02/28  14:35:35
55073         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
55074              (The #8961 was too bold.)
55075      Branch: perl
55076            ! hints/hpux.sh hints/irix_6.sh
55077 ____________________________________________________________________________
55078 [  8963] By: jhi                                   on 2001/02/28  14:33:39
55079         Log: Subject: Re: sync sync sync: have I missed any patches?
55080              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55081              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
55082              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
55083              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
55084              
55085              Replace djSP with dSP.
55086      Branch: perl
55087            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
55088            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
55089            ! win32/perlhost.h
55090 ____________________________________________________________________________
55091 [  8962] By: jhi                                   on 2001/02/27  23:21:14
55092         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
55093      Branch: perl
55094            ! lib/Filter/Simple.pm
55095 ____________________________________________________________________________
55096 [  8961] By: jhi                                   on 2001/02/27  22:55:26
55097         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
55098              and this would be it.
55099      Branch: perl
55100            ! hints/hpux.sh hints/irix_6.sh
55101 ____________________________________________________________________________
55102 [  8960] By: jhi                                   on 2001/02/27  22:51:33
55103         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
55104              From: "Craig A. Berry" <craigberry@mac.com>
55105              Date: Tue, 27 Feb 2001 16:11:44 -0600
55106              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
55107      Branch: maint-5.6/perl
55108            ! configure.com vms/descrip_mms.template
55109 ____________________________________________________________________________
55110 [  8959] By: jhi                                   on 2001/02/27  22:47:23
55111         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
55112              From: "Craig A. Berry" <craigberry@mac.com>
55113              Date: Tue, 27 Feb 2001 16:11:44 -0600
55114              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
55115      Branch: perl
55116            ! configure.com vms/descrip_mms.template
55117 ____________________________________________________________________________
55118 [  8958] By: jhi                                   on 2001/02/27  15:16:42
55119         Log: Update Changes.
55120      Branch: perl
55121            ! Changes patchlevel.h
55122 ____________________________________________________________________________
55123 [  8957] By: jhi                                   on 2001/02/27  06:15:07
55124         Log: Subject: [5.6.x] EPOC additions
55125              From: Olaf Flebbe <O.Flebbe@science-computing.de>
55126              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
55127              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
55128      Branch: maint-5.6/perl
55129            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
55130 ____________________________________________________________________________
55131 [  8956] By: jhi                                   on 2001/02/27  06:12:11
55132         Log: Subject: [perl-current] EPOC 
55133              From: Olaf Flebbe <O.Flebbe@science-computing.de>
55134              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
55135              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
55136      Branch: perl
55137            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
55138            ! epoc/epocish.c epoc/epocish.h pp_sys.c
55139 ____________________________________________________________________________
55140 [  8955] By: jhi                                   on 2001/02/27  05:59:50
55141         Log: Subject: Re: Compile with perlcc..
55142              From: Edward Peschko <edwardp@excitehome.net>
55143              Date: Mon, 26 Feb 2001 18:51:58 -0800
55144              Message-ID: <20010226185158.A9871@excitehome.net>
55145              
55146              plus add a simple usage message if no arguments given.
55147      Branch: perl
55148            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
55149            ! utils/Makefile utils/perlcc.PL win32/pod.mak
55150 ____________________________________________________________________________
55151 [  8954] By: nick                                  on 2001/02/26  21:02:59
55152         Log: Integrate mainline
55153      Branch: perlio
55154           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
55155           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
55156           !> t/op/sprintf.t
55157 ____________________________________________________________________________
55158 [  8953] By: jhi                                   on 2001/02/26  14:43:54
55159         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
55160              From: Nicholas Clark <nick@ccl4.org>
55161              Date: Mon, 26 Feb 2001 00:42:07 +0000
55162              Message-ID: <20010226004207.F23333@plum.flirble.org>
55163      Branch: perl
55164            ! pp_ctl.c
55165 ____________________________________________________________________________
55166 [  8952] By: jhi                                   on 2001/02/26  14:42:13
55167         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
55168              From: Simon Cozens <simon@netthink.co.uk>
55169              Date: Mon, 26 Feb 2001 12:23:48 +0000
55170              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
55171      Branch: perl
55172            ! pod/perlguts.pod
55173 ____________________________________________________________________________
55174 [  8951] By: jhi                                   on 2001/02/26  14:39:15
55175         Log: Subject: [PATCH] perlio - unknown layer
55176              From: Nicholas Clark <nick@ccl4.org>
55177              Date: Mon, 26 Feb 2001 00:27:19 +0000
55178              Message-ID: <20010226002719.E23333@plum.flirble.org>
55179      Branch: perl
55180            ! perlio.c
55181 ____________________________________________________________________________
55182 [  8950] By: jhi                                   on 2001/02/26  14:38:04
55183         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
55184              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
55185              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
55186              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
55187      Branch: perl
55188            ! t/op/bop.t
55189 ____________________________________________________________________________
55190 [  8949] By: jhi                                   on 2001/02/26  14:37:07
55191         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
55192              From: Peter Prymmer <pvhp@forte.com>
55193              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
55194              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
55195      Branch: perl
55196            ! lib/Test.pm
55197 ____________________________________________________________________________
55198 [  8948] By: jhi                                   on 2001/02/26  14:35:53
55199         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
55200              From: Radu Greab <radu@netsoft.ro>
55201              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
55202              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
55203      Branch: perl
55204            ! pod/perlop.pod
55205 ____________________________________________________________________________
55206 [  8947] By: jhi                                   on 2001/02/26  14:34:46
55207         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
55208              From: David Mitchell <davem@fdgroup.co.uk>
55209              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
55210              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
55211      Branch: perl
55212            ! run.c
55213 ____________________________________________________________________________
55214 [  8946] By: jhi                                   on 2001/02/26  14:32:37
55215         Log: Subject: Modified README.bs2000 
55216              From: Dorner Thomas <Thomas.Dorner@start.de>
55217              Date: Mon, 26 Feb 2001 09:22:17 +0100
55218              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
55219      Branch: perl
55220            ! README.bs2000
55221 ____________________________________________________________________________
55222 [  8945] By: jhi                                   on 2001/02/26  14:19:53
55223         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
55224              to maintperl, listing the known failures on the tests 129 and 130.
55225      Branch: maint-5.6/perl
55226           !> t/op/sprintf.t
55227 ____________________________________________________________________________
55228 [  8944] By: jhi                                   on 2001/02/26  14:14:15
55229         Log: Add more known sprintf failures.
55230      Branch: perl
55231            ! t/op/sprintf.t
55232 ____________________________________________________________________________
55233 [  8943] By: jhi                                   on 2001/02/26  13:56:22
55234         Log: perlglob.exe needs to be found in Win32, patch from
55235              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
55236              which needs external glob at mini-perl time."
55237      Branch: perl
55238            ! ext/Encode/compile
55239 ____________________________________________________________________________
55240 [  8942] By: jhi                                   on 2001/02/26  13:52:19
55241         Log: A missing dTHX from Vadim Konovalov.
55242      Branch: perl
55243            ! perlio.c
55244 ____________________________________________________________________________
55245 [  8941] By: jhi                                   on 2001/02/26  13:37:05
55246         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
55247      Branch: perl
55248            ! op.c
55249 ____________________________________________________________________________
55250 [  8940] By: jhi                                   on 2001/02/26  13:35:40
55251         Log: Integrate perlio.
55252      Branch: perl
55253           !> ext/Encode/Encode.pm
55254 ____________________________________________________________________________
55255 [  8939] By: nick                                  on 2001/02/25  23:47:09
55256         Log: Integrate mainline.
55257      Branch: perlio
55258           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
55259           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
55260 ____________________________________________________________________________
55261 [  8938] By: nick                                  on 2001/02/25  19:36:28
55262         Log: Encode implementations docs.
55263      Branch: perlio
55264            ! ext/Encode/Encode.pm
55265 ____________________________________________________________________________
55266 [  8937] By: jhi                                   on 2001/02/25  19:26:16
55267         Log: Script wasn't aligned with reality.
55268      Branch: perl
55269            ! t/pod/find.t
55270 ____________________________________________________________________________
55271 [  8936] By: jhi                                   on 2001/02/25  18:54:55
55272         Log: Update Changes.
55273      Branch: perl
55274            ! Changes patchlevel.h
55275 ____________________________________________________________________________
55276 [  8935] By: jhi                                   on 2001/02/25  18:46:36
55277         Log: Retract #8929,8930,8932,8933 for now.
55278      Branch: perl
55279            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
55280 ____________________________________________________________________________
55281 [  8934] By: jhi                                   on 2001/02/25  17:34:35
55282         Log: Integrate perlio.
55283      Branch: perl
55284           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
55285           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
55286           !> t/lib/encode.t
55287 ____________________________________________________________________________
55288 [  8933] By: jhi                                   on 2001/02/25  17:33:12
55289         Log: (Retracted by #8395.)
55290              
55291              Slight tweaks in scan_const(), not fixes yet, it seems like
55292              lots of work remains to be done...
55293      Branch: perl
55294            ! toke.c
55295 ____________________________________________________________________________
55296 [  8932] By: jhi                                   on 2001/02/25  17:27:11
55297         Log: (Retracted by #8395.)
55298              
55299              Missing from #8930.
55300      Branch: perl
55301            ! perl.h
55302 ____________________________________________________________________________
55303 [  8931] By: jhi                                   on 2001/02/25  17:26:19
55304         Log: A comment tweak.
55305      Branch: perl
55306            ! utf8.c
55307 ____________________________________________________________________________
55308 [  8930] By: jhi                                   on 2001/02/25  17:25:47
55309         Log: (Retracted by #8395.)
55310              
55311              Attempt to fix the EBCDIC character range problem with //.
55312      Branch: perl
55313            ! regcomp.c
55314 ____________________________________________________________________________
55315 [  8929] By: jhi                                   on 2001/02/25  17:23:45
55316         Log: (Retracted by #8395.)
55317              
55318              Expand the EBCDIC character range tests, and add few nasty
55319              tr tests from Karsten Sperling.
55320      Branch: perl
55321            ! t/op/pat.t t/op/tr.t
55322 ____________________________________________________________________________
55323 [  8928] By: jhi                                   on 2001/02/25  17:18:49
55324         Log: Missing check-in.
55325      Branch: perl
55326            ! lib/Pod/Find.pm
55327 ____________________________________________________________________________
55328 [  8927] By: nick                                  on 2001/02/25  11:30:22
55329         Log: Change method names in Encode implementation classes to something
55330              less confusing (preparing to "go public").
55331      Branch: perlio
55332            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
55333 ____________________________________________________________________________
55334 [  8926] By: nick                                  on 2001/02/25  10:53:24
55335         Log: GCC __atribute__ / printf fix
55336      Branch: perlio
55337            ! perl.h
55338 ____________________________________________________________________________
55339 [  8925] By: nick                                  on 2001/02/25  10:52:25
55340         Log: Checked in the wrong one ...
55341      Branch: perlio
55342            ! ext/Encode/Encode.pm
55343 ____________________________________________________________________________
55344 [  8924] By: nick                                  on 2001/02/24  18:46:51
55345         Log: Integrate mainline - to see what Jarkko has in ...
55346      Branch: perlio
55347           +> t/pod/testpods/lib/Pod/Stuff.pm
55348           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
55349 ____________________________________________________________________________
55350 [  8923] By: nick                                  on 2001/02/24  17:05:23
55351         Log: Encode API documentation nd tidy up.
55352              Minor additions to test.
55353              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
55354              Adds STRLEN to standard typemap.
55355      Branch: perlio
55356            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
55357            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
55358 ____________________________________________________________________________
55359 [  8922] By: jhi                                   on 2001/02/24  16:38:12
55360         Log: Add a test for the "character range should match in EBCDIC
55361              if specified using explicit numerics" bug found by Karsten
55362              Sperling.
55363      Branch: perl
55364            ! t/op/pat.t
55365 ____________________________________________________________________________
55366 [  8921] By: jhi                                   on 2001/02/24  16:30:16
55367         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
55368              From: schwern@pobox.com
55369              Date: Fri, 23 Feb 2001 03:21:37 -0500
55370              Message-ID: <20010223032137.A26022@magnonel.guild.net>
55371              
55372              plus Charles Lane's fixes, plus tweaks.
55373      Branch: perl
55374            + t/pod/testpods/lib/Pod/Stuff.pm
55375            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
55376 ____________________________________________________________________________
55377 [  8920] By: nick                                  on 2001/02/24  10:30:11
55378         Log: Integrate mainline
55379      Branch: perlio
55380           !> (integrate 33 files)
55381 ____________________________________________________________________________
55382 [  8919] By: jhi                                   on 2001/02/24  00:23:35
55383         Log: Subject: Re: I'm losing the war...
55384              From: "Vadim Konovalov" <watman@inbox.ru>
55385              Date: Sat, 24 Feb 2001 00:10:14 +0300
55386              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
55387              
55388              hv_store() not working correctly in ENV_IS_CASELESS case.
55389      Branch: perl
55390            ! hv.c
55391 ____________________________________________________________________________
55392 [  8918] By: jhi                                   on 2001/02/24  00:20:09
55393         Log: Subject: Re: [PATCH] fix for charnames above FFFF
55394              From: andreas.koenig@anima.de (Andreas J. Koenig)
55395              Date: 23 Feb 2001 02:39:03 +0100
55396              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
55397              
55398              A further efficiency tweak.
55399      Branch: perl
55400            ! lib/charnames.pm
55401 ____________________________________________________________________________
55402 [  8917] By: jhi                                   on 2001/02/23  20:27:51
55403         Log: Integrate change #8916 from mainline,
55404              do away with USE_WIN32_RTL_ENV.
55405      Branch: maint-5.6/perl
55406           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
55407 ____________________________________________________________________________
55408 [  8916] By: jhi                                   on 2001/02/23  20:02:25
55409         Log: Abolish USE_WIN32_RTL_ENV.
55410      Branch: perl
55411            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
55412 ____________________________________________________________________________
55413 [  8915] By: jhi                                   on 2001/02/23  19:36:00
55414         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
55415              later protected by some #define.
55416      Branch: perl
55417            ! gv.c
55418 ____________________________________________________________________________
55419 [  8914] By: jhi                                   on 2001/02/23  19:31:38
55420         Log: Retract #8902 for now, requested by Charles Lane, the correct
55421              fix will be something else.
55422      Branch: perl
55423            ! op.c
55424 ____________________________________________________________________________
55425 [  8913] By: jhi                                   on 2001/02/23  19:11:36
55426         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
55427              From: Peter Prymmer <pvhp@forte.com>
55428              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
55429              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
55430      Branch: perl
55431            ! t/op/lex_assign.t
55432 ____________________________________________________________________________
55433 [  8912] By: jhi                                   on 2001/02/23  18:38:20
55434         Log: Subject: [patch] perlio + useithreads
55435              From: Doug MacEachern <dougm@covalent.net>
55436              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
55437              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
55438              
55439              Gets things running but not complete.
55440      Branch: perl
55441            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
55442 ____________________________________________________________________________
55443 [  8911] By: jhi                                   on 2001/02/23  04:20:02
55444         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
55445              
55446              Duplicated environment freeing, File::Temp 0.12,
55447              op/append portability (EBCDIC) tweak.
55448      Branch: maint-5.6/perl
55449           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55450           !> t/op/append.t
55451 ____________________________________________________________________________
55452 [  8910] By: jhi                                   on 2001/02/23  02:07:33
55453         Log: Integrate change #8909 from mainline, a better Borland
55454              putenv() workaround.
55455      Branch: maint-5.6/perl
55456           !> perl.c
55457 ____________________________________________________________________________
55458 [  8909] By: jhi                                   on 2001/02/23  02:05:46
55459         Log: A better workaround for Borland putenv() brokenness from Sarathy.
55460      Branch: perl
55461            ! perl.c
55462 ____________________________________________________________________________
55463 [  8908] By: jhi                                   on 2001/02/23  02:04:14
55464         Log: Subject: fix for parameter -Dm (for perl@8867)
55465              From: "Vadim Konovalov" <watman@inbox.ru>
55466              Date: Thu, 22 Feb 2001 17:30:12 +0300
55467              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
55468      Branch: perl
55469            ! perl.h
55470 ____________________________________________________________________________
55471 [  8907] By: jhi                                   on 2001/02/23  01:58:20
55472         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
55473              From: Peter Prymmer <pvhp@forte.com>
55474              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
55475              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
55476      Branch: perl
55477            ! t/op/append.t
55478 ____________________________________________________________________________
55479 [  8906] By: jhi                                   on 2001/02/23  01:48:34
55480         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
55481      Branch: perl
55482            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55483 ____________________________________________________________________________
55484 [  8905] By: jhi                                   on 2001/02/23  01:43:30
55485         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
55486              From: Peter Prymmer <pvhp@forte.com>
55487              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
55488              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
55489      Branch: perl
55490            ! t/lib/st-06compat.t
55491 ____________________________________________________________________________
55492 [  8904] By: jhi                                   on 2001/02/23  01:42:39
55493         Log: Metaconfig unit change for #8903.
55494      Branch: metaconfig/U/perl
55495            ! Devel.U
55496 ____________________________________________________________________________
55497 [  8903] By: jhi                                   on 2001/02/23  01:42:12
55498         Log: Be more helpful for devel builders, suggested by John L. Allen.
55499      Branch: perl
55500            ! Configure
55501 ____________________________________________________________________________
55502 [  8902] By: jhi                                   on 2001/02/23  01:37:41
55503         Log: (Retracted by #8914)
55504              (Wrongly, reinstated by #8941)
55505              
55506              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
55507              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55508              Date:     Thu, 22 Feb 2001 09:43:57 EST
55509              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
55510      Branch: perl
55511            ! op.c
55512 ____________________________________________________________________________
55513 [  8901] By: jhi                                   on 2001/02/23  01:20:32
55514         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
55515              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55516              Date:     Thu, 22 Feb 2001 08:01:35 EST
55517              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
55518      Branch: perl
55519            ! malloc.c
55520 ____________________________________________________________________________
55521 [  8900] By: jhi                                   on 2001/02/23  01:18:02
55522         Log: Integrate changes #8898,8899 from mainline, environ handling.
55523      Branch: maint-5.6/perl
55524           !> perl.c
55525 ____________________________________________________________________________
55526 [  8899] By: jhi                                   on 2001/02/23  01:16:25
55527         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
55528              putenv() is not to be relied on, they are either broken or leaky
55529              or both.)
55530      Branch: perl
55531            ! perl.c
55532 ____________________________________________________________________________
55533 [  8898] By: jhi                                   on 2001/02/22  23:36:59
55534         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
55535              and safesysfree() must be used.
55536      Branch: perl
55537            ! perl.c
55538 ____________________________________________________________________________
55539 [  8897] By: jhi                                   on 2001/02/22  23:25:45
55540         Log: With environ one must use safesysmalloc()/safesysfree().
55541      Branch: perl
55542            ! perl.c
55543 ____________________________________________________________________________
55544 [  8896] By: jhi                                   on 2001/02/22  22:13:18
55545         Log: If we have a duplicated environment free it
55546              if PERL_DESTRUCT_LEVEL.
55547      Branch: perl
55548            ! perl.c
55549 ____________________________________________________________________________
55550 [  8895] By: alanbur                               on 2001/02/22  19:31:57
55551         Log: Synchronised with parent
55552      Branch: maint-5.6/pureperl
55553           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
55554 ____________________________________________________________________________
55555 [  8894] By: gsar                                  on 2001/02/22  19:06:18
55556         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
55557              
55558              fix memory leak in method call optimization (change#3768);
55559              made C<eval "$x->foo()"> leak
55560              
55561              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
55562      Branch: maint-5.6/perl
55563           !> op.c
55564 ____________________________________________________________________________
55565 [  8893] By: jhi                                   on 2001/02/22  18:35:27
55566         Log: (Retracted by #8915.)
55567              
55568              Third Degree finding:
55569              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
55570      Branch: perl
55571            ! gv.c
55572 ____________________________________________________________________________
55573 [  8892] By: jhi                                   on 2001/02/22  14:28:32
55574         Log: Update Changes.
55575      Branch: perl
55576            ! Changes patchlevel.h
55577 ____________________________________________________________________________
55578 [  8891] By: jhi                                   on 2001/02/22  13:22:45
55579         Log: Metaconfig unit changes for #8890.
55580      Branch: metaconfig
55581            ! U/modified/Cppsym.U U/threads/archname.U
55582 ____________________________________________________________________________
55583 [  8890] By: jhi                                   on 2001/02/22  13:22:12
55584         Log: Add -stdio to the archname if no perlio selected,
55585              no -perlio added since that is now the default.
55586              
55587              Add few CPUs/architectures to the Cppsym scan.
55588      Branch: perl
55589            ! Configure config_h.SH
55590 ____________________________________________________________________________
55591 [  8889] By: jhi                                   on 2001/02/22  13:05:59
55592         Log: Metaconfig unit change for #8888.
55593      Branch: metaconfig/U/perl
55594            ! useperlio.U
55595 ____________________________________________________________________________
55596 [  8888] By: jhi                                   on 2001/02/22  13:05:28
55597         Log: *drum roll*  Make perlio the default.
55598      Branch: perl
55599            ! Configure config_h.SH
55600 ____________________________________________________________________________
55601 [  8887] By: jhi                                   on 2001/02/22  12:50:52
55602         Log: Integrate change #8665 from maintperl to mainline,
55603              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
55604      Branch: perl
55605           !> ext/POSIX/POSIX.xs
55606 ____________________________________________________________________________
55607 [  8886] By: jhi                                   on 2001/02/22  12:49:24
55608         Log: Integrate changes #8883,8884 from mainline to maintperl.
55609              
55610              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
55611              Subject: Re: File::Temp::_gettemp warning
55612      Branch: maint-5.6/perl
55613           !> embed.h embed.pl lib/File/Temp.pm
55614 ____________________________________________________________________________
55615 [  8885] By: jhi                                   on 2001/02/22  12:43:59
55616         Log: Based on
55617              
55618              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
55619              From: schwab@suse.de
55620              Date: Thu, 22 Feb 2001 13:08:09 +0100
55621              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
55622              
55623              but the fix done slightly differently because the other
55624              half was already done in #8664.
55625      Branch: maint-5.6/perl
55626            ! ext/POSIX/POSIX.xs
55627 ____________________________________________________________________________
55628 [  8884] By: jhi                                   on 2001/02/22  12:37:15
55629         Log: Subject: Re: File::Temp::_gettemp warning
55630              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55631              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
55632              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
55633              
55634              This patch to File::Temp does two things:
55635              
55636              1. Fixes the problem with CGI::Carp when determining
55637              the Fcntl constants
55638              
55639              2. Removes most of the carps and consolidates them so that all the
55640              reasons are included in a single die that is caught by the test. This
55641              means that the correct skipping behaviour is displayed by the test.
55642      Branch: perl
55643            ! lib/File/Temp.pm
55644 ____________________________________________________________________________
55645 [  8883] By: jhi                                   on 2001/02/22  12:29:19
55646         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
55647              From: Peter Prymmer <pvhp@forte.com>
55648              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
55649              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
55650      Branch: perl
55651            ! embed.h embed.pl
55652 ____________________________________________________________________________
55653 [  8882] By: jhi                                   on 2001/02/21  19:41:33
55654         Log: Integrate change #8881 from mainlin to maintperl.
55655              
55656              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
55657      Branch: maint-5.6/perl
55658           !> op.c
55659 ____________________________________________________________________________
55660 [  8881] By: jhi                                   on 2001/02/21  19:38:57
55661         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
55662              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55663              Date:     Wed, 21 Feb 2001 13:08:03 EST
55664              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
55665      Branch: perl
55666            ! op.c
55667 ____________________________________________________________________________
55668 [  8880] By: jhi                                   on 2001/02/21  19:34:34
55669         Log: Retract #8875, cannot let go of the old semantics of unpack U
55670              without rethinking utf8decode.t.
55671      Branch: perl
55672            ! pp.c t/op/pack.t
55673 ____________________________________________________________________________
55674 [  8879] By: jhi                                   on 2001/02/21  19:08:02
55675         Log: Run run/*.t also in minitest.
55676      Branch: perl
55677            ! Makefile.SH
55678 ____________________________________________________________________________
55679 [  8878] By: nick                                  on 2001/02/21  18:55:37
55680         Log: Integrate mainline
55681      Branch: perlio
55682           !> (integrate 76 files)
55683 ____________________________________________________________________________
55684 [  8877] By: jhi                                   on 2001/02/21  15:09:33
55685         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
55686      Branch: metaconfig
55687            ! U/compline/nblock_io.U
55688      Branch: perl
55689            ! Configure config_h.SH
55690 ____________________________________________________________________________
55691 [  8876] By: jhi                                   on 2001/02/21  14:54:45
55692         Log: If no sfio, no -lsfio.
55693      Branch: metaconfig/U/perl
55694            ! d_sfio.U
55695      Branch: perl
55696            ! Configure config_h.SH
55697 ____________________________________________________________________________
55698 [  8875] By: jhi                                   on 2001/02/21  14:54:00
55699         Log: Make unpack C and unpack U truly equivalent.
55700      Branch: perl
55701            ! pp.c t/op/pack.t
55702 ____________________________________________________________________________
55703 [  8874] By: jhi                                   on 2001/02/21  14:26:02
55704         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
55705              From: Peter Prymmer <pvhp@forte.com>
55706              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
55707              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
55708      Branch: perl
55709            ! pod/perlport.pod
55710 ____________________________________________________________________________
55711 [  8873] By: jhi                                   on 2001/02/21  14:24:31
55712         Log: Subject: [PATCH] fix for charnames above FFFF
55713              From: andreas.koenig@anima.de (Andreas J. Koenig)
55714              Date: 21 Feb 2001 07:05:45 +0100
55715              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
55716      Branch: perl
55717            ! lib/charnames.pm t/lib/charnames.t
55718 ____________________________________________________________________________
55719 [  8872] By: jhi                                   on 2001/02/21  14:15:25
55720         Log: Integrate change #8868 from pureperl to mainline.
55721              
55722              Fixed reference count loop caused by sv_magic.
55723      Branch: perl
55724           !> sv.c
55725 ____________________________________________________________________________
55726 [  8871] By: jhi                                   on 2001/02/21  14:07:29
55727         Log: Integrate change #8868 from pureperl to maintperl.
55728              
55729              Fixed reference count loop caused by sv_magic.
55730      Branch: maint-5.6/perl
55731           !> sv.c
55732 ____________________________________________________________________________
55733 [  8870] By: jhi                                   on 2001/02/21  14:04:41
55734         Log: Put back the #8840, it was innocent.
55735      Branch: perl
55736            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
55737            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
55738 ____________________________________________________________________________
55739 [  8869] By: jhi                                   on 2001/02/21  14:00:03
55740         Log: unpack("C", ...) was left slightly unfinished by #8865.
55741      Branch: perl
55742            ! pp.c t/op/pack.t
55743 ____________________________________________________________________________
55744 [  8868] By: alanbur                               on 2001/02/21  01:33:45
55745         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
55746              from gv_fetchpv to create single-character magic variables (e.g. $!),
55747              and it is passed a sv and the gv that contains the sv as the mg_obj
55748              value.  When sv_magic stores the mg_obj pointer it increments the gv
55749              refcount, thus causing a sv-gv pair that can't be freed.  There is
55750              already a check for sv == obj which is used to prevent such reference
55751              loops.  This change extends the check to cover the case described above.
55752      Branch: maint-5.6/pureperl
55753            ! sv.c
55754 ____________________________________________________________________________
55755 [  8867] By: jhi                                   on 2001/02/21  00:52:39
55756         Log: Update Changes.
55757      Branch: perl
55758            ! Changes patchlevel.h
55759 ____________________________________________________________________________
55760 [  8866] By: jhi                                   on 2001/02/21  00:34:20
55761         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
55762              (Note: there were some conflicts due to EBCDIC and EPOC
55763              patches, in general I preferred the repository code.)
55764              (When 2.753 comes out, we need to synchronize.)
55765      Branch: perl
55766            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
55767            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
55768            ! t/lib/cgi-html.t
55769 ____________________________________________________________________________
55770 [  8865] By: jhi                                   on 2001/02/21  00:24:22
55771         Log: Make pack("C", 0x100) to create Unicode, unless under the
55772              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
55773              will understand Unicode, unless you under know what.
55774      Branch: perl
55775            ! pp.c t/op/pack.t t/op/qu.t
55776 ____________________________________________________________________________
55777 [  8864] By: alanbur                               on 2001/02/20  22:35:34
55778         Log: Resynchronised with parent
55779      Branch: maint-5.6/pureperl
55780           !> README.win32 ext/GDBM_File/GDBM_File.pm
55781           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
55782           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
55783           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
55784           !> t/lib/sdbm.t util.c
55785 ____________________________________________________________________________
55786 [  8863] By: jhi                                   on 2001/02/20  20:55:11
55787         Log: Integrate change #8860,8861 from mainline into maintperl.
55788              
55789              "pseudo-literal j"
55790              
55791              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
55792      Branch: maint-5.6/perl
55793           !> lib/Test.pm pod/perlop.pod
55794 ____________________________________________________________________________
55795 [  8862] By: jhi                                   on 2001/02/20  20:30:07
55796         Log: Don't do casting between pointers pointing to differently sized
55797              integers.
55798      Branch: perl
55799            ! hv.c sv.c
55800 ____________________________________________________________________________
55801 [  8861] By: jhi                                   on 2001/02/20  19:53:44
55802         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
55803              From: Peter Prymmer <pvhp@forte.com>
55804              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
55805              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
55806      Branch: perl
55807            ! lib/Test.pm
55808 ____________________________________________________________________________
55809 [  8860] By: jhi                                   on 2001/02/20  19:48:02
55810         Log: "pseudo-literal j", a documentation glitch reported to Debian.
55811              The text recovered from Perl 5.005_03, and pseudo-literal replaced
55812              by "backtick string".
55813      Branch: perl
55814            ! pod/perlop.pod
55815 ____________________________________________________________________________
55816 [  8859] By: jhi                                   on 2001/02/20  19:15:46
55817         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
55818              from Chris Nandor.
55819      Branch: perl
55820            ! makedef.pl
55821 ____________________________________________________________________________
55822 [  8858] By: jhi                                   on 2001/02/20  17:36:53
55823         Log: Integrate pureperl changes #8844,8845,8850 to mainline
55824              (via maintperl #8855).
55825              
55826              Fixed %^H scoping bug
55827              
55828              Removed GV <-> CV refcount loop
55829              
55830              Removed %ENV refcount loop
55831      Branch: perl
55832           !> gv.c op.c perl.c pp.c scope.c
55833 ____________________________________________________________________________
55834 [  8857] By: jhi                                   on 2001/02/20  17:34:32
55835         Log: Integrate changes #8853,8854 from maintperl to mainline.
55836              
55837              EBDIC fixes, README.win32 Borland update.
55838      Branch: perl
55839           !> README.win32 handy.h util.c
55840 ____________________________________________________________________________
55841 [  8856] By: jhi                                   on 2001/02/20  17:33:16
55842         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
55843      Branch: maint-5.6/perl
55844           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
55845           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
55846           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
55847 ____________________________________________________________________________
55848 [  8855] By: jhi                                   on 2001/02/20  17:32:13
55849         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
55850              
55851              Fixed %^H scoping bug
55852              
55853              Removed GV <-> CV refcount loop
55854              
55855              Removed %ENV refcount loop
55856      Branch: maint-5.6/perl
55857           !> gv.c op.c perl.c pp.c scope.c
55858 ____________________________________________________________________________
55859 [  8854] By: jhi                                   on 2001/02/20  17:25:06
55860         Log: Subject: Addition to readme.win32 for Borland C++ compilers
55861              Date: Tue, 20 Feb 2001 02:15:25 +0300
55862              From: "Vadim Konovalov" <watman@inbox.ru>
55863              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
55864              
55865              Document Borland compiler misbehaviour.
55866      Branch: maint-5.6/perl
55867            ! README.win32
55868 ____________________________________________________________________________
55869 [  8853] By: jhi                                   on 2001/02/20  17:22:25
55870         Log: The assimilation of ebcdic.c didn't quite work at the first try,
55871              patches from Thomas Dorner.
55872      Branch: maint-5.6/perl
55873            ! handy.h util.c
55874 ____________________________________________________________________________
55875 [  8852] By: jhi                                   on 2001/02/20  17:20:15
55876         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
55877              From: Chris Nandor <pudge@pobox.com>
55878              Date: Tue, 20 Feb 2001 08:32:45 -0500
55879              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
55880      Branch: maint-5.6/perl
55881            ! makedef.pl mg.c
55882 ____________________________________________________________________________
55883 [  8851] By: jhi                                   on 2001/02/20  17:15:52
55884         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
55885      Branch: perl
55886            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
55887            ! t/lib/filter-util.t
55888 ____________________________________________________________________________
55889 [  8850] By: alanbur                               on 2001/02/20  17:12:40
55890         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
55891              and the magic pointer points back to the GV that contains the
55892              %ENV hash.  This creates a refcount loop that prevents members
55893              of %ENV from being freed correctly.  This change removes the
55894              refcount loop - the magic pointer was never used anyway, the
55895              only use of the magic was to check the type ('E') so that the
55896              appropriate environment manipulation code is called when %ENV
55897              is modified.
55898      Branch: maint-5.6/pureperl
55899            ! perl.c
55900 ____________________________________________________________________________
55901 [  8849] By: jhi                                   on 2001/02/20  17:12:20
55902         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
55903              From: "Craig A. Berry" <craigberry@mac.com>
55904              Date: Mon, 19 Feb 2001 23:36:12 -0600
55905              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
55906              
55907              Case-forgiving systems match TestInit.pm with TES*.
55908      Branch: perl
55909            ! t/lib/glob-basic.t
55910 ____________________________________________________________________________
55911 [  8848] By: jhi                                   on 2001/02/20  17:10:02
55912         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
55913      Branch: perl
55914            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
55915            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
55916            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
55917 ____________________________________________________________________________
55918 [  8847] By: jhi                                   on 2001/02/20  15:34:41
55919         Log: The #8843 wasn't quite right: %Config needs to imported.
55920      Branch: perl
55921            ! t/run/runenv.t
55922 ____________________________________________________________________________
55923 [  8846] By: jhi                                   on 2001/02/20  15:31:50
55924         Log: Retract the #8838 and #8840 for now because of
55925              the DB_File tie problem.
55926      Branch: perl
55927            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
55928            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
55929            ! proto.h sv.c
55930 ____________________________________________________________________________
55931 [  8845] By: alanbur                               on 2001/02/20  14:25:41
55932         Log: Removed GV <-> CV refcount loop
55933              CvGV(mycv) points to the parent GV of the CV, and was previously
55934              refcounted.  The pointer remains, but the refcounting has been removed
55935              as it causes a refcount loop between the CV and GV that means the CV
55936              can't ever be deleted.
55937      Branch: maint-5.6/pureperl
55938            ! gv.c op.c pp.c
55939 ____________________________________________________________________________
55940 [  8844] By: alanbur                               on 2001/02/20  14:23:13
55941         Log: Fixed %^H scoping bug
55942      Branch: maint-5.6/pureperl
55943            ! scope.c
55944 ____________________________________________________________________________
55945 [  8843] By: jhi                                   on 2001/02/19  13:38:08
55946         Log: fork() not everywhere, cleanup temp files.
55947      Branch: perl
55948            ! t/run/runenv.t
55949 ____________________________________________________________________________
55950 [  8842] By: alanbur                               on 2001/02/19  12:42:07
55951         Log: Resynchronised with parent
55952      Branch: maint-5.6/pureperl
55953           !> pod/perlfaq4.pod sv.c utf8.c
55954 ____________________________________________________________________________
55955 [  8841] By: jhi                                   on 2001/02/19  03:35:51
55956         Log: Update Changes.
55957      Branch: perl
55958            ! Changes patchlevel.h
55959 ____________________________________________________________________________
55960 [  8840] By: jhi                                   on 2001/02/19  00:23:41
55961         Log: Subject: [patch] add sv_setref_uv
55962              From: Doug MacEachern <dougm@covalent.net>
55963              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
55964              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
55965      Branch: perl
55966            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
55967            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
55968 ____________________________________________________________________________
55969 [  8839] By: jhi                                   on 2001/02/19  00:01:38
55970         Log: Put to rest the 20010205.001, the email address checking (not) regex.
55971      Branch: perl
55972            ! pod/perlfaq9.pod
55973 ____________________________________________________________________________
55974 [  8838] By: jhi                                   on 2001/02/18  22:17:54
55975         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
55976              From: Doug MacEachern <dougm@covalent.net>
55977              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
55978              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
55979      Branch: perl
55980            ! lib/ExtUtils/xsubpp
55981 ____________________________________________________________________________
55982 [  8837] By: jhi                                   on 2001/02/18  22:16:50
55983         Log: Subject: [patch] -Wall cleanup round 2
55984              From: Doug MacEachern <dougm@covalent.net>
55985              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
55986              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
55987      Branch: perl
55988            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
55989            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
55990            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
55991            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
55992            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
55993            ! ext/SDBM_File/SDBM_File.xs
55994 ____________________________________________________________________________
55995 [  8836] By: jhi                                   on 2001/02/18  22:11:20
55996         Log: Misapplied regex optimizations when \C is present.
55997              Fixes 20001230.002.
55998              
55999              What still remains broken is that the submatches that
56000              have \C in them get their UTF8 flag on because their
56001              parent SV has it on.  This will result in malformed
56002              UTF8 if a \C happened to match a non-ASCII byte.
56003      Branch: perl
56004            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
56005            ! t/pragma/utf8.t
56006 ____________________________________________________________________________
56007 [  8835] By: jhi                                   on 2001/02/18  20:12:02
56008         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
56009              
56010              The hash key got wrongly UTF8fied.
56011      Branch: perl
56012            ! pod/perlapi.pod toke.c utf8.c
56013 ____________________________________________________________________________
56014 [  8834] By: jhi                                   on 2001/02/18  19:44:25
56015         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
56016              don't warn on magical or overloaded things.
56017      Branch: perl
56018            ! pp_hot.c
56019 ____________________________________________________________________________
56020 [  8833] By: nick                                  on 2001/02/18  19:31:22
56021         Log: Integrate mainline
56022      Branch: perlio
56023           +> t/TestInit.pm t/run/runenv.t
56024            - t/UTEST
56025           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
56026           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
56027           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
56028           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
56029           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
56030           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
56031           !> utf8.c
56032 ____________________________________________________________________________
56033 [  8832] By: jhi                                   on 2001/02/18  19:21:18
56034         Log: Integrate perlio.
56035      Branch: perl
56036           !> perlio.c pod/perldiag.pod
56037 ____________________________________________________________________________
56038 [  8831] By: jhi                                   on 2001/02/18  19:14:20
56039         Log: Integrate change #8827 from mainline.
56040              
56041              UTF8 tweaks.
56042      Branch: maint-5.6/perl
56043           !> sv.c utf8.c
56044 ____________________________________________________________________________
56045 [  8830] By: nick                                  on 2001/02/18  19:10:34
56046         Log: Apply the spirit of patch from Nick Clark:
56047              Subject: [PATCH] Re: extensions that provide layers
56048              From: Nicholas Clark <nick@ccl4.org>
56049              Date: Mon, 12 Feb 2001 16:43:51 +0000
56050              Message-Id: <20010212164350.Q3652@plum.flirble.org>
56051      Branch: perlio
56052            ! perlio.c pod/perldiag.pod
56053 ____________________________________________________________________________
56054 [  8829] By: jhi                                   on 2001/02/18  19:03:25
56055         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
56056              From: schwern@pobox.com 
56057              Date: Sun, 18 Feb 2001 13:44:35 -0500
56058              Message-ID: <20010218134435.A17544@magnonel.guild.net>
56059              
56060              Applied, but as t/TestInit.pm.
56061      Branch: perl
56062            + t/TestInit.pm
56063            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
56064            ! t/op/subst_wamp.t
56065 ____________________________________________________________________________
56066 [  8828] By: jhi                                   on 2001/02/18  18:43:52
56067         Log: Integrate perlio.
56068      Branch: perl
56069           !> perlio.c
56070 ____________________________________________________________________________
56071 [  8827] By: jhi                                   on 2001/02/18  18:41:33
56072         Log: UTF-8 tweaks.
56073      Branch: perl
56074            ! sv.c utf8.c
56075 ____________________________________________________________________________
56076 [  8826] By: nick                                  on 2001/02/18  17:40:59
56077         Log: Fix [ID 20010217.002]
56078              open FOO, "<:raw:perlio", ...
56079              :raw now inserts default base layer below itself.
56080              Also
56081              open FOO, "<:unix", ...
56082              works as well - but leaves buffer layer on stack under the unix layer.
56083      Branch: perlio
56084            ! perlio.c
56085 ____________________________________________________________________________
56086 [  8825] By: jhi                                   on 2001/02/18  17:15:39
56087         Log: Integrate perlio.
56088      Branch: perl
56089           !> perlio.c perliol.h
56090 ____________________________________________________________________________
56091 [  8824] By: jhi                                   on 2001/02/18  17:10:53
56092         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
56093              From: schwern@pobox.com
56094              Date: Sun, 18 Feb 2001 01:48:50 -0500
56095              Message-ID: <20010218014850.C19957@magnonel.guild.net>
56096      Branch: perl
56097            ! lib/Test/Harness.pm t/TEST t/op/chop.t
56098 ____________________________________________________________________________
56099 [  8823] By: jhi                                   on 2001/02/18  17:01:06
56100         Log: Add run/*.t to testables.
56101      Branch: perl
56102            ! t/TEST
56103 ____________________________________________________________________________
56104 [  8822] By: jhi                                   on 2001/02/18  16:58:58
56105         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
56106              From: schwern@pobox.com
56107              Date: Sun, 18 Feb 2001 01:11:35 -0500
56108              Message-ID: <20010218011135.A19957@magnonel.guild.net>
56109              
56110              Revive mjd's and Simon's PERL5OPT fix.
56111      Branch: perl
56112            + t/run/runenv.t
56113            ! MANIFEST perl.c
56114 ____________________________________________________________________________
56115 [  8821] By: jhi                                   on 2001/02/18  16:53:46
56116         Log: Subject: Re: Why t/TEST and not Test::Harness?
56117              From: schwern@pobox.com
56118              Date: Sat, 17 Feb 2001 22:44:44 -0500
56119              Message-ID: <20010217224444.A6679@magnonel.guild.net>
56120              
56121              Replace UTEST with TEST -utf8.
56122      Branch: perl
56123            - t/UTEST
56124            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
56125            ! t/lib/glob-basic.t
56126 ____________________________________________________________________________
56127 [  8820] By: nick                                  on 2001/02/18  13:06:16
56128         Log: Clean up a few core dumps when layers are used in unexpected ways.
56129              (Still not "right"...)
56130      Branch: perlio
56131            ! perlio.c perliol.h
56132 ____________________________________________________________________________
56133 [  8819] By: jhi                                   on 2001/02/18  02:25:55
56134         Log: Integrate change #8818 from maintperl, a FAQ nit.
56135      Branch: perl
56136           !> pod/perlfaq4.pod
56137 ____________________________________________________________________________
56138 [  8818] By: jhi                                   on 2001/02/18  02:24:50
56139         Log: FAQ nit from Chris Fedde.
56140      Branch: maint-5.6/perl
56141            ! pod/perlfaq4.pod
56142 ____________________________________________________________________________
56143 [  8817] By: nick                                  on 2001/02/17  18:20:14
56144         Log: Integrate mainline
56145      Branch: perlio
56146           +> lib/unicode/UCD.html lib/unicode/Unicode.html
56147           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
56148           +> pod/perlclib.pod
56149            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
56150            - lib/unicode/Unicode.301
56151           !> (integrate 324 files)
56152 ____________________________________________________________________________
56153 [  8816] By: jhi                                   on 2001/02/17  16:56:58
56154         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
56155      Branch: perl
56156            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
56157            ! ext/Storable/Storable.xs t/lib/st-06compat.t
56158            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
56159 ____________________________________________________________________________
56160 [  8815] By: jhi                                   on 2001/02/17  16:40:07
56161         Log: Subject: [patch] -Wall
56162              From: Doug MacEachern <dougm@covalent.net>
56163              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
56164              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
56165      Branch: perl
56166            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
56167            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
56168 ____________________________________________________________________________
56169 [  8814] By: jhi                                   on 2001/02/16  19:27:18
56170         Log: Document qu better.
56171      Branch: perl
56172            ! pod/perlop.pod
56173 ____________________________________________________________________________
56174 [  8813] By: jhi                                   on 2001/02/15  13:54:37
56175         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
56176              From: Hugo <hv@crypt.compulink.co.uk>
56177              Date: Thu, 15 Feb 2001 13:39:49 +0000
56178              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
56179      Branch: perl
56180            ! toke.c
56181 ____________________________________________________________________________
56182 [  8812] By: alanbur                               on 2001/02/15  13:52:16
56183         Log: Resynchronised with parent
56184      Branch: maint-5.6/pureperl
56185            - ebcdic.c
56186           !> (integrate 36 files)
56187 ____________________________________________________________________________
56188 [  8811] By: jhi                                   on 2001/02/15  13:51:16
56189         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
56190              
56191              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
56192              From: Jan Dubois <JanD@ActiveState.com>
56193              Date: Wed, 31 Jan 2001 21:17:03 -0800
56194              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
56195              
56196              tweak change#8659 to keep it simple
56197              
56198              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
56199              From: Russ Allbery <rra@stanford.edu>
56200              Date: 14 Feb 2001 10:15:41 -0800
56201              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
56202              
56203              (8809 empty)
56204              
56205              Upgrade to podlators 1.08, from Russ Allbery.
56206      Branch: perl
56207           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
56208           !> utils/perldoc.PL
56209 ____________________________________________________________________________
56210 [  8810] By: jhi                                   on 2001/02/15  13:35:08
56211         Log: Upgrade to podlators 1.08, from Russ Allbery.
56212      Branch: maint-5.6/perl
56213            ! lib/Pod/Man.pm lib/Pod/Text.pm
56214 ____________________________________________________________________________
56215 [  8809] By: jhi                                   on 2001/02/15  13:26:38
56216         Log: (accidentally empty check-in)
56217      Branch: maint-5.6/perl
56218            ! lib/Test/Harness.pm
56219 ____________________________________________________________________________
56220 [  8808] By: jhi                                   on 2001/02/15  13:23:47
56221         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
56222              From: Russ Allbery <rra@stanford.edu>
56223              Date: 14 Feb 2001 10:15:41 -0800
56224              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
56225              
56226              perldoc was hardcoding $Config{installscript}, which breaks
56227              when install* isn't where Perl ends up (such as with AFS).
56228              
56229              Use $Config{scriptdir} instead.
56230      Branch: maint-5.6/perl
56231            ! utils/perldoc.PL
56232 ____________________________________________________________________________
56233 [  8807] By: jhi                                   on 2001/02/14  14:37:27
56234         Log: Update Changes.
56235      Branch: perl
56236            ! Changes patchlevel.h
56237 ____________________________________________________________________________
56238 [  8806] By: jhi                                   on 2001/02/14  14:25:31
56239         Log: Integrate changes #8803,8804,8805 from mainline.
56240              
56241              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
56242              
56243              Don't skip too much of the locale error message if no environ array,
56244              from Chris Nandor.
56245              
56246              More MacOS Classic fixes from Chris Nandor.
56247      Branch: maint-5.6/perl
56248           !> doop.c lib/Cwd.pm perl.c perl.h util.c
56249 ____________________________________________________________________________
56250 [  8805] By: jhi                                   on 2001/02/14  03:29:01
56251         Log: More MacOS Classic fixes from Chris Nandor.
56252      Branch: perl
56253            ! doop.c lib/Cwd.pm
56254 ____________________________________________________________________________
56255 [  8804] By: jhi                                   on 2001/02/14  03:18:35
56256         Log: Don't skip too much of the locale error message if no environ array,
56257              from Chris Nandor.
56258      Branch: perl
56259            ! util.c
56260 ____________________________________________________________________________
56261 [  8803] By: jhi                                   on 2001/02/14  03:14:14
56262         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
56263      Branch: perl
56264            ! perl.c perl.h
56265 ____________________________________________________________________________
56266 [  8802] By: jhi                                   on 2001/02/13  18:31:33
56267         Log: AUTHORS update.
56268      Branch: perl
56269            ! AUTHORS
56270 ____________________________________________________________________________
56271 [  8801] By: jhi                                   on 2001/02/13  17:55:19
56272         Log: Integrate change #8792 from mainline.
56273              
56274              Subject: buncha MacPerl patches for bleadperl
56275              From: Chris Nandor <pudge@pobox.com>
56276              Date: Tue, 13 Feb 2001 00:02:43 -0500
56277              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
56278      Branch: maint-5.6/perl
56279           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
56280           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
56281           !> t/lib/basename.t toke.c util.h
56282 ____________________________________________________________________________
56283 [  8800] By: jhi                                   on 2001/02/13  17:46:43
56284         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
56285              to be forced to Off_t.
56286              
56287              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
56288              From: nick@ccl4.org
56289              Date: Thu, 1 Feb 2001 12:01:04 +0000
56290              Message-Id: <20010201120103.E11401@plum.flirble.org>
56291      Branch: maint-5.6/perl
56292            ! iperlsys.h perlio.c
56293 ____________________________________________________________________________
56294 [  8799] By: jhi                                   on 2001/02/13  16:52:51
56295         Log: Duplex duplex hunk hunk.
56296      Branch: maint-5.6/perl
56297            ! Makefile.SH
56298 ____________________________________________________________________________
56299 [  8797] By: jhi                                   on 2001/02/13  14:52:04
56300         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
56301              From: "Craig A. Berry" <craigberry@mac.com>
56302              Date: Mon, 12 Feb 2001 11:05:25 -0600
56303              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
56304      Branch: perl
56305            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
56306 ____________________________________________________________________________
56307 [  8796] By: jhi                                   on 2001/02/13  14:36:47
56308         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
56309              From: simon.cozens@pembroke.oxford.ac.uk 
56310              Date: Sat, 10 Feb 2001 17:57:02 +0000
56311              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
56312              
56313              Now it does include.
56314      Branch: perl
56315            ! pod/perldiag.pod
56316 ____________________________________________________________________________
56317 [  8795] By: jhi                                   on 2001/02/13  14:30:11
56318         Log: Sort the MANIFEST.
56319      Branch: perl
56320            ! MANIFEST
56321 ____________________________________________________________________________
56322 [  8794] By: jhi                                   on 2001/02/13  14:26:51
56323         Log: Integrate change #8793 from mainline, FAQ updates.
56324      Branch: maint-5.6/perl
56325           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
56326 ____________________________________________________________________________
56327 [  8793] By: jhi                                   on 2001/02/13  14:25:13
56328         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
56329      Branch: perl
56330            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
56331 ____________________________________________________________________________
56332 [  8792] By: jhi                                   on 2001/02/13  14:22:50
56333         Log: Subject: buncha MacPerl patches for bleadperl
56334              From: Chris Nandor <pudge@pobox.com>
56335              Date: Tue, 13 Feb 2001 00:02:43 -0500
56336              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
56337      Branch: perl
56338            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
56339            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
56340            ! t/lib/basename.t toke.c util.h
56341 ____________________________________________________________________________
56342 [  8791] By: jhi                                   on 2001/02/13  14:10:39
56343         Log: Integrate change #8790 from mainline.
56344              
56345              environ array wrongly assumed in Perl_init_i18nl10n(),
56346      Branch: maint-5.6/perl
56347           !> util.c
56348 ____________________________________________________________________________
56349 [  8790] By: jhi                                   on 2001/02/13  14:06:15
56350         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
56351              noticed by Chris Nandor in MacOS Classic.
56352      Branch: perl
56353            ! util.c
56354 ____________________________________________________________________________
56355 [  8789] By: jhi                                   on 2001/02/13  13:58:07
56356         Log: Integrate changes #8373,8487,8544,8783 from mainline.
56357              
56358              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
56359              hints files, the dynaloading, assimilate ebcdic into util.c.
56360      Branch: maint-5.6/perl
56361            - ebcdic.c
56362            ! MANIFEST hints/posix-bc.sh
56363           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
56364           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
56365           !> perlapi.c proto.h util.c
56366 ____________________________________________________________________________
56367 [  8788] By: alanbur                               on 2001/02/13  10:33:13
56368         Log: Integrated changes from maint-5.6
56369      Branch: maint-5.6/pureperl
56370           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
56371           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
56372           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56373           !> vos/config.ga.h vos/configure_perl.cm
56374 ____________________________________________________________________________
56375 [  8787] By: jhi                                   on 2001/02/13  05:56:36
56376         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
56377      Branch: perl
56378           !> Makefile.SH
56379 ____________________________________________________________________________
56380 [  8786] By: jhi                                   on 2001/02/13  05:54:34
56381         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
56382              From: Dorner Thomas <Thomas.Dorner@start.de>
56383              Date: Mon, 12 Feb 2001 15:06:26 +0100
56384              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
56385      Branch: maint-5.6/perl
56386            ! Makefile.SH
56387 ____________________________________________________________________________
56388 [  8785] By: jhi                                   on 2001/02/13  05:29:04
56389         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
56390      Branch: perl
56391           !> hints/openbsd.sh
56392 ____________________________________________________________________________
56393 [  8784] By: jhi                                   on 2001/02/13  02:25:24
56394         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
56395              From: Peter Prymmer <pvhp@forte.com>
56396              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
56397              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
56398      Branch: perl
56399            ! pod/perlclib.pod
56400 ____________________________________________________________________________
56401 [  8783] By: jhi                                   on 2001/02/13  02:22:36
56402         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
56403      Branch: perl
56404            - ebcdic.c
56405            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
56406            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
56407            ! util.c
56408 ____________________________________________________________________________
56409 [  8782] By: jhi                                   on 2001/02/13  02:00:07
56410         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
56411      Branch: maint-5.6/perl
56412            ! pod/perlport.pod
56413 ____________________________________________________________________________
56414 [  8781] By: jhi                                   on 2001/02/13  01:58:44
56415         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
56416      Branch: maint-5.6/perl
56417            ! hints/openbsd.sh
56418 ____________________________________________________________________________
56419 [  8780] By: jhi                                   on 2001/02/13  01:57:33
56420         Log: Synchronize the regexp tests between maintperl and mainline.
56421      Branch: maint-5.6/perl
56422           !> t/op/re_tests
56423 ____________________________________________________________________________
56424 [  8779] By: jhi                                   on 2001/02/13  01:49:35
56425         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
56426              From: Hugo <hv@crypt.compulink.co.uk>
56427              Date: Tue, 13 Feb 2001 00:11:11 +0000
56428              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
56429      Branch: perl
56430            ! regcomp.c t/op/re_tests
56431 ____________________________________________________________________________
56432 [  8778] By: jhi                                   on 2001/02/13  00:23:10
56433         Log: Comments do not nest.
56434      Branch: perl
56435            ! perl.h
56436 ____________________________________________________________________________
56437 [  8777] By: jhi                                   on 2001/02/13  00:17:54
56438         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
56439              From: Hugo <hv@crypt.compulink.co.uk>
56440              Date: Tue, 13 Feb 2001 00:11:11 +0000
56441              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
56442      Branch: maint-5.6/perl
56443            ! regcomp.c t/op/re_tests
56444 ____________________________________________________________________________
56445 [  8776] By: jhi                                   on 2001/02/12  23:25:52
56446         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
56447      Branch: maint-5.6/perl
56448            ! pod/perlport.pod
56449 ____________________________________________________________________________
56450 [  8775] By: jhi                                   on 2001/02/12  23:04:28
56451         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
56452      Branch: maint-5.6/perl
56453            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
56454            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
56455            ! vos/configure_perl.cm
56456 ____________________________________________________________________________
56457 [  8774] By: jhi                                   on 2001/02/12  22:59:11
56458         Log: Subject: Re: [patch] context for 'U' magic functions
56459              From: Doug MacEachern <dougm@covalent.net>
56460              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
56461              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
56462              
56463              plus the suggestion by Nick Ing-Simmons to name the macro
56464              as PERL_MG_UFUNC to avoid namespace pollution, plus add
56465              the advice by Doug for XS writers to perl.h
56466      Branch: perl
56467            ! mg.c perl.h
56468 ____________________________________________________________________________
56469 [  8773] By: jhi                                   on 2001/02/11  20:14:12
56470         Log: Update Changes.
56471      Branch: perl
56472            ! Changes patchlevel.h
56473 ____________________________________________________________________________
56474 [  8772] By: jhi                                   on 2001/02/11  18:47:52
56475         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
56476              From: Simon Cozens <simon@cozens.net>
56477              Date: Wed, 31 Jan 2001 16:31:43 +0000
56478              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
56479      Branch: perl
56480            + pod/perlclib.pod
56481            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
56482            ! pod/perltoc.pod
56483 ____________________________________________________________________________
56484 [  8771] By: jhi                                   on 2001/02/11  18:36:48
56485         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
56486              
56487              Blocks-4d3.beta.txt
56488              CaseFolding-3d4.beta.txt
56489              CompositionExclusions-3d6.beta.txt
56490              EastAsianWidth-4d4.beta.txt
56491              LineBreak-6d3.beta.txt
56492              NamesList-3.1.0d1.beta.txt
56493              PropList-3.1.0d4.beta.txt
56494              SpecialCasing-4d1.beta.txt
56495              UnicodeData-3.1.0d6.beta.txt
56496      Branch: perl
56497            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
56498           +> lib/unicode/UCD.html lib/unicode/Unicode.html
56499            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
56500            - lib/unicode/Unicode.301
56501            ! (edit 257 files)
56502 ____________________________________________________________________________
56503 [  8770] By: jhi                                   on 2001/02/11  17:26:22
56504         Log: UTF-8 documentation.
56505      Branch: perl
56506            ! utf8.h
56507 ____________________________________________________________________________
56508 [  8769] By: jhi                                   on 2001/02/11  17:12:49
56509         Log: Retract #8762.
56510      Branch: perl
56511            ! regexec.c
56512 ____________________________________________________________________________
56513 [  8768] By: jhi                                   on 2001/02/11  16:54:45
56514         Log: Subject: [PATCH] Test::Harness
56515              From: andreas.koenig@anima.de (Andreas J. Koenig)
56516              Date: 11 Feb 2001 14:37:00 +0100
56517              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
56518      Branch: perl
56519            ! lib/Test/Harness.pm
56520 ____________________________________________________________________________
56521 [  8767] By: jhi                                   on 2001/02/11  16:53:52
56522         Log: Subject: [PATCH] Document makepatch in Porting/patching
56523              From: andreas.koenig@anima.de (Andreas J. Koenig)
56524              Date: 11 Feb 2001 16:46:28 +0100
56525              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
56526      Branch: perl
56527            ! Porting/patching.pod
56528 ____________________________________________________________________________
56529 [  8766] By: jhi                                   on 2001/02/11  06:30:23
56530         Log: Subject: Re: [patch] GvSHARED
56531              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
56532              From: Doug MacEachern <dougm@covalent.net>
56533              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
56534              
56535              Subject: Re: [patch] GvSHARED
56536              From: Doug MacEachern <dougm@covalent.net>
56537              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
56538              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
56539              
56540              Subject: [patch] attributes.pm support for `shared'
56541              From: Doug MacEachern <dougm@covalent.net>
56542              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
56543              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
56544              
56545              our() attributes were ignored, our :shared pieces missing,
56546              allow attributes.pm to turn on shared.
56547      Branch: perl
56548            ! op.c t/op/attrs.t toke.c xsutils.c
56549 ____________________________________________________________________________
56550 [  8765] By: alanbur                               on 2001/02/10  23:11:19
56551         Log: Resync with parent (hopefully sucessfully this time)
56552      Branch: maint-5.6/pureperl
56553           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
56554           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
56555           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
56556           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
56557           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
56558           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
56559           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
56560 ____________________________________________________________________________
56561 [  8764] By: jhi                                   on 2001/02/10  22:54:38
56562         Log: Make TEST and UTEST more verbose in case something goes
56563              wrong in running/compiling a script, suggested by Doug
56564              MacEachern.
56565      Branch: perl
56566            ! t/TEST t/UTEST
56567 ____________________________________________________________________________
56568 [  8763] By: jhi                                   on 2001/02/10  22:11:34
56569         Log: Bogus shebang.
56570      Branch: perl
56571            ! t/lib/texttabs.t
56572 ____________________________________________________________________________
56573 [  8762] By: jhi                                   on 2001/02/10  21:56:02
56574         Log: (Retracted by #8769)
56575      Branch: perl
56576            ! regexec.c
56577 ____________________________________________________________________________
56578 [  8761] By: jhi                                   on 2001/02/10  21:26:15
56579         Log: Subject: Re: [patch] GvSHARED 
56580              From: Doug MacEachern <dougm@covalent.net>
56581              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
56582              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
56583              
56584              our @EXPORT : shared = (...);
56585      Branch: perl
56586            ! toke.c
56587 ____________________________________________________________________________
56588 [  8760] By: jhi                                   on 2001/02/10  21:25:07
56589         Log: Subject: [patch] GvSHARED
56590              From: Doug MacEachern <dougm@covalent.net>
56591              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
56592              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
56593      Branch: perl
56594            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
56595 ____________________________________________________________________________
56596 [  8759] By: alanbur                               on 2001/02/10  21:24:27
56597         Log: Backed out mismerge.
56598      Branch: maint-5.6/pureperl
56599            ! MANIFEST README.hpux README.vmesa gv.c installhtml
56600            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
56601            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
56602            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
56603            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
56604            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
56605            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
56606 ____________________________________________________________________________
56607 [  8758] By: jhi                                   on 2001/02/10  18:01:17
56608         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
56609              
56610              Fixed UMRs and leak in Perl_pmtrans()
56611              
56612              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
56613              associated UTFied tr/// code.  Also fixed scoping leak of
56614              PL_reg_start_tmp.
56615              
56616              newATTRSUB leaks when an attempt to redefine the active sort sub is
56617              made.
56618      Branch: maint-5.6/perl
56619           !> op.c regcomp.c
56620 ____________________________________________________________________________
56621 [  8757] By: alanbur                               on 2001/02/10  17:56:46
56622         Log: Resynchronised with parent
56623      Branch: maint-5.6/pureperl
56624           +> README.bs2000
56625            - README.posix-bc
56626            ! gv.c perl.c sv.c
56627           !> MANIFEST README.hpux README.vmesa installhtml
56628           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
56629           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
56630           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
56631           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
56632           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
56633           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
56634 ____________________________________________________________________________
56635 [  8756] By: alanbur                               on 2001/02/10  17:51:15
56636         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
56637              made.
56638      Branch: maint-5.6/pureperl
56639            ! op.c
56640 ____________________________________________________________________________
56641 [  8755] By: jhi                                   on 2001/02/09  22:41:35
56642         Log: Upgrade to CPAN 1.59_54, from Andreas König.
56643      Branch: perl
56644            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56645 ____________________________________________________________________________
56646 [  8754] By: jhi                                   on 2001/02/09  22:29:20
56647         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
56648              
56649              Didn't upgrade the fill.t since it has a dependency to File::Slurp
56650              purely for debugging purposes, the actual test hasn't changed.
56651      Branch: perl
56652            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
56653            ! t/lib/textwrap.t
56654 ____________________________________________________________________________
56655 [  8753] By: jhi                                   on 2001/02/09  20:17:50
56656         Log: Integrate change #8682 from maintperl.
56657              
56658              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
56659              to work correctly.
56660      Branch: perl
56661           !> hints/irix_6.sh
56662 ____________________________________________________________________________
56663 [  8752] By: jhi                                   on 2001/02/09  20:00:46
56664         Log: Update Changes.
56665      Branch: perl
56666            ! Changes patchlevel.h
56667 ____________________________________________________________________________
56668 [  8751] By: nick                                  on 2001/02/09  19:48:37
56669         Log: Integrate mainline
56670      Branch: perlio
56671           +> README.bs2000 t/lib/cgi-esc.t
56672            - README.posix-bc
56673           !> (integrate 53 files)
56674 ____________________________________________________________________________
56675 [  8750] By: nick                                  on 2001/02/09  19:25:16
56676         Log: Subject: RE: Biannual Competition to Improve Hashing Function
56677              From: Fisher Mark <fisherm@tce.com>
56678              Date: Thu, 8 Feb 2001 10:44:00 -0500
56679              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
56680              Date: Thu, 8 Feb 2001 15:02:47 -0500
56681              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
56682      Branch: perl
56683            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
56684 ____________________________________________________________________________
56685 [  8749] By: jhi                                   on 2001/02/09  19:02:35
56686         Log: Forgotten fragment.
56687      Branch: perl
56688            ! pod/perlapi.pod
56689 ____________________________________________________________________________
56690 [  8748] By: jhi                                   on 2001/02/09  18:31:34
56691         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
56692              plus manual tweakage.
56693              
56694              Sync the perlfaq2 between mainline and maintperl.
56695      Branch: maint-5.6/perl
56696            ! pod/perlfaq2.pod
56697      Branch: perl
56698           !> pod/perlfaq2.pod
56699 ____________________________________________________________________________
56700 [  8747] By: jhi                                   on 2001/02/09  18:12:04
56701         Log: Subject: versiononly and installperl
56702              From: abigail@foad.org
56703              Date: Wed, 7 Feb 2001 22:43:12 +0100
56704              Message-ID: <20010207214312.7045.qmail@foad.org>    
56705              
56706              Add +v flag to force a normal install of the perl binary
56707              and the utilities.
56708              
56709              Subject: [PATCH] installperl
56710              From: Nicholas Clark <nick@ccl4.org>
56711              Date: Fri, 9 Feb 2001 16:28:57 +0000
56712              Message-ID: <20010209162857.B10931@plum.flirble.org>
56713              
56714              Add -A flag which also hardlinks the binary with
56715              the full architecture name.
56716      Branch: perl
56717            ! installperl
56718 ____________________________________________________________________________
56719 [  8746] By: jhi                                   on 2001/02/09  18:03:43
56720         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
56721              
56722              Subject: perlfaq2, re: perlmongers
56723              
56724              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
56725              
56726              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
56727              
56728              Subject: [ID 20010205.001] typo in perlfaq9
56729              
56730              Subject: [ID 20010208.002] unordered explanation in perlcall
56731      Branch: maint-5.6/perl
56732           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
56733           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
56734           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
56735 ____________________________________________________________________________
56736 [  8745] By: jhi                                   on 2001/02/09  17:59:09
56737         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
56738              From: abela@geneanet.org
56739              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
56740              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
56741      Branch: perl
56742            ! pod/perlcall.pod
56743 ____________________________________________________________________________
56744 [  8744] By: jhi                                   on 2001/02/09  17:48:16
56745         Log: Subject: [ID 20010205.001] typo in perlfaq9
56746              From: eserte@vran.herceg.de
56747              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
56748              Message-Id: <200102042244.XAA21926@vran.herceg.de>
56749      Branch: perl
56750            ! pod/perlfaq9.pod
56751 ____________________________________________________________________________
56752 [  8743] By: jhi                                   on 2001/02/09  17:25:12
56753         Log: Integrate change #8695 from maintperl.
56754              
56755              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
56756      Branch: perl
56757           !> thread.h
56758 ____________________________________________________________________________
56759 [  8742] By: jhi                                   on 2001/02/09  17:21:22
56760         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
56761              From: Andy Dougherty <doughera@lafayette.edu>
56762              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
56763              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
56764      Branch: perl
56765            ! embed.pl
56766 ____________________________________________________________________________
56767 [  8741] By: jhi                                   on 2001/02/09  17:05:19
56768         Log: Integrate changes #8738,8739,8740 from maintperl.
56769              
56770              Html files will be installed in a more logical and easier to
56771              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
56772              
56773              Html files will be generated with a header to make them look
56774              a little less bare.
56775              
56776              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
56777      Branch: perl
56778           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
56779 ____________________________________________________________________________
56780 [  8740] By: jhi                                   on 2001/02/09  17:03:46
56781         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
56782              From: "Brendan O'Dea" <bod@compusol.com.au>
56783              Date: Sun, 4 Feb 2001 11:17:56 +1100
56784              Message-ID: <20010204111756.A16301@compusol.com.au>
56785      Branch: maint-5.6/perl
56786            ! pod/perlfaq3.pod
56787 ____________________________________________________________________________
56788 [  8739] By: jhi                                   on 2001/02/09  17:01:59
56789         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
56790              From: "Indy Singh" <indy@nusphere.com>
56791              Date: Fri, 2 Feb 2001 15:09:59 -0500
56792              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
56793              
56794              Html files will be generated with a header to make them look
56795              a little less bare.
56796      Branch: maint-5.6/perl
56797            ! installhtml
56798 ____________________________________________________________________________
56799 [  8738] By: jhi                                   on 2001/02/09  16:58:48
56800         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
56801              From: "Indy Singh" <indy@nusphere.com>
56802              Date: Fri, 2 Feb 2001 15:08:23 -0500
56803              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
56804              
56805              Html files will be installed in a more logical and easier to
56806              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
56807      Branch: maint-5.6/perl
56808            ! win32/Makefile win32/makefile.mk
56809 ____________________________________________________________________________
56810 [  8737] By: jhi                                   on 2001/02/09  16:46:54
56811         Log: Integrate changes #8687,8736 from maintperl.
56812              
56813              HP-UX thread patches from Merijn H. Brand.
56814              
56815              Latin nit from Philip Newton.
56816      Branch: perl
56817           !> README.hpux hints/hpux.sh
56818 ____________________________________________________________________________
56819 [  8736] By: jhi                                   on 2001/02/09  16:42:31
56820         Log: Latin nit from Philip Newton.
56821      Branch: maint-5.6/perl
56822            ! README.hpux
56823 ____________________________________________________________________________
56824 [  8735] By: jhi                                   on 2001/02/09  16:24:03
56825         Log: Integrate changes #8704,8710 from pureperl.
56826              
56827              Fixed UMRs and leak in Perl_pmtrans()
56828              
56829              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
56830              associated UTFied tr/// code.  Also fixed scoping leak of
56831              PL_reg_start_tmp.
56832      Branch: perl
56833           !> op.c regcomp.c
56834 ____________________________________________________________________________
56835 [  8734] By: jhi                                   on 2001/02/09  15:40:21
56836         Log: Integrate change #8733 from maintperl.
56837              
56838              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
56839      Branch: perl
56840           !> pod/perlre.pod
56841 ____________________________________________________________________________
56842 [  8733] By: jhi                                   on 2001/02/09  15:35:47
56843         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
56844              From: Prymmer/Kahn <pvhp@best.com>
56845              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
56846              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
56847      Branch: maint-5.6/perl
56848            ! pod/perlre.pod
56849 ____________________________________________________________________________
56850 [  8732] By: jhi                                   on 2001/02/09  15:26:17
56851         Log: Rename README.posix-bc to README.bs2000 (to avoid the
56852              confusion of a "perlposix-bc.pod"), add a few missing
56853              arch pods, regen toc.
56854      Branch: maint-5.6/perl
56855           +> README.bs2000
56856            - README.posix-bc
56857            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
56858            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
56859 ____________________________________________________________________________
56860 [  8731] By: jhi                                   on 2001/02/09  15:23:39
56861         Log: De-cut-and-pasto.
56862      Branch: perl
56863            ! pod/perl.pod
56864 ____________________________________________________________________________
56865 [  8730] By: jhi                                   on 2001/02/09  15:11:13
56866         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
56867              when people think that perlposix-bc.pod tells anything about
56868              Perl and POSIX.  Regen toc.
56869      Branch: perl
56870           +> README.bs2000
56871            - README.posix-bc
56872            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
56873            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
56874 ____________________________________________________________________________
56875 [  8729] By: jhi                                   on 2001/02/09  14:52:28
56876         Log: The README.vmesa part of #8712 from maintperl.
56877      Branch: perl
56878            ! README.vmesa
56879 ____________________________________________________________________________
56880 [  8728] By: jhi                                   on 2001/02/09  14:46:06
56881         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
56882              From: Peter Prymmer <pvhp@forte.com>
56883              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
56884              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
56885      Branch: maint-5.6/perl
56886            ! README.vmesa win32/Makefile win32/makefile.mk
56887 ____________________________________________________________________________
56888 [  8727] By: jhi                                   on 2001/02/09  14:33:25
56889         Log: Integrate change #8712 from mainline.
56890              
56891              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
56892      Branch: maint-5.6/perl
56893           !> lib/Pod/Find.pm
56894 ____________________________________________________________________________
56895 [  8726] By: jhi                                   on 2001/02/09  14:30:28
56896         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
56897              From: Peter Prymmer <pvhp@forte.com>
56898              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
56899              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
56900      Branch: perl
56901            + t/lib/cgi-esc.t
56902            ! MANIFEST lib/CGI/Util.pm
56903 ____________________________________________________________________________
56904 [  8725] By: jhi                                   on 2001/02/09  04:56:47
56905         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
56906      Branch: maint-5.6/perl
56907            ! pod/perlport.pod
56908 ____________________________________________________________________________
56909 [  8724] By: jhi                                   on 2001/02/09  04:40:59
56910         Log: Integrate changes 7819,7820 from vmsperl into mainline.
56911              
56912              Add header for LIB$ prototypes (C. Berry)
56913              
56914              Convert fwrite()s to sockets to write()s, since some socket stacks
56915              don't take kindly to stdio.
56916              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
56917              (for often optional LNMs)
56918              Correct a few typos
56919              (C. Bailey)
56920      Branch: perl
56921           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
56922 ____________________________________________________________________________
56923 [  8723] By: jhi                                   on 2001/02/09  03:29:29
56924         Log: Integrate change #8722 from mainline.
56925              
56926              The Im() function wasn't returning zero for non-Math::Complex
56927              arguments.  The bug reported by John Gamble.
56928      Branch: maint-5.6/perl
56929           !> lib/Math/Complex.pm
56930 ____________________________________________________________________________
56931 [  8722] By: jhi                                   on 2001/02/09  03:28:33
56932         Log: The Im() function wasn't returning zero for non-Math::Complex
56933              arguments.  The bug reported by John Gamble.
56934      Branch: perl
56935            ! lib/Math/Complex.pm
56936 ____________________________________________________________________________
56937 [  8721] By: nick                                  on 2001/02/08  22:11:35
56938         Log: Correct the correction :-(
56939      Branch: perl
56940            ! perl.c
56941 ____________________________________________________________________________
56942 [  8720] By: bailey                                on 2001/02/08  20:59:22
56943         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
56944              don't take kindly to stdio.
56945              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
56946              (for often optional LNMs)
56947              Correct a few typos
56948              (C. Bailey)
56949      Branch: vmsperl
56950            ! vms/vms.c vms/vmsish.h
56951 ____________________________________________________________________________
56952 [  8719] By: bailey                                on 2001/02/08  20:51:02
56953         Log: Add header for LIB$ prototypes (C. Berry)
56954      Branch: vmsperl
56955            ! ext/Devel/DProf/DProf.xs
56956 ____________________________________________________________________________
56957 [  8718] By: bailey                                on 2001/02/08  20:49:00
56958         Log: SYN SYN
56959      Branch: vmsperl
56960           +> pod/perliol.pod t/lib/sample-tests/bailout
56961           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
56962           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
56963           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
56964           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
56965           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
56966           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
56967            - lib/unicode/Is/DCinital.pl
56968           !> (integrate 101 files)
56969 ____________________________________________________________________________
56970 [  8717] By: nick                                  on 2001/02/08  19:38:48
56971         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
56972              From: Robin Barker <rmb1@cise.npl.co.uk>
56973              Date: Thu, 8 Feb 2001 14:38:07 GMT
56974              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
56975      Branch: perl
56976            ! lib/CPAN.pm
56977 ____________________________________________________________________________
56978 [  8716] By: nick                                  on 2001/02/08  19:29:07
56979         Log: Generated files form 8713 etc.
56980      Branch: perl
56981            ! embed.h global.sym objXSUB.h perlapi.c proto.h
56982 ____________________________________________________________________________
56983 [  8715] By: nick                                  on 2001/02/08  19:26:08
56984         Log: Fixup non-ithread build after 8713
56985      Branch: perl
56986            ! perl.c
56987 ____________________________________________________________________________
56988 [  8714] By: nick                                  on 2001/02/08  19:17:45
56989         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
56990              From: nick@ccl4.org
56991              Date: Wed, 7 Feb 2001 00:27:47 +0000
56992              Message-Id: <20010207002747.B63724@plum.flirble.org>
56993      Branch: perl
56994            ! sv.c toke.c
56995 ____________________________________________________________________________
56996 [  8713] By: nick                                  on 2001/02/08  19:15:58
56997         Log: Subject: Re: [patch] Re: PL_ptr_table
56998              From: Doug Maceachern <dougm@covalent.net>
56999              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
57000              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
57001      Branch: perl
57002            ! embed.pl perl.c sv.c sv.h
57003 ____________________________________________________________________________
57004 [  8712] By: nick                                  on 2001/02/08  19:12:47
57005         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
57006              From: Peter Prymmer <pvhp@forte.com>
57007              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
57008              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
57009      Branch: perl
57010            ! lib/Pod/Find.pm
57011 ____________________________________________________________________________
57012 [  8711] By: nick                                  on 2001/02/07  21:06:11
57013         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
57014              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
57015              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57016              Date: Tue, 06 Feb 2001 23:37:01 +0000
57017              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
57018      Branch: perl
57019            ! regcomp.c
57020 ____________________________________________________________________________
57021 [  8710] By: alanbur                               on 2001/02/07  00:22:04
57022         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
57023              associated UTFied tr/// code.  Also fixed scoping leak of
57024              PL_reg_start_tmp.
57025      Branch: maint-5.6/pureperl
57026            ! op.c regcomp.c
57027 ____________________________________________________________________________
57028 [  8709] By: nick                                  on 2001/02/06  21:16:49
57029         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
57030              From: Michael G Schwern <schwern@pobox.com>
57031              Date: Sun, 4 Feb 2001 19:47:14 -0500
57032              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
57033      Branch: perl
57034            ! pod/perlapi.pod pod/perlmodlib.PL
57035 ____________________________________________________________________________
57036 [  8708] By: nick                                  on 2001/02/06  20:41:20
57037         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
57038              From: Michael G Schwern <schwern@pobox.com>
57039              Date: Sun, 4 Feb 2001 21:17:49 -0500
57040              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
57041      Branch: perl
57042            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
57043            ! pod/perltootc.pod
57044 ____________________________________________________________________________
57045 [  8707] By: nick                                  on 2001/02/06  20:29:11
57046         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
57047              From: Michael G Schwern <schwern@pobox.com>
57048              Date: Tue, 6 Feb 2001 05:54:30 -0500
57049              Message-Id: <20010206055430.A951@blackrider.aocn.com>
57050      Branch: perl
57051            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
57052 ____________________________________________________________________________
57053 [  8706] By: nick                                  on 2001/02/06  20:21:40
57054         Log: Subject: RE: some win32 fixes
57055              Date: Tue, 6 Feb 2001 09:23:20 +0300
57056              From: Vadim Konovalov <vkonovalov@lucent.com>
57057              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
57058      Branch: perl
57059            ! toke.c win32/Makefile win32/config.bc win32/config.gc
57060            ! win32/config.vc win32/config_H.bc win32/makefile.mk
57061 ____________________________________________________________________________
57062 [  8705] By: alanbur                               on 2001/02/06  15:00:03
57063         Log: Synchronised with parent
57064      Branch: maint-5.6/pureperl
57065            ! regexec.c
57066           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
57067           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
57068 ____________________________________________________________________________
57069 [  8704] By: alanbur                               on 2001/02/06  14:55:24
57070         Log: Fixed UMRs and leak in Perl_pmtrans()
57071      Branch: maint-5.6/pureperl
57072            ! op.c
57073 ____________________________________________________________________________
57074 [  8703] By: gsar                                  on 2001/02/06  02:29:37
57075         Log: $(MAKE) distclean doesn't clean up properly on windows
57076      Branch: maint-5.6/perl
57077            ! win32/Makefile win32/makefile.mk
57078 ____________________________________________________________________________
57079 [  8702] By: gsar                                  on 2001/02/06  01:00:46
57080         Log: tweak change#8659 to keep it simple
57081      Branch: maint-5.6/perl
57082            ! utils/perldoc.PL
57083 ____________________________________________________________________________
57084 [  8701] By: gsar                                  on 2001/02/05  22:45:41
57085         Log: change#8693 was missing testsuite changes
57086      Branch: maint-5.6/perl
57087           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
57088 ____________________________________________________________________________
57089 [  8700] By: nick                                  on 2001/02/05  20:32:52
57090         Log: Integrate mainline
57091      Branch: perlio
57092           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
57093           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
57094           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
57095           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
57096           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
57097           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
57098           +> t/lib/test-harness.t
57099           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
57100           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
57101           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
57102           !> pod/perlutil.pod t/TEST utils/h2xs.PL
57103 ____________________________________________________________________________
57104 [  8699] By: nick                                  on 2001/02/05  19:41:07
57105         Log: Subject: perlfaq2, re: perlmongers
57106              From: David H. Adler <dha@panix.com>
57107              Date: Sun, 4 Feb 2001 23:48:23 -0500
57108              Message-Id: <20010204234823.A13429@panix.com>
57109      Branch: perl
57110            ! pod/perlfaq2.pod
57111 ____________________________________________________________________________
57112 [  8698] By: nick                                  on 2001/02/05  19:39:31
57113         Log: Missed file f#rom the testharness mess.
57114      Branch: perl
57115            + t/lib/test-harness.t
57116 ____________________________________________________________________________
57117 [  8697] By: nick                                  on 2001/02/05  19:37:21
57118         Log: Subject: [DOC PATCH] overload.pm nits
57119              From: John Tobey <jtobey@john-edwin-tobey.org>
57120              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
57121              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
57122      Branch: perl
57123            ! lib/overload.pm
57124 ____________________________________________________________________________
57125 [  8696] By: alanbur                               on 2001/02/05  11:56:00
57126         Log: Sync with parent
57127      Branch: maint-5.6/pureperl
57128           !> thread.h
57129 ____________________________________________________________________________
57130 [  8695] By: gsar                                  on 2001/02/05  03:27:34
57131         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
57132      Branch: maint-5.6/perl
57133            ! thread.h
57134 ____________________________________________________________________________
57135 [  8694] By: alanbur                               on 2001/02/05  00:07:47
57136         Log: Initial branch creation from //depot/maint-5.6/perl
57137      Branch: maint-5.6/pureperl
57138           +> (branch 1719 files)
57139 ____________________________________________________________________________
57140 [  8693] By: gsar                                  on 2001/02/04  22:38:49
57141         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
57142              changes)
57143      Branch: maint-5.6/perl
57144           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
57145           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
57146           !> ext/DB_File/version.c
57147 ____________________________________________________________________________
57148 [  8692] By: nick                                  on 2001/02/04  18:15:57
57149         Log: The missed t/TEST part of the grand testharness upgrade.
57150      Branch: perl
57151            ! t/TEST
57152 ____________________________________________________________________________
57153 [  8691] By: nick                                  on 2001/02/04  18:05:17
57154         Log: New improved test harness
57155              Subject: Re: [PATCH Test::Harness] Third time's a charm?
57156              From: Michael G Schwern <schwern@pobox.com>
57157              Date: Sun, 4 Feb 2001 08:01:20 -0500
57158              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
57159      Branch: perl
57160            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
57161            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
57162            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
57163            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
57164            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
57165            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
57166            ! MANIFEST lib/Test/Harness.pm
57167 ____________________________________________________________________________
57168 [  8690] By: nick                                  on 2001/02/04  17:57:51
57169         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
57170              From: Jonathan Stowe <gellyfish@gellyfish.com>
57171              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
57172              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
57173      Branch: perl
57174            ! utils/h2xs.PL
57175 ____________________________________________________________________________
57176 [  8689] By: nick                                  on 2001/02/04  17:55:24
57177         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
57178              From: Michael G Schwern <schwern@pobox.com>
57179              Date: Sat, 3 Feb 2001 22:46:38 -0500
57180              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
57181      Branch: perl
57182            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
57183            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
57184 ____________________________________________________________________________
57185 [  8688] By: nick                                  on 2001/02/04  17:43:55
57186         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
57187              length byfailing to spot lack of closing )
57188              From: nick@talking.bollo.cx
57189              Date: Sat, 03 Feb 2001 23:53:16 +0000
57190              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
57191      Branch: perl
57192            ! perlio.c pod/perldiag.pod
57193 ____________________________________________________________________________
57194 [  8687] By: jhi                                   on 2001/02/03  17:11:42
57195         Log: HP-UX thread patches from Merijn H. Brand.
57196      Branch: maint-5.6/perl
57197            ! README.hpux hints/hpux.sh
57198 ____________________________________________________________________________
57199 [  8686] By: jhi                                   on 2001/02/03  16:40:12
57200         Log: Metaconfig changes for #8685.
57201      Branch: metaconfig
57202            ! U/installdirs/instubperl.U
57203      Branch: metaconfig/U/perl
57204            ! Devel.U versiononly.U
57205 ____________________________________________________________________________
57206 [  8685] By: jhi                                   on 2001/02/03  16:39:49
57207         Log: For -Dusedevel builds turn off installusrbinperl and turn on
57208              versiononly, a combined idea of Richard Soderberg and Merijn
57209              H. Brand.  You can still override both of these from the command
57210              line if you need to, -Dinstallusrbinperl and -Uversiononly.
57211      Branch: perl
57212            ! Configure
57213 ____________________________________________________________________________
57214 [  8684] By: jhi                                   on 2001/02/03  16:16:34
57215         Log: Metaconfig unit fix for #8683.
57216      Branch: metaconfig
57217            ! U/compline/nblock_io.U
57218 ____________________________________________________________________________
57219 [  8683] By: jhi                                   on 2001/02/03  16:16:12
57220         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
57221              reported by Peter Prymmer for 5.6-TRIAL1.
57222      Branch: perl
57223            ! Configure
57224 ____________________________________________________________________________
57225 [  8682] By: jhi                                   on 2001/02/03  05:52:11
57226         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
57227              to work correctly.
57228      Branch: maint-5.6/perl
57229            ! hints/irix_6.sh
57230 ____________________________________________________________________________
57231 [  8681] By: jhi                                   on 2001/02/03  05:47:33
57232         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
57233      Branch: maint-5.6/perl
57234            ! pod/perlport.pod
57235 ____________________________________________________________________________
57236 [  8680] By: jhi                                   on 2001/02/02  21:39:49
57237         Log: perlport update from Peter Prymmer.
57238      Branch: maint-5.6/perl
57239            ! pod/perlport.pod
57240 ____________________________________________________________________________
57241 [  8679] By: nick                                  on 2001/02/02  20:50:48
57242         Log: Integrate mainline
57243      Branch: perlio
57244           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
57245           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
57246           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
57247 ____________________________________________________________________________
57248 [  8678] By: gsar                                  on 2001/02/02  16:02:12
57249         Log: note about bincompat, slightly modified (from Lupe Christoph)
57250      Branch: maint-5.6/perl
57251            ! README.solaris
57252 ____________________________________________________________________________
57253 [  8677] By: jhi                                   on 2001/02/02  15:46:20
57254         Log: Supported platforms updates.
57255      Branch: maint-5.6/perl
57256            ! pod/perlport.pod
57257 ____________________________________________________________________________
57258 [  8676] By: jhi                                   on 2001/02/02  03:41:26
57259         Log: A couple more perlfaq2 tweaks.
57260      Branch: maint-5.6/perl
57261            ! pod/perlfaq2.pod
57262 ____________________________________________________________________________
57263 [  8675] By: jhi                                   on 2001/02/02  03:17:44
57264         Log: Misedit in #8661.
57265      Branch: maint-5.6/perl
57266            ! Configure
57267 ____________________________________________________________________________
57268 [  8674] By: jhi                                   on 2001/02/02  03:14:38
57269         Log: Damien again.
57270      Branch: maint-5.6/perl
57271            ! pod/perlfaq2.pod
57272 ____________________________________________________________________________
57273 [  8673] By: jhi                                   on 2001/02/02  03:12:40
57274         Log: perlfaq update from Elaine Ashton.
57275      Branch: maint-5.6/perl
57276            ! pod/perlfaq2.pod
57277 ____________________________________________________________________________
57278 [  8672] By: jhi                                   on 2001/02/02  03:07:08
57279         Log: UTF-8 s/// patch from Inaba Hiroto.
57280      Branch: maint-5.6/perl
57281            ! pp_ctl.c pp_hot.c
57282 ____________________________________________________________________________
57283 [  8671] By: jhi                                   on 2001/02/01  22:34:31
57284         Log: Update Changes.
57285      Branch: perl
57286            ! Changes patchlevel.h
57287 ____________________________________________________________________________
57288 [  8670] By: jhi                                   on 2001/02/01  22:15:29
57289         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
57290              from maintperl.
57291              
57292              Upgrade to Getopt::Long 2.25, from Johan Vromans.
57293              
57294              more files need to be writable in the source distribution
57295              
57296              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
57297              
57298              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
57299              
57300              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
57301              
57302              Allow the float to be fuzzier.
57303              
57304              need to use INT2PTR instead of a straight cast or ia64 fails
57305              
57306              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
57307              
57308              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
57309      Branch: perl
57310           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
57311           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
57312           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
57313 ____________________________________________________________________________
57314 [  8669] By: jhi                                   on 2001/02/01  21:57:02
57315         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
57316              From: Robin Barker <rmb1@cise.npl.co.uk>
57317              Date: Thu, 1 Feb 2001 16:59:05 GMT
57318              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
57319      Branch: maint-5.6/perl
57320            ! pod/perlmodlib.PL
57321 ____________________________________________________________________________
57322 [  8668] By: nick                                  on 2001/02/01  19:41:40
57323         Log: Integrate mainline
57324      Branch: perlio
57325           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
57326           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
57327           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
57328 ____________________________________________________________________________
57329 [  8667] By: gsar                                  on 2001/02/01  16:59:11
57330         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
57331      Branch: maint-5.6/perl
57332            ! embed.pl embedvar.h
57333 ____________________________________________________________________________
57334 [  8666] By: gsar                                  on 2001/02/01  16:34:51
57335         Log: add missing entries to win32/config.?c
57336      Branch: maint-5.6/perl
57337            ! win32/config.bc win32/config.gc win32/config.vc
57338            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
57339 ____________________________________________________________________________
57340 [  8665] By: jhi                                   on 2001/02/01  14:58:51
57341         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
57342              From: "Stephen P. Potter" <spp@spotter.yi.org>
57343              Date: Thu, 01 Feb 2001 10:45:46 -0500
57344              Message-Id: <200102011545.KAA31479@spotter.yi.org>
57345      Branch: maint-5.6/perl
57346            ! pod/perlfunc.pod
57347 ____________________________________________________________________________
57348 [  8664] By: gsar                                  on 2001/02/01  14:52:37
57349         Log: need to use INT2PTR instead of a straight cast or ia64 fails
57350              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
57351      Branch: maint-5.6/perl
57352            ! ext/POSIX/POSIX.xs
57353 ____________________________________________________________________________
57354 [  8663] By: jhi                                   on 2001/02/01  14:09:13
57355         Log: Allow the float to be fuzzier.
57356      Branch: maint-5.6/perl
57357            ! t/lib/peek.t
57358 ____________________________________________________________________________
57359 [  8662] By: jhi                                   on 2001/02/01  13:59:00
57360         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
57361              From: Robin Barker <rmb1@cise.npl.co.uk>
57362              Date: Thu, 1 Feb 2001 13:05:39 GMT
57363              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
57364      Branch: maint-5.6/perl
57365            ! pod/perlmodlib.pod
57366 ____________________________________________________________________________
57367 [  8661] By: jhi                                   on 2001/02/01  13:57:38
57368         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
57369              Date: Thu, 01 Feb 2001 14:15:41 +0100
57370              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57371              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
57372              
57373              Have the $ccflags in the gcc version test (strange, this change
57374              is claimed to be have been integrated already)
57375      Branch: maint-5.6/perl
57376            ! Configure
57377 ____________________________________________________________________________
57378 [  8660] By: jhi                                   on 2001/02/01  13:44:10
57379         Log: Integrate changes #7950,7964,7962 from mainline.
57380              
57381              Find the stdchar signedness using cpp, should fix some of
57382              the Solaris compiler warnings reported by Alan Burlison.
57383      Branch: maint-5.6/perl
57384           !> Configure config_h.SH
57385 ____________________________________________________________________________
57386 [  8659] By: jhi                                   on 2001/02/01  05:35:32
57387         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
57388              From: Jan Dubois <JanD@ActiveState.com>
57389              Date: Wed, 31 Jan 2001 21:17:03 -0800
57390              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
57391      Branch: maint-5.6/perl
57392            ! utils/perldoc.PL
57393 ____________________________________________________________________________
57394 [  8658] By: jhi                                   on 2001/02/01  04:33:17
57395         Log: Integrate the README.os390 and README.posix-bc parts of mainline
57396              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
57397              installperl parts were taken care of by #8657.)
57398      Branch: maint-5.6/perl
57399           !> README.os390 README.posix-bc
57400 ____________________________________________________________________________
57401 [  8657] By: jhi                                   on 2001/02/01  04:29:21
57402         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
57403              From: Peter Prymmer <pvhp@forte.com>
57404              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
57405              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
57406      Branch: maint-5.6/perl
57407            + ext/DynaLoader/dl_dllload.xs
57408            ! MANIFEST Makefile.SH hints/os390.sh installperl
57409 ____________________________________________________________________________
57410 [  8656] By: jhi                                   on 2001/02/01  04:25:45
57411         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
57412              From: Peter Prymmer <pvhp@forte.com>
57413              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
57414              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
57415      Branch: maint-5.6/perl
57416            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
57417 ____________________________________________________________________________
57418 [  8655] By: jhi                                   on 2001/02/01  04:14:47
57419         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
57420              From: troc@netrus.net
57421              Date: Wed, 31 Jan 2001 22:31:26 -0500
57422              Message-Id: <200102010331.WAA117.85@rocco.homenet>
57423      Branch: maint-5.6/perl
57424            ! os2/os2.c
57425 ____________________________________________________________________________
57426 [  8654] By: jhi                                   on 2001/02/01  04:12:52
57427         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
57428              as reported by Alan Burlison.
57429      Branch: maint-5.6/perl
57430            ! pp.h
57431 ____________________________________________________________________________
57432 [  8653] By: jhi                                   on 2001/02/01  04:05:12
57433         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
57434              From: dsugalski@northernlight.com
57435              Date: Wed, 31 Jan 2001 18:54:11 -0500
57436              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
57437      Branch: maint-5.6/perl
57438            ! configure.com
57439 ____________________________________________________________________________
57440 [  8652] By: jhi                                   on 2001/02/01  04:03:11
57441         Log: Misplaced #endif.
57442              
57443              Subject: [perl-5-6-1-trial2] patches for EPOC
57444              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57445              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
57446              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
57447      Branch: maint-5.6/perl
57448            ! epoc/epocish.c
57449 ____________________________________________________________________________
57450 [  8651] By: jhi                                   on 2001/02/01  04:00:25
57451         Log: Integrate changes #8647,8648,8650 from mainline.
57452              
57453              Macrofy a magic UTF-8 test.
57454              
57455              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
57456              
57457              Watch out for cross compiling for EPOC (usually done on linux).
57458      Branch: maint-5.6/perl
57459           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
57460 ____________________________________________________________________________
57461 [  8650] By: jhi                                   on 2001/02/01  03:56:20
57462         Log: Watch out for cross compiling for EPOC (usually done on linux)
57463              
57464              Subject: [perl-5-6-1-trial2] patches for EPOC
57465              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57466              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
57467              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
57468      Branch: perl
57469            ! ext/Errno/Errno_pm.PL
57470 ____________________________________________________________________________
57471 [  8649] By: gsar                                  on 2001/02/01  00:46:00
57472         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
57473      Branch: maint-5.6/perl
57474            ! sv.c
57475 ____________________________________________________________________________
57476 [  8648] By: jhi                                   on 2001/01/31  23:35:36
57477         Log: All the uses of PL_numeric_radix must be protected by
57478              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
57479              
57480              Subject: [perl-5-6-1-trial2] patches for EPOC
57481              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57482              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
57483              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
57484      Branch: perl
57485            ! sv.c
57486 ____________________________________________________________________________
57487 [  8647] By: jhi                                   on 2001/01/31  22:56:16
57488         Log: Macrofy a magic UTF-8 test.
57489      Branch: perl
57490            ! utf8.c utf8.h
57491 ____________________________________________________________________________
57492 [  8646] By: gsar                                  on 2001/01/31  15:55:12
57493         Log: update Changes
57494      Branch: maint-5.6/perl
57495            ! Changes
57496 ____________________________________________________________________________
57497 [  8645] By: gsar                                  on 2001/01/31  15:10:14
57498         Log: Configure tweak suggested by Peter Prymmer
57499      Branch: maint-5.6/perl
57500            ! Configure
57501 ____________________________________________________________________________
57502 [  8644] By: gsar                                  on 2001/01/31  15:06:32
57503         Log: more files need to be writable in the source distribution
57504      Branch: maint-5.6/perl
57505            ! Porting/makerel
57506 ____________________________________________________________________________
57507 [  8643] By: jhi                                   on 2001/01/31  14:59:46
57508         Log: Integrate changes #8258,8278,8279 from mainline.
57509              
57510              Make the large file tests more robust/talkative.
57511      Branch: maint-5.6/perl
57512           !> t/lib/syslfs.t t/op/lfs.t
57513 ____________________________________________________________________________
57514 [  8642] By: gsar                                  on 2001/01/31  14:53:48
57515         Log: integrate changes#8311,8334 from mainline
57516              
57517              Add a new MakeMaker variable PM_FILTER that defines a Unix
57518              filter to be run on each .pm during the pm_to_blib() phase,
57519              a fixed version of
57520              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
57521              
57522              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
57523              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
57524              accurate reading of the "atime".  
57525      Branch: maint-5.6/perl
57526           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
57527           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
57528           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
57529 ____________________________________________________________________________
57530 [  8641] By: jhi                                   on 2001/01/31  14:46:37
57531         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
57532      Branch: maint-5.6/perl
57533            ! lib/Getopt/Long.pm
57534 ____________________________________________________________________________
57535 [  8640] By: gsar                                  on 2001/01/31  14:40:24
57536         Log: make regen_all
57537      Branch: maint-5.6/perl
57538            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
57539 ____________________________________________________________________________
57540 [  8639] By: gsar                                  on 2001/01/31  14:37:25
57541         Log: refresh windows config files
57542      Branch: maint-5.6/perl
57543            ! win32/Makefile win32/config_H.bc win32/config_H.gc
57544            ! win32/config_H.vc win32/makefile.mk
57545 ____________________________________________________________________________
57546 [  8638] By: gsar                                  on 2001/01/31  14:28:10
57547         Log: makefile tweaks for windows: introduce a bulk-switch to enable
57548              same options as ActivePerl; sync changes with makefile.mk
57549      Branch: maint-5.6/perl
57550            ! win32/Makefile win32/makefile.mk
57551 ____________________________________________________________________________
57552 [  8637] By: jhi                                   on 2001/01/31  04:41:30
57553         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
57554              From: Nicholas Clark <nick@ccl4.org>
57555              Date: Tue, 30 Jan 2001 19:51:05 +0000
57556              Message-ID: <20010130195105.R76607@plum.flirble.org> 
57557              
57558              op/inc cure.
57559      Branch: perl
57560            ! pp.c pp.h pp_hot.c t/op/arith.t
57561 ____________________________________________________________________________
57562 [  8636] By: jhi                                   on 2001/01/31  02:38:32
57563         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
57564              no perlio],8257,8380,8479,8515 from mainline.
57565              
57566              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
57567              
57568              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
57569              Subject: [PATCH perl@8133] fix-up for VMS extensions
57570              
57571              In VMS embedded perls couldn't access the statically built Socket.
57572              
57573              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
57574              
57575              Further VMS piping fixes from Charles Lane.
57576              
57577              Subject:  [PATCH] make t/op/misc.t work on VMS
57578              
57579              Add tracing for debugging extensions builds in VMS.
57580              
57581              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
57582      Branch: maint-5.6/perl
57583           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
57584           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
57585           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
57586 ____________________________________________________________________________
57587 [  8635] By: jhi                                   on 2001/01/31  01:46:41
57588         Log: Integrate change #7732 from mainline.
57589              
57590              Sparc 64-bit pack() fix from Jens Hamisch.
57591      Branch: maint-5.6/perl
57592           !> pp.c
57593 ____________________________________________________________________________
57594 [  8634] By: jhi                                   on 2001/01/31  01:41:16
57595         Log: One spot missing from #8626.
57596      Branch: maint-5.6/perl
57597            ! sv.c
57598 ____________________________________________________________________________
57599 [  8633] By: jhi                                   on 2001/01/31  00:49:17
57600         Log: Integrate change #7495 from mainline.
57601              
57602              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
57603      Branch: maint-5.6/perl
57604           !> MANIFEST ext/re/Makefile.PL
57605 ____________________________________________________________________________
57606 [  8632] By: jhi                                   on 2001/01/30  23:38:49
57607         Log: Integrate change #8396 from mainline.
57608              
57609              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
57610              better multicast support (resend)
57611      Branch: maint-5.6/perl
57612           !> ext/Socket/Socket.pm
57613 ____________________________________________________________________________
57614 [  8631] By: jhi                                   on 2001/01/30  23:28:03
57615         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
57616              
57617              More AIX lore. (7514, ext/re/hints/aix.pl)
57618              
57619              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
57620              
57621              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)
57622              
57623              Subject: [ID 20001214.002] Net::Ping patch
57624              
57625              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
57626              
57627              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
57628              
57629              Add ReuseAddr as a (preferred) alias for Reuse as we now
57630              also have ReusePort.
57631              
57632              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
57633      Branch: maint-5.6/perl
57634           +> ext/re/hints/aix.pl
57635           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
57636           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
57637 ____________________________________________________________________________
57638 [  8630] By: jhi                                   on 2001/01/30  23:03:59
57639         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
57640              
57641              read() documentation tweak for 20001121.004.
57642              
57643              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
57644      Branch: maint-5.6/perl
57645           !> pod/perlfunc.pod pod/perlre.pod
57646 ____________________________________________________________________________
57647 [  8629] By: jhi                                   on 2001/01/30  22:41:57
57648         Log: Integrate change #8098 from mainline.
57649              
57650              fastgetcwd is defined using a glob alias on a $^O dependent basis
57651              and there was no default assignment or perl subroutine.
57652      Branch: maint-5.6/perl
57653           !> lib/Cwd.pm
57654 ____________________________________________________________________________
57655 [  8628] By: jhi                                   on 2001/01/30  21:58:52
57656         Log: Integrate change #7866 from mainline.
57657              
57658              File::Temp 0.11.
57659      Branch: maint-5.6/perl
57660           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
57661 ____________________________________________________________________________
57662 [  8627] By: jhi                                   on 2001/01/30  21:39:44
57663         Log: Integrate changes #8075,8086,8228 from mainline.  
57664              
57665              Darwin is not Windows. (8075,8086)
57666              
57667              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
57668      Branch: maint-5.6/perl
57669           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
57670           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
57671           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
57672           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
57673 ____________________________________________________________________________
57674 [  8626] By: jhi                                   on 2001/01/30  21:22:11
57675         Log: Integrate with tweakery the change #8625 from mainline,
57676              the multibyte decimal separator fix ("fa_IR locale failure").
57677      Branch: maint-5.6/perl
57678            ! embedvar.h perlapi.h
57679           !> intrpvar.h perl.c perl.h sv.c util.c
57680 ____________________________________________________________________________
57681 [  8625] By: jhi                                   on 2001/01/30  20:26:33
57682         Log: Fix for the fa_IR locale failure.  The reason for the failure
57683              was that Perl was assuming the decimal separator aka the radix
57684              separator is one character.  The Farsi-Iranian locale crushed
57685              that bad assumption since there the separator is 'Momayyez',
57686              glyphwise looking somewhat like a slash, and in Unicode UTF-8
57687              encoded in two bytes, 0xd9 0xab.
57688      Branch: perl
57689            ! intrpvar.h perl.c perl.h sv.c util.c
57690 ____________________________________________________________________________
57691 [  8624] By: gsar                                  on 2001/01/30  20:17:03
57692         Log: regen_headers
57693      Branch: maint-5.6/perl
57694            ! Makefile.SH pod/perlintern.pod
57695 ____________________________________________________________________________
57696 [  8623] By: gsar                                  on 2001/01/30  19:42:34
57697         Log: backout change#7431 and its dependents (causes spurious rebuilds
57698              of autogenerated files)
57699              
57700              fix benign b.t failure
57701      Branch: maint-5.6/perl
57702            ! Makefile.SH t/lib/b.t
57703 ____________________________________________________________________________
57704 [  8622] By: jhi                                   on 2001/01/30  19:41:41
57705         Log: Microperl sync.
57706      Branch: perl
57707            ! mg.c perl.h
57708 ____________________________________________________________________________
57709 [  8621] By: gsar                                  on 2001/01/30  19:24:47
57710         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
57711              from mainline
57712              
57713              Subject: podlators 1.06 released
57714              
57715              Subject: [PATCH @8436] Eliminate op_children
57716              
57717              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
57718              
57719              (Replaced by #8448)  More op_children traces (cleanup of #8442).
57720              
57721              Subject: [PATCH #3 @8436] Re: Eliminate op_children
57722              Replace #8444 and #8445.
57723              
57724              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
57725              at the setting of the ofs_sv in new_struct_thread() as the
57726              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
57727              uninitialized fields are, uh, initialized with),
57728              SvREFCNT_inc()ing that invited a core dump.
57729              
57730              podlators 1.07, from Russ Allbery.
57731              
57732              Subject: [PATCH] regcomp.c old feature removal
57733              From: mjd@plover.com
57734              Date: 16 Jan 2001 14:43:18 -0000 
57735              Message-ID: <20010116144318.7140.qmail@plover.com> 
57736      Branch: maint-5.6/perl
57737           +> lib/Pod/Text/Overstrike.pm
57738           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
57739           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
57740           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
57741           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
57742           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
57743           !> util.c
57744 ____________________________________________________________________________
57745 [  8620] By: gsar                                  on 2001/01/30  18:48:32
57746         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
57747              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
57748              now fails one test)
57749              
57750              Subject: [PATCH] lvalue AUTOLOAD. No, really.
57751              
57752              Subject: [PATCH] Interesting syntax idea
57753              Make opens + bareword assigns do typeglob assigns.
57754              
57755              Tests for #8254.
57756              
57757              Subject: [PATCH @8269] Continue blocks and B::Deparse
57758              Make the peephole optimizer to bypass more null ops and
57759              and rewrite the deparse handling of continue blocks.
57760              
57761              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
57762              Doc tweak on #8313.
57763              
57764              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
57765              
57766              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
57767              
57768              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
57769              
57770              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
57771              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
57772              according to the platform.
57773              
57774              Subject: [PATCH @8404] Consolidated lvalue sub changes
57775              
57776              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
57777              
57778              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
57779              
57780              Subject: B::Concise -- an improved replacement for B::Terse 
57781              
57782              The B::Terse drop-in replacement wasn't quite drop-in.
57783              
57784              The LVRET macro needed an aTHX.
57785              
57786              Use the /^Perl_/-less form of is_lvalue_sub().
57787              
57788              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
57789      Branch: maint-5.6/perl
57790           +> ext/B/B/Concise.pm
57791           !> (integrate 27 files)
57792 ____________________________________________________________________________
57793 [  8619] By: nick                                  on 2001/01/30  18:40:28
57794         Log: Integrate mainline
57795      Branch: perlio
57796           !> (integrate 40 files)
57797 ____________________________________________________________________________
57798 [  8618] By: jhi                                   on 2001/01/30  18:37:18
57799         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
57800              Date: Mon, 29 Jan 2001 22:51:29 -0600
57801              From: "Craig A. Berry" <craigberry@mac.com>
57802              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
57803      Branch: perl
57804            ! vms/test.com
57805 ____________________________________________________________________________
57806 [  8617] By: jhi                                   on 2001/01/30  18:34:53
57807         Log: Subject: [PATCH] Add missing CV flags to dump.c
57808              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57809              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
57810              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
57811      Branch: perl
57812            ! dump.c
57813 ____________________________________________________________________________
57814 [  8616] By: jhi                                   on 2001/01/30  18:20:58
57815         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
57816              part isn't applicable to maintperl.
57817              
57818              UTF-8 nit from Inaba Hiroto.
57819      Branch: maint-5.6/perl
57820           !> pod/perlapi.pod utf8.c
57821 ____________________________________________________________________________
57822 [  8615] By: jhi                                   on 2001/01/30  18:18:51
57823         Log: UTF-8 nit from Inaba Hiroto.
57824      Branch: perl
57825            ! pod/perlapi.pod t/op/each.t utf8.c
57826 ____________________________________________________________________________
57827 [  8614] By: jhi                                   on 2001/01/30  18:13:38
57828         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
57829              
57830              perl's internal variables are not for public consumption,
57831              move their docs from perlapi.pod to perlintern.pod
57832              
57833              support for -Dusethreads build under HP-UX 10.20 and DCE threads
57834              library (11.0 and later have pthreads but 10.x don't)
57835              
57836              avoid uninitialized value warnings
57837              
57838              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
57839              gets weird results)
57840              
57841              perldoc nit on windows
57842              
57843              make it possible to run the tests outside the source tree
57844              (there's still a dependency on ../lib being the library
57845              location)
57846      Branch: perl
57847           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
57848           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
57849           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
57850           !> win32/bin/search.pl win32/vdir.h
57851 ____________________________________________________________________________
57852 [  8613] By: gsar                                  on 2001/01/30  16:39:59
57853         Log: make it possible to run the tests outside the source tree
57854              (there's still a dependency on ../lib being the library
57855              location)
57856      Branch: maint-5.6/perl
57857            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
57858 ____________________________________________________________________________
57859 [  8612] By: gsar                                  on 2001/01/30  16:31:12
57860         Log: perldoc nit on windows
57861      Branch: maint-5.6/perl
57862            ! utils/perldoc.PL
57863 ____________________________________________________________________________
57864 [  8611] By: gsar                                  on 2001/01/30  16:22:54
57865         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
57866              gets weird results)
57867      Branch: maint-5.6/perl
57868            ! win32/vdir.h
57869 ____________________________________________________________________________
57870 [  8610] By: gsar                                  on 2001/01/30  16:12:45
57871         Log: avoid uninitialized value warnings
57872      Branch: maint-5.6/perl
57873            ! win32/bin/search.pl
57874 ____________________________________________________________________________
57875 [  8609] By: gsar                                  on 2001/01/30  16:08:01
57876         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
57877              library (11.0 and later have pthreads but 10.x don't)
57878      Branch: maint-5.6/perl
57879            ! hints/hpux.sh thread.h
57880 ____________________________________________________________________________
57881 [  8608] By: gsar                                  on 2001/01/30  15:48:55
57882         Log: perl's internal variables are not for public consumption,
57883              move their docs from perlapi.pod to perlintern.pod
57884      Branch: maint-5.6/perl
57885            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
57886            ! thrdvar.h
57887 ____________________________________________________________________________
57888 [  8607] By: gsar                                  on 2001/01/30  15:44:27
57889         Log: mistakenly branched perl56delta.pod, revert
57890      Branch: maint-5.6/perl
57891            - pod/perl56delta.pod
57892           !> pod/perldelta.pod
57893 ____________________________________________________________________________
57894 [  8606] By: gsar                                  on 2001/01/30  14:20:24
57895         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
57896              dTHR which has been a noop for a while now, except for the
57897              compatibility definition in thread.h)
57898      Branch: maint-5.6/perl
57899           !> (integrate 45 files)
57900 ____________________________________________________________________________
57901 [  8605] By: jhi                                   on 2001/01/30  05:43:58
57902         Log: Mark the UTF-8 APIs as experimental.
57903      Branch: maint-5.6/perl
57904            ! embed.pl pod/perlapi.pod
57905 ____________________________________________________________________________
57906 [  8604] By: jhi                                   on 2001/01/30  05:38:40
57907         Log: Nits from earlier integrates.
57908      Branch: maint-5.6/perl
57909            ! lib/Carp/Heavy.pm
57910           !> sv.c
57911 ____________________________________________________________________________
57912 [  8603] By: jhi                                   on 2001/01/30  05:27:26
57913         Log: Regenerate Porting files.
57914      Branch: maint-5.6/perl
57915            ! Porting/Glossary Porting/config.sh Porting/config_H
57916 ____________________________________________________________________________
57917 [  8602] By: jhi                                   on 2001/01/30  05:14:59
57918         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
57919              8310,8339,8447,8492,8493,8505,8525: documentation changes.
57920              
57921              Subject: Re: perlfaq style changes
57922              
57923              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
57924              
57925              Subject: [PATCH] docs on NaN
57926              
57927              Subject: [patch] perlfaq7
57928              
57929              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
57930              
57931              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
57932              
57933              Subject: [PATCH] open() example in perlfunc.pod
57934              
57935              Podify README.mpeix (a new version from the web)
57936              
57937              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
57938              
57939              Subject: [PATCH] format and rewording in perlfaq.pod
57940              
57941              Subject: [PATCH] API Variable documentation   
57942              
57943              Memory management calls documentation.
57944              
57945              Subject: [PATCH: perl@8482] README.vms URL updates
57946              
57947              Subject: Minor typos in perlfaq2.pod
57948              
57949              Subject: [PATCH] pod/perlvar.pod
57950      Branch: maint-5.6/perl
57951           +> pod/perl56delta.pod
57952            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
57953           !> README.amiga README.epoc README.mpeix README.vms
57954           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
57955           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
57956           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
57957           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
57958           !> pod/perlvar.pod thrdvar.h
57959 ____________________________________________________________________________
57960 [  8601] By: jhi                                   on 2001/01/30  04:38:35
57961         Log: Integrate changes #8036,8096,8253 from mainline:
57962              hints changes.
57963              
57964              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
57965              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
57966              
57967              Output the (apparent) version of gcc in Tru64.
57968      Branch: maint-5.6/perl
57969           +> ext/POSIX/hints/svr4.pl
57970           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
57971           !> hints/svr4.sh t/lib/bigfltpm.t
57972 ____________________________________________________________________________
57973 [  8600] By: jhi                                   on 2001/01/30  04:04:01
57974         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
57975              locale fixes.
57976              
57977              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
57978              
57979              Debian allows /usr/bin/locale to exist without any locales. (7868)
57980              
57981              Allow the locale test needing POSIX and the taint test
57982              needing IPC::SysV to run under 'minitest' (basically,
57983              bail out if loading the extension fails). (8384)
57984              
57985              Cleanup the locale.t output  (8480)
57986      Branch: maint-5.6/perl
57987           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
57988           !> t/pragma/locale.t
57989 ____________________________________________________________________________
57990 [  8599] By: jhi                                   on 2001/01/30  03:51:04
57991         Log: Missing generated files from #8598.
57992      Branch: maint-5.6/perl
57993            ! embed.h global.sym objXSUB.h perlapi.c proto.h
57994 ____________________________________________________________________________
57995 [  8598] By: jhi                                   on 2001/01/30  03:41:54
57996         Log: Integrate change #8555 from mainline, manually integrate parts
57997              of changes 8452 and 8583.
57998              
57999              Subject: [PATCH] utf8.c documentation (8452)
58000              
58001              No point in checking the length if the pointer is bogus. (8555)
58002              
58003              Introduce bytes_from_utf8() and implement sv_eq() using it,
58004              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
58005              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
58006              was malformed. (8583)
58007      Branch: maint-5.6/perl
58008            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
58009           !> pod/perlapi.pod sv.c utf8.c
58010 ____________________________________________________________________________
58011 [  8597] By: gsar                                  on 2001/01/30  02:37:26
58012         Log: get PERL_OBJECT build going again on windows
58013      Branch: maint-5.6/perl
58014            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
58015            ! pod/perlapi.pod proto.h sv.c
58016 ____________________________________________________________________________
58017 [  8596] By: jhi                                   on 2001/01/30  02:16:17
58018         Log: Signedness nit.
58019      Branch: perl
58020            ! sv.c
58021 ____________________________________________________________________________
58022 [  8595] By: jhi                                   on 2001/01/30  02:11:07
58023         Log: EBCDIC patch for Storable, from Peter Prymmer.
58024      Branch: perl
58025            ! t/lib/st-06compat.t
58026 ____________________________________________________________________________
58027 [  8594] By: jhi                                   on 2001/01/30  01:04:48
58028         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
58029              From: Peter Prymmer <pvhp@forte.com>
58030              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
58031              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
58032      Branch: perl
58033            ! t/lib/b.t
58034 ____________________________________________________________________________
58035 [  8593] By: jhi                                   on 2001/01/30  00:56:47
58036         Log: Subject: [PATCH: perl@8585] pod problems in io
58037              From: Peter Prymmer <pvhp@forte.com>
58038              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
58039              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
58040      Branch: perl
58041            ! pod/perlapio.pod pod/perliol.pod
58042 ____________________________________________________________________________
58043 [  8592] By: jhi                                   on 2001/01/30  00:48:20
58044         Log: Integrate perlio.
58045      Branch: perl
58046           !> pod/perlapio.pod pod/perliol.pod
58047 ____________________________________________________________________________
58048 [  8591] By: nick                                  on 2001/01/29  22:02:28
58049         Log: GNU 'merge' Simon's copy of perliol.pod with version
58050              patched by Craig's patch.
58051      Branch: perlio
58052            ! pod/perliol.pod
58053 ____________________________________________________________________________
58054 [  8590] By: nick                                  on 2001/01/29  21:55:10
58055         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
58056      Branch: perlio
58057            ! pod/perlapio.pod pod/perliol.pod
58058 ____________________________________________________________________________
58059 [  8589] By: jhi                                   on 2001/01/29  15:35:33
58060         Log: Integrate change #8586 from maint-5.6/perl.
58061              
58062              make the BOM detection code not call tell() until it has to
58063              (meant to fix esoteric compatibility issues where PL_rsfp
58064              is overridden)
58065      Branch: perl
58066           !> toke.c
58067 ____________________________________________________________________________
58068 [  8588] By: jhi                                   on 2001/01/29  15:29:11
58069         Log: Subject: MAking Solaris malloc() the default
58070              From: Lupe Christoph <lupe@lupe-christoph.de>
58071              Date: Mon, 29 Jan 2001 12:59:36 +0100
58072              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
58073              
58074              The README.solaris part slightly tweaked.
58075      Branch: perl
58076            ! README.solaris hints/solaris_2.sh
58077 ____________________________________________________________________________
58078 [  8587] By: jhi                                   on 2001/01/29  15:17:34
58079         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
58080              From: root@ak-75.mind.de
58081              Date: Sun, 28 Jan 2001 20:32:29 +0100
58082              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
58083      Branch: perl
58084            ! pod/perlre.pod
58085 ____________________________________________________________________________
58086 [  8586] By: gsar                                  on 2001/01/29  13:43:44
58087         Log: make the BOM detection code not call tell() until it has to
58088              (meant to fix esoteric compatibility issues where PL_rsfp
58089              is overridden)
58090      Branch: maint-5.6/perl
58091            ! toke.c
58092 ____________________________________________________________________________
58093 [  8585] By: jhi                                   on 2001/01/28  20:05:45
58094         Log: Update Changes.
58095      Branch: perl
58096            ! Changes patchlevel.h
58097 ____________________________________________________________________________
58098 [  8584] By: jhi                                   on 2001/01/28  19:30:02
58099         Log: Integrate perlio.
58100      Branch: perl
58101           +> pod/perliol.pod
58102           !> MANIFEST pod/perlapio.pod
58103 ____________________________________________________________________________
58104 [  8583] By: jhi                                   on 2001/01/28  19:28:40
58105         Log: Patch from Inaba Hiroto:
58106              - canonical UTF-8 hash keys: if a key string for a hash is
58107              UTF8-on, try downgrade the string and use it if
58108              unicode::distinct is not in effect.
58109              For the task, I added a function bytes_from_utf8() to utf8.c.
58110              It might resemble utf8_to_bytes() but it is not convenient
58111              to the task.
58112              Made a test for it and added to t/op/each.t
58113              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
58114              the mortal copy of the argument SV.
58115              And changed t/io/utf8.t test 18 which expects print() to
58116              upgrade its argument.
58117              - re-implement sv_eq with bytes_from_utf8()
58118              - some bug fixes
58119              - tr/// does not handle UTF8 range (\x{}-\x{})
58120              - \ before raw UTF8 character produced
58121              "Malformed UTF-8 character" warning.
58122              - "\x{100}\N{CENT SIGN}" is Malformed.
58123              Added tests for these 3.
58124              - and one silly bug (by me) with qu operator.
58125      Branch: perl
58126            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
58127            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
58128            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
58129 ____________________________________________________________________________
58130 [  8582] By: nick                                  on 2001/01/28  19:25:04
58131         Log: Add pod/perliol.pod to MANIFEST :-(
58132      Branch: perlio
58133            ! MANIFEST
58134 ____________________________________________________________________________
58135 [  8581] By: nick                                  on 2001/01/28  19:22:40
58136         Log: PerlIO documentation. Proofing and sub-editing requested.
58137      Branch: perlio
58138            + pod/perliol.pod
58139            ! pod/perlapio.pod
58140 ____________________________________________________________________________
58141 [  8580] By: jhi                                   on 2001/01/28  05:16:25
58142         Log: Revert the change to sv_2pv() done by #8054: Someone who
58143              did SvNV_set() on a scalar that also happened to be POK,
58144              followed by sv_2pv() won't get the right coercion anymore.
58145              [Sarathy]
58146      Branch: maint-5.6/perl
58147            ! sv.c
58148 ____________________________________________________________________________
58149 [  8579] By: jhi                                   on 2001/01/28  05:15:04
58150         Log: Remove the #8084 effect: do not allow -Q to be interpreted
58151              as -&Q(), this is too much wiggle room.
58152      Branch: maint-5.6/perl
58153            ! toke.c
58154 ____________________________________________________________________________
58155 [  8578] By: jhi                                   on 2001/01/28  05:12:45
58156         Log: Needed bits of #8439 (should have been in #8576),
58157              mainly for lval substr().
58158      Branch: maint-5.6/perl
58159            ! mg.c pp.c pp_hot.c
58160 ____________________________________________________________________________
58161 [  8577] By: jhi                                   on 2001/01/28  05:02:46
58162         Log: A missing check-in.
58163      Branch: maint-5.6/perl
58164            ! utf8.c
58165 ____________________________________________________________________________
58166 [  8576] By: jhi                                   on 2001/01/28  04:26:18
58167         Log: Integrate changes #8425,8436,8439,8517 from mainline.
58168              The 8439 was not truly integrated because it had too many
58169              dependencies on the development branch and because it introduced
58170              concepts too bold for a maintenance branch (such as the qu operator).
58171              
58172              Subject: [PATCH perl@8342] -Wformat
58173              
58174              Tighten some of the UTF-8 tests a bit.
58175              
58176              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
58177              - The substr lval was still not okay.
58178              - Now pp_stringify and sv_setsv copies source's UTF8 flag
58179              even if IN_BYTE.  pp_stringify is called from fold_constants
58180              at optimization phase and "\x{100}" was made SvUTF8_off under
58181              use bytes (the bytes pragma is for "byte semantics" and not
58182              for "do not produce UTF8 data")
58183      Branch: maint-5.6/perl
58184            ! t/lib/charnames.t t/op/substr.t toke.c
58185           !> sv.c t/pragma/utf8.t
58186 ____________________________________________________________________________
58187 [  8575] By: jhi                                   on 2001/01/28  04:01:51
58188         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
58189              
58190              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
58191              
58192              Subject: [ID 20001230.003] UTF-8 tr still hurts
58193              
58194              Test cases for #8385 (from Simon's "torture.pl")
58195              
58196              Start fixing UTF-8 lval substr() (8405)
58197      Branch: maint-5.6/perl
58198           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
58199           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
58200 ____________________________________________________________________________
58201 [  8574] By: jhi                                   on 2001/01/28  03:09:06
58202         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
58203              from mainline.
58204              
58205              UTF-8 cleanup.
58206              
58207              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
58208              
58209              "\x{FF}\xFF" was broken.
58210              
58211              Tests for #8329 and #8330.
58212              
58213              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
58214              
58215              IRIX compiler noticed that the bof initialization might be
58216              bypassed by control flow.
58217              
58218              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
58219      Branch: maint-5.6/perl
58220           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
58221           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
58222 ____________________________________________________________________________
58223 [  8573] By: jhi                                   on 2001/01/28  02:06:12
58224         Log: Retract #8552.
58225      Branch: perl
58226            ! lib/Text/Wrap.pm t/lib/textwrap.t
58227 ____________________________________________________________________________
58228 [  8572] By: jhi                                   on 2001/01/28  02:04:49
58229         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
58230              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
58231              not really integrated but instead salvaged by hand
58232              (they had too many dependencies on the development release
58233              to be cleanly integratable).
58234              
58235              Subject: more UTF8 test suites and an UTF8 patch
58236              
58237              Tweak for MULTIPLICITY/USE_PERLIO
58238              
58239              Signedness nit.
58240              
58241              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
58242              
58243              Use the UTF8_XXX macros in is_utf8_char().
58244              
58245              Rewrite pp_concat() in terms of sv_catsv().  The . operator
58246              should now be UTF-8-proof.
58247              
58248              Subject: [PATCH perl@8269] scanning two hex-constants
58249              fails on EBCDIC environment (script length.t)
58250              
58251              Add some Unicode chop() tests.
58252      Branch: maint-5.6/perl
58253            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
58254           !> sv.c t/op/chop.t utf8.h
58255 ____________________________________________________________________________
58256 [  8571] By: jhi                                   on 2001/01/28  00:35:59
58257         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
58258              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
58259              
58260              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
58261              
58262              The maxiters upper limit sanity check (guarding against
58263              non-progress) assumed bytes instead of characters in s///
58264              and split().
58265              
58266              Signedness nit.
58267              
58268              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
58269              join() should now be UTF-8-proof.
58270              
58271              More split // UTF-8 tests. (8250)
58272      Branch: maint-5.6/perl
58273           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
58274           !> util.c
58275 ____________________________________________________________________________
58276 [  8570] By: jhi                                   on 2001/01/27  22:15:46
58277         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
58278              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
58279              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
58280              8084,8204,8244,8333 from mainline.
58281              
58282              For -Q where Q might be a one-letter sub name one does no more
58283              get a warning about an unknown filetest (7941,7943,7944,8084).
58284              
58285              Subject: Re: [ID 20001130.011] expression parsing bug ?
58286              
58287              Make uv_to_utf8() to zero-terminate its output buffer.
58288              
58289              Split off t/op/length.t (7995)
58290              
58291              Split off t/op/utf8decode.t (7996)
58292              
58293              Remove an unnecessary 'use utf8' from the utf8.t (7998)
58294              
58295              Split off t/op/concat.t (8004)
58296              
58297              Split off t/op/ver.t (8005)
58298              
58299              Document utf8_length(), utf8_distance(), and utf8_hop().
58300              
58301              Document utf8_to_uv() better.
58302              
58303              Introduce macros for UTF8 decoding (8028,8033).
58304              
58305              Add test for reverse() (8030,8031).
58306              
58307              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
58308              
58309              Do not return the Unicode replacement character    on UTF-8
58310              decoding failure.
58311              
58312              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
58313              not this_utf8 i.e. the output string has one, but don't mess
58314              with source assumption. (8052,8053)
58315              
58316              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
58317              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
58318              was not expecting to be called with something that was already
58319              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
58320              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
58321              (8054)
58322              
58323              Recode the naughty binary bytes in utf8decode.t using the \xHH.
58324              
58325              Make some panic messages a bit more logical.
58326      Branch: maint-5.6/perl
58327           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
58328           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
58329           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
58330           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
58331           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
58332           !> utf8.c utf8.h
58333 ____________________________________________________________________________
58334 [  8569] By: jhi                                   on 2001/01/27  19:16:43
58335         Log: Integrate changes #7750 from perlio and #8566 from mainline.
58336      Branch: maint-5.6/perl
58337           !> regexec.c sv.c
58338 ____________________________________________________________________________
58339 [  8568] By: jhi                                   on 2001/01/27  18:06:51
58340         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
58341              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
58342              7935[-perlio.c],7936,7959,7965 from mainline.
58343              
58344              Change the "big byte" error message to "Wide character".
58345              (7355, the croak-if-wide-chars-in-print part ignored)
58346              
58347              Use UINT64_C().
58348              
58349              Introduce Perl_utf8_length().
58350              
58351              diff -se shows these as different (7753, forgotten check-ins)
58352              
58353              Subject: [PATCH] doop.c - UTF8 tr///
58354              
58355              If we use (aTHX_ ...) then put Perl_ on the front.
58356              
58357              Make utf8_length() and utf8_distance() to be less forgiving
58358              about bad UTF-8.
58359              
58360              Test line numbers are different with utf8.
58361              
58362              No need to scan till infinity, 13 is enough. (7872,7911)
58363              
58364              Subject: [PATCH] Tokeniser debugging
58365              
58366              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
58367              
58368              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
58369              
58370              Be more careful in Perl_sv_utf8_downgrade().
58371              
58372              Use DO_UTF8().
58373              
58374              Raw zero bytes in text files confuse at least GNU patch 2.1.
58375      Branch: maint-5.6/perl
58376           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
58377           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
58378           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
58379           !> t/pragma/utf8.t toke.c utf8.c utf8.h
58380 ____________________________________________________________________________
58381 [  8567] By: nick                                  on 2001/01/27  11:10:38
58382         Log: Integrate mainline
58383      Branch: perlio
58384           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
58385           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
58386           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
58387           !> toke.c
58388 ____________________________________________________________________________
58389 [  8566] By: jhi                                   on 2001/01/27  06:22:48
58390         Log: More documentation for the regexp context stack.
58391      Branch: perl
58392            ! regexec.c
58393 ____________________________________________________________________________
58394 [  8565] By: jhi                                   on 2001/01/27  05:21:57
58395         Log: Update Changes.
58396      Branch: perl
58397            ! Changes patchlevel.h
58398 ____________________________________________________________________________
58399 [  8564] By: jhi                                   on 2001/01/27  04:44:04
58400         Log: Threadedness patch for #8562 from Doug MacEachern.
58401      Branch: perl
58402            ! toke.c
58403 ____________________________________________________________________________
58404 [  8563] By: jhi                                   on 2001/01/27  04:26:24
58405         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
58406              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58407              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
58408              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
58409      Branch: perl
58410            ! op.c
58411 ____________________________________________________________________________
58412 [  8562] By: jhi                                   on 2001/01/27  04:20:30
58413         Log: Subject: Re: Announce : Tokener reporting patch
58414              From: Simon Cozens <simon@cozens.net>
58415              Date: Mon, 22 Jan 2001 02:17:22 +0000
58416              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
58417      Branch: perl
58418            ! embed.h embed.pl proto.h toke.c
58419 ____________________________________________________________________________
58420 [  8561] By: jhi                                   on 2001/01/27  04:17:24
58421         Log: Forgot from #8545.  Oops.
58422      Branch: perl
58423            ! pp.c t/pragma/overload.t
58424 ____________________________________________________________________________
58425 [  8560] By: jhi                                   on 2001/01/27  03:01:47
58426         Log: A better module compilation test, use MANIFEST as suggested
58427              by Spider.
58428      Branch: perl
58429            ! t/lib/1_compile.t
58430 ____________________________________________________________________________
58431 [  8559] By: jhi                                   on 2001/01/27  02:50:48
58432         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
58433              From: Peter Prymmer <pvhp@forte.com>
58434              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
58435              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
58436      Branch: perl
58437            ! t/lib/b.t
58438 ____________________________________________________________________________
58439 [  8558] By: jhi                                   on 2001/01/27  02:27:05
58440         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
58441              From: Peter Prymmer <pvhp@forte.com>
58442              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
58443              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
58444      Branch: perl
58445            ! t/pragma/sub_lval.t
58446 ____________________________________________________________________________
58447 [  8557] By: jhi                                   on 2001/01/27  02:26:03
58448         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
58449              From: Peter Prymmer <pvhp@forte.com>
58450              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
58451              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
58452      Branch: perl
58453            ! t/lib/st-06compat.t
58454 ____________________________________________________________________________
58455 [  8556] By: jhi                                   on 2001/01/27  02:24:33
58456         Log: Subject: [PATCH: perl@8531] minor update to README.os390
58457              From: Peter Prymmer <pvhp@forte.com>
58458              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
58459              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
58460      Branch: perl
58461            ! README.os390
58462 ____________________________________________________________________________
58463 [  8555] By: jhi                                   on 2001/01/27  00:35:47
58464         Log: No point in checking the length before we know whether the pointer
58465              is bogus or not, fixes Abigail's odbm failures in Linux.
58466      Branch: perl
58467            ! sv.c
58468 ____________________________________________________________________________
58469 [  8554] By: nick                                  on 2001/01/26  19:01:31
58470         Log: Integrate mainline
58471      Branch: perlio
58472           !> lib/Text/Wrap.pm t/lib/textwrap.t
58473 ____________________________________________________________________________
58474 [  8553] By: jhi                                   on 2001/01/26  15:19:39
58475         Log: Integrate change #7792 from perlio (multiplicity fix),
58476              fix the AV leak in regex DEBUGGING (tiny part of the
58477              polymorphic regexp patch #8143).
58478      Branch: maint-5.6/perl
58479            ! regcomp.c
58480           !> scope.h
58481 ____________________________________________________________________________
58482 [  8552] By: jhi                                   on 2001/01/26  15:03:23
58483         Log: (Retracted by #8573)
58484              
58485              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
58486              From: Michael G Schwern <schwern@pobox.com>
58487              Date: Fri, 26 Jan 2001 09:28:31 -0500
58488              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
58489      Branch: perl
58490            ! lib/Text/Wrap.pm t/lib/textwrap.t
58491 ____________________________________________________________________________
58492 [  8551] By: jhi                                   on 2001/01/26  02:33:19
58493         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
58494              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
58495              
58496              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
58497              
58498              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
58499              
58500              Message nit.
58501              
58502              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
58503              
58504              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
58505              
58506              (the cleanup of unused submatches in regtry() and regcppop())
58507              
58508              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
58509              stored and restored, and thusly was trounced by the utf8 swash
58510              routines.
58511              
58512              use utf8 not required to use \x{}.
58513              
58514              Removed two more tests that make no sense in UTF-8 since the test
58515              data is not in UTF-8.
58516              
58517              Get the three different space character classes right under utf8.
58518              
58519              Implement ANYOFUTF8 regprop() dumping.
58520              
58521              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
58522              
58523              Document the regex context pushing/popping a bit better.
58524      Branch: maint-5.6/perl
58525           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
58526           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
58527           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
58528           !> t/op/regmesg.t utf8.c
58529 ____________________________________________________________________________
58530 [  8550] By: nick                                  on 2001/01/25  19:42:30
58531         Log: Integrate mainline
58532      Branch: perlio
58533           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
58534           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
58535           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
58536           !> t/lib/bigint.t t/lib/bigintpm.t
58537 ____________________________________________________________________________
58538 [  8549] By: jhi                                   on 2001/01/25  15:22:28
58539         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
58540      Branch: maint-5.6/perl
58541            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
58542 ____________________________________________________________________________
58543 [  8548] By: jhi                                   on 2001/01/25  15:02:55
58544         Log: Integrate changes #7997,8063,8492,8547 from mainline.
58545              
58546              Subject: Re: STRLEN - what?
58547              
58548              Subject: [PATCH] perlguts.pod
58549              
58550              Memory management calls documentation.
58551              
58552              Layout using tabulator is not a good idea in a pod.
58553      Branch: maint-5.6/perl
58554           !> pod/perlguts.pod
58555 ____________________________________________________________________________
58556 [  8547] By: jhi                                   on 2001/01/25  14:49:05
58557         Log: Layout using tabulator is not a good idea in a pod.
58558      Branch: perl
58559            ! pod/perlguts.pod
58560 ____________________________________________________________________________
58561 [  8546] By: jhi                                   on 2001/01/25  14:31:12
58562         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
58563              from mainline.
58564              
58565              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
58566              
58567              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
58568              
58569              More Win32 editor/IDE/shell hints.
58570              
58571              More Win32 Perling.
58572              
58573              Yet another editor edit.
58574              
58575              Edit edit edit.
58576              
58577              IDE/editor section tweaking.
58578              
58579              Few more IDE/editor nits from p5p.
58580      Branch: maint-5.6/perl
58581           !> pod/perlfaq3.pod
58582 ____________________________________________________________________________
58583 [  8545] By: jhi                                   on 2001/01/25  04:16:32
58584         Log: Subject: [PATCH 5.7.0] overload int()
58585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58586              Date: Wed, 24 Jan 2001 19:06:57 -0500
58587              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
58588      Branch: perl
58589            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
58590            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
58591            ! t/lib/bigintpm.t
58592 ____________________________________________________________________________
58593 [  8544] By: jhi                                   on 2001/01/25  04:15:11
58594         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
58595              From: Peter Prymmer <pvhp@forte.com>
58596              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
58597              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
58598      Branch: perl
58599            ! Makefile.SH README.os390 hints/os390.sh installperl
58600 ____________________________________________________________________________
58601 [  8543] By: jhi                                   on 2001/01/25  03:52:08
58602         Log: Integrate change #8462,8469 from mainline.
58603              
58604              In VMS Perl subversion (perl -V) is undef.
58605      Branch: maint-5.6/perl
58606           !> configure.com
58607 ____________________________________________________________________________
58608 [  8542] By: jhi                                   on 2001/01/25  03:44:55
58609         Log: Integrate changes #7835,7850,8315,8316 from mainline.
58610              
58611              Solaris hints.
58612      Branch: maint-5.6/perl
58613           !> hints/solaris_2.sh
58614 ____________________________________________________________________________
58615 [  8541] By: jhi                                   on 2001/01/25  03:39:28
58616         Log: Integrate #8336 from mainline.
58617      Branch: maint-5.6/perl
58618           !> hv.c
58619 ____________________________________________________________________________
58620 [  8540] By: jhi                                   on 2001/01/25  03:23:50
58621         Log: Retract #8539.
58622      Branch: maint-5.6/perl
58623            ! pod/perlfaq3.pod
58624 ____________________________________________________________________________
58625 [  8539] By: jhi                                   on 2001/01/25  03:21:55
58626         Log: (Retracted by #8540.)
58627      Branch: maint-5.6/perl
58628            ! pod/perlfaq3.pod
58629 ____________________________________________________________________________
58630 [  8538] By: jhi                                   on 2001/01/25  03:14:07
58631         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
58632              From: Peter Prymmer <pvhp@forte.com>
58633              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
58634              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
58635              
58636              The VMS bits.
58637      Branch: maint-5.6/perl
58638            ! configure.com vms/descrip_mms.template
58639 ____________________________________________________________________________
58640 [  8537] By: jhi                                   on 2001/01/25  03:06:09
58641         Log: Integrate #7710,7824,7973 from mainline.
58642      Branch: maint-5.6/perl
58643           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
58644           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
58645           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
58646           !> vos/config.ga.def vos/config.ga.h win32/config.bc
58647           !> win32/config.gc win32/config.vc
58648 ____________________________________________________________________________
58649 [  8536] By: jhi                                   on 2001/01/24  13:50:20
58650         Log: Revert the edits made by me so far to the 5.6 branch since
58651              the TRIAL1 since I did edits when I should have been using
58652              integrates.  Bad programmer.   (Will integrate them properly later.)
58653              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
58654              The #8353 will not be reapplied at least for now since
58655              the UTF-8 hash keys need more thinking.
58656              (The patches #8347, #8354, #8454, #8473 were okay since they
58657              were original edits made specifically for the 5.6.1-TRIAL1.)
58658      Branch: maint-5.6/perl
58659            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58660            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
58661            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
58662            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
58663            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
58664            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58665            ! win32/config.bc win32/config.gc win32/config.vc
58666 ____________________________________________________________________________
58667 [  8535] By: bailey                                on 2001/01/24  06:37:02
58668         Log: SYN SYN
58669      Branch: vmsperl
58670           +> (branch 26 files)
58671           !> (integrate 130 files)
58672 ____________________________________________________________________________
58673 [  8534] By: nick                                  on 2001/01/23  19:30:57
58674         Log: Integrate mainline.
58675      Branch: perlio
58676           !> Changes Configure Porting/Glossary Porting/config.sh
58677           !> Porting/config_H embed.h embed.pl ext/Encode/compile
58678           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
58679           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
58680           !> pod/perlvar.pod proto.h t/lib/1_compile.t
58681 ____________________________________________________________________________
58682 [  8533] By: jhi                                   on 2001/01/23  16:15:46
58683         Log: Forgotten from #8501.
58684      Branch: perl
58685            ! Porting/Glossary Porting/config.sh Porting/config_H
58686 ____________________________________________________________________________
58687 [  8532] By: jhi                                   on 2001/01/23  16:13:27
58688         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
58689              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58690              Date: Mon, 22 Jan 2001 17:51:58 +0100
58691              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
58692      Branch: perl
58693            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
58694 ____________________________________________________________________________
58695 [  8531] By: jhi                                   on 2001/01/23  15:46:01
58696         Log: Update Changes.
58697      Branch: perl
58698            ! Changes patchlevel.h
58699 ____________________________________________________________________________
58700 [  8530] By: jhi                                   on 2001/01/23  15:38:39
58701         Log: De-cut-and-pasto.
58702      Branch: perl
58703            ! t/lib/1_compile.t
58704 ____________________________________________________________________________
58705 [  8529] By: jhi                                   on 2001/01/23  15:11:04
58706         Log: Document the mkdir trailing slashes case.
58707      Branch: perl
58708            ! pod/perlfunc.pod
58709 ____________________________________________________________________________
58710 [  8528] By: jhi                                   on 2001/01/23  15:08:28
58711         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
58712              get installed:
58713              
58714              Subject: lib/lib.pm
58715              From: <abigail@foad.org>
58716              Date: Mon, 28 Aug 2000 20:35:08 -0400
58717              Message-ID: <20000829003508.21281.qmail@foad.org>
58718      Branch: perl
58719            ! installperl
58720 ____________________________________________________________________________
58721 [  8527] By: jhi                                   on 2001/01/23  14:44:04
58722         Log: Metaconfig unit change for #8526.
58723      Branch: metaconfig
58724            ! U/threads/archname.U
58725 ____________________________________________________________________________
58726 [  8526] By: jhi                                   on 2001/01/23  14:43:19
58727         Log: Attach -perlio to the archname if so selected.
58728      Branch: perl
58729            ! Configure
58730 ____________________________________________________________________________
58731 [  8525] By: jhi                                   on 2001/01/23  14:24:01
58732         Log: Subject: [PATCH] pod/perlvar.pod
58733              From: abigail@foad.org
58734              Date: Tue, 23 Jan 2001 01:41:10 +0100
58735              Message-ID: <20010123004110.22259.qmail@foad.org>
58736      Branch: perl
58737            ! pod/perlvar.pod
58738 ____________________________________________________________________________
58739 [  8524] By: jhi                                   on 2001/01/23  14:22:32
58740         Log: A bug introduced in #8217 (the undefined variable in the
58741              lib/safe1_t #3) fixed, by Charles Lane:
58742              
58743              The earlier patch made it so that stuff running in Safe
58744              compartments could do a "caller" and see "main".  That
58745              little change in name is done right before the code in
58746              the compartment is run, and apparantly the parser
58747              was picking up the stash name before it got changed.
58748              
58749              (why it was threaded vs. unthreaded Perl that was sensitive to this
58750              I still don't know...and it probably doesn't matter).
58751              
58752              I tryed removing the stash name-change and saw that threaded Perl
58753              did indeed pass the lib/safe1.t tests.
58754              
58755              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
58756              do the name change (and to connect _ in the compartment to the global
58757              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
58758              to call _safe_pkg_prep when creating a new compartment.
58759              
58760              Passes all tests with threaded perl on linux; passes all tests
58761              with unthreaded perl on VMS.
58762              
58763              At some point I'll probably want to revisit Safe and Opcode to
58764              provide more sensible handling of global variables...and to get
58765              formats working in Safe compartments, which they don't do currently.
58766      Branch: perl
58767            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
58768 ____________________________________________________________________________
58769 [  8523] By: jhi                                   on 2001/01/23  14:11:58
58770         Log: Also the lib/Thread.pm itself needs to be ignored if
58771              the Thread extension hasn't been built.
58772      Branch: perl
58773            ! t/lib/1_compile.t
58774 ____________________________________________________________________________
58775 [  8522] By: jhi                                   on 2001/01/23  13:51:28
58776         Log: print() instead of warn() so that stderr doesn't get
58777              unnecessarily polluted.
58778      Branch: perl
58779            ! ext/Encode/compile
58780 ____________________________________________________________________________
58781 [  8521] By: jhi                                   on 2001/01/23  13:49:48
58782         Log: Integrate perlio.
58783      Branch: perl
58784           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
58785           !> ext/Encode/encode.h
58786 ____________________________________________________________________________
58787 [  8520] By: nick                                  on 2001/01/22  21:44:00
58788         Log: More messing with Encode:
58789              Extra fields in header to allow multiple names and to record
58790              other things "compile" knows.
58791              Re-organise compile to factor out common output routines.
58792      Branch: perlio
58793            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
58794 ____________________________________________________________________________
58795 [  8519] By: nick                                  on 2001/01/22  20:33:50
58796         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
58797      Branch: perlio
58798            ! ext/Encode/Makefile.PL ext/Encode/compile
58799 ____________________________________________________________________________
58800 [  8518] By: nick                                  on 2001/01/22  20:28:13
58801         Log: Integrate mainline
58802      Branch: perlio
58803           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
58804           !> vos/config.alpha.def vos/config.alpha.h
58805 ____________________________________________________________________________
58806 [  8517] By: jhi                                   on 2001/01/22  15:37:17
58807         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
58808              by Inaba Hiroto.
58809      Branch: perl
58810            ! sv.c
58811 ____________________________________________________________________________
58812 [  8516] By: jhi                                   on 2001/01/22  14:55:15
58813         Log: More SIG_SIZE fixes.
58814      Branch: perl
58815            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
58816 ____________________________________________________________________________
58817 [  8515] By: jhi                                   on 2001/01/22  14:50:27
58818         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
58819              From: "Craig A. Berry" <craigberry@mac.com>
58820              Date: Mon, 22 Jan 2001 00:42:24 -0600
58821              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
58822      Branch: perl
58823            ! configure.com
58824 ____________________________________________________________________________
58825 [  8514] By: jhi                                   on 2001/01/22  14:31:17
58826         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
58827              From: "Craig A. Berry" <craigberry@mac.com>
58828              Date: Sun, 21 Jan 2001 23:03:25 -0600
58829              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
58830      Branch: perl
58831            ! configure.com
58832 ____________________________________________________________________________
58833 [  8513] By: jhi                                   on 2001/01/22  14:14:00
58834         Log: Add the .ucm encoding tables to the MANIFEST.
58835      Branch: perl
58836            ! MANIFEST
58837 ____________________________________________________________________________
58838 [  8512] By: jhi                                   on 2001/01/22  13:43:33
58839         Log: Integrate perlio.
58840      Branch: perl
58841           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
58842           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
58843           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
58844           +> ext/Encode/Encode/iso8859-10.ucm
58845           +> ext/Encode/Encode/iso8859-13.ucm
58846           +> ext/Encode/Encode/iso8859-14.ucm
58847           +> ext/Encode/Encode/iso8859-15.ucm
58848           +> ext/Encode/Encode/iso8859-16.ucm
58849           +> ext/Encode/Encode/iso8859-2.ucm
58850           +> ext/Encode/Encode/iso8859-3.ucm
58851           +> ext/Encode/Encode/iso8859-4.ucm
58852           +> ext/Encode/Encode/iso8859-5.ucm
58853           +> ext/Encode/Encode/iso8859-6.ucm
58854           +> ext/Encode/Encode/iso8859-7.ucm
58855           +> ext/Encode/Encode/iso8859-8.ucm
58856           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
58857           +> ext/Encode/Encode/symbol.ucm
58858           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
58859           !> perliol.h
58860 ____________________________________________________________________________
58861 [  8511] By: nick                                  on 2001/01/21  23:44:47
58862         Log: Make "real" layers of ":utf8" and ":raw".
58863              So now PERLIO=utf8 perl ...
58864              does what Andreas wanted.
58865              Fix arg passing in open.pm (still have a Carp issue).
58866      Branch: perlio
58867            ! lib/open.pm perlio.c perliol.h
58868 ____________________________________________________________________________
58869 [  8510] By: jhi                                   on 2001/01/21  22:56:53
58870         Log: Document the regex content pushing/popping a bit better.
58871      Branch: perl
58872            ! regexec.c
58873 ____________________________________________________________________________
58874 [  8509] By: jhi                                   on 2001/01/21  22:55:44
58875         Log: Tweak the mkdir trailing slash code some more.
58876              
58877              TO DO: the same handling should probably be done for
58878              all the other filesystem functions that can have directories
58879              as their arguments.
58880      Branch: perl
58881            ! pp_sys.c
58882 ____________________________________________________________________________
58883 [  8508] By: nick                                  on 2001/01/21  21:37:43
58884         Log: Switch "compiled in" encodings to .ucm format.
58885              (Leave others as .enc till we can run-time load .ucm,
58886              or find some other way to load them.)
58887      Branch: perlio
58888            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
58889            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
58890            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
58891            + ext/Encode/Encode/iso8859-10.ucm
58892            + ext/Encode/Encode/iso8859-13.ucm
58893            + ext/Encode/Encode/iso8859-14.ucm
58894            + ext/Encode/Encode/iso8859-15.ucm
58895            + ext/Encode/Encode/iso8859-16.ucm
58896            + ext/Encode/Encode/iso8859-2.ucm
58897            + ext/Encode/Encode/iso8859-3.ucm
58898            + ext/Encode/Encode/iso8859-4.ucm
58899            + ext/Encode/Encode/iso8859-5.ucm
58900            + ext/Encode/Encode/iso8859-6.ucm
58901            + ext/Encode/Encode/iso8859-7.ucm
58902            + ext/Encode/Encode/iso8859-8.ucm
58903            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
58904            + ext/Encode/Encode/symbol.ucm
58905            ! ext/Encode/Makefile.PL ext/Encode/compile
58906 ____________________________________________________________________________
58907 [  8507] By: nick                                  on 2001/01/21  21:02:03
58908         Log: Integrate (partial) mainline.
58909      Branch: perlio
58910           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
58911           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
58912           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
58913 ____________________________________________________________________________
58914 [  8506] By: jhi                                   on 2001/01/21  20:09:30
58915         Log: Update Changes.
58916      Branch: perl
58917            ! Changes patchlevel.h
58918 ____________________________________________________________________________
58919 [  8505] By: jhi                                   on 2001/01/21  19:39:59
58920         Log: Subject: Minor typos in perlfaq2.pod
58921              From: "Stephen P. Potter" <spp@spotter.yi.org>
58922              Message-Id: <200101192101.QAA11911@spotter.yi.org>
58923              Date: Fri, 19 Jan 2001 16:01:13 -0500
58924              
58925              with a nit from Philip Newton.
58926      Branch: perl
58927            ! pod/perlfaq2.pod
58928 ____________________________________________________________________________
58929 [  8504] By: jhi                                   on 2001/01/21  19:33:05
58930         Log: Metaconfig change for #8503.
58931      Branch: metaconfig
58932            ! U/threads/usethreads.U
58933 ____________________________________________________________________________
58934 [  8503] By: jhi                                   on 2001/01/21  19:32:21
58935         Log: Sanity check for conflicting thread flavours.
58936      Branch: perl
58937            ! Configure config_h.SH
58938 ____________________________________________________________________________
58939 [  8502] By: jhi                                   on 2001/01/21  19:23:00
58940         Log: Metaconfig change for #8501.
58941      Branch: metaconfig
58942            ! U/modified/sig_name.U
58943 ____________________________________________________________________________
58944 [  8501] By: jhi                                   on 2001/01/21  19:22:26
58945         Log: The SIG_SIZE is the number of the elements *excluding*
58946              the terminating NULL.
58947      Branch: perl
58948            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
58949            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
58950            ! win32/config_H.vc
58951 ____________________________________________________________________________
58952 [  8500] By: jhi                                   on 2001/01/21  18:31:31
58953         Log: Integrate perlio.
58954      Branch: perl
58955           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
58956           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
58957           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
58958           !> pp_sys.c proto.h sv.c
58959 ____________________________________________________________________________
58960 [  8499] By: jhi                                   on 2001/01/21  17:43:57
58961         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
58962              From: Hugo <hv@crypt.compulink.co.uk>
58963              Date: Sun, 21 Jan 2001 13:34:05 +0000
58964              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
58965              
58966              In sprintf UTF8ize only if necessary.
58967      Branch: perl
58968            ! sv.c
58969 ____________________________________________________________________________
58970 [  8498] By: nick                                  on 2001/01/21  16:25:32
58971         Log: Encode cleanup.
58972              Add command line control over "compile" so that Makefile.PL
58973              needs can be combined with other uses.
58974              Use command line options in Makefile.PL.
58975              Fix multi-byte parsing in .ucm files.
58976      Branch: perlio
58977            ! ext/Encode/Makefile.PL ext/Encode/compile
58978 ____________________________________________________________________________
58979 [  8497] By: nick                                  on 2001/01/21  12:56:27
58980         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
58981      Branch: perlio
58982            ! ext/Encode/Encode.xs
58983 ____________________________________________________________________________
58984 [  8496] By: nick                                  on 2001/01/21  12:18:45
58985         Log: Fixup after integrate:
58986              missed the .sym files that are changed by regen_headers
58987              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
58988      Branch: perlio
58989            ! global.sym pp.sym sv.c
58990 ____________________________________________________________________________
58991 [  8495] By: nick                                  on 2001/01/21  11:51:07
58992         Log: Integrate mainline.
58993      Branch: perlio
58994           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
58995           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
58996           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
58997           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
58998           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
58999           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
59000           !> win32/Makefile win32/makefile.mk
59001 ____________________________________________________________________________
59002 [  8494] By: jhi                                   on 2001/01/20  23:12:11
59003         Log: Forgot the expect_number() prototype.
59004      Branch: perl
59005            ! embed.h embed.pl proto.h
59006 ____________________________________________________________________________
59007 [  8493] By: jhi                                   on 2001/01/20  22:56:39
59008         Log: Subject: [PATCH: perl@8482] README.vms URL updates
59009              From: Peter Prymmer <pvhp@forte.com>
59010              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
59011              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
59012              
59013              Plus Craig A. Berry's suggestion to use compaq.com instead
59014              of digital.com.
59015      Branch: perl
59016            ! README.vms
59017 ____________________________________________________________________________
59018 [  8492] By: jhi                                   on 2001/01/20  22:50:05
59019         Log: Memory management calls documentation.
59020      Branch: perl
59021            ! pod/perlguts.pod
59022 ____________________________________________________________________________
59023 [  8491] By: jhi                                   on 2001/01/20  22:38:33
59024         Log: Signedness nit plus few memcpy/Copy nits.
59025      Branch: perl
59026            ! sv.c
59027 ____________________________________________________________________________
59028 [  8490] By: jhi                                   on 2001/01/20  22:25:53
59029         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
59030              From: Peter Prymmer <pvhp@forte.com>
59031              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
59032              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
59033      Branch: perl
59034            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
59035 ____________________________________________________________________________
59036 [  8489] By: jhi                                   on 2001/01/20  22:24:41
59037         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
59038              From: Peter Prymmer <pvhp@forte.com>
59039              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
59040              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
59041      Branch: perl
59042            ! win32/Makefile win32/makefile.mk
59043 ____________________________________________________________________________
59044 [  8488] By: jhi                                   on 2001/01/20  22:22:27
59045         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
59046              From: Peter Prymmer <pvhp@forte.com>
59047              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
59048              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
59049      Branch: perl
59050            ! Makefile.SH
59051 ____________________________________________________________________________
59052 [  8487] By: jhi                                   on 2001/01/20  22:21:18
59053         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
59054              From: Peter Prymmer <pvhp@forte.com>
59055              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
59056              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
59057      Branch: perl
59058            + ext/DynaLoader/dl_dllload.xs
59059            ! MANIFEST Makefile.SH hints/os390.sh
59060 ____________________________________________________________________________
59061 [  8486] By: jhi                                   on 2001/01/20  22:17:53
59062         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
59063              From: Peter Prymmer <pvhp@forte.com>
59064              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
59065              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
59066      Branch: perl
59067            ! README.os390 README.posix-bc
59068 ____________________________________________________________________________
59069 [  8485] By: jhi                                   on 2001/01/20  20:15:30
59070         Log: Document and test the new qu operator.
59071      Branch: perl
59072            + t/op/qu.t
59073            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
59074            ! pod/perlretut.pod pod/perlunicode.pod
59075 ____________________________________________________________________________
59076 [  8484] By: nick                                  on 2001/01/20  19:42:30
59077         Log: Infrastructure to allow:
59078              open($fh,"|-",@array);
59079              to be implemented
59080              i.e. mark pp_open as needing a stack mark, and make pp_open
59081              process its args in that style (and pass them _all_ to tied handles OPEN).
59082              Invent do_openn() which takes SV ** at allow it to see multiple args.
59083              Note this does not _do_ anything yet.
59084      Branch: perlio
59085            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
59086            ! perlapi.c pp_proto.h pp_sys.c proto.h
59087 ____________________________________________________________________________
59088 [  8483] By: nick                                  on 2001/01/20  17:23:14
59089         Log: Integrate mainline.
59090      Branch: perlio
59091           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
59092           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
59093 ____________________________________________________________________________
59094 [  8482] By: jhi                                   on 2001/01/19  15:37:49
59095         Log: Update Changes.
59096      Branch: perl
59097            ! Changes patchlevel.h
59098 ____________________________________________________________________________
59099 [  8481] By: jhi                                   on 2001/01/19  14:41:24
59100         Log: Subject: Re: new feature: s?printf parameter reordering 
59101              From: Hugo <hv@crypt.compulink.co.uk>
59102              Date: Thu, 11 Jan 2001 17:09:03 +0000
59103              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
59104              
59105              - support reordering for all parameters: %, *v, *, .*
59106              - lay down that the reordering specification must immediately
59107              follow that parameter: %3$, *v3$, *3$, .*3$
59108              - fix vectorisation of a zero-length string
59109              - factor out the code choosing the argument to format
59110              
59111              Possibly unwanted side-effects:
59112              - the special format specifiers ' +-0' must now precede any
59113              vectorisation specifier. Tests in op/sprintf and op/ver
59114              have been changed to reflect this.
59115              - sprintf.t test #214 changed its expectations because in many
59116              cases, the next parameter has already been consumed when an
59117              invalid type letter is detected.
59118              
59119              Probably wanted side-effects:
59120              - attempts to format a non-existent parameter will warn as if C<undef>
59121              - attempt to write to non-existent parameter with '%n' will complain
59122              of "attempt to modify read-only value" instead of being silent
59123      Branch: perl
59124            ! sv.c t/op/sprintf.t t/op/ver.t
59125 ____________________________________________________________________________
59126 [  8480] By: jhi                                   on 2001/01/19  14:08:37
59127         Log: Subject: PATCH pragma/locale.t
59128              From: andreas.koenig@anima.de (Andreas J. Koenig)
59129              Date: 18 Jan 2001 09:45:37 +0100
59130              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
59131      Branch: perl
59132            ! t/pragma/locale.t
59133 ____________________________________________________________________________
59134 [  8479] By: jhi                                   on 2001/01/19  13:19:58
59135         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
59136      Branch: perl
59137            ! configure.com
59138 ____________________________________________________________________________
59139 [  8478] By: jhi                                   on 2001/01/19  02:12:35
59140         Log: Automate 1_compile.t.
59141      Branch: perl
59142            ! t/lib/1_compile.t
59143 ____________________________________________________________________________
59144 [  8477] By: jhi                                   on 2001/01/19  01:49:56
59145         Log: Integrate perlio.
59146      Branch: perl
59147           !> sv.c win32/config.bc win32/config.gc win32/config.vc
59148           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
59149 ____________________________________________________________________________
59150 [  8476] By: nick                                  on 2001/01/18  21:51:52
59151         Log: Integrate mainline
59152      Branch: perlio
59153           +> t/lib/1_compile.t t/lib/compmod.pl
59154           !> MANIFEST configure.com lib/unicode/distinct.pm
59155 ____________________________________________________________________________
59156 [  8475] By: nick                                  on 2001/01/18  21:48:02
59157         Log: Win32 "safe signals" co-existance fix.
59158              Fix SIG_SIZE value.
59159              Clear PL_sig_pending when cloning (fork).
59160      Branch: perlio
59161            ! sv.c win32/config.bc win32/config.gc win32/config.vc
59162            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59163 ____________________________________________________________________________
59164 [  8474] By: jhi                                   on 2001/01/18  14:40:57
59165         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
59166      Branch: perl
59167            ! t/lib/1_compile.t
59168 ____________________________________________________________________________
59169 [  8473] By: gsar                                  on 2001/01/18  11:42:31
59170         Log: unsubmitted trial1 change
59171      Branch: maint-5.6/perl
59172            ! Changes
59173 ____________________________________________________________________________
59174 [  8472] By: jhi                                   on 2001/01/18  04:30:24
59175         Log: The first bug found by 1_compile.t.
59176      Branch: perl
59177            ! lib/unicode/distinct.pm
59178 ____________________________________________________________________________
59179 [  8471] By: jhi                                   on 2001/01/18  04:29:42
59180         Log: Add Schwern's 1_compile test.  The compile_module script renamed
59181              to be a bit shorter for the 8.3 people.
59182      Branch: perl
59183            + t/lib/1_compile.t t/lib/compmod.pl
59184            ! MANIFEST
59185 ____________________________________________________________________________
59186 [  8470] By: jhi                                   on 2001/01/18  04:16:00
59187         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)
59188              From: Peter Prymmer <pvhp@forte.com>
59189              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
59190              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
59191              Replace #8463.
59192      Branch: maint-5.6/perl
59193            ! configure.com
59194 ____________________________________________________________________________
59195 [  8469] By: jhi                                   on 2001/01/18  04:13:02
59196         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)
59197              From: Peter Prymmer <pvhp@forte.com>
59198              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
59199              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
59200              Replace #8462.
59201      Branch: perl
59202            ! configure.com
59203 ____________________________________________________________________________
59204 [  8468] By: jhi                                   on 2001/01/18  03:42:08
59205         Log: Integrate perlio.
59206      Branch: perl
59207           !> gv.c mg.c perlio.c util.c
59208 ____________________________________________________________________________
59209 [  8467] By: nick                                  on 2001/01/17  22:41:10
59210         Log: "Safe" signals - trial implementation.
59211              gv.c tweaked to zero PL_sig_pend array
59212              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
59213              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
59214              Odd thing is that it "works" with PERLIO=stdio as well (linux).
59215      Branch: perlio
59216            ! gv.c mg.c perlio.c util.c
59217 ____________________________________________________________________________
59218 [  8466] By: nick                                  on 2001/01/17  20:40:20
59219         Log: Integrate mainline.
59220      Branch: perlio
59221           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59222           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
59223           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
59224           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59225           !> vos/config.ga.h win32/config.bc win32/config.gc
59226           !> win32/config.vc
59227 ____________________________________________________________________________
59228 [  8465] By: jhi                                   on 2001/01/17  18:37:13
59229         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
59230              From: Nicholas Clark <nick@ccl4.org>
59231              Date: Wed, 17 Jan 2001 17:31:33 +0000
59232              Message-ID: <20010117173133.I2633@plum.flirble.org>
59233      Branch: perl
59234            ! t/op/int.t
59235 ____________________________________________________________________________
59236 [  8464] By: jhi                                   on 2001/01/17  14:43:17
59237         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
59238              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59239              Date: Wed, 17 Jan 2001 15:16:43 +0100
59240              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
59241              
59242              pp_int() was dropping an NV to the floor,
59243              int(279964589018079/59) either returned not an integer
59244              4745162525730.15, or one got "Attempt to free unreferenced scalar."
59245      Branch: perl
59246            ! pp.c
59247 ____________________________________________________________________________
59248 [  8463] By: jhi                                   on 2001/01/17  06:12:42
59249         Log: (Replaced by #8470)
59250              
59251              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)
59252              From: "Craig A. Berry" <craigberry@mac.com>
59253              Date: Tue, 16 Jan 2001 23:38:46 -0600
59254              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
59255      Branch: maint-5.6/perl
59256            ! configure.com
59257 ____________________________________________________________________________
59258 [  8462] By: jhi                                   on 2001/01/17  06:11:31
59259         Log: (Replaced by #8469)
59260              
59261              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)
59262              From: "Craig A. Berry" <craigberry@mac.com>
59263              Date: Tue, 16 Jan 2001 23:38:46 -0600
59264              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
59265      Branch: perl
59266            ! configure.com
59267 ____________________________________________________________________________
59268 [  8461] By: jhi                                   on 2001/01/17  05:56:12
59269         Log: Allow for one trailing slash in the directory of mkdir().
59270      Branch: perl
59271            ! pp_sys.c
59272 ____________________________________________________________________________
59273 [  8460] By: jhi                                   on 2001/01/17  03:26:01
59274         Log: Metaconfig unit changes for #8459.
59275      Branch: metaconfig
59276            ! U/modified/Loc.U U/modified/sig_name.U
59277 ____________________________________________________________________________
59278 [  8459] By: jhi                                   on 2001/01/17  03:24:48
59279         Log: Define SIG_SIZE, the number of elements in the sig_name and
59280              sig_num arrays, including the final NULL entry.
59281      Branch: perl
59282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59283            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
59284            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
59285            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59286            ! win32/config.bc win32/config.gc win32/config.vc
59287 ____________________________________________________________________________
59288 [  8458] By: jhi                                   on 2001/01/17  01:41:33
59289         Log: Integrate perlio.
59290      Branch: perl
59291           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
59292           !> perlapi.h proto.h sv.c
59293 ____________________________________________________________________________
59294 [  8457] By: nick                                  on 2001/01/16  22:07:26
59295         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
59296              Provides all the "cost" but no benefit yet - it is to allow cost
59297              to be measured, and implementation experiments (just in mg.c?).
59298      Branch: perlio
59299            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
59300            ! perlapi.h proto.h sv.c
59301 ____________________________________________________________________________
59302 [  8456] By: nick                                  on 2001/01/16  21:07:07
59303         Log: Integrate mainline.
59304      Branch: perlio
59305           !> (integrate 51 files)
59306 ____________________________________________________________________________
59307 [  8455] By: jhi                                   on 2001/01/16  18:13:43
59308         Log: Subject: [PATCH] regcomp.c old feature removal
59309              From: mjd@plover.com
59310              Date: 16 Jan 2001 14:43:18 -0000 
59311              Message-ID: <20010116144318.7140.qmail@plover.com> 
59312      Branch: perl
59313            ! regcomp.c
59314 ____________________________________________________________________________
59315 [  8454] By: jhi                                   on 2001/01/16  16:12:39
59316         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
59317              From: "Indy Singh" <indy@nusphere.com>
59318              Date: Wed, 10 Jan 2001 20:17:49 -0500
59319              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
59320      Branch: maint-5.6/perl
59321            ! win32/Makefile
59322 ____________________________________________________________________________
59323 [  8453] By: jhi                                   on 2001/01/16  16:09:33
59324         Log: Update Changes.
59325      Branch: perl
59326            ! Changes patchlevel.h
59327 ____________________________________________________________________________
59328 [  8452] By: jhi                                   on 2001/01/16  15:42:04
59329         Log: Subject: Re: API Cleanup
59330              To: perl5-porters@perl.org
59331              Date: Tue, 16 Jan 2001 13:42:30 +0000
59332              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
59333              
59334              Subject: [PATCH] utf8.c documentation
59335              From: Simon Cozens <simon@cozens.net>
59336              Date: Tue, 16 Jan 2001 13:52:48 +0000
59337              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
59338              
59339              Subject: Re: API Cleanup
59340              From: Simon Cozens <simon@cozens.net>
59341              Date: Tue, 16 Jan 2001 14:58:55 +0000
59342              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
59343              
59344              UTF-8 doc patches.
59345      Branch: perl
59346            ! embed.pl pod/perlapi.pod utf8.c
59347 ____________________________________________________________________________
59348 [  8451] By: jhi                                   on 2001/01/16  14:41:39
59349         Log: podlators 1.07, from Russ Allbery.
59350      Branch: perl
59351            ! lib/Pod/Man.pm
59352 ____________________________________________________________________________
59353 [  8450] By: jhi                                   on 2001/01/16  14:24:19
59354         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
59355              From: "Indy Singh" <indy@nusphere.com>
59356              Date: Mon, 15 Jan 2001 20:59:40 -0500
59357              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
59358      Branch: perl
59359            ! win32/Makefile
59360 ____________________________________________________________________________
59361 [  8449] By: jhi                                   on 2001/01/16  03:42:55
59362         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
59363              at the setting of the ofs_sv in new_struct_thread() as the
59364              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
59365              uninitialized fields are, uh, initialized with),
59366              SvREFCNT_inc()ing that invited a core dump.
59367      Branch: perl
59368            ! util.c
59369 ____________________________________________________________________________
59370 [  8448] By: jhi                                   on 2001/01/16  01:49:07
59371         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
59372              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59373              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
59374              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
59375              
59376              Replace #8444 and #8445.
59377      Branch: perl
59378            ! ext/B/B.xs ext/B/B/Debug.pm
59379 ____________________________________________________________________________
59380 [  8447] By: jhi                                   on 2001/01/15  21:05:35
59381         Log: Subject: [PATCH] API Variable documentation   
59382              From: Simon Cozens <simon@cozens.net>
59383              Date: Mon, 15 Jan 2001 19:35:54 +0000
59384              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
59385      Branch: perl
59386            ! pod/perlapi.pod thrdvar.h
59387 ____________________________________________________________________________
59388 [  8446] By: jhi                                   on 2001/01/15  20:49:20
59389         Log: Signedness nit.
59390      Branch: perl
59391            ! pp_ctl.c
59392 ____________________________________________________________________________
59393 [  8445] By: jhi                                   on 2001/01/15  20:28:48
59394         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
59395      Branch: perl
59396            ! ext/B/B/Debug.pm
59397 ____________________________________________________________________________
59398 [  8444] By: jhi                                   on 2001/01/15  13:09:10
59399         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
59400      Branch: perl
59401            ! ext/B/B.xs
59402 ____________________________________________________________________________
59403 [  8443] By: jhi                                   on 2001/01/15  13:06:26
59404         Log: Missing from #8439.
59405      Branch: perl
59406            ! keywords.h mg.c
59407 ____________________________________________________________________________
59408 [  8442] By: jhi                                   on 2001/01/15  13:02:38
59409         Log: Subject: [PATCH @8436] Eliminate op_children
59410              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59411              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
59412              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
59413              
59414              Subject: [PATCH @8436] Re: Eliminate op_children
59415              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59416              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
59417              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
59418      Branch: perl
59419            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
59420            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
59421            ! op.c op.h
59422 ____________________________________________________________________________
59423 [  8441] By: jhi                                   on 2001/01/15  12:57:08
59424         Log: Use the /^Perl_/-less form of is_lvalue_sub().
59425      Branch: perl
59426            ! pp.h
59427 ____________________________________________________________________________
59428 [  8440] By: jhi                                   on 2001/01/15  05:13:09
59429         Log: Revert #8437 and #8438, the Linux large files story is more complex.
59430      Branch: metaconfig/U/perl
59431            ! d_fpos64_t.U d_off64_t.U
59432      Branch: perl
59433            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59434            ! config_h.SH configure.com epoc/config.sh perl.h
59435            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
59436            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59437            ! win32/config.bc win32/config.gc win32/config.vc
59438 ____________________________________________________________________________
59439 [  8439] By: jhi                                   on 2001/01/15  05:02:24
59440         Log: More UTF-8 patches from Inaba Hiroto.
59441              - The substr lval was still not okay.
59442              - Now pp_stringify and sv_setsv copies source's UTF8 flag
59443              even if IN_BYTE.  pp_stringify is called from fold_constants
59444              at optimization phase and "\x{100}" was made SvUTF8_off under
59445              use bytes (the bytes pragma is for "byte semantics" and not
59446              for "do not produce UTF8 data")
59447              - New `qu' operator to generate UTF8 string explicitly.
59448              Though I agree with the policy "0x00-0xff always produce bytes",
59449              sometimes want to such a string to be coded in UTF8.
59450              I can use pack"U0a*" but it requires more typing and has
59451              runtime overhead.
59452              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
59453              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
59454              string is not UTF8_on and has char 0x80-0xff.
59455              
59456              TODO: document and test qu.
59457      Branch: perl
59458            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
59459            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
59460            ! toke.c
59461 ____________________________________________________________________________
59462 [  8438] By: jhi                                   on 2001/01/14  05:10:23
59463         Log: (Reverted by #8440)
59464              
59465              Metaconfig unit changes for #8437.
59466      Branch: metaconfig/U/perl
59467            ! d_fpos64_t.U d_off64_t.U
59468 ____________________________________________________________________________
59469 [  8437] By: jhi                                   on 2001/01/14  04:55:34
59470         Log: (Reverted by #8440)
59471              
59472              Add <features.h> probing, seems to be needed for (some?)
59473              Linux largefileness.
59474      Branch: perl
59475            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59476            ! config_h.SH configure.com epoc/config.sh perl.h
59477            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
59478            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59479            ! win32/config.bc win32/config.gc win32/config.vc
59480 ____________________________________________________________________________
59481 [  8436] By: jhi                                   on 2001/01/13  17:47:21
59482         Log: Tighten some of the tests a bit.
59483      Branch: perl
59484            ! t/pragma/utf8.t
59485 ____________________________________________________________________________
59486 [  8435] By: jhi                                   on 2001/01/13  17:31:54
59487         Log: Integrate perlio.
59488      Branch: perl
59489           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
59490           !> win32/config_H.gc win32/config_H.vc
59491 ____________________________________________________________________________
59492 [  8434] By: nick                                  on 2001/01/13  11:36:53
59493         Log: Run dmake regen_config_h for Win32
59494      Branch: perlio
59495            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59496 ____________________________________________________________________________
59497 [  8433] By: nick                                  on 2001/01/13  11:31:55
59498         Log: VMS friendly patch to Encode compile process
59499      Branch: perlio
59500            ! ext/Encode/Makefile.PL ext/Encode/compile
59501 ____________________________________________________________________________
59502 [  8432] By: nick                                  on 2001/01/13  11:06:44
59503         Log: Integrate mainline
59504      Branch: perlio
59505           +> ext/B/B/Concise.pm
59506           !> (integrate 52 files)
59507 ____________________________________________________________________________
59508 [  8431] By: jhi                                   on 2001/01/13  05:55:55
59509         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
59510              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59511              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
59512              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
59513      Branch: perl
59514            ! ext/B/B/Concise.pm
59515 ____________________________________________________________________________
59516 [  8430] By: jhi                                   on 2001/01/13  04:24:18
59517         Log: The LVRET macro needed an aTHX.
59518      Branch: perl
59519            ! pp.h
59520 ____________________________________________________________________________
59521 [  8429] By: jhi                                   on 2001/01/13  02:12:42
59522         Log: Update Changes.
59523      Branch: perl
59524            ! Changes patchlevel.h
59525 ____________________________________________________________________________
59526 [  8428] By: jhi                                   on 2001/01/13  02:08:50
59527         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
59528              From: Peter Prymmer <pvhp@forte.com>
59529              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
59530              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
59531              
59532              Add a BEGIN guard for sloppy floating point division.
59533      Branch: perl
59534            ! lib/Math/BigInt.pm lib/bigint.pl
59535 ____________________________________________________________________________
59536 [  8427] By: jhi                                   on 2001/01/13  01:47:16
59537         Log: The B::Terse drop-in replacement wasn't quite drop-in.
59538      Branch: perl
59539            ! ext/B/B/Terse.pm
59540 ____________________________________________________________________________
59541 [  8426] By: jhi                                   on 2001/01/12  21:20:43
59542         Log: Use UVXf.
59543      Branch: perl
59544            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59545            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
59546            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
59547            ! vos/config.ga.def vos/config.ga.h win32/config.bc
59548            ! win32/config.gc win32/config.vc
59549 ____________________________________________________________________________
59550 [  8425] By: jhi                                   on 2001/01/12  20:20:14
59551         Log: Subject: [PATCH perl@8342] -Wformat
59552              From: Robin Barker <rmb1@cise.npl.co.uk>
59553              Date: Fri, 12 Jan 2001 20:03:14 GMT
59554              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
59555      Branch: perl
59556            ! ext/Encode/Encode.xs mg.c sv.c toke.c
59557 ____________________________________________________________________________
59558 [  8424] By: jhi                                   on 2001/01/12  20:01:48
59559         Log: Subject: B::Concise -- an improved replacement for B::Terse 
59560              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59561              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
59562              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
59563      Branch: perl
59564            + ext/B/B/Concise.pm
59565            ! MANIFEST ext/B/B/Terse.pm
59566 ____________________________________________________________________________
59567 [  8423] By: jhi                                   on 2001/01/12  19:24:02
59568         Log: The new metaconfig unit from the #8421.
59569      Branch: metaconfig/U/perl
59570            + d_sigprocmask.U
59571 ____________________________________________________________________________
59572 [  8422] By: jhi                                   on 2001/01/12  19:23:43
59573         Log: Forgot the microperl config from the #8421.
59574      Branch: perl
59575            ! uconfig.h uconfig.sh
59576 ____________________________________________________________________________
59577 [  8421] By: jhi                                   on 2001/01/12  19:05:27
59578         Log: Add sigprocmask() probe, regen Configure, regen toc.
59579      Branch: perl
59580            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59581            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
59582            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59583            ! vos/config.ga.h win32/config.bc win32/config.gc
59584            ! win32/config.vc
59585 ____________________________________________________________________________
59586 [  8420] By: jhi                                   on 2001/01/12  18:34:31
59587         Log: Add sockatmark() to the todo list.
59588      Branch: perl
59589            ! Todo-5.6
59590 ____________________________________________________________________________
59591 [  8419] By: jhi                                   on 2001/01/12  18:09:46
59592         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
59593      Branch: perl
59594            ! op.c
59595 ____________________________________________________________________________
59596 [  8418] By: jhi                                   on 2001/01/12  18:05:30
59597         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
59598              From: Radu Greab <radu@netsoft.ro>
59599              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
59600              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
59601      Branch: perl
59602            ! op.c t/pragma/sub_lval.t
59603 ____________________________________________________________________________
59604 [  8417] By: jhi                                   on 2001/01/12  16:09:09
59605         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
59606              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
59607              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
59608              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
59609      Branch: perl
59610            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
59611            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
59612            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
59613            ! t/pragma/sub_lval.t toke.c
59614 ____________________________________________________________________________
59615 [  8416] By: jhi                                   on 2001/01/12  15:42:06
59616         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
59617              From: "Richard Soderberg" <rs@crystalflame.net>
59618              Date: Fri, 12 Jan 2001 04:49:35 -0800
59619              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
59620              
59621              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
59622              according to the platform.
59623      Branch: perl
59624            ! op.c
59625 ____________________________________________________________________________
59626 [  8415] By: jhi                                   on 2001/01/12  15:33:41
59627         Log: One more UTF-8 fix from Inaba Hiroto.
59628      Branch: perl
59629            ! pp.c regexec.c t/pragma/utf8.t
59630 ____________________________________________________________________________
59631 [  8414] By: jhi                                   on 2001/01/12  15:30:18
59632         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
59633      Branch: perl
59634            ! regexec.c
59635 ____________________________________________________________________________
59636 [  8413] By: jhi                                   on 2001/01/12  15:22:10
59637         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
59638              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59639              Date: Thu, 11 Jan 2001 12:53:36 +0100
59640              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
59641      Branch: perl
59642            ! toke.c
59643 ____________________________________________________________________________
59644 [  8412] By: jhi                                   on 2001/01/12  15:20:25
59645         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
59646              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59647              Date: Fri, 12 Jan 2001 14:37:55 +0100
59648              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
59649      Branch: perl
59650            ! hints/posix-bc.sh
59651 ____________________________________________________________________________
59652 [  8411] By: jhi                                   on 2001/01/12  15:14:14
59653         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
59654              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59655              Date: Fri, 12 Jan 2001 10:42:21 +0100
59656              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
59657      Branch: perl
59658            ! t/op/regmesg.t
59659 ____________________________________________________________________________
59660 [  8410] By: jhi                                   on 2001/01/12  05:48:55
59661         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
59662              From: Nicholas Clark <nick@ccl4.org> 
59663              Date: Sun, 7 Jan 2001 19:47:14 +0000
59664              Message-ID: <20010107194714.B1048@plum.flirble.org>
59665      Branch: perl
59666            ! t/op/numconvert.t
59667 ____________________________________________________________________________
59668 [  8409] By: jhi                                   on 2001/01/12  05:41:28
59669         Log: Integrate perlio.
59670      Branch: perl
59671           !> mg.c scope.h
59672 ____________________________________________________________________________
59673 [  8408] By: nick                                  on 2001/01/11  22:43:28
59674         Log: Remove variables that were used in experiments.
59675      Branch: perlio
59676            ! mg.c
59677 ____________________________________________________________________________
59678 [  8407] By: nick                                  on 2001/01/11  20:57:44
59679         Log: Catch die in %SIG handler and unblock the signal before re-dying.
59680              This make Linux work _without_ sigsetjmp().
59681              Turn off sigsetjmp() to see what else it does.
59682              May need Configure probe for sigprocmask() if anything has sigaction()
59683              but not sigprocmask().
59684      Branch: perlio
59685            ! mg.c scope.h
59686 ____________________________________________________________________________
59687 [  8406] By: nick                                  on 2001/01/11  19:32:07
59688         Log: Integrate mainline
59689      Branch: perlio
59690           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
59691           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
59692           !> t/op/substr.t
59693 ____________________________________________________________________________
59694 [  8405] By: jhi                                   on 2001/01/11  17:11:01
59695         Log: Fix UTF-8 lval substr().
59696      Branch: perl
59697            ! mg.c t/op/substr.t
59698 ____________________________________________________________________________
59699 [  8404] By: jhi                                   on 2001/01/11  05:13:58
59700         Log: Update Changes.
59701      Branch: perl
59702            ! Changes patchlevel.h
59703 ____________________________________________________________________________
59704 [  8403] By: jhi                                   on 2001/01/11  04:38:24
59705         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
59706              From: Hugo <hv@crypt.compulink.co.uk>
59707              Date: Mon, 30 Oct 2000 01:33:26 +0000
59708              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
59709      Branch: perl
59710            ! regexec.c t/op/re_tests
59711 ____________________________________________________________________________
59712 [  8402] By: jhi                                   on 2001/01/11  04:26:12
59713         Log: Integrate perlio.
59714      Branch: perl
59715           !> scope.h util.c
59716 ____________________________________________________________________________
59717 [  8401] By: nick                                  on 2001/01/10  22:52:55
59718         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
59719              (So Alan and Ilya can try setting via hints.)
59720              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
59721              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
59722              doing the save everywhere seems to restart read() correctly, but just
59723              doing it once "round" the handler does not.
59724      Branch: perlio
59725            ! scope.h
59726 ____________________________________________________________________________
59727 [  8400] By: jhi                                   on 2001/01/10  21:57:54
59728         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
59729              of IRIX, HP-UX is unaffected.
59730      Branch: perl
59731            ! perl.h
59732 ____________________________________________________________________________
59733 [  8399] By: nick                                  on 2001/01/10  21:29:19
59734         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
59735      Branch: perlio
59736            ! util.c
59737 ____________________________________________________________________________
59738 [  8398] By: jhi                                   on 2001/01/10  20:55:31
59739         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
59740              also have ReusePort.
59741      Branch: perl
59742            ! ext/IO/lib/IO/Socket/INET.pm
59743 ____________________________________________________________________________
59744 [  8397] By: jhi                                   on 2001/01/10  20:50:57
59745         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
59746              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
59747              Date: Wed, 10 Jan 2001 01:38:13 -0800
59748              Message-ID: <20010110013813.B41744@yahoo-inc.com>
59749      Branch: perl
59750            ! ext/IO/lib/IO/Socket/INET.pm
59751 ____________________________________________________________________________
59752 [  8396] By: jhi                                   on 2001/01/10  20:49:30
59753         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
59754              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
59755              Date: Wed, 10 Jan 2001 01:37:32 -0800
59756              Message-ID: <20010110013732.A41744@yahoo-inc.com>
59757      Branch: perl
59758            ! ext/Socket/Socket.pm
59759 ____________________________________________________________________________
59760 [  8395] By: jhi                                   on 2001/01/10  20:41:37
59761         Log: Test for bug id 20010105.016 (fixed by #8378).
59762      Branch: perl
59763            ! t/op/split.t
59764 ____________________________________________________________________________
59765 [  8394] By: jhi                                   on 2001/01/10  20:26:32
59766         Log: Integrate perlio.
59767      Branch: perl
59768            ! util.c
59769 ____________________________________________________________________________
59770 [  8393] By: nick                                  on 2001/01/10  19:34:30
59771         Log: Back out Simon's pid hackery for now.
59772      Branch: perlio
59773            ! util.c
59774 ____________________________________________________________________________
59775 [  8392] By: nick                                  on 2001/01/10  19:23:13
59776         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
59777      Branch: perlio
59778           !> (integrate 29 files)
59779 ____________________________________________________________________________
59780 [  8391] By: jhi                                   on 2001/01/10  18:43:15
59781         Log: Subject: [PATCH] Fix my_pclose segfault
59782              From: Simon Cozens <simon@cozens.net>
59783              Date: Wed, 10 Jan 2001 18:39:35 +0000
59784              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
59785      Branch: perl
59786            ! util.c
59787 ____________________________________________________________________________
59788 [  8390] By: jhi                                   on 2001/01/10  18:42:08
59789         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
59790              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59791              Date:     Wed, 10 Jan 2001 13:23:02 EST
59792              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
59793      Branch: perl
59794            ! ext/Opcode/Opcode.xs
59795 ____________________________________________________________________________
59796 [  8389] By: jhi                                   on 2001/01/10  15:16:07
59797         Log: Turn off the integer preservation for now.
59798      Branch: perl
59799            ! perl.h
59800 ____________________________________________________________________________
59801 [  8388] By: jhi                                   on 2001/01/10  15:01:25
59802         Log: Few more IDE/editor nits from p5p.
59803      Branch: perl
59804            ! pod/perlfaq3.pod
59805 ____________________________________________________________________________
59806 [  8387] By: jhi                                   on 2001/01/10  06:53:16
59807         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
59808              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
59809              Date: Tue, 9 Jan 2001 23:16:02 +0000
59810              Message-ID: <20010109231602.A81101@plum.flirble.org>
59811      Branch: perl
59812            ! sv.c
59813 ____________________________________________________________________________
59814 [  8386] By: jhi                                   on 2001/01/10  03:17:54
59815         Log: Test cases for #8385 (from Simon's "torture.pl")
59816      Branch: perl
59817            ! t/op/tr.t
59818 ____________________________________________________________________________
59819 [  8385] By: jhi                                   on 2001/01/10  03:17:11
59820         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
59821              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
59822              Date: Wed, 10 Jan 2001 11:39:39 +0900
59823              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
59824              
59825              Some more UTF-8 tr cases fixed.
59826      Branch: perl
59827            ! doop.c
59828 ____________________________________________________________________________
59829 [  8384] By: jhi                                   on 2001/01/09  22:45:40
59830         Log: Allow the locale test needing POSIX and the taint test
59831              needing IPC::SysV to run under 'minitest' (basically,
59832              bail out if loading the extension fails)
59833      Branch: perl
59834            ! t/op/misc.t t/op/taint.t
59835 ____________________________________________________________________________
59836 [  8383] By: jhi                                   on 2001/01/09  21:36:04
59837         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
59838              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59839              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
59840              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
59841      Branch: perl
59842            ! t/io/openpid.t
59843 ____________________________________________________________________________
59844 [  8382] By: jhi                                   on 2001/01/09  21:06:08
59845         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
59846              Should finish up the bug id 20001205.022.
59847      Branch: perl
59848            ! pp.c pp_hot.c scope.c
59849 ____________________________________________________________________________
59850 [  8381] By: jhi                                   on 2001/01/09  18:27:43
59851         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
59852              From: Andy Dougherty <doughera@lafayette.edu>
59853              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
59854              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
59855              
59856              More robust yacc/bison error detection.
59857      Branch: perl
59858            ! t/comp/proto.t
59859 ____________________________________________________________________________
59860 [  8380] By: jhi                                   on 2001/01/09  15:21:38
59861         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
59862              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59863              Date:     Tue, 9 Jan 2001 07:53:55 EST
59864              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
59865      Branch: perl
59866            ! t/op/misc.t vms/test.com
59867 ____________________________________________________________________________
59868 [  8379] By: jhi                                   on 2001/01/09  15:20:38
59869         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
59870              From: jhi@cc.hut.fi
59871              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
59872              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
59873              
59874              The #8378 fixed this.
59875      Branch: perl
59876            ! t/op/tr.t
59877 ____________________________________________________________________________
59878 [  8378] By: jhi                                   on 2001/01/09  15:05:32
59879         Log: Subject: One more patch for UTF8 
59880              From: Inaba Hiroto <inaba@st.rim.or.jp>
59881              Date: Tue, 09 Jan 2001 01:04:32 +0900
59882              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
59883              
59884              UTF-8 fixes for 'x' and tr///.
59885      Branch: perl
59886            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
59887            ! regcomp.c regexec.c toke.c utf8.c
59888 ____________________________________________________________________________
59889 [  8377] By: jhi                                   on 2001/01/09  14:32:17
59890         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
59891      Branch: perl
59892            ! t/op/length.t
59893 ____________________________________________________________________________
59894 [  8376] By: jhi                                   on 2001/01/09  04:32:32
59895         Log: integrate changes #7775, #8316, #8316 from mainline
59896      Branch: maint-5.6/perl
59897            ! hints/solaris_2.sh
59898 ____________________________________________________________________________
59899 [  8375] By: jhi                                   on 2001/01/09  04:26:43
59900         Log: Update Changes.
59901      Branch: perl
59902            ! Changes patchlevel.h
59903 ____________________________________________________________________________
59904 [  8374] By: jhi                                   on 2001/01/09  04:14:32
59905         Log: IDE/editor section tweaking.
59906      Branch: perl
59907            ! pod/perlfaq3.pod
59908 ____________________________________________________________________________
59909 [  8373] By: jhi                                   on 2001/01/09  02:38:26
59910         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
59911              From: Peter Prymmer <pvhp@forte.com>
59912              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
59913              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
59914              
59915              In preparation os OS/390 dynamic loading.
59916      Branch: perl
59917            ! README.os390 hints/os390.sh
59918 ____________________________________________________________________________
59919 [  8372] By: jhi                                   on 2001/01/09  00:24:30
59920         Log: Integrate with perlio.
59921      Branch: perl
59922           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
59923 ____________________________________________________________________________
59924 [  8371] By: nick                                  on 2001/01/08  23:54:33
59925         Log: Fix "scalars leaked" bugs caused by overload magic
59926              (Highlighted by Ilya's DESTROY optimization.)
59927      Branch: perlio
59928            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
59929 ____________________________________________________________________________
59930 [  8370] By: nick                                  on 2001/01/08  20:19:41
59931         Log: Integrate mainline
59932      Branch: perlio
59933           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
59934           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
59935           !> t/op/64bitint.t
59936 ____________________________________________________________________________
59937 [  8369] By: jhi                                   on 2001/01/08  17:30:52
59938         Log: save_delete() Safefree() doesn't (anymore?) work with shared
59939              strings, one test failure in op/misc and almost all of lib/b.
59940              (Outcomments #8369.)
59941      Branch: perl
59942            ! scope.c
59943 ____________________________________________________________________________
59944 [  8368] By: jhi                                   on 2001/01/08  14:47:10
59945         Log: (Outcommented by #8369.)
59946              
59947              Subject: Re: Perl BugID 20001205.022 ---- save_delete
59948              From: Simon Cozens <simon@cozens.net>
59949              Date: Sat, 6 Jan 2001 11:48:40 +0000
59950              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
59951              
59952              The save_delete() does need the Safefree.
59953      Branch: perl
59954            ! scope.c
59955 ____________________________________________________________________________
59956 [  8367] By: bailey                                on 2001/01/08  08:53:52
59957         Log: Once again syncing after too long an absence
59958      Branch: vmsperl
59959           +> (branch 55 files)
59960            - MAINTAIN fix_pl vos/config.def vos/config.h
59961            - vos/config_h.SH_orig
59962           !> (integrate 498 files)
59963 ____________________________________________________________________________
59964 [  8366] By: jhi                                   on 2001/01/08  02:42:59
59965         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
59966              From: nick@ccl4.org
59967              Date: Sun, 7 Jan 2001 21:07:18 +0000
59968              Message-Id: <20010107210717.D1048@plum.flirble.org>
59969      Branch: perl
59970            ! sv.c t/op/64bitint.t
59971 ____________________________________________________________________________
59972 [  8365] By: jhi                                   on 2001/01/08  02:35:16
59973         Log: Subject: [PATCH] environ nit
59974              From: Simon Cozens <simon@cozens.net>
59975              Date: Sun, 7 Jan 2001 17:57:07 +0000
59976              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
59977              
59978              Use environ only if we have it.
59979      Branch: perl
59980            ! mg.c
59981 ____________________________________________________________________________
59982 [  8364] By: jhi                                   on 2001/01/08  02:24:51
59983         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
59984      Branch: perl
59985            ! ext/GDBM_File/GDBM_File.xs
59986 ____________________________________________________________________________
59987 [  8363] By: jhi                                   on 2001/01/08  02:19:24
59988         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
59989              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59990              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
59991              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
59992      Branch: perl
59993            ! dump.c op.c
59994 ____________________________________________________________________________
59995 [  8362] By: jhi                                   on 2001/01/08  02:17:43
59996         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
59997              From: Doug MacEachern <dougm@covalent.net>
59998              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
59999              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
60000              
60001              Allow AUTOLOAD to be an xsub and allow such xsubs
60002              to avoid use of $AUTOLOAD.
60003      Branch: perl
60004            ! gv.c
60005 ____________________________________________________________________________
60006 [  8361] By: jhi                                   on 2001/01/08  02:16:07
60007         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
60008              From: Radu Greab <radu@netsoft.ro>
60009              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
60010              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
60011              
60012              No need for the potentially nonportable $SIG{CHLD}.
60013      Branch: perl
60014            ! t/io/pipe.t
60015 ____________________________________________________________________________
60016 [  8360] By: jhi                                   on 2001/01/08  01:58:23
60017         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
60018      Branch: perl
60019            ! lib/Getopt/Long.pm
60020 ____________________________________________________________________________
60021 [  8359] By: jhi                                   on 2001/01/08  01:55:44
60022         Log: Integrate perlio.
60023      Branch: perl
60024           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
60025           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
60026           !> utf8.c win32/Makefile
60027 ____________________________________________________________________________
60028 [  8358] By: jhi                                   on 2001/01/07  21:16:50
60029         Log: Update the EPOC cross SDK URL.
60030      Branch: perl
60031            ! README.epoc
60032 ____________________________________________________________________________
60033 [  8357] By: jhi                                   on 2001/01/07  21:16:09
60034         Log: Update the EPOC cross SDK URL.
60035      Branch: maint-5.6/perl
60036            ! README.epoc
60037 ____________________________________________________________________________
60038 [  8356] By: nick                                  on 2001/01/06  21:47:52
60039         Log: FILE * in XS code for PerlIO world:
60040              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
60041              - Add FILE * T_STDIO typemap.
60042              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
60043      Branch: perlio
60044            ! lib/ExtUtils/typemap perlio.c perlio.h
60045 ____________________________________________________________________________
60046 [  8355] By: jhi                                   on 2001/01/06  20:27:15
60047         Log: integrate change #8336 from mainline
60048              
60049              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
60050      Branch: maint-5.6/perl
60051            ! hv.c
60052 ____________________________________________________________________________
60053 [  8354] By: jhi                                   on 2001/01/06  20:24:29
60054         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
60055              From: Robin Barker <rmb1@cise.npl.co.uk>
60056              Date: Fri, 22 Dec 2000 12:17:38 GMT
60057              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
60058              
60059              The patch reformats some long =item lines so they give
60060              correct output via pod2man | nroff -man
60061              
60062              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
60063              From: Robin Barker <rmb1@cise.npl.co.uk>
60064              Date: Tue, 2 Jan 2001 15:35:03 GMT
60065              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
60066              
60067              Here is a _further_ patch which corrects a few more errors:
60068              * an empty C<=item> in CPAN.pm
60069              * patching the wrong file (pod/perlamiga.pod not README.amiga)
60070              * leaving empty C<=item>s which formatted incorrectly
60071              * over long C<=item>s revealed by latest patch to Pod::Man
60072      Branch: maint-5.6/perl
60073            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
60074            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
60075            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
60076            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
60077            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
60078            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
60079 ____________________________________________________________________________
60080 [  8353] By: jhi                                   on 2001/01/06  20:21:10
60081         Log: integrate changes #7980, 8056, 8057 from mainline
60082              
60083              UTF-8 hash keys.
60084      Branch: maint-5.6/perl
60085            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
60086 ____________________________________________________________________________
60087 [  8352] By: jhi                                   on 2001/01/06  20:18:44
60088         Log: Forgotten from #8438.
60089      Branch: maint-5.6/perl
60090            ! epoc/epocish.h
60091 ____________________________________________________________________________
60092 [  8351] By: jhi                                   on 2001/01/06  20:18:12
60093         Log: Forgotten from #8347.
60094      Branch: maint-5.6/perl
60095            ! config_h.SH
60096 ____________________________________________________________________________
60097 [  8350] By: jhi                                   on 2001/01/06  20:00:19
60098         Log: Thinko in #8347.
60099      Branch: maint-5.6/perl
60100            ! regcomp.c
60101 ____________________________________________________________________________
60102 [  8349] By: jhi                                   on 2001/01/06  18:05:30
60103         Log: Copy the FAQ3 IDE section from the development branch,
60104              changes originally by Peter Prymmer.
60105      Branch: maint-5.6/perl
60106            ! pod/perlfaq3.pod
60107 ____________________________________________________________________________
60108 [  8348] By: jhi                                   on 2001/01/06  18:03:02
60109         Log: EPOC updates for TRIAL1.
60110              
60111              Subject: [5.6.1 trial1] EPOC update
60112              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60113              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
60114              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
60115              
60116              Subject: epoc patch2 for perl-5.6.1-trial1
60117              From: Olaf Flebbe <O.Flebbe@science-computing.de>
60118              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
60119              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
60120      Branch: maint-5.6/perl
60121            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
60122            ! epoc/epocish.c
60123 ____________________________________________________________________________
60124 [  8347] By: jhi                                   on 2001/01/06  17:29:10
60125         Log: integrate changes #7710,7824,7973 from mainline,
60126              plus VMS nits from Peter Prymmer and Dan Sugalski.
60127              
60128              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
60129              library (getprotobyname and getprotobynumber are outversioned by
60130              the same calls in libc, at least for xlc version 3.
60131              
60132              Add HAS_SBRK_PROTO.
60133              
60134              Fixes for signedness warnings noticed by VMSperlers.
60135      Branch: maint-5.6/perl
60136            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60137            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
60138            ! sv.c vms/descrip_mms.template vos/config.alpha.def
60139            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60140            ! win32/config.bc win32/config.gc win32/config.vc
60141 ____________________________________________________________________________
60142 [  8346] By: nick                                  on 2001/01/06  14:36:01
60143         Log: Fixup accumulated integrate muddles (perlio == devperl again)
60144      Branch: perlio
60145            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
60146 ____________________________________________________________________________
60147 [  8345] By: nick                                  on 2001/01/06  14:24:58
60148         Log: Integrate mainline
60149      Branch: perlio
60150           !> (integrate 55 files)
60151 ____________________________________________________________________________
60152 [  8344] By: jhi                                   on 2001/01/06  02:24:02
60153         Log: Subject: [patch] PerlIO_cleanup() prototype
60154              From: Doug MacEachern <dougm@covalent.net>
60155              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
60156              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
60157      Branch: perl
60158            ! perlio.h
60159 ____________________________________________________________________________
60160 [  8343] By: jhi                                   on 2001/01/06  01:04:09
60161         Log: IRIX compiler noticed that the bof initialization might be
60162              bypassed by control flow.
60163      Branch: perl
60164            ! toke.c
60165 ____________________________________________________________________________
60166 [  8342] By: jhi                                   on 2001/01/06  00:10:48
60167         Log: Update Changes.
60168      Branch: perl
60169            ! Changes patchlevel.h
60170 ____________________________________________________________________________
60171 [  8341] By: jhi                                   on 2001/01/05  23:52:33
60172         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
60173      Branch: perl
60174            ! toke.c
60175 ____________________________________________________________________________
60176 [  8340] By: jhi                                   on 2001/01/05  22:44:08
60177         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
60178              From: Radu Greab <radu@netsoft.ro>
60179              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
60180              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
60181      Branch: perl
60182            ! t/io/pipe.t util.c
60183 ____________________________________________________________________________
60184 [  8339] By: jhi                                   on 2001/01/05  22:35:17
60185         Log: Subject: [PATCH] format and rewording in perlfaq.pod
60186              From: Robin Barker <rmb1@cise.npl.co.uk>
60187              Date: Fri, 5 Jan 2001 18:51:20 GMT
60188              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
60189      Branch: perl
60190            ! pod/perlfaq.pod
60191 ____________________________________________________________________________
60192 [  8338] By: jhi                                   on 2001/01/05  22:31:17
60193         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
60194              From: Peter Prymmer <pvhp@forte.com>
60195              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
60196              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
60197      Branch: perl
60198            ! utils/perlbug.PL
60199 ____________________________________________________________________________
60200 [  8337] By: jhi                                   on 2001/01/05  18:15:11
60201         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
60202              From: Robin Barker <rmb1@cise.npl.co.uk>
60203              Date: Tue, 2 Jan 2001 15:24:07 GMT
60204              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
60205              
60206              If you call configure as C<./Configure> or C<sh ./Configure>,
60207              $src is set to the absolute path name, not '.'.
60208              
60209              This, in turn, means -Dmksymlink tries to do its stuff because
60210              it does not think it is in the src directory.
60211              
60212              (plus a metaconfig nitfix)
60213      Branch: metaconfig
60214            ! U/compline/ccflags.U U/modified/src.U
60215      Branch: perl
60216            ! Configure config_h.SH
60217 ____________________________________________________________________________
60218 [  8336] By: jhi                                   on 2001/01/05  17:48:32
60219         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
60220              From: Alan Burlison <Alan.Burlison@uk.sun.com>
60221              Message-ID: <3A5606C4.473D2226@uk.sun.com>
60222              Date: Fri, 05 Jan 2001 17:39:16 +0000
60223      Branch: perl
60224            ! hv.c
60225 ____________________________________________________________________________
60226 [  8335] By: jhi                                   on 2001/01/05  16:05:44
60227         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
60228      Branch: perl
60229            ! lib/Getopt/Long.pm
60230 ____________________________________________________________________________
60231 [  8334] By: jhi                                   on 2001/01/05  16:00:51
60232         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
60233              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
60234              Date: Fri, 05 Jan 2001 13:46:51 +0100
60235              Message-ID: <13693.978698811@nice.ram.loc>
60236              
60237              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
60238              accurate reading of the "atime".  
60239      Branch: perl
60240            ! t/io/fs.t
60241 ____________________________________________________________________________
60242 [  8333] By: jhi                                   on 2001/01/05  15:57:37
60243         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
60244              From: Simon Cozens <simon@cozens.net>
60245              Date: Fri, 8 Dec 2000 13:33:31 +0000
60246              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
60247              
60248              A lost patch fragment.
60249      Branch: perl
60250            ! doop.c
60251 ____________________________________________________________________________
60252 [  8332] By: jhi                                   on 2001/01/05  15:40:42
60253         Log: Do away with strncpy() and a fixed length buffer.
60254      Branch: perl
60255            ! utf8.c
60256 ____________________________________________________________________________
60257 [  8331] By: jhi                                   on 2001/01/05  15:03:07
60258         Log: Tests for #8329 and #8330.
60259      Branch: perl
60260            ! t/op/bop.t
60261 ____________________________________________________________________________
60262 [  8330] By: jhi                                   on 2001/01/05  15:02:38
60263         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
60264              raw 8-bit form to the UTF-8 string.
60265      Branch: perl
60266            ! toke.c
60267 ____________________________________________________________________________
60268 [  8329] By: jhi                                   on 2001/01/05  14:55:13
60269         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
60270              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60271              Date: Fri, 5 Jan 2001 12:28:52 +0100
60272              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
60273              
60274              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
60275              no effect.  (changed the strncpy() to Copy())
60276      Branch: perl
60277            ! toke.c
60278 ____________________________________________________________________________
60279 [  8328] By: jhi                                   on 2001/01/05  06:44:27
60280         Log: UTF-8 cleanup.
60281      Branch: perl
60282            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
60283            ! regexec.c sv.c toke.c
60284 ____________________________________________________________________________
60285 [  8327] By: jhi                                   on 2001/01/05  01:11:29
60286         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')
60287              From: Radu Greab <radu@netsoft.ro>
60288              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
60289              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
60290              
60291              Cleans up Harness to not use FileHandle, which uses IO.
60292      Branch: perl
60293            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
60294 ____________________________________________________________________________
60295 [  8326] By: jhi                                   on 2001/01/05  00:56:37
60296         Log: Update Changes.
60297      Branch: perl
60298            ! Changes patchlevel.h
60299 ____________________________________________________________________________
60300 [  8325] By: jhi                                   on 2001/01/05  00:53:18
60301         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
60302              From: Peter Prymmer <pvhp@forte.com>
60303              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
60304              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
60305              
60306              plus a couple more tailing whitespace removals.
60307      Branch: perl
60308            ! win32/Makefile
60309 ____________________________________________________________________________
60310 [  8324] By: jhi                                   on 2001/01/05  00:47:39
60311         Log: Add some Unicode chop() tests.
60312      Branch: perl
60313            ! t/op/chop.t
60314 ____________________________________________________________________________
60315 [  8323] By: jhi                                   on 2001/01/05  00:47:23
60316         Log: Unify UTF-8 malformedness handling.
60317      Branch: perl
60318            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
60319 ____________________________________________________________________________
60320 [  8322] By: jhi                                   on 2001/01/04  22:21:54
60321         Log: The new $issymlink was unknown to Mksymlinks.
60322      Branch: metaconfig/U/perl
60323            ! Mksymlinks.U issymlink.U
60324      Branch: perl
60325            ! Configure config_h.SH
60326 ____________________________________________________________________________
60327 [  8321] By: jhi                                   on 2001/01/04  21:51:05
60328         Log: The test didn't work under the core test framework.
60329      Branch: perl
60330            ! t/lib/st-lock.t
60331 ____________________________________________________________________________
60332 [  8320] By: jhi                                   on 2001/01/04  21:14:22
60333         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
60334      Branch: perl
60335            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
60336 ____________________________________________________________________________
60337 [  8319] By: jhi                                   on 2001/01/04  20:46:17
60338         Log: Typo in #8312 when manually applying a problematic patch fragment.
60339      Branch: perl
60340            ! ext/Storable/Storable.xs
60341 ____________________________________________________________________________
60342 [  8318] By: jhi                                   on 2001/01/04  20:43:01
60343         Log: The $sh_c didn't fly.
60344      Branch: metaconfig
60345            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
60346            ! U/modified/Loc.U U/modified/myhostname.U
60347            ! U/modified/spitshell.U
60348      Branch: metaconfig/U/perl
60349            ! issymlink.U
60350      Branch: perl
60351            ! Configure config_h.SH
60352 ____________________________________________________________________________
60353 [  8317] By: jhi                                   on 2001/01/04  19:58:01
60354         Log: AIX builtin test -h is broken, changes based on
60355              
60356              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
60357              Date: Tue, 02 Jan 2001 11:24:39 +0100
60358              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60359              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
60360      Branch: metaconfig
60361            + U/modified/spitshell.U
60362            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
60363            ! U/modified/Loc.U U/modified/myhostname.U
60364      Branch: metaconfig/U/perl
60365            ! Mksymlinks.U issymlink.U
60366      Branch: perl
60367            ! Configure
60368 ____________________________________________________________________________
60369 [  8316] By: jhi                                   on 2001/01/04  19:02:22
60370         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
60371              From: Andy Dougherty <doughera@lafayette.edu>
60372              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
60373              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
60374              
60375              Beware of GNU ld.
60376      Branch: perl
60377            ! hints/solaris_2.sh
60378 ____________________________________________________________________________
60379 [  8315] By: jhi                                   on 2001/01/04  18:56:48
60380         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
60381              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
60382              Date: Wed, 3 Jan 2001 07:58:51 +0100
60383              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
60384      Branch: perl
60385            ! hints/solaris_2.sh
60386 ____________________________________________________________________________
60387 [  8314] By: jhi                                   on 2001/01/04  18:54:07
60388         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
60389              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60390              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
60391              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
60392              
60393              Doc tweak on #8313.
60394      Branch: perl
60395            ! ext/B/B/Deparse.pm
60396 ____________________________________________________________________________
60397 [  8313] By: jhi                                   on 2001/01/04  18:52:27
60398         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
60399              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
60400              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60401              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
60402              
60403              Make the peephole optimizer to bypass more null ops and
60404              and rewrite the deparse handling of continue blocks.
60405      Branch: perl
60406            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
60407 ____________________________________________________________________________
60408 [  8312] By: jhi                                   on 2001/01/04  18:47:39
60409         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
60410      Branch: perl
60411            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
60412            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
60413            ! t/lib/st-lock.t
60414 ____________________________________________________________________________
60415 [  8311] By: jhi                                   on 2001/01/04  18:36:08
60416         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
60417              filter to be run on each .pm during the pm_to_blib() phase,
60418              a fixed version of
60419              
60420              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
60421              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
60422              Date: Wed, 03 Jan 2001 22:01:30 +0100
60423              Message-ID: <5296.978555690@nice.ram.loc>
60424      Branch: perl
60425            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
60426            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
60427            ! lib/ExtUtils/MakeMaker.pm
60428 ____________________________________________________________________________
60429 [  8310] By: jhi                                   on 2001/01/04  18:32:54
60430         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
60431              From: Robin Barker <rmb1@cise.npl.co.uk>
60432              Date: Tue, 2 Jan 2001 15:35:03 GMT
60433              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
60434      Branch: perl
60435            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
60436            ! pod/perlrequick.pod
60437 ____________________________________________________________________________
60438 [  8309] By: jhi                                   on 2001/01/04  18:29:07
60439         Log: Subject: Re: [patch] static-ize XS()
60440              From: Doug MacEachern <dougm@covalent.net>
60441              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
60442              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
60443              
60444              Provide prototypes for the XS functions.
60445      Branch: perl
60446            ! lib/ExtUtils/xsubpp
60447 ____________________________________________________________________________
60448 [  8308] By: jhi                                   on 2001/01/04  18:27:44
60449         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
60450              From: Doug MacEachern <dougm@covalent.net>
60451              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
60452              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
60453      Branch: perl
60454            ! lib/ExtUtils/typemap
60455 ____________________________________________________________________________
60456 [  8307] By: jhi                                   on 2001/01/04  18:25:25
60457         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
60458              From: Doug MacEachern <dougm@covalent.net>
60459              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
60460              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
60461              
60462              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
60463      Branch: perl
60464            ! lib/ExtUtils/MM_Unix.pm
60465 ____________________________________________________________________________
60466 [  8306] By: jhi                                   on 2001/01/04  18:23:00
60467         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
60468              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60469              Date: Thu, 4 Jan 2001 12:47:10 +0100 
60470              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
60471              
60472              The toke.c part only, patching embed.h and proto.h is futile.
60473      Branch: perl
60474            ! toke.c
60475 ____________________________________________________________________________
60476 [  8305] By: jhi                                   on 2001/01/04  18:05:51
60477         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
60478              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60479              Date: Thu, 4 Jan 2001 17:50:12 +0100 
60480              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
60481      Branch: perl
60482            ! toke.c
60483 ____________________________________________________________________________
60484 [  8304] By: jhi                                   on 2001/01/04  18:03:26
60485         Log: Subject: [PATCH perl@8269]
60486              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60487              Date: Thu, 4 Jan 2001 12:53:39 +0100 
60488              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
60489              
60490              If running byacc write-enable also perly.h.
60491      Branch: perl
60492            ! Makefile.SH
60493 ____________________________________________________________________________
60494 [  8303] By: jhi                                   on 2001/01/04  15:40:49
60495         Log: Rewrite pp_concat() in terms of sv_catsv().
60496      Branch: perl
60497            ! pp_hot.c
60498 ____________________________________________________________________________
60499 [  8302] By: nick                                  on 2001/01/03  22:43:22
60500         Log: Integrate mainline.
60501      Branch: perlio
60502           !> ext/Encode/Encode.xs sv.c utf8.c
60503 ____________________________________________________________________________
60504 [  8301] By: jhi                                   on 2001/01/02  23:40:26
60505         Log: Variable naming tweak.
60506      Branch: perl
60507            ! sv.c
60508 ____________________________________________________________________________
60509 [  8300] By: jhi                                   on 2001/01/02  23:40:02
60510         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
60511              in is_utf8_string().
60512      Branch: perl
60513            ! utf8.c
60514 ____________________________________________________________________________
60515 [  8299] By: jhi                                   on 2001/01/02  22:14:40
60516         Log: Integrate perlio.
60517      Branch: perl
60518           !> pp.c pp_hot.c win32/Makefile
60519 ____________________________________________________________________________
60520 [  8298] By: nick                                  on 2001/01/02  22:03:06
60521         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
60522      Branch: perlio
60523            ! pp.c pp_hot.c
60524 ____________________________________________________________________________
60525 [  8297] By: jhi                                   on 2001/01/02  04:26:28
60526         Log: Signedness nit.
60527      Branch: perl
60528            ! ext/Encode/Encode.xs
60529 ____________________________________________________________________________
60530 [  8296] By: nick                                  on 2001/01/01  23:49:36
60531         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
60532      Branch: perlio
60533            ! win32/Makefile
60534 ____________________________________________________________________________
60535 [  8295] By: jhi                                   on 2001/01/01  23:05:48
60536         Log: Integrate perlio.
60537      Branch: perl
60538           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
60539           !> t/lib/encode.t
60540 ____________________________________________________________________________
60541 [  8294] By: nick                                  on 2001/01/01  22:48:34
60542         Log: Integrate mainline
60543      Branch: perlio
60544            ! pp_hot.c t/lib/encode.t
60545           !> (integrate 65 files)
60546 ____________________________________________________________________________
60547 [  8293] By: nick                                  on 2001/01/01  21:58:50
60548         Log: More rigor in UTF-8-ness of Encode's toUnicode
60549              XS export some of the utf8 internal functions.
60550              Test some of the functions.
60551              Fix pp_concat() bug shown by said tests.
60552      Branch: perlio
60553            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
60554            ! t/lib/encode.t
60555 ____________________________________________________________________________
60556 [  8292] By: jhi                                   on 2001/01/01  18:11:44
60557         Log: Integrate perlio.
60558      Branch: perl
60559           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
60560           !> ext/Encode/encengine.c ext/Encode/encode.h
60561 ____________________________________________________________________________
60562 [  8291] By: jhi                                   on 2001/01/01  18:10:58
60563         Log: Podify README.mpeix (a new version from the web),
60564              add a dummy NAME to Carp::Heavy, regen toc.
60565      Branch: perl
60566            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
60567            ! pod/perltoc.pod
60568 ____________________________________________________________________________
60569 [  8290] By: nick                                  on 2001/01/01  17:43:47
60570         Log: Loose the "Loading..." warning.
60571              Another bug in fallback support
60572      Branch: perlio
60573            ! ext/Encode/Encode.pm ext/Encode/encengine.c
60574 ____________________________________________________________________________
60575 [  8289] By: jhi                                   on 2001/01/01  00:01:57
60576         Log: Bump up Larry's copyright.
60577      Branch: perl
60578            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
60579            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
60580            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
60581            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
60582            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
60583            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
60584            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
60585            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
60586 ____________________________________________________________________________
60587 [  8288] By: nick                                  on 2000/12/31  21:27:53
60588         Log: Fix .ucm reading - forgot a chr()
60589              Start of .ucm write (for .enc to .ucm)
60590      Branch: perlio
60591            ! ext/Encode/compile
60592 ____________________________________________________________________________
60593 [  8287] By: jhi                                   on 2000/12/31  18:15:56
60594         Log: Comment away a diagnostic message as noted by Craig A. Berry
60595              (the unexpected message was confusing testing)
60596      Branch: perl
60597            ! ext/Encode/Encode.pm
60598 ____________________________________________________________________________
60599 [  8286] By: jhi                                   on 2000/12/31  18:14:51
60600         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
60601              Date: Sun, 31 Dec 2000 11:17:37 -0600
60602              From: "Craig A. Berry" <craigberry@mac.com>
60603              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
60604      Branch: perl
60605            ! ext/Encode/Makefile.PL
60606 ____________________________________________________________________________
60607 [  8285] By: nick                                  on 2000/12/31  18:11:54
60608         Log: Start of support of ICU-style .ucm files:
60609              - teach compile how to read a .ucm file
60610              - first guess at how to represent fallbacks in "tries".
60611              - use fallbacks if check == 0
60612              - new return code to indicate we used one.
60613      Branch: perlio
60614            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
60615            ! ext/Encode/encengine.c ext/Encode/encode.h
60616 ____________________________________________________________________________
60617 [  8284] By: jhi                                   on 2000/12/31  18:04:41
60618         Log: Pacify picky VMS compiler.
60619              
60620              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
60621              From: "Craig A. Berry" <craig.berry@psinetcs.com>
60622              Date: Sat, 30 Dec 2000 18:10:02 -0600
60623              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
60624      Branch: perl
60625            ! sv.c
60626 ____________________________________________________________________________
60627 [  8283] By: jhi                                   on 2000/12/31  16:11:47
60628         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
60629      Branch: perl
60630            ! t/lib/glob-basic.t
60631 ____________________________________________________________________________
60632 [  8282] By: jhi                                   on 2000/12/31  15:26:11
60633         Log: Integrate perlio.
60634      Branch: perl
60635           !> makedef.pl opcode.pl os2/os2.c perlio.c
60636 ____________________________________________________________________________
60637 [  8281] By: nick                                  on 2000/12/31  10:06:15
60638         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
60639              is available to be exported
60640      Branch: perlio
60641            ! makedef.pl perlio.c
60642 ____________________________________________________________________________
60643 [  8280] By: nick                                  on 2000/12/31  09:41:26
60644         Log: Ilya's OS2 patch (testing for damage on Win32)
60645      Branch: perlio
60646            ! makedef.pl opcode.pl os2/os2.c
60647 ____________________________________________________________________________
60648 [  8279] By: jhi                                   on 2000/12/30  21:52:07
60649         Log: Test nits.
60650      Branch: perl
60651            ! t/lib/syslfs.t t/op/lfs.t
60652 ____________________________________________________________________________
60653 [  8278] By: jhi                                   on 2000/12/30  21:47:49
60654         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
60655              From: andreas.koenig@anima.de (Andreas J. Koenig)
60656              Date: 30 Dec 2000 22:35:37 +0100
60657              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
60658              
60659              The 32-bit wraparound test wasn't quite right.
60660      Branch: perl
60661            ! t/lib/syslfs.t t/op/lfs.t
60662 ____________________________________________________________________________
60663 [  8277] By: jhi                                   on 2000/12/30  21:33:44
60664         Log: Subject: [PATCH] open() example in perlfunc.pod 
60665              From: Karsten Sperling <s_sperli@ira.uka.de>
60666              Date: Sat, 30 Dec 2000 22:27:09 +0100
60667              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
60668      Branch: perl
60669            ! pod/perlfunc.pod
60670 ____________________________________________________________________________
60671 [  8276] By: jhi                                   on 2000/12/30  20:32:40
60672         Log: Not quite that many tests yet.
60673      Branch: perl
60674            ! t/op/pat.t
60675 ____________________________________________________________________________
60676 [  8275] By: jhi                                   on 2000/12/30  20:26:58
60677         Log: Integrate perlio.
60678      Branch: perl
60679           !> toke.c
60680 ____________________________________________________________________________
60681 [  8274] By: jhi                                   on 2000/12/30  20:24:56
60682         Log: Signedness nit.
60683      Branch: perl
60684            ! utf8.c
60685 ____________________________________________________________________________
60686 [  8273] By: jhi                                   on 2000/12/30  20:15:46
60687         Log: Add a test case for 20000731.001 which was fixed by the #8267.
60688      Branch: perl
60689            ! t/op/pat.t
60690 ____________________________________________________________________________
60691 [  8272] By: nick                                  on 2000/12/30  19:47:51
60692         Log: Tweak for MULTIPLICITY/USE_PERLIO
60693      Branch: perlio
60694            ! toke.c
60695 ____________________________________________________________________________
60696 [  8271] By: nick                                  on 2000/12/30  19:46:45
60697         Log: Integrate mainline
60698      Branch: perlio
60699           +> lib/unicode/distinct.pm
60700           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
60701           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
60702           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
60703 ____________________________________________________________________________
60704 [  8270] By: jhi                                   on 2000/12/30  19:39:50
60705         Log: Subject: RE: perl@8269
60706              From: "Richard Soderberg" <rs@crystalflame.net>
60707              Date: Sat, 30 Dec 2000 11:36:27 -0800
60708              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
60709              
60710              A missing aTHX_.
60711      Branch: perl
60712            ! toke.c
60713 ____________________________________________________________________________
60714 [  8269] By: jhi                                   on 2000/12/30  18:55:48
60715         Log: Update Changes.
60716      Branch: perl
60717            ! Changes patchlevel.h
60718 ____________________________________________________________________________
60719 [  8268] By: jhi                                   on 2000/12/30  17:18:40
60720         Log: Add a test for Unicode split //.  The #8267 was the cure.
60721      Branch: perl
60722            ! t/op/split.t
60723 ____________________________________________________________________________
60724 [  8267] By: jhi                                   on 2000/12/30  17:14:19
60725         Log: Subject: more UTF8 test suites and an UTF8 patch
60726              From: Inaba Hiroto <inaba@st.rim.or.jp>
60727              Date: Sat, 30 Dec 2000 14:27:10 +0900
60728              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
60729              
60730              Just the patch part for now, and the pragma renamed
60731              as unicode::distinct.
60732      Branch: perl
60733            + lib/unicode/distinct.pm
60734            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
60735            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
60736            ! regcomp.h regexec.c sv.c toke.c utf8.c
60737 ____________________________________________________________________________
60738 [  8266] By: nick                                  on 2000/12/30  16:40:49
60739         Log: Integrate mainline
60740      Branch: perlio
60741           +> lib/Pod/Text/Overstrike.pm
60742           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
60743           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
60744           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
60745           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
60746           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
60747 ____________________________________________________________________________
60748 [  8265] By: jhi                                   on 2000/12/30  07:28:55
60749         Log: The sv_catsv() fix, take two.
60750      Branch: perl
60751            ! sv.c t/op/join.t
60752 ____________________________________________________________________________
60753 [  8264] By: jhi                                   on 2000/12/30  06:19:18
60754         Log: Undo all the join-related changes since #8248: relevant
60755              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
60756              The new sv_catsv() doesn't fly so it must go back to
60757              the drawing board.
60758      Branch: perl
60759            ! sv.c t/op/join.t t/pragma/utf8.t
60760 ____________________________________________________________________________
60761 [  8263] By: jhi                                   on 2000/12/30  01:08:32
60762         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
60763      Branch: perl
60764            ! sv.c
60765 ____________________________________________________________________________
60766 [  8262] By: jhi                                   on 2000/12/30  00:45:14
60767         Log: Retract #8261.
60768      Branch: perl
60769            ! hv.c util.c
60770 ____________________________________________________________________________
60771 [  8261] By: jhi                                   on 2000/12/30  00:38:32
60772         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
60773      Branch: perl
60774            ! hv.c util.c
60775 ____________________________________________________________________________
60776 [  8260] By: jhi                                   on 2000/12/29  22:51:33
60777         Log: (Retracted by #8264)  More fixing for #8251.
60778      Branch: perl
60779            ! sv.c
60780 ____________________________________________________________________________
60781 [  8259] By: jhi                                   on 2000/12/29  18:27:30
60782         Log: Subject: podlators 1.06 released
60783              From: Russ Allbery <rra@stanford.edu>
60784              Date: 25 Dec 2000 05:09:30 -0800
60785              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
60786      Branch: perl
60787            + lib/Pod/Text/Overstrike.pm
60788            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
60789            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
60790 ____________________________________________________________________________
60791 [  8258] By: jhi                                   on 2000/12/29  18:20:45
60792         Log: Make the large file tests more robust/talkative as suggested by
60793              
60794              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
60795              From: andreas.koenig@anima.de (Andreas J. Koenig)
60796              Date: 29 Dec 2000 14:23:01 +0100
60797              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
60798      Branch: perl
60799            ! t/lib/syslfs.t t/op/lfs.t
60800 ____________________________________________________________________________
60801 [  8257] By: jhi                                   on 2000/12/29  17:48:04
60802         Log: Further VMS piping fixes from Charles Lane:
60803              
60804              In summary, error messages produced when a subprocess terminated
60805              abnormally were being sent not just to the parent process, but to
60806              grandparents, because of default values for error output that were
60807              not completely overridden when the subprocess was started.
60808              
60809              This patch fixes this behavior by defining user-mode (i.e., temporary
60810              for the duration of the program) logical names for SYS$OUTPUT and
60811              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
60812              changes to make it so that the user-mode logicals are the ones that
60813              control where Perl's error messages go if it terminates abnormally.
60814              
60815              I also added some gratuitous fixes to the indentation of braces in
60816              the piping code.  It just looked ugly, before.
60817      Branch: perl
60818            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
60819 ____________________________________________________________________________
60820 [  8256] By: jhi                                   on 2000/12/29  17:45:12
60821         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
60822              From: "Casey R. Tweten" <crt@kiski.net>
60823              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
60824              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
60825              
60826              Tests for for #8240.
60827      Branch: perl
60828            ! t/pragma/constant.t
60829 ____________________________________________________________________________
60830 [  8255] By: jhi                                   on 2000/12/29  17:43:07
60831         Log: Subject: Re: [PATCH] Interesting syntax idea
60832              From: Simon Cozens <simon@cozens.net>
60833              Date: Fri, 29 Dec 2000 14:34:04 +0000
60834              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
60835              
60836              Tests for #8254.
60837      Branch: perl
60838            ! t/pragma/sub_lval.t
60839 ____________________________________________________________________________
60840 [  8254] By: jhi                                   on 2000/12/29  17:42:11
60841         Log: Subject: [PATCH] Interesting syntax idea
60842              From: Simon Cozens <simon@cozens.net>
60843              Date: Wed, 27 Dec 2000 05:08:57 +0000
60844              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
60845              
60846              Make opens + bareword assigns do typeglob assigns.
60847      Branch: perl
60848            ! op.c
60849 ____________________________________________________________________________
60850 [  8253] By: jhi                                   on 2000/12/29  17:36:45
60851         Log: Output the (apparent) version of gcc, as suggested by
60852              
60853              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
60854              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
60855              Date: 26 Dec 2000 04:29:17 -0500
60856              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
60857              
60858              (The patch as such didn't any more apply as the misparsing had
60859              already been addressed in #6474.)  Also change the wording about
60860              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
60861      Branch: perl
60862            ! hints/dec_osf.sh
60863 ____________________________________________________________________________
60864 [  8252] By: nick                                  on 2000/12/29  12:14:31
60865         Log: Integrate mainline
60866      Branch: perlio
60867           !> (integrate 27 files)
60868 ____________________________________________________________________________
60869 [  8251] By: jhi                                   on 2000/12/29  08:45:46
60870         Log: (Retracted by #8264)
60871              
60872              (Fixed by #8260.)
60873              
60874              sv_catsv() needs one more byte space than seems reasonable.
60875              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
60876              Curiouser and curiouser.
60877      Branch: perl
60878            ! sv.c
60879 ____________________________________________________________________________
60880 [  8250] By: jhi                                   on 2000/12/29  07:57:52
60881         Log: More split // UTF-8 tests.
60882      Branch: perl
60883            ! t/pragma/utf8.t
60884 ____________________________________________________________________________
60885 [  8249] By: jhi                                   on 2000/12/29  07:54:51
60886         Log: (Retracted by #8264)  More join() testing which was good because
60887              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
60888      Branch: perl
60889            ! pp.c t/op/join.t utf8.c utf8.h
60890 ____________________________________________________________________________
60891 [  8248] By: jhi                                   on 2000/12/29  07:08:32
60892         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
60893              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
60894              that the only cases to care about are byte+byte and byte+character.
60895              
60896              TODO: See how well pp_concat() could be implemented in terms
60897              of sv_catsv().
60898      Branch: perl
60899            ! doop.c sv.c t/op/join.t utf8.h
60900 ____________________________________________________________________________
60901 [  8247] By: jhi                                   on 2000/12/29  06:35:23
60902         Log: Signedness nit.
60903      Branch: perl
60904            ! pp_hot.c
60905 ____________________________________________________________________________
60906 [  8246] By: jhi                                   on 2000/12/29  01:23:31
60907         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
60908              From: Lupe Christoph <lupe@lupe-christoph.de>
60909              Date: Thu, 28 Dec 2000 23:00:00 +0100
60910              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
60911              
60912              Suggest rsync --delete --dry-run.
60913      Branch: perl
60914            ! pod/perlhack.pod
60915 ____________________________________________________________________________
60916 [  8245] By: jhi                                   on 2000/12/28  23:57:05
60917         Log: The maxiters upper limit sanity check (guarding against
60918              non-progress) assumed bytes instead of characters in s///
60919              and split().
60920      Branch: perl
60921            ! pp.c pp_hot.c
60922 ____________________________________________________________________________
60923 [  8244] By: jhi                                   on 2000/12/28  23:34:08
60924         Log: Make some panic messages a bit more logical.
60925      Branch: perl
60926            ! doop.c pod/perldiag.pod pp.c pp_hot.c
60927 ____________________________________________________________________________
60928 [  8243] By: jhi                                   on 2000/12/28  22:59:16
60929         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
60930              From: Simon Cozens <simon@cozens.net>
60931              Date: Wed, 27 Dec 2000 02:30:03 +0000
60932              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
60933      Branch: perl
60934            ! pp.c t/pragma/sub_lval.t
60935 ____________________________________________________________________________
60936 [  8242] By: jhi                                   on 2000/12/28  22:56:53
60937         Log: Subject: [PATCH blead] Fix B::Terse indentation
60938              From: Daniel Chetlin <daniel@chetlin.com>
60939              Date: Wed, 27 Dec 2000 06:43:30 -0800
60940              Message-ID: <20001227064329.B9573@darkstar>
60941      Branch: perl
60942            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
60943 ____________________________________________________________________________
60944 [  8241] By: jhi                                   on 2000/12/28  22:48:59
60945         Log: The latter patch from the
60946              
60947              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
60948              From: Peter Prymmer <pvhp@forte.com> 
60949              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
60950              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
60951              
60952              (the former patch from the above should have been
60953              taken care of by Nick I-S)
60954      Branch: perl
60955            ! win32/Makefile
60956 ____________________________________________________________________________
60957 [  8240] By: jhi                                   on 2000/12/28  22:45:22
60958         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
60959              From: "Casey R. Tweten" <crt@kiski.net>
60960              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
60961              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
60962      Branch: perl
60963            ! lib/constant.pm
60964 ____________________________________________________________________________
60965 [  8239] By: jhi                                   on 2000/12/28  22:37:45
60966         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
60967              From: Simon Cozens <simon@cozens.net>
60968              Date: Wed, 27 Dec 2000 14:12:44 +0000
60969              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
60970      Branch: perl
60971            ! t/op/method.t t/op/sort.t toke.c
60972 ____________________________________________________________________________
60973 [  8238] By: jhi                                   on 2000/12/28  22:30:32
60974         Log: Subject: [PATCH perl@8229] Call.pm
60975              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
60976              Date: Mon, 25 Dec 2000 10:47:15 -0000
60977              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
60978      Branch: perl
60979            ! ext/Filter/Util/Call/Call.pm
60980 ____________________________________________________________________________
60981 [  8237] By: jhi                                   on 2000/12/28  22:19:21
60982         Log: Subject: [PATCH blead] Fix problem with `&' prototype
60983              From: Daniel Chetlin <daniel@chetlin.com>
60984              Date: Wed, 27 Dec 2000 15:55:32 -0800
60985              Message-ID: <20001227155532.D9573@darkstar>
60986      Branch: perl
60987            ! op.c t/comp/proto.t
60988 ____________________________________________________________________________
60989 [  8236] By: jhi                                   on 2000/12/28  22:09:25
60990         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
60991              From: Daniel Chetlin <daniel@chetlin.com>
60992              Date: Sun, 24 Dec 2000 04:09:49 -0800
60993              Message-ID: <20001224040949.B3090@darkstar>
60994      Branch: perl
60995            ! gv.c mg.c t/op/attrs.t
60996 ____________________________________________________________________________
60997 [  8235] By: jhi                                   on 2000/12/28  22:07:11
60998         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
60999              From: Jan Dubois <jand@ActiveState.com>
61000              Date: Tue, 26 Dec 2000 20:57:31 -0800
61001              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
61002      Branch: perl
61003            ! win32/win32.c
61004 ____________________________________________________________________________
61005 [  8234] By: jhi                                   on 2000/12/28  21:52:42
61006         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
61007              From: Simon Cozens <simon@cozens.net>
61008              Date: Thu, 28 Dec 2000 20:33:13 +0000
61009              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
61010      Branch: perl
61011            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
61012 ____________________________________________________________________________
61013 [  8233] By: jhi                                   on 2000/12/28  19:40:49
61014         Log: Integrate perlio.
61015      Branch: perl
61016           !> ext/Encode/Makefile.PL ext/Encode/compile
61017 ____________________________________________________________________________
61018 [  8232] By: nick                                  on 2000/12/23  16:06:00
61019         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
61020              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
61021      Branch: perlio
61022            ! ext/Encode/Makefile.PL
61023 ____________________________________________________________________________
61024 [  8231] By: nick                                  on 2000/12/23  14:30:34
61025         Log: "Compiled" encode build cleanup
61026              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
61027              - .c files do not export sub-tables
61028      Branch: perlio
61029            ! ext/Encode/Makefile.PL ext/Encode/compile
61030 ____________________________________________________________________________
61031 [  8230] By: nick                                  on 2000/12/23  12:50:37
61032         Log: Integrate mainline
61033      Branch: perlio
61034           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
61035           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
61036           !> pod/perl5004delta.pod pod/perl5005delta.pod
61037           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
61038           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
61039           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
61040           !> pod/perlsub.pod
61041 ____________________________________________________________________________
61042 [  8229] By: jhi                                   on 2000/12/22  15:32:12
61043         Log: Integrate perlio.
61044      Branch: perl
61045           +> win32/distclean.bat
61046           !> MANIFEST t/io/utf8.t
61047 ____________________________________________________________________________
61048 [  8228] By: jhi                                   on 2000/12/22  15:29:40
61049         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
61050              From: Robin Barker <rmb1@cise.npl.co.uk>
61051              Date: Fri, 22 Dec 2000 12:17:38 GMT
61052              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
61053      Branch: perl
61054            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
61055            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
61056            ! pod/perl5004delta.pod pod/perl5005delta.pod
61057            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
61058            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
61059            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
61060            ! pod/perlsub.pod
61061 ____________________________________________________________________________
61062 [  8227] By: jhi                                   on 2000/12/22  15:24:28
61063         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
61064              From: "John L. Allen" <allen@grumman.com>
61065              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
61066              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
61067              
61068              Document APPLLIB_EXP.
61069      Branch: perl
61070            ! INSTALL
61071 ____________________________________________________________________________
61072 [  8226] By: nick                                  on 2000/12/21  22:11:50
61073         Log: Handy script for when one forgets to "dmake clean" 
61074      Branch: perlio
61075            + win32/distclean.bat
61076            ! MANIFEST
61077 ____________________________________________________________________________
61078 [  8225] By: nick                                  on 2000/12/21  21:54:04
61079         Log: CRLF platform issue with io/utf8 fix.
61080      Branch: perlio
61081            ! t/io/utf8.t
61082 ____________________________________________________________________________
61083 [  8224] By: nick                                  on 2000/12/21  21:02:20
61084         Log: Integrate mainline
61085      Branch: perlio
61086           !> Changes Configure Makefile.SH Porting/Glossary
61087           !> Porting/config.sh Porting/config_H configure.com
61088           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
61089           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
61090           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
61091           !> win32/config.bc win32/config.gc win32/config.vc
61092 ____________________________________________________________________________
61093 [  8223] By: jhi                                   on 2000/12/21  17:09:16
61094         Log: Update Changes.
61095      Branch: perl
61096            ! Changes patchlevel.h
61097 ____________________________________________________________________________
61098 [  8222] By: jhi                                   on 2000/12/21  16:24:01
61099         Log: Metaconfig unit changes for #8221.
61100      Branch: metaconfig/U/perl
61101           +> issymlink.U
61102            - testsyml.U
61103            ! Mksymlinks.U
61104 ____________________________________________________________________________
61105 [  8221] By: jhi                                   on 2000/12/21  16:23:48
61106         Log: Rename testsyml to issymlink.
61107      Branch: perl
61108            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61109            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
61110            ! win32/config.vc
61111 ____________________________________________________________________________
61112 [  8220] By: jhi                                   on 2000/12/21  15:47:26
61113         Log: Robustness support for #8218 (symlink forest) since the GNU
61114              tools seem to be overly picky about symlinkage depths.
61115      Branch: perl
61116            ! Makefile.SH t/io/fs.t
61117 ____________________________________________________________________________
61118 [  8219] By: jhi                                   on 2000/12/21  15:38:27
61119         Log: Metaconfig changes for #8218.
61120      Branch: metaconfig
61121            ! U/modified/Oldconfig.U
61122      Branch: metaconfig/U/perl
61123            + Mksymlinks.U
61124            ! testsyml.U
61125 ____________________________________________________________________________
61126 [  8218] By: jhi                                   on 2000/12/21  15:37:57
61127         Log: Add Configure option -Dmksymlinks which will create a symlink
61128              forest if the current/build differs from the source directory.
61129              TODO: mkdir -p is not portable.
61130      Branch: perl
61131            ! Configure
61132 ____________________________________________________________________________
61133 [  8217] By: jhi                                   on 2000/12/21  14:39:12
61134         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
61135              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
61136              Date: Thu, 21 Dec 2000 09:38:18 GMT
61137              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
61138              
61139              The ofs became an SV.
61140      Branch: perl
61141            ! ext/Thread/Thread.xs
61142 ____________________________________________________________________________
61143 [  8216] By: jhi                                   on 2000/12/21  05:40:21
61144         Log: The polymorphism seems to have fixed 20000517.001.
61145      Branch: perl
61146            ! t/pragma/utf8.t
61147 ____________________________________________________________________________
61148 [  8215] By: jhi                                   on 2000/12/21  04:44:52
61149         Log: read() documentation tweak for 20001121.004.
61150      Branch: perl
61151            ! pod/perlfunc.pod
61152 ____________________________________________________________________________
61153 [  8214] By: jhi                                   on 2000/12/21  03:54:11
61154         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
61155      Branch: perl
61156            ! pp_sys.c t/op/misc.t
61157 ____________________________________________________________________________
61158 [  8213] By: jhi                                   on 2000/12/21  00:28:10
61159         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
61160              From: Peter Prymmer <pvhp@forte.com>
61161              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
61162              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
61163      Branch: perl
61164            ! configure.com
61165 ____________________________________________________________________________
61166 [  8212] By: jhi                                   on 2000/12/21  00:26:21
61167         Log: Edit edit edit.
61168      Branch: perl
61169            ! pod/perlfaq3.pod
61170 ____________________________________________________________________________
61171 [  8211] By: jhi                                   on 2000/12/20  18:52:46
61172         Log: Update Changes.
61173      Branch: perl
61174            ! Changes patchlevel.h
61175 ____________________________________________________________________________
61176 [  8210] By: jhi                                   on 2000/12/20  18:34:47
61177         Log: Yet another editor edit.
61178      Branch: perl
61179            ! pod/perlfaq3.pod
61180 ____________________________________________________________________________
61181 [  8209] By: jhi                                   on 2000/12/20  15:33:28
61182         Log: More Win32 Perling.
61183      Branch: perl
61184            ! pod/perlfaq3.pod
61185 ____________________________________________________________________________
61186 [  8208] By: jhi                                   on 2000/12/20  15:07:46
61187         Log: More Win32 editor/IDE/shell hints.
61188      Branch: perl
61189            ! pod/perlfaq3.pod
61190 ____________________________________________________________________________
61191 [  8207] By: jhi                                   on 2000/12/20  03:54:08
61192         Log: Subject: [PATCH] obscure timing knowledge
61193              From: Nicholas Clark <nick@ccl4.org>
61194              Date: Tue, 19 Dec 2000 19:22:31 +0000
61195              Message-ID: <20001219192231.F2827@plum.flirble.org>
61196      Branch: perl
61197            ! sv.c
61198 ____________________________________________________________________________
61199 [  8206] By: jhi                                   on 2000/12/20  03:45:57
61200         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
61201              From: Spider Boardman <spider@leggy.zk3.dec.com>
61202              Date: Tue, 19 Dec 2000 21:30:16 -0500
61203              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
61204      Branch: perl
61205            ! sv.c
61206 ____________________________________________________________________________
61207 [  8205] By: jhi                                   on 2000/12/19  23:02:01
61208         Log: Update Changes.
61209      Branch: perl
61210            ! Changes patchlevel.h
61211 ____________________________________________________________________________
61212 [  8204] By: jhi                                   on 2000/12/19  22:58:18
61213         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
61214              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
61215              on editors and diffing/patching.
61216      Branch: perl
61217            ! t/op/utf8decode.t
61218 ____________________________________________________________________________
61219 [  8203] By: nick                                  on 2000/12/19  21:36:16
61220         Log: Integrate mainline (forgot my own change...)
61221      Branch: perlio
61222           !> ext/Encode/compile
61223 ____________________________________________________________________________
61224 [  8202] By: nick                                  on 2000/12/19  21:34:42
61225         Log: Integrate mainline.
61226      Branch: perlio
61227           !> (integrate 61 files)
61228 ____________________________________________________________________________
61229 [  8201] By: nick                                  on 2000/12/19  21:34:06
61230         Log: Avoid looking for File::Glob when we don't need it.
61231      Branch: perl
61232            ! ext/Encode/compile
61233 ____________________________________________________________________________
61234 [  8200] By: jhi                                   on 2000/12/19  18:35:49
61235         Log: Update Changes.
61236      Branch: perl
61237            ! Changes patchlevel.h
61238 ____________________________________________________________________________
61239 [  8199] By: jhi                                   on 2000/12/19  18:35:07
61240         Log: Microperl tweaks.
61241      Branch: perl
61242            ! sv.c uconfig.h uconfig.sh
61243 ____________________________________________________________________________
61244 [  8198] By: jhi                                   on 2000/12/19  18:29:59
61245         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
61246      Branch: perl
61247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61248            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
61249 ____________________________________________________________________________
61250 [  8197] By: jhi                                   on 2000/12/19  17:55:29
61251         Log: In VMS embedded perls couldn't access the statically built Socket,
61252              from Charles Lane.
61253      Branch: perl
61254            ! configure.com
61255 ____________________________________________________________________________
61256 [  8196] By: jhi                                   on 2000/12/19  17:49:50
61257         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
61258              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
61259              Date: Sun, 17 Dec 2000 19:11:44 -0000
61260              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
61261      Branch: perl
61262            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
61263            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
61264 ____________________________________________________________________________
61265 [  8195] By: jhi                                   on 2000/12/19  17:47:53
61266         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
61267              From: Jonathan Stowe <gellyfish@gellyfish.com>
61268              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
61269              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
61270      Branch: perl
61271            ! utils/h2xs.PL
61272 ____________________________________________________________________________
61273 [  8194] By: jhi                                   on 2000/12/19  17:46:28
61274         Log: Subject: Re: useless use of void context work-around
61275              From: andreas.koenig@anima.de (Andreas J. Koenig)
61276              Date: 16 Dec 2000 15:13:36 +0100
61277              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
61278              
61279              Document (comment) the q(di ds ig) trick in the code.
61280      Branch: perl
61281            ! op.c
61282 ____________________________________________________________________________
61283 [  8193] By: jhi                                   on 2000/12/19  17:10:57
61284         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
61285              From: "Mark J. Reed" <mreed@strange.turner.com>
61286              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
61287              Message-Id: <200012160222.VAA13986@strange.turner.com>
61288      Branch: perl
61289            ! ext/Sys/Syslog/Syslog.pm
61290 ____________________________________________________________________________
61291 [  8192] By: jhi                                   on 2000/12/19  17:07:45
61292         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
61293              From: Nicholas Clark <nick@ccl4.org>
61294              Date: Sat, 16 Dec 2000 19:03:13 +0000
61295              Message-ID: <20001216190313.D68304@plum.flirble.org>
61296      Branch: perl
61297            ! t/op/64bitint.t
61298 ____________________________________________________________________________
61299 [  8191] By: jhi                                   on 2000/12/19  17:06:13
61300         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
61301              From: Dominic Dunlop <domo@computer.org>
61302              Date: Mon, 18 Dec 2000 12:00:15 +0100
61303              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
61304              
61305              This patchlet is needed in order that perl can be statically linked.  
61306      Branch: perl
61307            ! regexec.c
61308 ____________________________________________________________________________
61309 [  8190] By: jhi                                   on 2000/12/19  17:03:08
61310         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
61311              From: "Craig A. Berry" <craig.berry@psinetcs.com>
61312              Date: Sun, 17 Dec 2000 00:18:35 -0600
61313              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
61314      Branch: perl
61315            ! perlio.h vms/gen_shrfls.pl
61316 ____________________________________________________________________________
61317 [  8189] By: jhi                                   on 2000/12/19  16:20:28
61318         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
61319              From: Prymmer/Kahn <pvhp@best.com>
61320              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
61321              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
61322              
61323              A better version of #8188.
61324      Branch: perl
61325            ! pod/perlfaq3.pod
61326 ____________________________________________________________________________
61327 [  8188] By: jhi                                   on 2000/12/19  15:57:06
61328         Log: (Replaced by #8189)
61329              
61330              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
61331              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
61332              From: Prymmer/Kahn <pvhp@best.com>
61333              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
61334              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
61335              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
61336              Date: Mon, 18 Dec 2000 11:10:45 -0500
61337              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
61338      Branch: perl
61339            ! pod/perlfaq3.pod
61340 ____________________________________________________________________________
61341 [  8187] By: jhi                                   on 2000/12/19  15:54:19
61342         Log: Email address fix for Anton Berezin.
61343      Branch: perl
61344            ! AUTHORS
61345 ____________________________________________________________________________
61346 [  8186] By: jhi                                   on 2000/12/19  15:38:54
61347         Log: Subject: [PATCH perl@8102] cygwin port
61348              From: "Eric Fifer" <efifer@dircon.co.uk> 
61349              Date: Thu, 14 Dec 2000 13:41:29 -0000
61350              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
61351              
61352              When compiling modules the data item that is being imported
61353              from libperl.dll needs to be tagged as imported/shared data:
61354              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
61355      Branch: perl
61356            ! perliol.h
61357 ____________________________________________________________________________
61358 [  8185] By: jhi                                   on 2000/12/19  14:53:24
61359         Log: Regen uconfig.h and uconfig.sh.
61360      Branch: perl
61361            ! uconfig.h uconfig.sh
61362 ____________________________________________________________________________
61363 [  8184] By: jhi                                   on 2000/12/18  20:43:49
61364         Log: Comments work so much better when they are closed.
61365      Branch: perl
61366            ! regcomp.c
61367 ____________________________________________________________________________
61368 [  8183] By: jhi                                   on 2000/12/18  18:04:02
61369         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
61370              Fixes the bug 20001218.016.
61371      Branch: perl
61372            ! regcomp.c
61373 ____________________________________________________________________________
61374 [  8182] By: gsar                                  on 2000/12/18  09:53:47
61375         Log: delete spurious files
61376      Branch: maint-5.6/perl
61377            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
61378            - vos/config.h vos/config_h.SH_orig
61379 ____________________________________________________________________________
61380 [  8181] By: gsar                                  on 2000/12/18  09:46:08
61381         Log: regen perltoc
61382      Branch: maint-5.6/perl
61383            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
61384 ____________________________________________________________________________
61385 [  8180] By: gsar                                  on 2000/12/18  09:20:27
61386         Log: integrate changes#7924..7926,7946,7952 from mainline
61387              
61388              A test works better if it has the right 1..$n output.
61389              
61390              All the core library users of Class::Struct seem to be
61391              using "use Class::Struct 'struct';" instead of the bare
61392              "use Class::Struct;", which isn't documented in Class::Struct.
61393              This can't be right.
61394              
61395              Make the Class::Struct import() wiser.
61396              
61397              Upgrade to CPAN 1.59_51, from Andreas König.
61398              
61399              Subject: Re: long shell lines
61400              Split overly long shell command lines.
61401      Branch: maint-5.6/perl
61402           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
61403           !> lib/File/stat.pm t/lib/class-struct.t
61404 ____________________________________________________________________________
61405 [  8179] By: gsar                                  on 2000/12/18  08:55:54
61406         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
61407              7918,7919,7988,8907 from mainline (various)
61408              
61409              Subject: [ID 20001127.004] White space problem in perlamiga.pod
61410              
61411              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
61412              
61413              Subject: [PATCH] perlcc.PL cleanups
61414              
61415              Subject: [PATCH] Updating perltie.pod for arrays
61416              
61417              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
61418              Subject: Re: [PATCH] Updating perltie.pod for arrays
61419              Subject: Re: [PATCH] Updating perltie.pod for arrays
61420              
61421              One more perltie.pod nit from Casey R. Tweten.
61422              
61423              Subject: [PATCH] $^O  win32 -> MSWin32
61424              plus similar nits for vms, err, VMS, and UNICOS.
61425              
61426              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
61427              More checking in case someone has broken their services or
61428              protocol databases.
61429              
61430              Make "use Class::Struct 'struct';" work again (broken by #7617);
61431              add a test for Class::Struct.
61432              
61433              Integrate the "skip" messages to explain().
61434              
61435              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
61436      Branch: maint-5.6/perl
61437           +> t/lib/class-struct.t
61438           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
61439           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
61440           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
61441 ____________________________________________________________________________
61442 [  8178] By: gsar                                  on 2000/12/18  08:16:30
61443         Log: avoid redefinition warnings on windows due to sys/socket.h getting
61444              #included before win32.h
61445      Branch: maint-5.6/perl
61446            ! win32/include/sys/socket.h
61447 ____________________________________________________________________________
61448 [  8177] By: gsar                                  on 2000/12/18  05:24:04
61449         Log: make regen_headers; fix POSIX.xs problems; remove outdated
61450              code from sys/socket.h that makes build fail now
61451      Branch: maint-5.6/perl
61452            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
61453            ! pod/perlapi.pod
61454           !> win32/include/sys/socket.h
61455 ____________________________________________________________________________
61456 [  8176] By: gsar                                  on 2000/12/18  05:20:17
61457         Log: update Changes
61458      Branch: maint-5.6/perl
61459            ! Changes patchlevel.h
61460 ____________________________________________________________________________
61461 [  8175] By: gsar                                  on 2000/12/18  04:57:48
61462         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
61463              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
61464              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
61465              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
61466              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
61467              7823,7825,7838
61468              
61469              Subject: Re: [PATCH] README.solaris
61470              
61471              Add getpagesize() probing, on non-UNIX guess 'undef'.
61472              
61473              Simplify the getpagesize() unit by dropping the
61474              pagesize probe since it's nowadays slightly more
61475              complicated because of sysconf(). (Note: if some
61476              platform really needs the -lPW for getpagesize,
61477              I just broke it.)
61478              TODO: a new pagesize unit.
61479              
61480              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
61481              
61482              MachTen doesn't really do mmap() and munmap().
61483              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
61484              
61485              More README.solaris updates from Andy Dougherty.
61486              
61487              Copy the s// information of README.hpux also to the perlrun.
61488              
61489              Add HAS_FSYNC, lack noticed by Nicholas Clark.
61490              
61491              Add a metaconfig unit for fsync.
61492              
61493              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
61494              
61495              Many subdocumented return values of the IO extension now documented.
61496              ungetc and write still left subdocumented.
61497              Subject: [PATCH] (was Re: IO::Handle::ungetc)
61498              
61499              Document tell() on special streams.
61500              
61501              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
61502              
61503              Subject: [ID 20001112.007] sfio's sftell isn't ftell
61504              
61505              Couple of tests from #7660 salvaged.
61506              
61507              Tweak the definition of the bit complement on UTF-8 data:
61508              if none of the characters in the string are > 0xff,
61509              the result is a complemented byte string, not a (UTF-8)
61510              char string.  Based on the summary in
61511              Subject: Re: [ID 20000918.005] ~ on wide chars
61512              This should give us the maximum backward (pre-char string)
61513              compatibility and utf8 compatibility.  The other alternative
61514              would be to limit the bit complement to be always byte only,
61515              taking the least significant byte of the chars.
61516              
61517              Cleanup messy #ifdef.
61518              
61519              Typos in #7667.
61520              
61521              Declare reg_data like reg_substr_data.
61522              
61523              Placate nervous compilers that see longer than ints switch()ing.
61524              
61525              Remove the new two tests of lib/io_xs for now, they seem to
61526              fail under perlio on some platforms.
61527              
61528              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
61529              
61530              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
61531              
61532              Subject: tiny typo in perl5db.pl
61533              
61534              Subject: some additions for makefiles for win32 (for perl@7674)
61535              
61536              Hoist the duplicated socket/netdb include logic to perl.h;
61537              undef SETERRNO in case SOCKS has defined it.  Based on:
61538              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
61539              
61540              Regen Configure.
61541              
61542              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
61543              (a macro to define signed and unsigned integer constants).
61544              
61545              Use UINT64_C().
61546              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
61547              
61548              Use u_int32_t for the size of hash_cb(), not size_t.
61549              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
61550              
61551              Quit utf8_to_uv() instantly if curlen == 0.
61552              
61553              Subject: [PATCH: perl@7674] updates to README.os390
61554              
61555              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
61556              
61557              EBCDIC tweaks.
61558              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
61559              
61560              Linenumber fix.
61561              
61562              SOCKS has its own USE_THREADS, based on
61563              Subject: [ID 20001114.002] et. al. bugfix followup
61564              
61565              UINT64_C() work continues.
61566              
61567              Detypo.
61568              
61569              The type of the hash_cb() size argument is tricky.
61570              
61571              Add fwalk() probe to the configuration files and regen perltoc.
61572              
61573              Subject: perllocale.pod changes
61574              
61575              Avoid an infinite loop in VMS when utils scripts are run
61576              with no arguments, from Charles Lane.
61577              
61578              Subject: Re: Bug in Carp::Heavy/5.6.0?
61579              
61580              For Solaris use64bitall the stdchar needs a little bit of help.
61581              
61582              The long double hints can be here or there.
61583              
61584              Test tweak for the open pragma.
61585              
61586              Also the 64bitall hints can be either here or there.
61587              
61588              As surmised the #7719 wasn't a good move.
61589              
61590              Subject: Fix for 20000409.001
61591              
61592              Subject: Fix for 20000815.006
61593              It's really 20000518.006.
61594              
61595              Subject: [PATCH 5.6.0 README.win32] very minor typos
61596              
61597              Subject: Fix for README.amiga (20000323.033)
61598              
61599              Explain in more detail the {} syntax ambiguousity.
61600              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
61601              
61602              Sparc 64-bit pack() fix from Jens Hamisch.
61603              
61604              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
61605              
61606              Subject: podlators 1.05 available        
61607              
61608              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
61609              
61610              Subject: [perl 7711: EPOC] updates
61611              
61612              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
61613              
61614              Miraculous typo.
61615              
61616              sysseek() instead of seek().
61617              
61618              Solaris hints tweaks.
61619              
61620              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
61621              This may be overly harsh but until proven otherwise, we think this
61622              way, or until we have a simple test for Configure (having to start
61623              up servers is does not count as simple) to check for the problems.
61624              
61625              Remove the shared object before attempting to create
61626              (by linking) a new one.  E.g. in AIX not removing
61627              becomes quite painful if one tries to do more than one
61628              build in the same tree (an interrupted build, for example),
61629              since the AIX' shared dynaloader seemingly keeps the shared
61630              objects open and therefore 'busy' for quite a while, even when
61631              nobody is using the objects, leading into link failures.
61632              
61633              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
61634              
61635              Subject: DOC PATCH 5.6.0 perlreftut
61636              
61637              Subject: [PATCH: perl@7777] add system locale testing for VMS
61638              
61639              Subject: [PATCH] Test.pm POD peculiarity
61640              
61641              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
61642              
61643              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
61644              
61645              Subject: Re: perl@7777 
61646              Detypoing.
61647              
61648              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
61649              
61650              Go ahead and #include <unistd.h> in perl.h.
61651              
61652              Subject: [PATCH perl@7795] small cleanup task for test suite
61653              
61654              Subject: Re: av.c patch (having slight problems)
61655              unshift() speedup.
61656              
61657              Reach back one higher up when searching for PERL_SRC.
61658      Branch: maint-5.6/perl
61659           +> lib/File/Spec/Epoc.pm
61660           !> (integrate 88 files)
61661 ____________________________________________________________________________
61662 [  8174] By: gsar                                  on 2000/12/18  03:53:09
61663         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
61664              7625..7629,7631..7634,7637,7639,7642 from mainline
61665              
61666              Fix for the tie-refhash string table leaks.
61667              
61668              Subject: [patch perl@7595] VMS configure.com tweak
61669              
61670              More careful detection of how well NVs and UVs mix.
61671              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))
61672              Added some SIGFPE paranoia.
61673              
61674              Forgot to bump the line numbers in #7601.
61675              
61676              Subject: PATCH std stdio for (Free)BSD
61677              
61678              Deleting $ENV{PATH} in VMS is not recommendable.
61679              
61680              Locale buglets.
61681              Subject: RE: Locales support (setlocale) fixes
61682              
61683              Do not test UTF-8 locales since that the tests would require
61684              polymorphic regexen.
61685              
61686              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
61687              
61688              A missing aTHX_.
61689              
61690              Subject: [ID 20001108.013] spelling
61691              
61692              Subject: [PATCH] Class::Struct at compile time
61693              
61694              Make deleting for %ENV work for (newer versions of) VMS,
61695              from Craig A. Berry.
61696              
61697              Forgot from #7618.
61698              
61699              More VMS moves on environment handling, from Charles Lane.
61700              
61701              Remove unused extra arguments.
61702              
61703              Typo in an ifndef.
61704              Subject: Re: [PATCH 5.7.0] better messages from malloc()
61705              
61706              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
61707              All except the "cow orker" change.
61708              
61709              The generated boot_* headers are wrong.  Pickier compiler,
61710              such as KAI C++ will refuse to compile the resulting perlmain.
61711              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
61712              
61713              There's no =head3.
61714              
61715              Disable only the tests 99 and 166 for UTF-8 locales.
61716              
61717              Missing dTHXs.
61718              Subject: RE: perl@7595 builds not on cygwin
61719              
61720              Subject: Re: bash -c exit and linux hints 
61721              
61722              Various doc oddball characters.
61723              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
61724              
61725              Subject: [PATCH] IO::Seekable pod
61726              
61727              Amdahl UTS hints updates.
61728              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
61729              
61730              Explain better why certain regex tests are skipped.
61731              Subject: Re: tests skipped: unknown reason
61732              
61733              Subject: [PATCH] README.solaris
61734              
61735              Subject: [PATCH perl@7638] cygwin port
61736      Branch: maint-5.6/perl
61737           +> README.solaris
61738           !> (integrate 26 files)
61739 ____________________________________________________________________________
61740 [  8173] By: gsar                                  on 2000/12/18  03:37:02
61741         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
61742              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
61743              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
61744              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
61745              
61746              Better create a true mailing list for the repository keepers.
61747              
61748              Subject: [ID 20001027.007] uniq array in perlfaq
61749              
61750              De-quoted-unreadable to ISO Latin 1.
61751              (There's one ISO-2022-JP name in Changes5.004.)
61752              
61753              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
61754              
61755              The #7476 needs a MANIFEST change, too.
61756              
61757              Add also emailless people.
61758              
61759              UTF-8 decoder tweak.
61760              
61761              Make \x{...} consistently produce UTF-8.
61762              Subject: Re: \x{...} is confused 
61763              
61764              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
61765              
61766              Add a perlbug flag, -A, to avoid acknowledgement messages.
61767              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
61768              
61769              Use Errno magic.
61770              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
61771              
61772              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
61773              
61774              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
61775              
61776              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
61777              
61778              Be more lenient on bad UTF-8 when doing bit arithmetics.
61779              Subject: Re: [ID 20000918.005] ~ on wide chars
61780              (The ord() part of the patch skipped.)
61781              
61782              Subject: perlfaq style changes
61783              
61784              AUTHORS tweaks.
61785              
61786              Whitespace style tweak.  Was originally going to see to
61787              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
61788              but that had already been taken care of.
61789              
61790              The compiler is either gcc or cc, from Tom Bates.
61791              
61792              The osname has been lowercased by now, from Tom Bates.
61793              
61794              The NonStop-UX libraries have a novel way to say NaN.
61795              
61796              printf UVs the correct way, noticed by Robin Barker.
61797              
61798              Subject: [PATCH] startperl to respect versiononly
61799              
61800              AUTHORS updates.
61801              
61802              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
61803              
61804              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
61805              
61806              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
61807              
61808              Generalize the Camel wording.
61809              Subject: Re: perlfaq style changes
61810              
61811              Subject: [ID 20001005.006] Documentation -- description of qr//
61812              
61813              C.pm part of
61814              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
61815              
61816              Locale warning explanation tweak.
61817              
61818              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
61819              
61820              Make the POSIX::setuid and POSIX::setgid to really call setuid()
61821              and setgid() because they were just changing $< and $( which means
61822              only changing the real uid/gid, as opposed to changing both
61823              real and effective ids.  (The alternative way could have been
61824              in POSIX.pm to change $> and $), too, but making a direct call
61825              to the C API feels cleaner.)  Fixes the bug
61826              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
61827              
61828              Expand %Config variables and %ENV variables only if
61829              so requested during build time using the
61830              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
61831              Not expanding makes relocating distributions easier.
61832              
61833              More tweaking on the #7522 theme.
61834              
61835              Test::Harness revealed buglets in the new DynaLoader.
61836              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
61837              
61838              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
61839              fix a autovivification bug in Tie::RefHash, add tests for both.
61840              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
61841              
61842              Detpyo.
61843              
61844              recv() can fail and return undef.
61845              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
61846              
61847              Fix the problem discussed in
61848              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
61849              originally from Linc Madison.  Also Andreas König's comments
61850              taken into account.  Some other problems with Tie::SubstrHash
61851              fixed: didn't croak when the table exceeded the requested number
61852              of entries (as documented) but instead when the number of entries
61853              exceeded the size of the table, a croak() had an unnecessary \n,
61854              didn't have a CLEAR method, documented that there is no exists().
61855              Didn't fix to be strict-proof because the module uses &foo; and
61856              dynamic scope.  Added a test script exercizing both first tamely 
61857              the basic functionality, and then the failure cases reported by
61858              Linc Madison.
61859              
61860              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
61861              
61862              The #7521 touched things it shouldn't have.
61863              
61864              Subject: [PATCH 5.7.0] better messages from malloc()
61865              
61866              Subject: Re: README.aix
61867              
61868              Add FCNTL_CAN_LOCK.
61869              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
61870              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
61871              
61872              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
61873              create a "fast path" for locale name probing using "locale -a"
61874              if available, squash finally hopefully the s?printf resetting
61875              the numeric locale (since, IIUC perllocale, it never shouldn't). 
61876              
61877              More Changes tweakery.
61878              
61879              Dying is too strict here, better just skip.
61880              
61881              Subject: Locales support (setlocale) fixes
61882              Modified quite a bit to be more portable.
61883              
61884              Configure would use a bad $myuname from an old config.sh.
61885              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
61886              
61887              Fix for
61888              Subject: [ID 20001004.006] undef is never tainted
61889              An undef read from a slurped file was not tainted.
61890              
61891              Fix for
61892              Subject: [ID 20001004.007] taint propogation is inconsistent
61893              The culprit was sv_setsv() which was rather blindly
61894              propagating taint, which lead to behaviour where if
61895              a tainted anon hash value was seen all the hash values
61896              from then on at that level became tainted, or at any
61897              upper levels in the case of nested anon hashes.
61898              
61899              Test tweak: show also the failed locales.
61900              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
61901              
61902              A fix of sorts for 20000329.026, a better error message
61903              for a missing "use charnames" when using the \N{...}. 
61904              
61905              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
61906              
61907              Add =pod to be tidy.
61908              
61909              Fix for bug id 19990615.008, pos() unset during s///ge.
61910              
61911              Add a note for future generations about bug id 20000229.006.
61912              
61913              Use -dM for gcc (the suggested patch did it only for Linux,
61914              but I think it can be generalized).
61915              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
61916              
61917              opmini.o can linger from Configures past.
61918              
61919              Document that the evaled syntax errors cause scalar leaks.
61920              
61921              Fix for
61922              Subject: [ID 20000728.005] perl -P broken
61923              (hopefully).  The fix is also not complete, it seems to break
61924              BOM swallowing for libc5 systems, but until someone figures
61925              out a way to do this without ftell(), this will do.
61926              
61927              AUTHORS updates.
61928              
61929              Subject: Re: rsync'ed patches vs. rsync'ed source
61930              
61931              Admit that the test leaks scalars.
61932              
61933              Sanitize the environment further.
61934              
61935              VOS updates from Paul Green.
61936              
61937              Document %ENV = () portability issues.
61938              
61939              Make the stdio test program of 7427 less noisy while being 
61940              compiled so that Digital UNIX wouldn't get both
61941              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
61942              undefined.  This makes perlio happy.
61943              
61944              glibc5 detection by __GNU_LIBRARY__.
61945              
61946              %ENV note tweaks from Dan Sugalski.
61947              
61948              Varargs don't always work too well if one puts an unsigned
61949              char on the stack and pop an unsigned quad off the stack.
61950              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
61951              
61952              Subject: Pod updates
61953              
61954              Fake support of holey files in win/dosish platforms.
61955              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
61956              
61957              A doc addition for bug id 20001105.019, beware \p.
61958              
61959              Tweak #7587.
61960              
61961              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
61962              
61963              perlhack updates from H.Merijn Brand.
61964              
61965              Subject: [PATCH perl@7573] cygwin port
61966              Synchronize with Cygwin 1.1.5.
61967              
61968              Bad thinko in #7581 (I used the test program with the expanded
61969              values as-is).
61970              
61971              Make perlbug not insist on dumping to a file when stdout isn't a tty.
61972              Subject: [PATCH] perlbug.PL
61973              
61974              Overrideable keys, each, pop, push, shift, splice, unshift.
61975              Subject: [PATCH] prototyped functions that should be overrideable
61976              
61977              Try to avoid flockless and emulationless places.
61978      Branch: maint-5.6/perl
61979           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
61980            - MAINTAIN
61981           !> (integrate 111 files)
61982 ____________________________________________________________________________
61983 [  8172] By: jhi                                   on 2000/12/18  02:49:27
61984         Log: Regen pods.
61985      Branch: perl
61986            ! pod/perlmodlib.pod pod/perltoc.pod
61987 ____________________________________________________________________________
61988 [  8171] By: gsar                                  on 2000/12/18  02:49:24
61989         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
61990              7465..7471 from mainline
61991              
61992              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
61993              in platforms that strictly require all the symbols being present
61994              at link time.
61995              
61996              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
61997              
61998              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
61999              
62000              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
62001              
62002              Subject: [PATCH] todo
62003              
62004              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
62005              
62006              Use $sort, $uniq (and $tr) consistently as wondered
62007              by Nicholas Clark.
62008              
62009              Too enthusiastic editing in #7460.
62010              
62011              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
62012              
62013              Upgrade to CPAN 1.58_55.
62014              Subject: CPAN.pm status
62015              
62016              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
62017              
62018              Make target reordering to avoid pointless re-makes.
62019              Subject: Re: Total re-make of 'make okfile' after 7451 ?
62020              
62021              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
62022              
62023              Subject: DOC PATCH 5.6.0
62024              
62025              Add the repository doc by Malcolm, Sarathy, and by Simon,
62026              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
62027      Branch: maint-5.6/perl
62028           +> Porting/repository.pod
62029           !> Configure MANIFEST Makefile.SH README.dos README.os2
62030           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
62031           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
62032           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
62033 ____________________________________________________________________________
62034 [  8169] By: gsar                                  on 2000/12/18  02:33:34
62035         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
62036              7435..7441,7445 from mainline
62037              
62038              Make the UTF-8 decoding stricter and more verbose when
62039              malformation happens.  This involved adding an argument
62040              to utf8_to_uv_chk(), which involved changing its prototype,
62041              and prefer STRLEN over I32 for the UTF-8 length, which as
62042              a domino effect necessitated changing the prototypes of
62043              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
62044              The stricter UTF-8 decoding checking uses Markus Kuhn's
62045              UTF-8 Decode Stress Tester from
62046              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
62047              
62048              Run vms/vms_yfix.pl, should have done that after changing
62049              perly.c in #7382.
62050              
62051              Subject: [PATCH 5.7.0] static linking with uninstalled perl
62052              
62053              (Replaced by #7440.)
62054              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
62055              
62056              Fix the bug ID 20001024.005, the bug introduced by #7416.
62057              
62058              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
62059              
62060              Fix the bug reported in
62061              From: andreas.koenig@anima.de (Andreas J. Koenig)
62062              Also make is_utf8_char() stricter.
62063              
62064              Missed the header file changes from #7425.
62065              
62066              Check if stdio supports tweaking lval and cnt simultaneously.
62067              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
62068              
62069              Stratus VOS updates from Paul Green.
62070              
62071              Podify README.epoc and README.vos.
62072              
62073              Add targets to Makefile.SH, most importantly
62074              'regen_all' which also remembers to update vms/perly*.
62075              
62076              Subject: Minor update to find2perl, for portability
62077              
62078              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
62079              
62080              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
62081              
62082              Rename UTF8LEN() to be UNISKIP(), too confusing to have
62083              UTF8LEN() and UTF8SKIP(). 
62084              
62085              Allow poking holes at the UTF-8 decoding strictness.
62086              
62087              Continue the internal UTF-8 API tweaking.
62088              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
62089              used much more than the simpler API, now called utf8_to_uv_simple().
62090              Still not quite happy with API, too much partial duplication
62091              of functionality.
62092              
62093              A new version of making the syslog test more robust.
62094              (Replaces #7421.)
62095              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
62096              
62097              buildtoc target tweaks.
62098              
62099              Integrate with vmsperl #7430 by Charles Bailey:
62100              
62101              Cleanup from prior patch (Charles Lane?):
62102              - improve handling of MFDs in Basename and Path
62103              - default to no xsubpp line # munging when building debug images
62104      Branch: maint-5.6/perl
62105           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62106           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
62107           !> (integrate 67 files)
62108 ____________________________________________________________________________
62109 [  8168] By: gsar                                  on 2000/12/18  02:05:49
62110         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
62111              
62112              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
62113              From: Martin Husemann <martin@duskware.de>
62114              
62115              Subject: [PATCH 5.7.0] restore match data on backtracing
62116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62117      Branch: maint-5.6/perl
62118           !> regcomp.c regexec.c t/op/re_tests
62119 ____________________________________________________________________________
62120 [  8167] By: gsar                                  on 2000/12/18  01:55:22
62121         Log: integrate changes#7858,7986 from mainline
62122              
62123              C<foreach my $x ...> in pseudo-fork()ed process may diddle
62124              parent's memory; fix it by keeping track of the actual pad
62125              offset rather than a raw pointer (this change is probably also
62126              relevant to non-ithreads case to avoid fallout from reallocs of
62127              the pad array, but is currently only enabled for the ithreads
62128              case in the interests of minimal disruption to existing "well
62129              tested" code)
62130              
62131              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
62132              due to the notorious GetFileType() bug in Windows 9x, which fstat()
62133              tickles)
62134      Branch: maint-5.6/perl
62135           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
62136           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
62137           !> win32/win32.c win32/win32.h win32/win32sck.c
62138 ____________________________________________________________________________
62139 [  8166] By: gsar                                  on 2000/12/18  01:52:59
62140         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
62141              from mainline (xsubpp and ExtUtils::LibList fixups, various
62142              other small items)
62143              
62144              The generated boot_* headers are wrong.  Pickier compiler,
62145              such as KAI C++ will refuse to compile the resulting perlmain.
62146              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
62147              
62148              Various doc oddball characters.
62149              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
62150              
62151              Subject: [PATCH] Re: 20001101.003 PDL
62152              
62153              Subject: [PATCH 5.7.0] etags broken again
62154              
62155              Subject: [PATCH 5.7.0] Liblist finally works
62156              
62157              Subject: [PATCH 5.7.0] Liblist returns found libraries
62158              
62159              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
62160              
62161              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
62162              
62163              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
62164              OUT keyword nits.
62165              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
62166              OUT and IN_OUT documentation.
62167      Branch: maint-5.6/perl
62168           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
62169           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
62170           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
62171           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
62172           !> win32/bin/search.pl
62173 ____________________________________________________________________________
62174 [  8165] By: gsar                                  on 2000/12/18  01:28:45
62175         Log: integrate changes#7533,7563,7611,7623 from mainline (various
62176              malloc.c embellishments)
62177      Branch: maint-5.6/perl
62178           !> malloc.c pod/perldiag.pod
62179 ____________________________________________________________________________
62180 [  8164] By: gsar                                  on 2000/12/18  01:23:33
62181         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
62182              fixups)
62183      Branch: maint-5.6/perl
62184           !> utils/h2xs.PL
62185 ____________________________________________________________________________
62186 [  8163] By: gsar                                  on 2000/12/18  01:17:50
62187         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
62188              fixups)
62189      Branch: maint-5.6/perl
62190           !> Makefile.SH utils/perlbug.PL
62191 ____________________________________________________________________________
62192 [  8162] By: gsar                                  on 2000/12/18  00:25:43
62193         Log: always export Perl_deb() (it is required by re.xs whether
62194              Perl is built with or without -DDEBUGGING)
62195      Branch: maint-5.6/perl
62196            ! makedef.pl
62197 ____________________________________________________________________________
62198 [  8161] By: gsar                                  on 2000/12/18  00:23:38
62199         Log: integrate change#7414 from mainline
62200              
62201              Undo the basename() part of #7412 since the lib/basename
62202              tests would need upgrading too.
62203              
62204              squelch two tests in tr.t that rely on tr/// paranoia change
62205              that's not in 5.6.x
62206      Branch: maint-5.6/perl
62207            ! t/op/tr.t
62208           !> lib/File/Basename.pm
62209 ____________________________________________________________________________
62210 [  8160] By: gsar                                  on 2000/12/18  00:05:30
62211         Log: missing change in previous integrate
62212      Branch: maint-5.6/perl
62213           !> README.aix
62214 ____________________________________________________________________________
62215 [  8159] By: gsar                                  on 2000/12/18  00:03:38
62216         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
62217              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
62218              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
62219              7410..7413 from mainline
62220              
62221              Introduce the man[24-8] variables, from Andy Dougherty.
62222              
62223              Upgrade to CPAN 1.58, from Andreas König.
62224              
62225              An updated EBCDIC tr patch.
62226              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
62227              
62228              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
62229              
62230              Two thirds of
62231              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
62232              The Install.pm changes will be submitted separately because
62233              they need some work and discussion still.
62234              
62235              The Install.pm third of
62236              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
62237              
62238              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
62239              
62240              Subject: [PATCH 5.7.0] IVs in mtats
62241              
62242              Subject: [PATCH 5.7.0] Perl API for mstats
62243              
62244              Ilya implemented the memory profiling API.
62245              
62246              In Amdahl UTS "struct sv" is defined by a system header,
62247              <ksync.h>.
62248              
62249              Slight tweak of the code to appease Amdahl UTS cc.
62250              
62251              Amdahl UTS doesn't seem to do dynaloading.
62252              
62253              Use UTF8SKIP(), from Simon Cozens.
62254              
62255              Thinko in #7222.
62256              
62257              op/sprintf.t patch for OS/390 (and any other host with limited
62258              floating-point exponent length)
62259              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
62260              
62261              Tweak #7225.
62262              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
62263              
62264              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
62265              
62266              Needs to be conditional on SunOS 4.
62267              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
62268              
62269              Test cases for bug id 20000323.056 (the bug seems to be fixed).
62270              
62271              Add test for bug id 20000427.003 (which seems to have
62272              been fixed) (also duplicate as 20000427.004, though
62273              with a higher severity).  Move one utf8 from op/append
62274              to pragma/utf8, tag the tests with bug ids.
62275              
62276              Document FNCASE=y as discussed in the bug 20000902.009.
62277              
62278              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
62279              The problem was that rx->minlen was in chars while pp_split()
62280              thought it would be in bytes. 
62281              
62282              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
62283              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
62284              
62285              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
62286              
62287              Fix a couple of compiler-noted nits in #7235.
62288              
62289              Tweak the test of #7235.
62290              
62291              One more ~utf8 tweak.
62292              
62293              -w cleanup.
62294              Subject: Re: Problems with bleadperl 
62295              
62296              Subject: small pod patch
62297              
62298              Subject: [PATCH perlguts.pod] Document offset hack
62299              
62300              Add Charles Lane.
62301              
62302              Add the capability to include/exclude branches.
62303              
62304              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
62305              
62306              Detect early whether the std streams have gone bad.
62307              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
62308              
62309              More IoTYPE sprinkling.
62310              
62311              Workaround for a sfio bug where the stream error indicator
62312              is not cleared as documented.
62313              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
62314              
62315              Clarify documentation on 'use bytes'.
62316              Subject: Re: What does 'use bytes' "mean" ?
62317              
62318              Show the failed remote port, instead of the failing line number.
62319              Subject: [PATCH 5.6.1 Debugger] More diagnostics
62320              
62321              Make Cwd more bulletproof in chrooted environments.
62322              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
62323              
62324              Subject: Pod patch for Devel::Peek
62325              
62326              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
62327              
62328              Borland C fstat() never saw the fd as writable.
62329              Subject: fix for Borland's weak "stat" (perl@7211)
62330              
62331              Missing change from #7362.
62332              
62333              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
62334              
62335              Add the test case for the bug id 20000730.004 which seems
62336              to have been fixed by now.
62337              
62338              Fix of sorts for bug id 20000901.092.  There seems to be no trace
62339              of a 'pmshort' anywhere in the B, so the offending line was simply
62340              removed.
62341              
62342              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
62343              
62344              Subject: PATCH do_print has 2 PerlIO_error()s
62345              
62346              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
62347              
62348              Typo noted by Mark Lutz.
62349              
62350              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
62351              
62352              In the latest compiler builds cccdlflags must not become -fpic,
62353              from Wilfredo Sánchez.
62354              
62355              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
62356              
62357              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
62358              
62359              SOCKS function redefinitions need prototypes, too, otherwise
62360              for example 32 bit versus 64 bit differences cause a lot of
62361              problems.  Part of
62362              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
62363              
62364              Portability tweak on #7377.
62365              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
62366              
62367              Don't write double values through long double pointers,
62368              based on a part of
62369              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
62370              
62371              Reëntrancy fix.
62372              Subject: [PATCH perl@7229] Rentrant parser and yylex()
62373              
62374              Make scan_num() reëntrant, as suggested in
62375              Subject: [PATCH perl@7229] Rentrant parser and yylex()
62376              
62377              Fix for ID 20001020.006, concatenating an unset submatch
62378              with utf8 resulted in "Modification of a read-only value".
62379              
62380              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
62381              
62382              The #7383 was right only in the context of the original bug report,
62383              not in more general case.
62384              
62385              Update Changes.
62386              
62387              Testcases for a #7383,#7385 related bug.
62388              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
62389              
62390              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
62391              
62392              Tweak the Is* definitions of Unicode character classes
62393              to better match the official categorizations; embrace
62394              the official categorizations; add the combining marks
62395              as alpha (and -numeric); fix DCinital (a typo and edito)
62396              to be DCmedial.
62397              
62398              Hints tweak from Anton Berezin.
62399              
62400              Subject: installman go-faster stripes
62401              Subject: Re: installman go-faster stripes
62402              
62403              Subject: [ID 20001021.003] updated hints/openbsd.sh
62404              
62405              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
62406              
62407              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
62408              
62409              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
62410              
62411              Doc patch.
62412              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
62413              
62414              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
62415              
62416              Subject: Re: [ID 20001021.005] SEGV with regex match 
62417              
62418              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
62419              
62420              The change #7187 was not so good on VMS.
62421              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
62422              
62423              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
62424              
62425              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
62426              
62427              Document PERL_INSTALL_ROOT of #7210.
62428      Branch: maint-5.6/perl
62429           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
62430           +> t/lib/tie-splice.t
62431            - lib/unicode/Is/DCinital.pl
62432           !> (integrate 112 files)
62433 ____________________________________________________________________________
62434 [  8158] By: jhi                                   on 2000/12/17  23:04:24
62435         Log: Subject: [PATCHES] RE: perl@8150 
62436              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
62437              Date: Sun, 17 Dec 2000 21:46:39 +0100
62438              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
62439              
62440              Neither cygwin has a getpwuid() one can trust on.
62441      Branch: perl
62442            ! t/lib/glob-basic.t
62443 ____________________________________________________________________________
62444 [  8157] By: jhi                                   on 2000/12/17  23:01:54
62445         Log: More MAN.PODS => {} fixes.
62446      Branch: perl
62447            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
62448            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
62449            ! os2/OS2/REXX/Makefile.PL
62450 ____________________________________________________________________________
62451 [  8156] By: gsar                                  on 2000/12/17  22:49:13
62452         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
62453              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
62454              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
62455              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
62456              7201,7204 from mainline
62457              
62458              Remove vestiges of tr//CU.
62459              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
62460              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
62461              
62462              The return value of setlocale must be copied away.
62463              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
62464              
62465              Allow chop() and chomp() to be overridden.
62466              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
62467              
62468              Hints optimization.
62469              Subject: Minor nit
62470              
62471              Subject: [PATCH] de-wall t/README
62472              
62473              Subject: Re: Two advertising clauses need to be removed
62474              
62475              Batch of UTF-8 patches from Simon Cozens.
62476              
62477              Fix for a parsing bug, not for the original bug.
62478              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
62479              
62480              Compilation warnings and an error.
62481              
62482              Subject: File::Find 5.7.0 POD nits
62483              
62484              Subject: [PATCH perl-5.7.0] continued -Wformat support
62485              
62486              The one that got away.
62487              
62488              Subject: Re: perl@7078
62489              
62490              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
62491              convertable to bytes by checking it doesn't go above 0xc3
62492              Subject: Re: perl@7078
62493              
62494              Replace #7084 with
62495              Subject: Re: perl@7078 
62496              
62497              We don't need to count the high bit bytes, a boolean is enough. 
62498              
62499              Subject: [PATCH] utf8.c apidoc
62500              
62501              Subject: Re: perl@7078 
62502              
62503              Botched the #7090 check-in.
62504              
62505              Fix for the charnames.t failures from Spider Boardman.
62506              
62507              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
62508              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
62509              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
62510              0 to checking to get the warning.
62511              
62512              Subject: [PATCH] Nits in perlmod.pod
62513              
62514              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
62515              
62516              Subject: Re: unicode support and perl [ID 20000901.097]
62517              
62518              Subject: Re: unicode support and perl [ID 20000901.097]
62519              
62520              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
62521              
62522              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
62523              
62524              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
62525              
62526              Subject: [PATCH@blead] Fix some recursion in overload.pm
62527              
62528              s/Robin Parker/Robin Barker/
62529              
62530              Subject: [PATCH] Fix aliasing of tied filehandles
62531              
62532              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
62533              
62534              Subject: Re: [PATCH 5.005_64 missed]
62535              
62536              SOCK_DGRAM and listen() do not mix as reported in
62537              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
62538              The patch for 5.7.0+ had to be reengineered, though.
62539              
62540              Subject: DOC PATCH 5.6.0
62541              
62542              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
62543              
62544              Document the issue (is not a syntax error, kind of)
62545              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
62546              
62547              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
62548              Did not apply cleanly, manual intervention was needed.
62549              
62550              Subject: [PATCH] DLL not restartabke with threaded perl
62551              
62552              Inside require() $^S was always left undefined.
62553              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
62554              
62555              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
62556              
62557              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
62558              
62559              Regen headers.
62560              
62561              Subject: [PATCH 5.7.0] Epoc update
62562              
62563              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
62564              as suggested by Olaf Flebbe and Nick Clark.
62565              
62566              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
62567              
62568              Misplaced else.
62569              
62570              Scale down the VMS message boxes, by Charles Lane.
62571              Fix for ID 20000903.009, workaround at
62572              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
62573              
62574              Subject: [ID 20001003.006] B::Debug not -w clean
62575              
62576              Test harness update to sync with the new perlcc,
62577              from Simon Cozens.
62578              
62579              One remaining nit less at the VMS mailbox sizing.
62580              
62581              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
62582              
62583              It is possible to have no hosts database at all.  Pointed out in
62584              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
62585              
62586              Subject: [PATCH 5.7.0] h2xs not working
62587              Subject: [PATCH 5.7.0] h2xs not documenting the created module
62588              
62589              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
62590              
62591              Subject: perlhack.pod Patch for Externals Tools
62592              
62593              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
62594              
62595              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
62596              
62597              Enable disabling scripts installation by Configure -Uinstallscripts,
62598              suggested by H. Merijn Brand.
62599              
62600              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
62601              reported several times by Dominic Dunlop, for example in
62602              ID 20000315.008.  Patch from Dominic.  Patch affects at
62603              least MachTen, and possibly other oldish BSDs. Should not
62604              break non-broken platforms (tested on LinuxPPC). 
62605              
62606              Regen toc.
62607              
62608              Subject: Re: Questions about Tie::Array and perl modules
62609              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
62610              
62611              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
62612              
62613              Tweak #7153.
62614              
62615              IO::Handle->syswrite() did not handle length omission
62616              like CORE::syswrite() does.
62617              Subject: [Fwd] IO::Handle, syswrite and arguments
62618              The original patch from andrew@ugh.net.au.
62619              
62620              Also the $ccflags is needed for the C compiler check.
62621              Subject: Configure (check for C-compiler)
62622              
62623              Eliminate $Is_VMS code from the test.
62624              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
62625              
62626              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
62627              as the first option of cc/ld because of ultrapicky compilers
62628              (e.g. OS/390 R2.5)
62629              
62630              Change the version number of Tie::Handle in the core to 4.0,
62631              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
62632              Subject: Note on Tie::Handle
62633              
62634              UTF8ize split() so that the cloned substrings get the UTF8
62635              flag of the original scalar.  Problem reported by Simon Cozens.
62636              
62637              save_re_context() could reset PL_curcop to freed memory, causing core
62638              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
62639              
62640              Subject: PATCH 5.6 perldebguts grammar cleanup
62641              
62642              Add a todo note about overloadable assertions.
62643              
62644              on Windows, LoadLibrary() could load an extension DLL multiple
62645              times if forward slashes are used in the path
62646              
62647              on Windows, cwd strings in the environment should be of the
62648              form =X:=X:\foo instead of =X=X:\foo\
62649              
62650              on Windows, avoid potential exception (could happen if MSVCRT isn't
62651              being used) when closing a socket handle
62652              
62653              avoid nonportable example code
62654              
62655              Windows9x doesn't support link(), despite what Config.pm
62656              might think
62657              
62658              pod nit
62659              
62660              Change #7160 had a nasty typo.
62661              
62662              Warn about unknown scripts.
62663              Subject: Re: ideas? patches? [PATCH bleadperl]
62664              
62665              on Windows, clean targets might not work under some flavors of the shell
62666              
62667              tweak for change#7173
62668              
62669              Make eq work again with utf8 (disabling the upgrading
62670              should no more be necessary since the copies of the
62671              scalars are upgraded, not the scalars themselves).
62672              Takes care of ID 20001009.001.  (The claimed length()
62673              bug in 20001009.001 seems bogus to me.)
62674              
62675              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
62676              
62677              Upgrade to CGI.pm 2.74, from Lincoln Stein.
62678              
62679              Upgrade to podlators 1.04, from Russ Allbery.
62680              
62681              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
62682              
62683              Quote the temp file name, needed in Win32 because the
62684              default name unfortunately contains spaces, shouldn't
62685              hurt elsewhere.
62686              Subject: FW: perldoc fails if $TEMP contains spaces
62687              
62688              Subject: RE: [ID 19990803.001] README.win32 suggestions 
62689              
62690              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
62691              
62692              Subject: Re: utf8 concat, mg_get
62693              
62694              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
62695              
62696              Subject: [PATCH: perl@7181] op/tr tests on OS/390
62697              
62698              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
62699              
62700              Use the versiononly instead of the installscripts,
62701              retract the changes 7146 and 7147.
62702              
62703              Reapply Andy's patch and regen Configure.
62704              
62705              Add the test case for #7190, from the original bug report
62706              by Andreas König.
62707              
62708              Remove duplicated code.
62709              
62710              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
62711              
62712              restore change#7202
62713      Branch: maint-5.6/perl
62714           !> (integrate 121 files)
62715 ____________________________________________________________________________
62716 [  8155] By: jhi                                   on 2000/12/17  22:30:58
62717         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
62718              From: "Craig A. Berry" <craigberry@mac.com>
62719              Date: Sun, 17 Dec 2000 13:09:28 -0600
62720              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
62721              
62722              MAN.PODS => ' ' is naughty.
62723      Branch: perl
62724            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
62725 ____________________________________________________________________________
62726 [  8154] By: nick                                  on 2000/12/17  22:07:13
62727         Log: MULTIPLICITY nit.
62728      Branch: perl
62729            ! mg.c
62730 ____________________________________________________________________________
62731 [  8153] By: gsar                                  on 2000/12/17  21:23:05
62732         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
62733              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
62734              from mainline
62735              
62736              Document the SvIOK_.*UV().
62737              
62738              Update Unicode todo list.
62739              
62740              Guard against bad string->int conversion for quads.
62741              
62742              Subject: small apidoc fix
62743              
62744              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
62745              
62746              Subject: [PATCH] Tied filehandle documentation
62747              
62748              Subject: [PATCH] Modernize Opcode.pm documentation
62749              
62750              Make Data::Dumper (non-XS) to work with changed semantics of ref().
62751              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
62752              [applied even though said semantics didn't change in 5.6.x]
62753              
62754              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
62755              
62756              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
62757              
62758              Fix the URL, but the server is still missing in action.
62759              Subject: [ID 20000905.002] perlfaq1.pod URL error
62760              
62761              Subject: [ID 20000903.001] \w in utf8-strings
62762              
62763              Fix the ccversion detection for 5.1 and beyond.
62764              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
62765              
62766              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
62767              
62768              Subject: [ID 20000904.008] Tiny fix for perldiag
62769              
62770              Subject: Re: [ID 20000906.004] segfault with bad perl statement
62771              
62772              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
62773              
62774              Subject: [ID 20000908.002] perlipc documentation bug.
62775              
62776              Subject: [PATCH lib/Benchmark.pm]
62777              
62778              Re-allow vec() for characters > 255.
62779              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
62780              
62781              Do away with memory models cruft.  Sorry, PDP users.
62782              
62783              Continue #7041.
62784              
62785              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
62786              
62787              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
62788              
62789              Upgrade to CPAN 1.57_65, from Andreas König.
62790              
62791              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
62792              by Russ Allbery.
62793              
62794              Silence t/pod/*.t about alternate quote-mappings now implemented
62795              by Pod::Text, from Brad Appleton.
62796              
62797              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
62798              Subject: borland C++ win32.c tweak
62799              
62800              C<@a = @b = split(...)> optimization coredumps under ithreads
62801              (missed a spot when fixing up op_pmreplroot hack for ithreads)
62802              
62803              Document the SvUTF8*().
62804              
62805              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
62806              
62807              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
62808              
62809              Do in VMS as the #7054 does.
62810              
62811              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
62812              
62813              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
62814              
62815              Subject: [patch: perl@7045] vms updates
62816              
62817              Test for the #7049.
62818              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
62819              
62820              Break up the myconfig lines a bit.
62821              Subject: perlbug/perl -V output format
62822              
62823              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
62824              
62825              The #7054 truncated Configure badly.
62826              
62827              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
62828              initialization in all the threads on Windows
62829              
62830              Allow for whitespace between "#" and "line" in cpp output.
62831              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
62832              
62833              Remove vestiges of tr//CU.
62834              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
62835              
62836              The return value of setlocale must be copied away.
62837              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
62838              
62839              Allow chop() and chomp() to be overridden.
62840              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
62841              
62842              Hints optimization.
62843              Subject: Minor nit
62844              
62845              Subject: [PATCH] de-wall t/README
62846              
62847              Subject: Re: Two advertising clauses need to be removed
62848      Branch: maint-5.6/perl
62849           !> (integrate 75 files)
62850 ____________________________________________________________________________
62851 [  8152] By: gsar                                  on 2000/12/17  20:30:11
62852         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
62853              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
62854              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
62855              
62856              Don't attach -ld to the archname if pointless.
62857              
62858              Document UNTIE in a very minimalistic way.
62859              
62860              POSIX doesn't report long double values under -Duselongdouble
62861              when the long doubles are "real" (bigger than doubles).
62862              
62863              More author updates.
62864              
62865              Try to deduce NV_MAX.  Really should be Configure fodder.
62866              
62867              :: not allowed in pathnames, change to .
62868              Subject: [PATCH perl@6938] cygwin port
62869              
62870              Forget about NV_MAX (#6951).  Various floating point tweaks,
62871              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
62872              
62873              Move the Solaris 7 scan to use64bitall, make the
62874              failure to find 64-bot sparc libc to mention the
62875              possibility of being in an intel, from Lupe and Alan.
62876              
62877              Regen perltoc.
62878              
62879              AUTHORS tweaks, from Peter Prymmer.
62880              
62881              More address tweaking.
62882              
62883              Small tweaks all over.
62884              
62885              File::Temp patches from Andreas König,
62886              
62887              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
62888              
62889              Subject: CPAN.pm beta 1.57_57 for the core
62890              
62891              Part of the solution.
62892              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
62893              
62894              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
62895              
62896              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
62897              
62898              Add the overload warnings to perldiag.
62899              
62900              Drop unused argument.
62901              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
62902              
62903              Subject: Nit in Configure (bleadperl@6961)
62904              
62905              Update to PodParser 1.18, from Brad Appleton.
62906              
62907              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
62908              
62909              Subject: [PATCH: 6948] add SCNfldbl to configure.com
62910              
62911              Document UNTIE. Also tweak implementation to suppress the 'inner references'
62912              warning when UNTIE exists and instead pass the cound of extra references to
62913              the UNTIE method.
62914              
62915              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
62916              so that case-ignoring systems like DCL can tell them from
62917              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
62918              
62919              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
62920              
62921              Feature ordering tweak.
62922              
62923              Regen perltoc.
62924              
62925              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
62926              
62927              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
62928              
62929              Subject: http:// in L<>
62930              
62931              Detypo.
62932              
62933              change#6791 accidentally clobbered change#6710, put it back
62934              
62935              Only the first line, thank you very much.
62936              
62937              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
62938              plus rework the http: spots as suggested by Tom Christiansen,
62939              plus regen perltoc.
62940              
62941              Undo part of change 6489 which looks like a bulk edit which
62942              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
62943              The supressing of main:: on return from select() is undesirable.
62944              
62945              Apparently avoiding the swapping is too costly.
62946              
62947              Various Configure nits by Philip Newton,
62948              plus the ebcdic one by me.
62949              
62950              Make certain cc is set before trying to run it.
62951              
62952              If overloaded %{} etc. return the object do not loop.
62953              Thus  sub deref { $_[0] } functions if object is wanted type.
62954              
62955              Update perlhist.
62956              
62957              More %{} and other deref special casing - do not pass to 'nomethod'.
62958      Branch: maint-5.6/perl
62959           !> (integrate 59 files)
62960 ____________________________________________________________________________
62961 [  8151] By: gsar                                  on 2000/12/17  19:14:38
62962         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
62963              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
62964              
62965              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
62966              
62967              Make the epsilon to be relative, not absolute.
62968              
62969              Put back the flags dump as reasoned in
62970              Subject: Re: [PATCH] Glob dumping
62971              
62972              Introduce ccname to keep track of what compiler kind of we have.
62973              
62974              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
62975              
62976              Put back the slice accidentally removed by #6907.
62977              
62978              Reset archname and archname64 always, forcing them be
62979              recomputed at each Configure run, make Configure and
62980              the hints files agree on the naming of largefiles variables.
62981              
62982              Don't say "Perl 5.0 source kit".
62983              
62984              Subject: [PATCH] fix misc cast warnings
62985              
62986              Subject: typos in pods
62987              
62988              NVs not necessarily doubles, as pointed out by Yitzchak.
62989              
62990              Subject: [PATCH 6889] add a few ldbl formats to configure.com
62991              
62992              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
62993              
62994              Better options for rsync.
62995              
62996              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
62997              
62998              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
62999              
63000              Subject: [PATCH] Re: UNTIE method 
63001              
63002              A better fix for the Socket building problem from Craig Berry.
63003              
63004              Retract the dummy test, skip the security tests (instead of failing),
63005              explain what the warnings mean.
63006              
63007              Heap decorruption.
63008              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
63009              
63010              Update to Unicode 3.0.1.
63011              
63012              Missed one Unicode file.
63013              
63014              Subject: Re: typos in pods
63015              
63016              The #6929 was too skimpy.
63017              
63018              sscanf() may be the only way to read long doubles from strings.
63019              
63020              Reveal Borland's isnan.
63021              Subject: build with BC++ tweak
63022              
63023              Issue useful diagnostic on unknown pod commands.
63024              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
63025              
63026              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
63027              
63028              Clarify the third case of ftmp-security warnings.
63029              
63030              Make -Dusemorebits find long doubles in Solaris.
63031              
63032              Wrap the test in eval.
63033      Branch: maint-5.6/perl
63034           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
63035           +> lib/unicode/PropList.txt lib/unicode/README.perl
63036           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
63037           +> lib/unicode/Unicode.301 vms/vmspipe.com
63038            - lib/unicode/Props.txt lib/unicode/UCD300.html
63039            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
63040           !> (integrate 305 files)
63041 ____________________________________________________________________________
63042 [  8150] By: jhi                                   on 2000/12/17  18:47:57
63043         Log: Uncheckedin generated files.
63044      Branch: perl
63045            ! global.sym perlapi.c pod/perlapi.pod
63046 ____________________________________________________________________________
63047 [  8149] By: jhi                                   on 2000/12/17  18:41:22
63048         Log: Update Changes.
63049      Branch: perl
63050            ! Changes patchlevel.h
63051 ____________________________________________________________________________
63052 [  8148] By: jhi                                   on 2000/12/17  18:39:16
63053         Log: Subject: [PATCH] Fcntl constants speedup
63054              From: Nicholas Clark <nick@ccl4.org>
63055              Date: Sun, 17 Dec 2000 16:29:24 +0000
63056              Message-ID: <20001217162924.E97668@plum.flirble.org>
63057              
63058              Use IVs for the Fcntl constants instead of NVs.
63059      Branch: perl
63060            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
63061 ____________________________________________________________________________
63062 [  8147] By: jhi                                   on 2000/12/17  18:33:41
63063         Log: Add test for #8145 (binmode() warning), add warning for
63064              ioctl() and sockpair(), document them. (fileno() cannot
63065              be tripwired with the same kind of warning because
63066              'defined fileno($foo)' seems to be an idiom.)
63067      Branch: perl
63068            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
63069 ____________________________________________________________________________
63070 [  8146] By: gsar                                  on 2000/12/17  18:09:08
63071         Log: update Changes
63072      Branch: maint-5.6/perl
63073            ! Changes
63074 ____________________________________________________________________________
63075 [  8145] By: jhi                                   on 2000/12/17  17:39:35
63076         Log: Subject: [PATCH] Re: The long awaited feature ...
63077              From: Simon Cozens <simon@cozens.net>
63078              Date: Sun, 17 Dec 2000 12:31:56 +0000
63079              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
63080              
63081              Add a warning to binmode() about using bad filehandles
63082              (can happen e.g. if someone forgets the filehandle argument)
63083      Branch: perl
63084            ! pp_sys.c
63085 ____________________________________________________________________________
63086 [  8144] By: jhi                                   on 2000/12/17  17:33:48
63087         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
63088              From: Jonathan Stowe <gellyfish@gellyfish.com>
63089              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
63090              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
63091      Branch: perl
63092            ! lib/Net/Ping.pm
63093 ____________________________________________________________________________
63094 [  8143] By: jhi                                   on 2000/12/17  05:31:37
63095         Log: Polymorphic regexps.
63096              
63097              Fixes at least the bugs 20001028.003 (both of them...) and
63098              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
63099              also to be fixed by now, probably already before this patch.
63100      Branch: perl
63101            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
63102            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
63103            ! t/op/utf8decode.t t/pragma/utf8.t
63104 ____________________________________________________________________________
63105 [  8142] By: jhi                                   on 2000/12/16  17:16:05
63106         Log: Subject: [patch perl@8102] dos/djgpp update
63107              From: Laszlo Molnar <ml1050@freemail.hu>
63108              Date: Sat, 16 Dec 2000 01:40:52 +0100
63109              Message-ID: <20001216014052.A335@freemail.hu>
63110      Branch: perl
63111            ! djgpp/config.over t/base/commonsense.t
63112 ____________________________________________________________________________
63113 [  8141] By: jhi                                   on 2000/12/16  17:09:27
63114         Log: Few uncheckedin files.
63115      Branch: perl
63116            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
63117 ____________________________________________________________________________
63118 [  8140] By: nick                                  on 2000/12/15  22:14:31
63119         Log: Integrate mainline
63120      Branch: perlio
63121           !> (integrate 53 files)
63122 ____________________________________________________________________________
63123 [  8139] By: jhi                                   on 2000/12/15  19:49:49
63124         Log: One more IVUV tweak from Nicholas Clark.
63125      Branch: perl
63126            ! sv.c
63127 ____________________________________________________________________________
63128 [  8138] By: jhi                                   on 2000/12/15  19:17:06
63129         Log: Return of the IVUV-preservation, now seems to be happy even
63130              in Digital UNIX (the broken strtoul brokenness detection
63131              seems to have been the fly in the ointment).
63132      Branch: perl
63133            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63134            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
63135            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
63136            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
63137            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63138            ! vos/config.ga.h win32/config.bc win32/config.gc
63139            ! win32/config.vc
63140 ____________________________________________________________________________
63141 [  8137] By: jhi                                   on 2000/12/15  18:12:14
63142         Log: Metaconfig unit change for #8136.
63143      Branch: metaconfig
63144            ! U/modified/d_strtoul.U
63145      Branch: metaconfig/U/perl
63146            ! d_strtoull.U d_strtouq.U
63147 ____________________________________________________________________________
63148 [  8136] By: jhi                                   on 2000/12/15  18:11:35
63149         Log: I don't think it's sensible or portable to test the strtou*
63150              on /^-/ strings.
63151      Branch: perl
63152            ! Configure
63153 ____________________________________________________________________________
63154 [  8135] By: jhi                                   on 2000/12/15  17:18:49
63155         Log: Metaconfig unit change for #8134.
63156      Branch: metaconfig
63157            ! U/modified/d_strtoul.U
63158 ____________________________________________________________________________
63159 [  8134] By: jhi                                   on 2000/12/15  17:14:13
63160         Log: If longsize is 8 we don't need a LL suffix for integer constants.
63161      Branch: perl
63162            ! Configure config_h.SH
63163 ____________________________________________________________________________
63164 [  8133] By: jhi                                   on 2000/12/15  16:00:23
63165         Log: Update Changes.
63166      Branch: perl
63167            ! Changes patchlevel.h
63168 ____________________________________________________________________________
63169 [  8132] By: jhi                                   on 2000/12/15  15:44:16
63170         Log: Some compilers get huffy if you do not cast a const pointer
63171              to a non-const when assigning.
63172      Branch: perl
63173            ! gv.c
63174 ____________________________________________________________________________
63175 [  8131] By: jhi                                   on 2000/12/15  15:38:30
63176         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
63177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63178              Date: Fri, 15 Dec 2000 05:26:57 -0500
63179              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
63180      Branch: perl
63181            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
63182            ! t/pragma/overload.t
63183 ____________________________________________________________________________
63184 [  8130] By: jhi                                   on 2000/12/15  15:36:08
63185         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
63186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63187              Date: Thu, 14 Dec 2000 22:02:43 -0500
63188              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
63189      Branch: perl
63190            ! gv.c perl.h
63191 ____________________________________________________________________________
63192 [  8129] By: jhi                                   on 2000/12/15  15:34:16
63193         Log: Subject: PATCH: h2xs nit
63194              From: Tim Jenness <t.jenness@jach.hawaii.edu>
63195              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
63196              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
63197              
63198              Add a template README.
63199      Branch: perl
63200            ! utils/h2xs.PL
63201 ____________________________________________________________________________
63202 [  8128] By: jhi                                   on 2000/12/15  15:32:22
63203         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
63204      Branch: perl
63205            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
63206 ____________________________________________________________________________
63207 [  8127] By: jhi                                   on 2000/12/15  15:19:34
63208         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
63209              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63210              Date:     Thu, 14 Dec 2000 20:04:42 EST
63211              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
63212      Branch: perl
63213            ! ext/Opcode/Opcode.xs
63214 ____________________________________________________________________________
63215 [  8126] By: jhi                                   on 2000/12/15  15:17:49
63216         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
63217              From: Peter Prymmer <pvhp@forte.com>
63218              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
63219              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
63220      Branch: perl
63221            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
63222            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
63223            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
63224 ____________________________________________________________________________
63225 [  8125] By: jhi                                   on 2000/12/15  15:11:05
63226         Log: This seems to be a stage sane and stable enough to checkin.
63227              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
63228      Branch: perl
63229            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
63230            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
63231            ! t/op/cmp.t t/op/numconvert.t
63232 ____________________________________________________________________________
63233 [  8124] By: jhi                                   on 2000/12/15  04:20:26
63234         Log: Something is really wonky.
63235      Branch: perl
63236            ! sv.c
63237 ____________________________________________________________________________
63238 [  8123] By: jhi                                   on 2000/12/15  04:00:50
63239         Log: Fixes for the IV UV patches to compile in Digital UNIX.
63240      Branch: perl
63241            ! sv.c
63242 ____________________________________________________________________________
63243 [  8122] By: jhi                                   on 2000/12/15  02:53:40
63244         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
63245              From: "Craig A. Berry" <craigberry@mac.com>
63246              Date: Thu, 14 Dec 2000 19:10:49 -0600
63247              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
63248      Branch: perl
63249            ! vms/vms.c
63250 ____________________________________________________________________________
63251 [  8121] By: jhi                                   on 2000/12/15  02:50:00
63252         Log: Metaconfig changes for #8120.
63253      Branch: metaconfig
63254            + U/modified/d_strtoul.U
63255      Branch: metaconfig/U/perl
63256            ! d_strtoull.U d_strtouq.U
63257 ____________________________________________________________________________
63258 [  8120] By: jhi                                   on 2000/12/15  02:49:42
63259         Log: From: Nicholas Clark <nick@ccl4.org> 
63260              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
63261              Date: Thu, 14 Dec 2000 18:38:57 +0000
63262              Message-ID: <20001214183857.B97909@plum.flirble.org>
63263      Branch: perl
63264            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63265            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
63266            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
63267            ! vos/config.ga.def vos/config.ga.h win32/config.bc
63268            ! win32/config.gc win32/config.vc
63269 ____________________________________________________________________________
63270 [  8119] By: jhi                                   on 2000/12/14  23:40:58
63271         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
63272              From: Nicholas Clark <nick@ccl4.org>
63273              Date: Wed, 13 Dec 2000 20:08:50 +0000
63274              Message-ID: <20001213200849.B71166@plum.flirble.org>
63275      Branch: perl
63276            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
63277            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
63278 ____________________________________________________________________________
63279 [  8118] By: jhi                                   on 2000/12/14  22:46:26
63280         Log: Integrate perlio.
63281      Branch: perl
63282           !> MANIFEST ext/Encode/compile makedef.pl
63283 ____________________________________________________________________________
63284 [  8117] By: nick                                  on 2000/12/14  22:38:53
63285         Log: Win32 tweaks to get Encode to build
63286              - temp hack to makedef.pl till PerlIO is properly "exported".
63287              - MSVC dislikes  
63288              static encpage_t foo[];
63289              so make 'em extern for now.
63290      Branch: perlio
63291            ! ext/Encode/compile makedef.pl
63292 ____________________________________________________________________________
63293 [  8116] By: nick                                  on 2000/12/14  22:00:53
63294         Log: Document the new files
63295      Branch: perlio
63296            ! MANIFEST
63297 ____________________________________________________________________________
63298 [  8115] By: jhi                                   on 2000/12/14  21:58:01
63299         Log: MANIFEST new files of #8114.
63300      Branch: perl
63301            ! MANIFEST
63302 ____________________________________________________________________________
63303 [  8114] By: jhi                                   on 2000/12/14  21:50:49
63304         Log: Integrate perlio.
63305      Branch: perl
63306           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
63307           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
63308           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
63309           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
63310           !> ext/Encode/Makefile.PL
63311 ____________________________________________________________________________
63312 [  8113] By: jhi                                   on 2000/12/14  21:48:49
63313         Log: The documentation part of the
63314              
63315              Subject: [ID 20001214.002] Net::Ping patch
63316              From: Jonathan Stowe <gellyfish@gellyfish.com>
63317              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
63318              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
63319              since the #7529 had already addressed the same problem.
63320      Branch: perl
63321            ! lib/Net/Ping.pm
63322 ____________________________________________________________________________
63323 [  8112] By: jhi                                   on 2000/12/14  21:42:57
63324         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
63325              From: Dominic Dunlop <domo@computer.org>
63326              Date: Tue, 12 Dec 2000 10:47:10 +0100
63327              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
63328              
63329              Document how elusive subroutines can be.
63330      Branch: perl
63331            ! pod/perlfunc.pod
63332 ____________________________________________________________________________
63333 [  8111] By: jhi                                   on 2000/12/14  21:38:05
63334         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
63335              From: Dominic Dunlop <domo@computer.org>
63336              Date: Thu, 14 Dec 2000 10:13:51 +0100
63337              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
63338      Branch: perl
63339            ! ext/POSIX/POSIX.pod
63340 ____________________________________________________________________________
63341 [  8110] By: jhi                                   on 2000/12/14  21:36:32
63342         Log: Subject: [patch] perlfaq7
63343              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
63344              Date: Thu, 14 Dec 2000 15:31:07 +0100
63345              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
63346      Branch: perl
63347            ! pod/perlfaq7.pod
63348 ____________________________________________________________________________
63349 [  8109] By: jhi                                   on 2000/12/14  21:29:20
63350         Log: Subject: [8104] Encode
63351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63352              Date: Thu, 14 Dec 2000 14:49:34 +0100
63353              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
63354              
63355              Type casting for nervous compilers.
63356      Branch: perl
63357            ! ext/Encode/Encode.xs
63358 ____________________________________________________________________________
63359 [  8108] By: jhi                                   on 2000/12/14  21:26:17
63360         Log: Subject: [8104] DB_File
63361              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63362              Date: Thu, 14 Dec 2000 14:49:35 +0100
63363              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
63364              
63365              Type definition incorrect for DB 2.7.7.  Not known when it
63366              changed, so only changed it for a known revision.
63367      Branch: perl
63368            ! ext/DB_File/DB_File.xs
63369 ____________________________________________________________________________
63370 [  8107] By: jhi                                   on 2000/12/14  21:23:41
63371         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
63372              From: Peter Prymmer <pvhp@forte.com>
63373              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
63374              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
63375              
63376              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
63377      Branch: perl
63378            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
63379            ! ext/Encode/Encode/posix-bc.enc
63380 ____________________________________________________________________________
63381 [  8106] By: nick                                  on 2000/12/14  20:36:13
63382         Log: "Cold" build correction to Encode's Makefile.PL
63383      Branch: perlio
63384            ! ext/Encode/Makefile.PL
63385 ____________________________________________________________________________
63386 [  8105] By: nick                                  on 2000/12/14  20:09:37
63387         Log: "Compiled" encodings.
63388              Correct replacement character in EBCDIC .enc files
63389              Add 0x7F to ASCII repertoire.
63390      Branch: perlio
63391            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
63392            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
63393            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
63394            ! ext/Encode/Makefile.PL ext/Encode/compile
63395            ! ext/Encode/encengine.c ext/Encode/encode.h
63396 ____________________________________________________________________________
63397 [  8104] By: nick                                  on 2000/12/14  00:38:20
63398         Log: Integrate mainline
63399      Branch: perlio
63400           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
63401           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
63402           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
63403           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
63404           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
63405           !> t/lib/db-hash.t t/lib/db-recno.t
63406 ____________________________________________________________________________
63407 [  8103] By: nick                                  on 2000/12/13  23:16:13
63408         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
63409              so far and so it does not get lost.
63410      Branch: perlio
63411            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
63412 ____________________________________________________________________________
63413 [  8102] By: jhi                                   on 2000/12/13  17:14:22
63414         Log: Update Changes.
63415      Branch: perl
63416            ! Changes patchlevel.h
63417 ____________________________________________________________________________
63418 [  8101] By: jhi                                   on 2000/12/13  16:53:41
63419         Log: Move the proto of start_glob() to a better place; regen api files.
63420      Branch: perl
63421            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
63422 ____________________________________________________________________________
63423 [  8100] By: jhi                                   on 2000/12/13  16:47:11
63424         Log: Metaconfig change for #8099.
63425      Branch: metaconfig
63426            ! U/modified/Head.U
63427 ____________________________________________________________________________
63428 [  8099] By: jhi                                   on 2000/12/13  16:46:48
63429         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
63430              From: Andy Dougherty <doughera@lafayette.edu>
63431              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
63432              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
63433      Branch: perl
63434            ! Configure
63435 ____________________________________________________________________________
63436 [  8098] By: jhi                                   on 2000/12/13  16:39:02
63437         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
63438              From: rspier@pobox.com (Robert Spier)
63439              Date: Tue, 12 Dec 2000 21:12:39 -0500
63440              Message-ID: <14902.56087.678086.725773@rls.cx>
63441              
63442              fastgetcwd is defined using a glob alias on a $^O dependent basis -
63443              and there was no default assignment or perl subroutine.
63444      Branch: perl
63445            ! lib/Cwd.pm
63446 ____________________________________________________________________________
63447 [  8097] By: jhi                                   on 2000/12/13  16:16:01
63448         Log: Subject: [PATCH] move startglob out of pp_hot.c
63449              From: Nicholas Clark <nick@ccl4.org>
63450              Date: Mon, 11 Dec 2000 23:16:39 +0000
63451              Message-ID: <20001211231638.A55550@plum.flirble.org>
63452      Branch: perl
63453            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
63454 ____________________________________________________________________________
63455 [  8096] By: jhi                                   on 2000/12/13  15:26:23
63456         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
63457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
63458              Date: Wed, 13 Dec 2000 14:01:37 +0100
63459              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
63460              
63461              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
63462              in turn requires libpthread in libswanted.
63463      Branch: perl
63464            ! hints/hpux.sh
63465 ____________________________________________________________________________
63466 [  8095] By: jhi                                   on 2000/12/12  19:51:05
63467         Log: The integration wars continue.
63468      Branch: perl
63469           !> sv.c
63470 ____________________________________________________________________________
63471 [  8094] By: jhi                                   on 2000/12/12  19:48:26
63472         Log: Subject: [PATCH perl@8070] DB_File-1.74  
63473              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
63474              Date: Mon, 11 Dec 2000 23:07:17 -0000
63475              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
63476      Branch: perl
63477            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63478            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
63479            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
63480            ! t/lib/db-recno.t
63481 ____________________________________________________________________________
63482 [  8093] By: nick                                  on 2000/12/12  19:42:13
63483         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
63484      Branch: perlio
63485            ! sv.c
63486           !> lib/File/DosGlob.pm
63487 ____________________________________________________________________________
63488 [  8092] By: jhi                                   on 2000/12/12  19:28:11
63489         Log: Integrate perlio.
63490      Branch: perl
63491           !> sv.c
63492 ____________________________________________________________________________
63493 [  8091] By: nick                                  on 2000/12/12  18:49:45
63494         Log: Fix for Tk, and upgrading shared SVs.
63495      Branch: perlio
63496            ! sv.c
63497 ____________________________________________________________________________
63498 [  8090] By: jhi                                   on 2000/12/12  16:48:59
63499         Log: Subject: [PATCH] Re: Breadperl & Tk
63500              From: Nick Ing-Simmons <nik@tiuk.ti.com>
63501              Date: Tue, 12 Dec 2000 14:48:27 GMT
63502              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
63503      Branch: perl
63504            ! sv.c
63505 ____________________________________________________________________________
63506 [  8089] By: jhi                                   on 2000/12/12  03:37:19
63507         Log: Subject: DosGlob.pm diff for bash style brace expansion.
63508              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
63509              Date: Fri, 8 Dec 2000 10:45:30 -0600
63510              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
63511      Branch: perl
63512            ! lib/File/DosGlob.pm
63513 ____________________________________________________________________________
63514 [  8088] By: nick                                  on 2000/12/11  23:59:59
63515         Log: Integrate mainline
63516      Branch: perlio
63517           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
63518           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
63519           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
63520           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
63521           !> t/op/local.t t/pragma/warn/toke toke.c
63522 ____________________________________________________________________________
63523 [  8087] By: jhi                                   on 2000/12/11  23:20:23
63524         Log: Integrate perlio.
63525      Branch: perl
63526           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
63527 ____________________________________________________________________________
63528 [  8086] By: jhi                                   on 2000/12/11  22:50:59
63529         Log: Tune further the OS detection of CGI.
63530      Branch: perl
63531            ! lib/CGI.pm
63532 ____________________________________________________________________________
63533 [  8085] By: nick                                  on 2000/12/11  22:50:46
63534         Log: Finish 1st pass of "encoding" layer e.g. :
63535              open($fh,"<encoding(iso8859-7)",$greek) || die;
63536      Branch: perlio
63537            ! ext/Encode/Encode.xs perlio.c perliol.h
63538 ____________________________________________________________________________
63539 [  8084] By: jhi                                   on 2000/12/11  22:32:06
63540         Log: Revert the -f ambiguousity patch, seems to cause
63541              too much hassle (the interpret -Q as a function
63542              where Q is not a known filetest part is left in).
63543      Branch: perl
63544            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
63545            ! toke.c
63546 ____________________________________________________________________________
63547 [  8083] By: jhi                                   on 2000/12/11  22:27:23
63548         Log: (accidentally empty check-in)
63549      Branch: perl
63550            ! lib/File/DosGlob.pm
63551 ____________________________________________________________________________
63552 [  8082] By: nick                                  on 2000/12/11  19:09:51
63553         Log: Restore mmap function (broken by tweaks to shared buffer
63554              layer for encode(xxxx)).
63555      Branch: perlio
63556            ! perlio.c
63557 ____________________________________________________________________________
63558 [  8081] By: jhi                                   on 2000/12/11  18:29:13
63559         Log: Subject: Re: The long awaited feature ...
63560              From: Simon Cozens <simon@cozens.net>
63561              Date: Mon, 11 Dec 2000 15:54:24 +0000
63562              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
63563              
63564              More io/utf8 tests.
63565      Branch: perl
63566            ! t/io/utf8.t
63567 ____________________________________________________________________________
63568 [  8080] By: jhi                                   on 2000/12/11  18:19:36
63569         Log: Subject: PATCH MakeMaker manpage clarification
63570              From: andreas.koenig@anima.de (Andreas J. Koenig)
63571              Date: 10 Dec 2000 20:46:13 +0100
63572              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
63573      Branch: perl
63574            ! lib/ExtUtils/MakeMaker.pm
63575 ____________________________________________________________________________
63576 [  8079] By: jhi                                   on 2000/12/11  15:35:07
63577         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
63578              From: Simon Cozens <simon@cozens.net>
63579              Date: Sun, 10 Dec 2000 19:06:19 +0000
63580              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
63581      Branch: perl
63582            ! ext/B/B/Deparse.pm t/lib/b.t
63583 ____________________________________________________________________________
63584 [  8078] By: jhi                                   on 2000/12/11  15:09:11
63585         Log: Subject: [PATCH] docs on NaN
63586              From: Nicholas Clark <nick@ccl4.org>
63587              Date: Mon, 11 Dec 2000 01:48:38 +0000
63588              Message-ID: <20001211014838.B99205@plum.flirble.org>
63589      Branch: perl
63590            ! pod/perlop.pod
63591 ____________________________________________________________________________
63592 [  8077] By: jhi                                   on 2000/12/11  15:02:21
63593         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
63594              From: Simon Cozens <simon@cozens.net>
63595              Date: Mon, 11 Dec 2000 01:21:45 +0000
63596              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
63597      Branch: perl
63598            ! pp.c pp_hot.c scope.c t/op/local.t
63599 ____________________________________________________________________________
63600 [  8076] By: nick                                  on 2000/12/10  20:43:32
63601         Log: Not merge worthy...
63602              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
63603              syntax is modelled on attributes.
63604              Untested fix for io/utf8 on Win32 etc.
63605              Very clumsy start to the encode layer.
63606      Branch: perlio
63607            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
63608 ____________________________________________________________________________
63609 [  8075] By: jhi                                   on 2000/12/10  18:39:33
63610         Log: Darwin is not Windows.
63611      Branch: perl
63612            ! lib/CGI.pm
63613 ____________________________________________________________________________
63614 [  8074] By: jhi                                   on 2000/12/10  18:31:27
63615         Log: Subject: Ambiguous -%c() resolved as a file test
63616              From: "Paul Marquess" <Paul.Marquess@openwave.com>
63617              Date: Sun, 10 Dec 2000 15:35:07 -0000
63618              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
63619      Branch: perl
63620            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
63621 ____________________________________________________________________________
63622 [  8073] By: jhi                                   on 2000/12/10  18:16:29
63623         Log: Subject: PATCH installperl misinformed 
63624              From: andreas.koenig@anima.de (Andreas J. Koenig)
63625              Date: 10 Dec 2000 13:01:32 +0100 
63626              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
63627      Branch: perl
63628            ! installperl
63629 ____________________________________________________________________________
63630 [  8072] By: jhi                                   on 2000/12/10  18:07:55
63631         Log: The walkoptree confusion rages; walkoptree() seems to be coming
63632              from B.xs, while walkoptree_slow() comes from B.pm.
63633      Branch: perl
63634            ! ext/B/B.pm
63635 ____________________________________________________________________________
63636 [  8071] By: nick                                  on 2000/12/10  11:45:47
63637         Log: Integrate mainline
63638      Branch: perlio
63639           +> t/base/commonsense.t
63640           !> (integrate 37 files)
63641 ____________________________________________________________________________
63642 [  8070] By: jhi                                   on 2000/12/10  04:46:21
63643         Log: Update Changes.
63644      Branch: perl
63645            ! Changes patchlevel.h
63646 ____________________________________________________________________________
63647 [  8069] By: jhi                                   on 2000/12/10  04:39:19
63648         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
63649              From: andreas.koenig@anima.de (Andreas J. Koenig)
63650              Date: 09 Dec 2000 17:14:25 +0100
63651              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
63652      Branch: perl
63653            + t/base/commonsense.t
63654            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
63655 ____________________________________________________________________________
63656 [  8068] By: jhi                                   on 2000/12/10  04:17:36
63657         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
63658              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
63659              Date: Sat, 9 Dec 2000 16:47:22 -0000
63660              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
63661      Branch: perl
63662            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
63663            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
63664            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
63665            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
63666            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
63667            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
63668            ! t/lib/sdbm.t
63669 ____________________________________________________________________________
63670 [  8067] By: jhi                                   on 2000/12/10  03:52:02
63671         Log: Test case for #8066.
63672      Branch: perl
63673            ! t/op/misc.t
63674 ____________________________________________________________________________
63675 [  8066] By: jhi                                   on 2000/12/10  03:50:30
63676         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
63677              From: Simon Cozens <simon@cozens.net>
63678              Date: Sun, 10 Dec 2000 00:55:37 +0000
63679              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
63680      Branch: perl
63681            ! pp_sys.c
63682 ____________________________________________________________________________
63683 [  8065] By: jhi                                   on 2000/12/10  03:44:52
63684         Log: Test case for #8064.
63685      Branch: perl
63686            ! t/comp/proto.t
63687 ____________________________________________________________________________
63688 [  8064] By: jhi                                   on 2000/12/10  03:42:32
63689         Log: Subject: Re: prototype of substr
63690              From: Simon Cozens <simon@cozens.net>
63691              Date: Sun, 10 Dec 2000 00:13:33 +0000
63692              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
63693              
63694              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
63695              In other words, make the returned prototypes for any function
63696              stop prepending the ';' optionality marker after the first one.
63697              If they start getting optional, all the rest are optional.
63698      Branch: perl
63699            ! pp.c
63700 ____________________________________________________________________________
63701 [  8063] By: jhi                                   on 2000/12/10  03:39:42
63702         Log: Subject: [PATCH] perlguts.pod
63703              From: Simon Cozens <simon@cozens.net>
63704              Date: Sun, 10 Dec 2000 00:06:47 +0000
63705              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
63706              
63707              Documentation of the different types of ops,
63708              plus the functions in dump.c
63709      Branch: perl
63710            ! pod/perlguts.pod
63711 ____________________________________________________________________________
63712 [  8062] By: jhi                                   on 2000/12/10  03:30:04
63713         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
63714              From: Nicholas Clark <nick@talking.bollo.cx>
63715              Date: Sat, 09 Dec 2000 18:57:25 +0000
63716              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
63717              
63718              Be more robust in weird hostname setups.
63719      Branch: perl
63720            ! t/lib/net-hostent.t
63721 ____________________________________________________________________________
63722 [  8061] By: jhi                                   on 2000/12/10  03:28:21
63723         Log: Pacify fussy compiler. 
63724      Branch: perl
63725            ! pp_sys.c
63726 ____________________________________________________________________________
63727 [  8060] By: jhi                                   on 2000/12/10  02:52:46
63728         Log: Integrate perlio.
63729      Branch: perl
63730           !> pp_sys.c t/io/utf8.t
63731 ____________________________________________________________________________
63732 [  8059] By: nick                                  on 2000/12/09  23:40:14
63733         Log: read/sysread/recv should now be utf8 aware.
63734              Basic test for utf8 read.
63735      Branch: perlio
63736            ! pp_sys.c t/io/utf8.t
63737 ____________________________________________________________________________
63738 [  8058] By: jhi                                   on 2000/12/09  21:56:02
63739         Log: Integrate perlio.
63740      Branch: perl
63741           +> t/io/utf8.t
63742           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
63743 ____________________________________________________________________________
63744 [  8057] By: jhi                                   on 2000/12/09  21:53:35
63745         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
63746              From: Inaba Hiroto <inaba@st.rim.or.jp>
63747              Date: Sun, 10 Dec 2000 05:53:21 +0900
63748              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
63749              
63750              Tests for #8056.
63751      Branch: perl
63752            ! t/op/each.t
63753 ____________________________________________________________________________
63754 [  8056] By: jhi                                   on 2000/12/09  21:51:16
63755         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
63756              From: Inaba Hiroto <inaba@st.rim.or.jp>
63757              Date: Sat, 09 Dec 2000 18:02:00 +0900
63758              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
63759              
63760              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
63761      Branch: perl
63762            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
63763 ____________________________________________________________________________
63764 [  8055] By: nick                                  on 2000/12/09  20:11:48
63765         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
63766              than raw PerlIO_write() - does not seem to break any tests.
63767      Branch: perlio
63768            ! pp_sys.c
63769 ____________________________________________________________________________
63770 [  8054] By: nick                                  on 2000/12/09  19:47:30
63771         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
63772              (sysread, recv and write i.e. formats still to do...)
63773              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
63774              open($fh,">:utf8","name")
63775              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
63776              so no extra overhead is involved.
63777              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
63778              to a non-utf8 stream.
63779              Add initial io/utf8.t
63780              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
63781              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
63782              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
63783      Branch: perlio
63784            + t/io/utf8.t
63785            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
63786 ____________________________________________________________________________
63787 [  8053] By: nick                                  on 2000/12/09  19:26:37
63788         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
63789              was only testing this_utf8.
63790      Branch: perlio
63791            ! toke.c
63792 ____________________________________________________________________________
63793 [  8052] By: nick                                  on 2000/12/09  19:09:41
63794         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
63795              i.e. the output string has one, but don't mess with source assumption.
63796      Branch: perlio
63797            ! toke.c
63798 ____________________________________________________________________________
63799 [  8051] By: jhi                                   on 2000/12/09  16:55:17
63800         Log: Integrate perlio.
63801      Branch: perl
63802           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
63803           !> sv.c thrdvar.h util.c
63804 ____________________________________________________________________________
63805 [  8050] By: jhi                                   on 2000/12/09  16:48:07
63806         Log: Nits noticed by Peter Prymmer.
63807      Branch: perl
63808            ! lib/ExtUtils/MM_VMS.pm
63809 ____________________________________________________________________________
63810 [  8049] By: nick                                  on 2000/12/09  13:49:40
63811         Log: UTF8 output prework.
63812              - Store $\ and $, as SVs so they can have SvUTF8 flag
63813              - use do_print() rather than raw PerlIO_write() to print them.
63814      Branch: perlio
63815            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
63816            ! thrdvar.h util.c
63817 ____________________________________________________________________________
63818 [  8048] By: nick                                  on 2000/12/09  12:30:43
63819         Log: Integrate mainline.
63820      Branch: perlio
63821           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
63822           +> t/op/reverse.t
63823           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
63824           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63825           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
63826           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
63827           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
63828           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
63829 ____________________________________________________________________________
63830 [  8047] By: jhi                                   on 2000/12/09  00:23:27
63831         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
63832              From: Michael G Schwern <schwern@pobox.com>
63833              Date: Fri, 8 Dec 2000 14:43:04 -0600
63834      Branch: perl
63835            ! lib/ExtUtils/MM_VMS.pm
63836 ____________________________________________________________________________
63837 [  8046] By: jhi                                   on 2000/12/08  23:10:27
63838         Log: A missed check-in.
63839      Branch: perl
63840            ! lib/ExtUtils/Manifest.pm
63841 ____________________________________________________________________________
63842 [  8045] By: jhi                                   on 2000/12/08  21:57:12
63843         Log: (null check-in)
63844      Branch: perl
63845            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
63846 ____________________________________________________________________________
63847 [  8044] By: jhi                                   on 2000/12/08  21:11:06
63848         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
63849              at the final draft stage.
63850      Branch: perl
63851            + ext/Encode/Encode/iso8859-16.enc
63852            ! MANIFEST
63853 ____________________________________________________________________________
63854 [  8043] By: jhi                                   on 2000/12/08  16:39:04
63855         Log: Update Changes.
63856      Branch: perl
63857            ! Changes patchlevel.h
63858 ____________________________________________________________________________
63859 [  8042] By: jhi                                   on 2000/12/08  16:33:39
63860         Log: Do not return the Unicode replacement character if UTF-8
63861              decoding goes awry, it should be up to the caller to decide.
63862      Branch: perl
63863            ! pod/perlapi.pod utf8.c
63864 ____________________________________________________________________________
63865 [  8041] By: jhi                                   on 2000/12/08  16:22:28
63866         Log: metaconfig maintenance.
63867      Branch: metaconfig
63868            ! U/modified/stdchar.U
63869      Branch: metaconfig/U/perl
63870            + testsyml.U
63871 ____________________________________________________________________________
63872 [  8040] By: jhi                                   on 2000/12/08  16:03:08
63873         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
63874              From: sthoenna@efn.org
63875              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
63876              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
63877      Branch: perl
63878            ! Changes lib/ExtUtils/MM_OS2.pm
63879 ____________________________________________________________________________
63880 [  8039] By: jhi                                   on 2000/12/08  15:57:11
63881         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
63882              From: Simon Cozens <simon@cozens.net>
63883              Date: Fri, 8 Dec 2000 13:33:31 +0000
63884              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
63885              
63886              (The pp_hot part needed a rewrite.)
63887      Branch: perl
63888            ! doop.c pp_hot.c utf8.c
63889 ____________________________________________________________________________
63890 [  8038] By: jhi                                   on 2000/12/08  15:25:08
63891         Log: Subject: djSP
63892              From: Michael Stevens <michael@etla.org>
63893              Date: Wed, 6 Dec 2000 23:24:01 +0000
63894              Message-ID: <20001206232400.A21381@firedrake.org>
63895              
63896              Plus a note from Nick Ing-Simmons.
63897      Branch: perl
63898            ! pp.h
63899 ____________________________________________________________________________
63900 [  8037] By: jhi                                   on 2000/12/08  15:18:35
63901         Log: Filetype is text.
63902      Branch: perl
63903            ! t/op/utf8decode.t
63904 ____________________________________________________________________________
63905 [  8036] By: jhi                                   on 2000/12/08  03:31:27
63906         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
63907              From: Andy Dougherty <doughera@lafayette.edu>
63908              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
63909              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
63910              
63911              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
63912              From: Andy Dougherty <doughera@lafayette.edu>
63913              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
63914              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
63915      Branch: perl
63916            + ext/POSIX/hints/svr4.pl
63917            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
63918 ____________________________________________________________________________
63919 [  8035] By: jhi                                   on 2000/12/08  03:26:01
63920         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
63921              From: Andy Dougherty <doughera@lafayette.edu>
63922              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
63923              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
63924      Branch: perl
63925            ! t/README t/base/term.t
63926 ____________________________________________________________________________
63927 [  8034] By: jhi                                   on 2000/12/08  03:21:59
63928         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
63929              From: mjd@plover.com  
63930              Date: 7 Dec 2000 21:04:20 -0000
63931              Message-ID: <20001207210420.22282.qmail@plover.com>
63932              
63933              Plus -z doc.
63934      Branch: perl
63935            ! pod/perlfunc.pod
63936 ____________________________________________________________________________
63937 [  8033] By: jhi                                   on 2000/12/08  03:19:03
63938         Log: Use the UTF8 macros a bit.  They can't be used with abandon
63939              everywhere because we do generate illegal UTF-8 in some situations.
63940              This is of course naughty.
63941      Branch: perl
63942            ! pod/perlapi.pod utf8.c utf8.h
63943 ____________________________________________________________________________
63944 [  8032] By: jhi                                   on 2000/12/08  03:00:09
63945         Log: Out of sync?
63946      Branch: perl
63947            ! t/pragma/warn/utf8
63948 ____________________________________________________________________________
63949 [  8031] By: jhi                                   on 2000/12/08  02:22:39
63950         Log: Cnt spl.
63951      Branch: perl
63952            ! MANIFEST
63953 ____________________________________________________________________________
63954 [  8030] By: jhi                                   on 2000/12/08  01:23:54
63955         Log: Add test for reverse().
63956      Branch: perl
63957            + t/op/reverse.t
63958            ! MANIFEST
63959 ____________________________________________________________________________
63960 [  8029] By: jhi                                   on 2000/12/08  01:21:47
63961         Log: Integrate perlio.
63962      Branch: perl
63963           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
63964           !> perlio.c perlio.h perlsdio.h warnings.pl
63965 ____________________________________________________________________________
63966 [  8028] By: jhi                                   on 2000/12/08  01:19:08
63967         Log: Introduce macros for UTF8 decoding.
63968      Branch: perl
63969            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
63970 ____________________________________________________________________________
63971 [  8027] By: nick                                  on 2000/12/07  22:18:19
63972         Log: Integrate mainline
63973      Branch: perlio
63974           !> embed.pl pod/perlapi.pod utf8.c
63975 ____________________________________________________________________________
63976 [  8026] By: nick                                  on 2000/12/07  21:45:08
63977         Log: Various oddities p4 diff -se showed up
63978              Remove 'our' from warnings.pl
63979      Branch: perlio
63980            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
63981 ____________________________________________________________________________
63982 [  8025] By: nick                                  on 2000/12/07  21:43:32
63983         Log: Change PerlIO_(get|set)pos to take SV *
63984              Should fix, OS/2, VMS, (sfio??)
63985      Branch: perlio
63986            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
63987 ____________________________________________________________________________
63988 [  8024] By: jhi                                   on 2000/12/07  19:05:32
63989         Log: Document utf8_to_uv() better.
63990      Branch: perl
63991            ! pod/perlapi.pod utf8.c
63992 ____________________________________________________________________________
63993 [  8023] By: jhi                                   on 2000/12/07  18:23:47
63994         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
63995      Branch: perl
63996            ! embed.pl pod/perlapi.pod utf8.c
63997 ____________________________________________________________________________
63998 [  8022] By: jhi                                   on 2000/12/07  04:13:51
63999         Log: Integrate perlio.
64000      Branch: perl
64001           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
64002           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
64003           !> win32/makefile.mk
64004 ____________________________________________________________________________
64005 [  8021] By: nick                                  on 2000/12/07  00:28:14
64006         Log: Various attempts at MSVC debug - not sure what has
64007              changed but works now. 
64008              Seems atexit() _may_ work for DLLs built with MSVC so don't
64009              call cleanup that way.
64010      Branch: perlio
64011            ! perlio.c win32/makefile.mk
64012 ____________________________________________________________________________
64013 [  8020] By: nick                                  on 2000/12/06  19:57:20
64014         Log: Integrate mainline
64015      Branch: perlio
64016           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
64017           !> (integrate 75 files)
64018 ____________________________________________________________________________
64019 [  8019] By: nick                                  on 2000/12/06  19:28:21
64020         Log: Add useperlio to config.vc
64021              Turn off binmode in config_H.PL
64022              Regen all the config_H.xx
64023              Attempt to get debugging build with MSVC.
64024      Branch: perlio
64025            ! win32/config.vc win32/config_H.bc win32/config_H.gc
64026            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
64027 ____________________________________________________________________________
64028 [  8018] By: nick                                  on 2000/12/06  19:21:57
64029         Log: Test various dup/external program options on all platforms.
64030      Branch: perlio
64031            ! t/io/dup.t
64032 ____________________________________________________________________________
64033 [  8017] By: nick                                  on 2000/12/06  19:20:47
64034         Log: Fix harness to be less picky
64035      Branch: perlio
64036            ! lib/Test/Harness.pm
64037 ____________________________________________________________________________
64038 [  8016] By: jhi                                   on 2000/12/06  16:45:12
64039         Log: Update Changes.
64040      Branch: perl
64041            ! Changes patchlevel.h
64042 ____________________________________________________________________________
64043 [  8015] By: jhi                                   on 2000/12/06  16:41:03
64044         Log: Test \x{...} with ord().
64045      Branch: perl
64046            ! t/op/ord.t
64047 ____________________________________________________________________________
64048 [  8014] By: jhi                                   on 2000/12/06  16:20:33
64049         Log: Test tweak because of #8013.
64050      Branch: perl
64051            ! t/lib/b.t
64052 ____________________________________________________________________________
64053 [  8013] By: jhi                                   on 2000/12/06  16:09:09
64054         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
64055              From: Michael G Schwern <schwern@pobox.com>
64056              Date: Tue, 5 Dec 2000 21:23:28 -0500
64057              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
64058              
64059              Carp::Heavy parts not very applicable because of recent changes.
64060      Branch: perl
64061            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
64062            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
64063            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
64064            ! lib/Exporter.pm lib/Exporter/Heavy.pm
64065            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
64066            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
64067            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
64068            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
64069            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
64070            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
64071            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
64072            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
64073            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
64074            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
64075            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
64076            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
64077            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
64078            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
64079            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
64080            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
64081            ! warnings.pl
64082 ____________________________________________________________________________
64083 [  8012] By: jhi                                   on 2000/12/06  15:22:38
64084         Log: Subject: [PATCH] Re: New harness is failing things
64085              From: Nick Ing-Simmons <nik@tiuk.ti.com>
64086              Date: Wed, 6 Dec 2000 13:00:30 GMT
64087              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
64088      Branch: perl
64089            ! lib/Test/Harness.pm
64090 ____________________________________________________________________________
64091 [  8011] By: jhi                                   on 2000/12/06  15:12:08
64092         Log: Subject: installhtml changes
64093              From: Michael Stevens <michael@etla.org>
64094              Date: Wed, 6 Dec 2000 13:15:53 +0000
64095              Message-ID: <20001206131553.A27317@firedrake.org>
64096      Branch: perl
64097            ! installhtml
64098 ____________________________________________________________________________
64099 [  8010] By: jhi                                   on 2000/12/06  15:06:05
64100         Log: Subject: the dTHR hits
64101              From: Michael Stevens <michael@etla.org>
64102              Date: Wed, 6 Dec 2000 12:06:03 +0000
64103              Message-ID: <20001206120603.A24581@firedrake.org>
64104              
64105              More, errrm, less dTHRs.
64106      Branch: perl
64107            ! bytecode.pl ext/B/B/C.pm
64108 ____________________________________________________________________________
64109 [  8009] By: jhi                                   on 2000/12/06  15:04:25
64110         Log: Subject: MakeMaker mailing list gone?
64111              From: Michael G Schwern <schwern@pobox.com>
64112              Date: Tue, 5 Dec 2000 19:29:59 -0500
64113              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
64114              
64115              The MakeMaker mailing list is dead, perlbug is the right
64116              address to report bugs.
64117      Branch: perl
64118            ! lib/ExtUtils/MakeMaker.pm
64119 ____________________________________________________________________________
64120 [  8008] By: jhi                                   on 2000/12/06  15:00:32
64121         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
64122              From: Michael G Schwern <schwern@pobox.com>
64123              Date: Tue, 5 Dec 2000 19:21:21 -0500
64124              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
64125              
64126              Add a default MANIFEST skip that ignores things like
64127              version control files, editor temporary files, and the Makefile.
64128      Branch: perl
64129            + lib/ExtUtils/MANIFEST.SKIP
64130            ! MANIFEST lib/ExtUtils/Manifest.pm
64131 ____________________________________________________________________________
64132 [  8007] By: jhi                                   on 2000/12/06  14:57:20
64133         Log: In Amiga more manual hackery of the scripts seems to be needed,
64134              from Jan-Erik Karlsson.  Why Configure does not get this right
64135              is unknown, may be shell-induced.
64136      Branch: perl
64137            ! README.amiga
64138 ____________________________________________________________________________
64139 [  8006] By: jhi                                   on 2000/12/05  23:53:12
64140         Log: Add TOPm1s to peek at the second topmost stack item.
64141      Branch: perl
64142            ! pp.h
64143 ____________________________________________________________________________
64144 [  8005] By: jhi                                   on 2000/12/05  23:13:55
64145         Log: Avaunt, you foul UTF-8 tests.
64146      Branch: perl
64147            ! t/op/ver.t t/pragma/utf8.t
64148 ____________________________________________________________________________
64149 [  8004] By: jhi                                   on 2000/12/05  23:09:54
64150         Log: Continue utf8 dispersal. 
64151      Branch: perl
64152            + t/op/concat.t
64153            ! MANIFEST t/pragma/utf8.t
64154 ____________________________________________________________________________
64155 [  8003] By: nick                                  on 2000/12/05  23:02:39
64156         Log: Integrate mainline.
64157      Branch: perlio
64158           +> t/op/length.t t/op/utf8decode.t
64159           !> (integrate 69 files)
64160 ____________________________________________________________________________
64161 [  8002] By: jhi                                   on 2000/12/05  22:59:28
64162         Log: Integrate perlio.
64163      Branch: perl
64164           !> iperlsys.h perl.c perlio.c win32/perllib.c
64165 ____________________________________________________________________________
64166 [  8001] By: nick                                  on 2000/12/05  22:07:52
64167         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
64168              - calloc/free suffer from damage on TerminateThread()
64169              - use PerlMemShared (as originally planned) now fixed
64170              - avoid doing anything important on DLL "detach".
64171      Branch: perlio
64172            ! perl.c perlio.c win32/perllib.c
64173 ____________________________________________________________________________
64174 [  8000] By: nick                                  on 2000/12/05  21:05:09
64175         Log: Fix gross PerlMemShared issue.
64176      Branch: perlio
64177            ! iperlsys.h
64178 ____________________________________________________________________________
64179 [  7999] By: jhi                                   on 2000/12/05  20:46:58
64180         Log: Test for Unicode (UTF-8) hash keys.
64181      Branch: perl
64182            ! t/op/each.t
64183 ____________________________________________________________________________
64184 [  7998] By: jhi                                   on 2000/12/05  20:30:35
64185         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
64186              is now always UTF-8), empty line cosmetics.
64187      Branch: perl
64188            ! t/pragma/utf8.t
64189 ____________________________________________________________________________
64190 [  7997] By: jhi                                   on 2000/12/05  20:15:40
64191         Log: Subject: Re: STRLEN - what?
64192              From: Andy Dougherty <doughera@lafayette.edu>
64193              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
64194              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
64195              
64196              Explain STRLEN.
64197      Branch: perl
64198            ! pod/perlguts.pod
64199 ____________________________________________________________________________
64200 [  7996] By: jhi                                   on 2000/12/05  20:13:34
64201         Log: Split off the UTF-8 decoder tests, make them to check also
64202              the error message.
64203      Branch: perl
64204            + t/op/utf8decode.t
64205            ! MANIFEST t/pragma/utf8.t utf8.c
64206 ____________________________________________________________________________
64207 [  7995] By: jhi                                   on 2000/12/05  16:39:47
64208         Log: Start migrating bits of pragma/utf8 to elsewhere
64209              (since the long term plan is to obsolete 'use utf8').
64210      Branch: perl
64211            + t/op/length.t
64212            ! MANIFEST t/pragma/utf8.t
64213 ____________________________________________________________________________
64214 [  7994] By: jhi                                   on 2000/12/05  16:30:21
64215         Log: Fix a manual edit typo from #7993, fix the message formatting
64216              for Unicode, add few our declarations.
64217      Branch: perl
64218            ! lib/Carp/Heavy.pm
64219 ____________________________________________________________________________
64220 [  7993] By: jhi                                   on 2000/12/05  16:09:15
64221         Log: Subject: Need help with warnings :-(
64222              From: "Ben Tilly" <ben_tilly@hotmail.com>
64223              Date: Tue, 05 Dec 2000 01:35:54 -0500
64224              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
64225              
64226              Subject: UPDATE: Carp/Heavy now passes all tests
64227              From: "Ben Tilly" <ben_tilly@hotmail.com>
64228              Date: Tue, 05 Dec 2000 07:59:41 -0500
64229              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
64230              
64231              The Brave New Carp.
64232      Branch: perl
64233            ! lib/Carp.pm lib/Carp/Heavy.pm
64234 ____________________________________________________________________________
64235 [  7992] By: jhi                                   on 2000/12/05  15:55:08
64236         Log: Subject: [PATCH perl@7979] cygwin port
64237              From: "Eric Fifer" <efifer@dircon.co.uk>
64238              Date: Tue, 5 Dec 2000 14:04:09 -0000
64239              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
64240      Branch: perl
64241            ! t/lib/net-hostent.t
64242 ____________________________________________________________________________
64243 [  7991] By: jhi                                   on 2000/12/05  15:52:34
64244         Log: Subject: Re: [PATCH] The largest hoax of all times?
64245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64246              Date: Tue, 5 Dec 2000 00:40:25 -0500
64247              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
64248              
64249              Subject: Re: [PATCH] The largest hoax of all times?
64250              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64251              Date: Mon, 4 Dec 2000 23:55:53 -0500
64252              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
64253              
64254              Subject: Re: [PATCH] The largest hoax of all times?
64255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64256              Date: Tue, 5 Dec 2000 01:28:45 -0500
64257              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
64258              
64259              Fix the unpredictable order of DESTROYs.
64260      Branch: perl
64261            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
64262            ! sv.c sv.h t/op/ref.t
64263 ____________________________________________________________________________
64264 [  7990] By: jhi                                   on 2000/12/05  14:38:53
64265         Log: Subject: [PATCH] shrink pp_hot fractionally
64266              From: Nicholas Clark <nick@ccl4.org>
64267              Date: Tue, 5 Dec 2000 12:44:31 +0000
64268              Message-ID: <20001205124431.E74518@plum.flirble.org>
64269              
64270              Use report_evil_fh().
64271      Branch: perl
64272            ! opcode.pl opnames.h pp_hot.c util.c
64273 ____________________________________________________________________________
64274 [  7989] By: jhi                                   on 2000/12/05  14:21:27
64275         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
64276              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64277              Date: Mon, 04 Dec 2000 22:21:59 -0800
64278              Message-ID: <HmIL6gzkgepS092yn@efn.org>
64279              
64280              Harness shouldn't ignore responses like "ok 3\r\r\n".
64281      Branch: perl
64282            ! lib/Test/Harness.pm
64283 ____________________________________________________________________________
64284 [  7988] By: jhi                                   on 2000/12/05  13:51:28
64285         Log: Integrate the "skip" messages to explain().
64286      Branch: perl
64287            ! t/lib/syslfs.t t/op/lfs.t
64288 ____________________________________________________________________________
64289 [  7987] By: jhi                                   on 2000/12/05  12:34:54
64290         Log: The one that got away in #7984.
64291              
64292              Subject: Re: dTHR - what and why?
64293              From: Michael Stevens <michael@etla.org> 
64294              Date: Tue, 5 Dec 2000 11:15:52 +0000
64295              Message-ID: <20001205111552.A4647@firedrake.org>
64296      Branch: perl
64297            ! sv.h
64298 ____________________________________________________________________________
64299 [  7986] By: gsar                                  on 2000/12/05  09:14:44
64300         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
64301              due to the notorious GetFileType() bug in Windows 9x, which fstat()
64302              tickles)
64303      Branch: perl
64304            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
64305 ____________________________________________________________________________
64306 [  7985] By: jhi                                   on 2000/12/05  05:49:03
64307         Log: Integrate perlio.
64308      Branch: perl
64309           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
64310           !> win32/perlhost.h win32/perllib.c
64311 ____________________________________________________________________________
64312 [  7984] By: jhi                                   on 2000/12/05  05:48:16
64313         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
64314      Branch: perl
64315            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
64316            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
64317            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
64318            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
64319            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
64320            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
64321            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
64322            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
64323            ! win32/win32.c
64324 ____________________________________________________________________________
64325 [  7983] By: nick                                  on 2000/12/04  23:27:43
64326         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
64327      Branch: perlio
64328            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
64329            ! win32/perlhost.h win32/perllib.c
64330 ____________________________________________________________________________
64331 [  7982] By: jhi                                   on 2000/12/04  19:44:09
64332         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
64333              uncovered by #7980.
64334      Branch: perl
64335            ! op.c
64336 ____________________________________________________________________________
64337 [  7981] By: jhi                                   on 2000/12/04  19:42:07
64338         Log: Subject: [PATCH] Trivial dump.c feature
64339              From: Simon Cozens <simon@cozens.net>
64340              Date: Mon, 4 Dec 2000 18:08:38 +0000
64341              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
64342              
64343              Show whether a constant is UTF-8.
64344      Branch: perl
64345            ! dump.c
64346 ____________________________________________________________________________
64347 [  7980] By: jhi                                   on 2000/12/04  19:36:51
64348         Log: UTF-8 hash keys, patch from Inaba Hiroto.
64349      Branch: perl
64350            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
64351 ____________________________________________________________________________
64352 [  7979] By: jhi                                   on 2000/12/04  17:36:28
64353         Log: Update Changes.
64354      Branch: perl
64355            ! Changes patchlevel.h
64356 ____________________________________________________________________________
64357 [  7978] By: jhi                                   on 2000/12/04  16:42:17
64358         Log: Retract #7977, still too volatile (the euphemism of the day
64359              for unfinished and buggy :-)
64360      Branch: perl
64361            ! doop.c hv.c pp.c sv.h
64362 ____________________________________________________________________________
64363 [  7977] By: jhi                                   on 2000/12/04  16:25:15
64364         Log: (Retracted by #7978, too shaky yet.)
64365              
64366              Subject: Re: utf8 in hash keys, implementor missing
64367              From: Simon Cozens <simon@cozens.net>
64368              Date: Sat, 2 Dec 2000 19:49:35 +0000
64369              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
64370              
64371              The first step at UTF-8 hash keys.
64372      Branch: perl
64373            ! doop.c hv.c pp.c sv.h
64374 ____________________________________________________________________________
64375 [  7976] By: jhi                                   on 2000/12/04  16:13:53
64376         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
64377              From: sthoenna@efn.org
64378              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
64379              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
64380      Branch: perl
64381            ! os2/os2.c perlio.c
64382 ____________________________________________________________________________
64383 [  7975] By: jhi                                   on 2000/12/04  16:05:25
64384         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
64385              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64386              Date: Thu, 30 Nov 2000 20:50:37 -0800
64387              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
64388      Branch: perl
64389            ! os2/os2.c
64390 ____________________________________________________________________________
64391 [  7974] By: jhi                                   on 2000/12/04  16:03:57
64392         Log: Subject: [PATCH] ++ 20% faster
64393              From: Nicholas Clark <nick@ccl4.org>
64394              Date: Mon, 4 Dec 2000 12:17:27 +0000
64395              Message-ID: <20001204121726.B52976@plum.flirble.org>
64396              
64397              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
64398      Branch: perl
64399            ! sv.c
64400 ____________________________________________________________________________
64401 [  7973] By: jhi                                   on 2000/12/04  16:00:48
64402         Log: 
64403              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
64404              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64405              Date: Mon, 04 Dec 2000 12:30:45 +0100
64406              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
64407              
64408              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
64409              library (getprotobyname and getprotobynumber are outversioned by
64410              the same calls in libc, at least for xlc version 3.
64411      Branch: perl
64412            ! hints/aix.sh
64413 ____________________________________________________________________________
64414 [  7972] By: jhi                                   on 2000/12/04  02:58:31
64415         Log: Integrate perlio.
64416      Branch: perl
64417           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
64418           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
64419           !> win32/win32.h win32/win32iop.h win32/win32thread.h
64420 ____________________________________________________________________________
64421 [  7971] By: nick                                  on 2000/12/04  00:24:33
64422         Log: Quieten some noise in Win32 builds:
64423              - win32.h is included after <sys/socket.h>, so need to 
64424              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
64425              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
64426      Branch: perlio
64427            ! doio.c perl.h toke.c win32/win32.h
64428 ____________________________________________________________________________
64429 [  7970] By: nick                                  on 2000/12/03  22:57:46
64430         Log: PERL_IMPLICIT_SYS compiles but does not work.
64431      Branch: perlio
64432            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
64433            ! win32/perlhost.h win32/perllib.c win32/win32.h
64434            ! win32/win32iop.h win32/win32thread.h
64435 ____________________________________________________________________________
64436 [  7969] By: jhi                                   on 2000/12/03  22:12:58
64437         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
64438              used to swash_init(), makes regprop() dumps more informative
64439              (+utf8::IsAlpha, -utf8::IsDigit, for example).
64440      Branch: perl
64441            ! regcomp.c regexec.c
64442 ____________________________________________________________________________
64443 [  7968] By: jhi                                   on 2000/12/03  21:39:56
64444         Log: Implement ANYOFUTF8 regprop() dumping.
64445      Branch: perl
64446            ! regcomp.c
64447 ____________________________________________________________________________
64448 [  7967] By: jhi                                   on 2000/12/03  20:57:19
64449         Log: Make uv_to_utf8() to zero-terminate its output buffer,
64450              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
64451      Branch: perl
64452            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
64453 ____________________________________________________________________________
64454 [  7966] By: nick                                  on 2000/12/03  18:41:21
64455         Log: Integrate mainline (STDCHAR)
64456      Branch: perlio
64457           !> Configure t/pragma/utf8.t
64458 ____________________________________________________________________________
64459 [  7965] By: jhi                                   on 2000/12/03  17:58:20
64460         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
64461      Branch: perl
64462            ! t/pragma/utf8.t
64463 ____________________________________________________________________________
64464 [  7964] By: jhi                                   on 2000/12/03  17:35:56
64465         Log: Integrate perlio.
64466      Branch: perl
64467           !> iperlsys.h perlio.c
64468 ____________________________________________________________________________
64469 [  7963] By: jhi                                   on 2000/12/03  17:33:55
64470         Log: Metaconfig unit change for #7962.
64471      Branch: metaconfig
64472            ! U/modified/stdchar.U
64473 ____________________________________________________________________________
64474 [  7962] By: jhi                                   on 2000/12/03  17:33:27
64475         Log: Untangle the <stdio.h> #include nest for the stdchar test,
64476              from Andy Dougherty.
64477      Branch: perl
64478            ! Configure
64479 ____________________________________________________________________________
64480 [  7961] By: nick                                  on 2000/12/03  16:53:00
64481         Log: Make iperlsys.h vector stdio not PerlIO.
64482      Branch: perlio
64483            ! iperlsys.h perlio.c
64484 ____________________________________________________________________________
64485 [  7960] By: nick                                  on 2000/12/03  14:43:01
64486         Log: Integrate mainline
64487      Branch: perlio
64488           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
64489           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
64490 ____________________________________________________________________________
64491 [  7959] By: jhi                                   on 2000/12/03  08:16:36
64492         Log: Use DO_UTF8().
64493      Branch: perl
64494            ! op.c
64495 ____________________________________________________________________________
64496 [  7958] By: jhi                                   on 2000/12/02  18:33:05
64497         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
64498              From: Mike Guy <mjtg@cam.ac.uk>         
64499              Date: Sat, 02 Dec 2000 17:27:13 +0000
64500              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
64501              
64502              An extraneous argument.
64503      Branch: perl
64504            ! toke.c
64505 ____________________________________________________________________________
64506 [  7957] By: jhi                                   on 2000/12/02  18:22:32
64507         Log: A missing hunk.
64508      Branch: perl
64509            ! t/lib/net-hostent.t
64510 ____________________________________________________________________________
64511 [  7956] By: jhi                                   on 2000/12/02  18:06:20
64512         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
64513              From: Nicholas Clark <nick@ccl4.org>
64514              Date: Sat, 2 Dec 2000 14:28:27 +0000
64515              Message-ID: <20001202142827.A12308@plum.flirble.org>
64516              
64517              Test robustness.
64518      Branch: perl
64519            ! t/lib/net-hostent.t
64520 ____________________________________________________________________________
64521 [  7955] By: jhi                                   on 2000/12/02  17:58:06
64522         Log: Metaconfig unit change for #7954.
64523      Branch: metaconfig
64524            ! U/modified/stdchar.U
64525 ____________________________________________________________________________
64526 [  7954] By: jhi                                   on 2000/12/02  17:54:32
64527         Log: An inconvenient hang would happen if the stdio _ptr wasn't
64528              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
64529              would be grepping stdin for all eternity for the _ptr.)
64530      Branch: perl
64531            ! Configure
64532 ____________________________________________________________________________
64533 [  7953] By: jhi                                   on 2000/12/02  00:07:15
64534         Log: Update Changes.
64535      Branch: perl
64536            ! Changes patchlevel.h
64537 ____________________________________________________________________________
64538 [  7952] By: jhi                                   on 2000/12/01  23:54:47
64539         Log: Subject: Re: long shell lines
64540              From: Andy Dougherty <doughera@lafayette.edu>
64541              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
64542              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
64543              
64544              Split overly long shell command lines.
64545      Branch: perl
64546            ! lib/ExtUtils/MM_Unix.pm
64547 ____________________________________________________________________________
64548 [  7951] By: jhi                                   on 2000/12/01  23:48:02
64549         Log: The metaconfig unit change for #7950.
64550      Branch: metaconfig
64551            + U/modified/stdchar.U
64552 ____________________________________________________________________________
64553 [  7950] By: jhi                                   on 2000/12/01  23:47:39
64554         Log: Try to find stdchar also from <stdio_impl.h>.
64555      Branch: perl
64556            ! Configure config_h.SH
64557 ____________________________________________________________________________
64558 [  7949] By: jhi                                   on 2000/12/01  23:46:45
64559         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
64560              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
64561              Date: Fri, 1 Dec 2000 16:26:08 -0500
64562              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
64563              
64564              Reword the diagnostic message.
64565      Branch: perl
64566            ! pod/perldiag.pod
64567 ____________________________________________________________________________
64568 [  7948] By: nick                                  on 2000/12/01  22:49:43
64569         Log: Integrate mainline (for s/y/m as sub names stuff).
64570      Branch: perlio
64571           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
64572           !> t/pragma/warn/toke toke.c
64573 ____________________________________________________________________________
64574 [  7947] By: jhi                                   on 2000/12/01  20:55:41
64575         Log: Integrate perlio.
64576      Branch: perl
64577           !> perlio.c perliol.h t/io/pipe.t
64578 ____________________________________________________________________________
64579 [  7946] By: jhi                                   on 2000/12/01  20:36:51
64580         Log: Upgrade to CPAN 1.59_51, from Andreas König.
64581      Branch: perl
64582            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64583 ____________________________________________________________________________
64584 [  7945] By: nick                                  on 2000/12/01  20:31:32
64585         Log: Integrate mainline
64586      Branch: perlio
64587           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
64588           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
64589           +> t/lib/net-hostent.t
64590           !> (integrate 35 files)
64591 ____________________________________________________________________________
64592 [  7944] By: jhi                                   on 2000/12/01  20:23:29
64593         Log: Some help for 20001130.011.  Now one gets warnings like
64594              "Ambiguous -f() resolved as a file test ..."
64595      Branch: perl
64596            ! pod/perldiag.pod t/pragma/warn/toke toke.c
64597 ____________________________________________________________________________
64598 [  7943] By: jhi                                   on 2000/12/01  19:44:44
64599         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
64600              that also breaks using them as methods. 
64601      Branch: perl
64602            ! pod/perldiag.pod t/op/misc.t toke.c
64603 ____________________________________________________________________________
64604 [  7942] By: nick                                  on 2000/12/01  17:56:46
64605         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
64606              Make 'unix' pass most tests
64607              - do unread by temporary push of layer ("pending") holding unread chars
64608              - fast_gets is now based on per-handle flag
64609              - relax one of io/pipe.t tests to allow print to fail and close to
64610              succeed so that it passes on unbuffered "unix" layer.
64611              Remaining fail is sporadic and a genuine race condition between
64612              parent/child in fork test.
64613      Branch: perlio
64614            ! perlio.c perliol.h t/io/pipe.t
64615 ____________________________________________________________________________
64616 [  7941] By: jhi                                   on 2000/12/01  15:28:58
64617         Log: (Retracted by #7943.)
64618              
64619              Reserve the short named string operator names.
64620      Branch: perl
64621            ! pod/perldiag.pod t/op/misc.t toke.c
64622 ____________________________________________________________________________
64623 [  7940] By: jhi                                   on 2000/12/01  06:45:53
64624         Log: Get the three different space character classes right under utf8.
64625      Branch: perl
64626            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
64627            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
64628            ! regexec.c t/op/pat.t utf8.c
64629 ____________________________________________________________________________
64630 [  7939] By: jhi                                   on 2000/12/01  03:26:26
64631         Log: Two more tests that make no sense in UTF-8 since the test
64632              data is not in UTF-8.
64633      Branch: perl
64634            ! t/op/regexp.t
64635 ____________________________________________________________________________
64636 [  7938] By: jhi                                   on 2000/12/01  03:20:39
64637         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
64638              should it be required inside regexen?
64639      Branch: perl
64640            ! regcomp.c t/op/regmesg.t
64641 ____________________________________________________________________________
64642 [  7937] By: jhi                                   on 2000/12/01  02:58:53
64643         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
64644              stored and restored, and thusly was trounced by the utf8 swash
64645              routines.
64646      Branch: perl
64647            ! regcomp.c
64648 ____________________________________________________________________________
64649 [  7936] By: jhi                                   on 2000/11/30  20:41:39
64650         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
64651              Why the different platforms behave so differently (core dump vs
64652              no core dump) on this bug is a but of a mystery, but if I had to
64653              guess I would mumble something like 'alignment'.
64654      Branch: perl
64655            ! sv.c
64656 ____________________________________________________________________________
64657 [  7935] By: jhi                                   on 2000/11/30  16:17:02
64658         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
64659              From: Robin Barker <rmb1@cise.npl.co.uk>
64660              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
64661              Date: Thu, 30 Nov 2000 14:27:12 GMT
64662      Branch: perl
64663            ! perlio.c toke.c
64664 ____________________________________________________________________________
64665 [  7934] By: jhi                                   on 2000/11/30  16:04:49
64666         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
64667      Branch: perl
64668            ! t/lib/net-hostent.t
64669 ____________________________________________________________________________
64670 [  7933] By: jhi                                   on 2000/11/30  06:07:26
64671         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
64672              From: Peter Prymmer <pvhp@forte.com>
64673              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
64674              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
64675              
64676              In VMS the localhost may be LOCALHOST.
64677      Branch: perl
64678            ! t/lib/net-hostent.t
64679 ____________________________________________________________________________
64680 [  7932] By: jhi                                   on 2000/11/30  01:11:11
64681         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
64682              From: Peter Prymmer <pvhp@forte.com>
64683              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
64684              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
64685              
64686              plus regen perlapi.pod.
64687      Branch: perl
64688            ! pod/perlapi.pod utf8.c
64689 ____________________________________________________________________________
64690 [  7931] By: jhi                                   on 2000/11/30  01:06:19
64691         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
64692              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64693              Date:     Wed, 29 Nov 2000 17:15:11 EST
64694              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
64695      Branch: perl
64696            ! t/lib/filter-util.pl t/lib/filter-util.t
64697 ____________________________________________________________________________
64698 [  7930] By: jhi                                   on 2000/11/29  18:51:55
64699         Log: Update Changes.
64700      Branch: perl
64701            ! Changes patchlevel.h
64702 ____________________________________________________________________________
64703 [  7929] By: jhi                                   on 2000/11/29  18:50:55
64704         Log: Update the va_copy() metaconfig unit.
64705      Branch: metaconfig/U/perl
64706            ! need_va_copy.U
64707 ____________________________________________________________________________
64708 [  7928] By: jhi                                   on 2000/11/29  17:50:43
64709         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
64710              From: Dominic Dunlop <domo@computer.org>
64711              Date: Tue, 28 Nov 2000 16:41:57 +0100
64712              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
64713              
64714              Patch to catch a core dump in the Configure va_copy test.
64715      Branch: perl
64716            ! Configure config_h.SH
64717 ____________________________________________________________________________
64718 [  7927] By: jhi                                   on 2000/11/29  17:31:59
64719         Log: Retract #7921, the patch shouldn't be needed.
64720      Branch: perl
64721            ! sv.c
64722 ____________________________________________________________________________
64723 [  7926] By: jhi                                   on 2000/11/29  17:01:41
64724         Log: Make the Class::Struct import() wiser.
64725      Branch: perl
64726            ! lib/Class/Struct.pm t/lib/class-struct.t
64727 ____________________________________________________________________________
64728 [  7925] By: jhi                                   on 2000/11/29  16:36:33
64729         Log: All the core library users of Class::Struct seem to be
64730              using "use Class::Struct 'struct';" instead of the bare
64731              "use Class::Struct;", which isn't documented in Class::Struct.
64732              This can't be right.
64733      Branch: perl
64734            ! lib/File/stat.pm
64735 ____________________________________________________________________________
64736 [  7924] By: jhi                                   on 2000/11/29  16:32:15
64737         Log: A test works better if it has the right 1..$n output.
64738      Branch: perl
64739            ! t/lib/class-struct.t
64740 ____________________________________________________________________________
64741 [  7923] By: jhi                                   on 2000/11/29  16:29:11
64742         Log: Forgot to MANIFEST the new Net::hostent test.
64743      Branch: perl
64744            ! MANIFEST
64745 ____________________________________________________________________________
64746 [  7922] By: jhi                                   on 2000/11/29  16:27:49
64747         Log: Integrate perlio.
64748      Branch: perl
64749           !> iperlsys.h perlio.c
64750 ____________________________________________________________________________
64751 [  7921] By: jhi                                   on 2000/11/29  16:27:10
64752         Log: (Retracted by #7927.)
64753              
64754              Subject: [PATCH] Is infinity a number?
64755              From: Simon Cozens <simon@cozens.net>
64756              Date: Wed, 29 Nov 2000 14:48:20 +0000
64757              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
64758      Branch: perl
64759            ! sv.c
64760 ____________________________________________________________________________
64761 [  7920] By: jhi                                   on 2000/11/29  16:23:02
64762         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
64763              From: rspier@pobox.com (Robert Spier)
64764              Date: Wed, 29 Nov 2000 02:17:49 -0500
64765              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
64766              
64767              Add a test for Net::hostent.
64768      Branch: perl
64769            + t/lib/net-hostent.t
64770 ____________________________________________________________________________
64771 [  7919] By: jhi                                   on 2000/11/29  16:21:31
64772         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
64773              add a test for Class::Struct.
64774      Branch: perl
64775            + t/lib/class-struct.t
64776            ! MANIFEST lib/Class/Struct.pm
64777 ____________________________________________________________________________
64778 [  7918] By: jhi                                   on 2000/11/29  15:48:40
64779         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
64780              From: rspier@pobox.com (Robert Spier)
64781              Date: Wed, 29 Nov 2000 02:25:39 -0500
64782              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
64783              
64784              More checking in case someone has broken their services or
64785              protocol databases.
64786      Branch: perl
64787            ! ext/Sys/Syslog/Syslog.pm
64788 ____________________________________________________________________________
64789 [  7917] By: jhi                                   on 2000/11/29  15:46:25
64790         Log: Subject: [PATCH] $^O  win32 -> MSWin32
64791              From: rspier@pobox.com (Robert Spier)
64792              Date: Wed, 29 Nov 2000 02:17:38 -0500
64793              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
64794              
64795              plus similar nits for vms, err, VMS, and UNICOS.
64796      Branch: perl
64797            ! t/lib/syslfs.t t/op/lfs.t
64798 ____________________________________________________________________________
64799 [  7916] By: jhi                                   on 2000/11/29  15:42:51
64800         Log: Subject: [PATCH] Tokeniser debugging
64801              From: Simon Cozens <simon@cozens.net>
64802              Date: Wed, 29 Nov 2000 14:15:45 +0000
64803              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
64804      Branch: perl
64805            ! perl.c perl.h pod/perlrun.pod toke.c
64806 ____________________________________________________________________________
64807 [  7915] By: jhi                                   on 2000/11/29  15:41:36
64808         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
64809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64810              Date: Wed, 29 Nov 2000 02:13:14 -0500
64811              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
64812              
64813              OUT keyword nits.
64814              
64815              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
64816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64817              Date: Wed, 29 Nov 2000 03:09:04 -0500
64818              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
64819              
64820              OUT and IN_OUT documentation.
64821      Branch: perl
64822            ! lib/ExtUtils/xsubpp pod/perlxs.pod
64823 ____________________________________________________________________________
64824 [  7914] By: jhi                                   on 2000/11/29  03:35:01
64825         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
64826              From: John Tobey <jtobey@john-edwin-tobey.org>
64827              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
64828              Message-Id: <m140e1N-000FOoC@feynman.localnet>
64829              
64830              plus a performance speedup noticed by Sarathy.
64831      Branch: perl
64832            ! op.c
64833 ____________________________________________________________________________
64834 [  7913] By: jhi                                   on 2000/11/29  03:16:59
64835         Log: Use "1 while unlink" so that VMS gets clean, too.
64836      Branch: perl
64837            ! t/lib/filter-util.t
64838 ____________________________________________________________________________
64839 [  7912] By: jhi                                   on 2000/11/29  03:09:08
64840         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
64841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64842              Date: Tue, 28 Nov 2000 03:27:09 -0500
64843              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
64844      Branch: perl
64845            ! lib/ExtUtils/xsubpp
64846 ____________________________________________________________________________
64847 [  7911] By: jhi                                   on 2000/11/29  03:06:30
64848         Log: This should have been part of #7872: no need to scan UTF-8
64849              until eternity.
64850      Branch: perl
64851            ! utf8.c
64852 ____________________________________________________________________________
64853 [  7910] By: jhi                                   on 2000/11/29  02:50:04
64854         Log: One more perltie.pod nit from Casey R. Tweten.
64855      Branch: perl
64856            ! pod/perltie.pod
64857 ____________________________________________________________________________
64858 [  7909] By: jhi                                   on 2000/11/29  02:44:23
64859         Log: Document the known sprintf test failures, exact standard
64860              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
64861      Branch: perl
64862            ! pod/perldelta.pod t/op/sprintf.t
64863 ____________________________________________________________________________
64864 [  7908] By: jhi                                   on 2000/11/29  02:36:23
64865         Log: Add the Encoding table format documentation.
64866      Branch: perl
64867            + ext/Encode/Encode/EncodeFormat.pod
64868            ! MANIFEST
64869 ____________________________________________________________________________
64870 [  7907] By: jhi                                   on 2000/11/29  02:07:24
64871         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
64872              From: "Casey R. Tweten" <crt@kiski.net>
64873              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
64874              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
64875              
64876              Subject: Re: [PATCH] Updating perltie.pod for arrays
64877              From: "Casey R. Tweten" <crt@kiski.net>
64878              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
64879              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
64880      Branch: perl
64881            ! pod/perltie.pod
64882 ____________________________________________________________________________
64883 [  7906] By: nick                                  on 2000/11/28  22:40:59
64884         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
64885      Branch: perlio
64886            ! iperlsys.h perlio.c
64887 ____________________________________________________________________________
64888 [  7905] By: nick                                  on 2000/11/28  22:04:34
64889         Log: Integrate mainline
64890      Branch: perlio
64891           !> (integrate 39 files)
64892 ____________________________________________________________________________
64893 [  7904] By: jhi                                   on 2000/11/28  16:44:43
64894         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
64895              From: Nicholas Clark <nick@babyhippo.co.uk>
64896              Date: Tue, 28 Nov 2000 11:16:57 +0000
64897              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
64898      Branch: perl
64899            ! pod/perlipc.pod
64900 ____________________________________________________________________________
64901 [  7903] By: jhi                                   on 2000/11/28  16:40:31
64902         Log: Subject: [PATCH] Updating perltie.pod for arrays
64903              From: "Casey R. Tweten" <crt@kiski.net>
64904              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
64905              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
64906      Branch: perl
64907            ! pod/perltie.pod
64908 ____________________________________________________________________________
64909 [  7902] By: jhi                                   on 2000/11/28  16:39:37
64910         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
64911              From: Robin Barker <rmb1@cise.npl.co.uk>
64912              Date: Mon, 27 Nov 2000 17:56:44 GMT
64913              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
64914      Branch: perl
64915            ! pod/perlfunc.pod t/op/split.t
64916 ____________________________________________________________________________
64917 [  7901] By: jhi                                   on 2000/11/28  16:28:04
64918         Log: setmode() is a DOSish-only thing.
64919      Branch: perl
64920            ! perlio.c
64921 ____________________________________________________________________________
64922 [  7900] By: jhi                                   on 2000/11/28  16:21:46
64923         Log: Subject: [PATCH] perlcc.PL cleanups
64924              From: Simon Cozens <simon@cozens.net>
64925              Date: Tue, 28 Nov 2000 12:44:35 +0000
64926              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
64927      Branch: perl
64928            ! utils/perlcc.PL
64929 ____________________________________________________________________________
64930 [  7899] By: gsar                                  on 2000/11/28  06:32:55
64931         Log: reintegrate files missed by change#7895
64932      Branch: maint-5.6/perl
64933           +> ext/ByteLoader/bytecode.h utils/Makefile
64934            - utils/perlbc.PL
64935 ____________________________________________________________________________
64936 [  7897] By: gsar                                  on 2000/11/27  18:22:47
64937         Log: can't integrate these two files, for some reason
64938      Branch: maint-5.6/perl
64939            - ext/ByteLoader/bytecode.h utils/Makefile
64940 ____________________________________________________________________________
64941 [  7895] By: gsar                                  on 2000/11/27  18:11:21
64942         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
64943              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
64944              6757..6890,6892..6901 from mainline
64945              
64946              Bytecompiler patches from Benjamin Stuhl.
64947              
64948              More bytecompiler.
64949              
64950              Subject: [PATCH blead] B:: missing dependency
64951              
64952              Subject: [PATCH: 6757] configure.com updates and syslog build
64953              
64954              Long double Gconvert fixes from Yitzchak Scott-Thoennes
64955              and Spider Boardman.
64956              
64957              Subject: [PATCH blead] nextchar() abuse misses an optimisation
64958              
64959              Long double fixes from Spider Boardman.
64960              
64961              Make the selection of NVff et al stricter.
64962              
64963              cSVOPo_*v things index into the current PL_curpad
64964              under ithreads, which is different from the curpad
64965              used by the XSUB.  (In other words, the code as-is
64966              before this patch wouldn't work under ithreads.)
64967              
64968              Be portable.
64969              
64970              VMS MMS (make) wants null action.
64971              
64972              Mac and other portability updates from Chris Nandor.
64973              
64974              Storable support, v-version fixes.
64975              Subject: CPAN.pm beta for testing available
64976              
64977              Portability fix from Hugo van der Sanden.
64978              
64979              Bad makefile.
64980              
64981              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
64982              
64983              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
64984              
64985              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
64986              
64987              Replace #6705 with a minimal doc patch.
64988              Subject: [PATCH 5.6.0] replace change #6705
64989              
64990              Drop the separate perlbc, perlcc -b should be enough.
64991              
64992              installperl couldn't tell whether it had run tests or not.
64993              Subject: [PATCH] Re: installperl and t/TEST
64994              
64995              Add silencer flags to installperl.
64996              Subject: [PATCH] Making installperl silent.
64997              
64998              Make "make install" by default silent.  A new "install-verbose"
64999              target is verbose.
65000              
65001              More liberal parsing of version numbers.
65002              Subject: Re: CPAN.pm beta for testing available
65003              
65004              Create directories in silence.
65005              Subject: [PATCH] Another silencer for MakeMaker
65006              
65007              DOS patches and portability/porting notes, from Tim Jenness.
65008              
65009              Make installman to recognize the silence flag -S.
65010              
65011              Actually do something with the silencer option.
65012              
65013              Continue silencing.
65014              
65015              Show the doc file, not the temp file.
65016              
65017              Regen perltoc.
65018              
65019              Subject: [PATCH] More silencing of installman.
65020              
65021              Better wording for the vec lvalue diagnostic.
65022              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
65023              
65024              Subject: [PATCH: 6805] several more tweaks to configure.com
65025              
65026              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
65027              
65028              Missing parts of 
65029              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
65030              
65031              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
65032              (applied slightly modified)
65033              
65034              installperl --verbose and --silent.
65035              Subject: Re: [PATCH] More silencing of installman.
65036              
65037              Add install-silent target.
65038              
65039              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
65040              the problem reported in
65041              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
65042              
65043              Tweak the sfio/useperlio logic, hopefully as wished in
65044              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
65045              
65046              One forgotten file from #6816.
65047              
65048              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
65049              
65050              Remove duplicately applied patch shards.
65051              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
65052              
65053              Support preserving extremely big/small angles.
65054              
65055              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
65056              
65057              Subject: [PATCH] installation not quite silent yet.
65058              
65059              Update the test count.
65060              
65061              Use UVxf, PTR2UV, NVff.
65062              
65063              Document PTR2XX and INT2PTR.
65064              
65065              no-install target a la make -n.
65066              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
65067              
65068              grep -e isn't portable.
65069              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
65070              
65071              Can't get the test to reliably work thanks to the
65072              inaccurateness of floating point.  "Resolves" bug ids
65073              20000826.003, 20000826.009, 20000826.010,
65074              
65075              Subject: installman buglet
65076              
65077              DJGPP update from Laszlo Molnar.
65078              
65079              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
65080              
65081              Passing -R in ldflags makes now it to appear in the default
65082              for lddlflags, just like with -L.
65083              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
65084              
65085              Test nit.
65086              
65087              Use the actual thread type, not the pointer-to-struct.
65088              
65089              Provice virtual $Config{ccflags_nolargefiles} etc. 
65090              
65091              display_format used as a class method without arguments was broken,
65092              reported in
65093              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
65094              
65095              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
65096              
65097              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
65098              
65099              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
65100              
65101              opmini.o may be left around if a build is interrupted.
65102              
65103              Typo in #6858.
65104              
65105              Fix for ID 20000828.001, long doubles were not formatted
65106              correctly (showed up in $], which stopped installing perl).
65107              
65108              An attempt to fix the problem reported in
65109              Subject: Building perl@6856 using gcc/AIX 4.3.3 
65110              I can't test this properly since the gcc installation I have
65111              access to seems to be botched (gcc is calling the AIX cpp,
65112              a losing proposition...)
65113              
65114              Add -ld to archname on long tr...double platforms.
65115              
65116              Subject: hv.h Doc Patch
65117              
65118              Potential cruft.
65119              
65120              Subject: [PATCH bleedperl@6856] warnings fixes
65121              
65122              -S is the silent flag, -s is the strip flag.
65123              Subject: [PATCH] Re: [PATCH] make no-install          
65124              
65125              Take out the SUIDMAIL thing, that will not be
65126              a problem in 5.7.*.
65127              
65128              Subject: [PATCH bleedperl@6866] spellings
65129              
65130              Subject: [PATCH] Re: files not cleaned even by veryclean
65131              
65132              Use minimal @INC in tests, most of the time just '../lib',
65133              so that we simply can't pick up stuff from other Perls than
65134              the one we are testing.  Pointed out by
65135              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
65136              
65137              Update to Getopt::Long 2.24, from Johan Vromans.
65138              
65139              Fix for thinko in #6848.
65140              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
65141              
65142              Patches all over for people and the files they (hopefully) care about.
65143              
65144              Subject: Net::protoent does not export 'getproto'
65145              
65146              Missed a change in #6869.
65147              
65148              Subject: [PATCH] Warnings in B::Deparse
65149              
65150              Subject: [PATCH] Glob dumping
65151              
65152              Disable one of the tests for now.
65153              
65154              Disabling the one test is a bit tricky.
65155              
65156              Don't forget to tidy up.
65157              
65158              The #6881 removed one dump line.
65159              
65160              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
65161              
65162              Under usethreads the dumped variable is IN_PAD.
65163              Subject: Re: [PATCH] Glob dumping
65164              
65165              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
65166              
65167              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
65168              
65169              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
65170              
65171              Regen Configure for #6894.
65172              
65173              Subject: [PATCH: 6889] updates to perlebcdic.pod
65174              
65175              Undo namespace pollution of #6878.
65176              Subject: Re: Net::protoent does not export 'getproto'
65177              
65178              Admit that we are leaking scalars.
65179              
65180              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
65181      Branch: maint-5.6/perl
65182           !> (integrate 271 files)
65183 ____________________________________________________________________________
65184 [  7894] By: gsar                                  on 2000/11/27  16:00:34
65185         Log: a couple of nits
65186      Branch: maint-5.6/perl
65187            ! MANIFEST pp_sys.c
65188 ____________________________________________________________________________
65189 [  7893] By: gsar                                  on 2000/11/27  15:10:56
65190         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
65191              6740..6745,6747..6757,6760
65192              
65193              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
65194              
65195              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
65196              
65197              Doc nits spotted by Richard Soderberg.
65198              
65199              move WNOHANG definition to where other such things are
65200              
65201              Make $Config{byteorder} more magical so that it is
65202              dynamically computed: nice for 'fat binaries'.
65203              Subject: [PATCH]: default byteorder
65204              
65205              Subject: [PATCH] Cwd.pm now uses strict
65206              
65207              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
65208              
65209              Get -DLEAKTEST to compile (not necessarily to work, mind)
65210              Subject: [ID 20000724.006] -DLEAKTEST problem
65211              
65212              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
65213              
65214              Add perlebcdic from Peter Prymmer, regen toc.
65215              
65216              Don't propose using modules built for 5.005 if no binary
65217              compatibility with 5.005 is attempted.
65218              
65219              Do not use prototyping here.
65220              Subject: [ID 20000817.016] [PATCH] Peek.xs
65221              
65222              Document what the backtick returns if the command fails.
65223              
65224              Add byteorder to the myconfig output.
65225              
65226              Introduce NVef, NVff, and NVgf, use the middle one.
65227              (helps for lib/peek + Linux + long doubles)  Reported in
65228              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
65229              Use NVs in POSIX math, not doubles.
65230              Subject: [ID 20000817.014] POSIX & modfl
65231              
65232              Subject: [PATCH 5.6.0+] newSVrv() memory leak
65233              
65234              The byteorder code in #6671 was wrong.
65235              
65236              Fix the lib/complex failure of
65237              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
65238              Linux long double accuracy issue: something that
65239              when printed with %g looks like "2" but int() of it is 1.
65240              
65241              Propagate new Configure vars.
65242              
65243              Unbuffer the output.
65244              
65245              Subject: [PATCH] perltrap.pod spring cleaning
65246              
65247              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
65248              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
65249              
65250              Tiny Getopt::Long patch from Johan Vromans.
65251              
65252              Document code point which makes if (defined %stash::) to work
65253              (noted by Spider Boardman).
65254              
65255              Subject: [PATCH perl@6698] cygwin port
65256              
65257              Document the NDBM_File and ODBM_File as SDBM_File
65258              was documented in #6417.
65259              
65260              The new tests were missing from #6415.
65261              
65262              Add [[:blank:]] as suggested in
65263              Subject: [ID 20000716.024] [=cc=] / [:blank:]
65264              (the [=cc=] has already been taken care of by #6439
65265              so the whole bug report can be closed)
65266              and make [[:space:]] to be equivalent to isspace(3)
65267              (as opposed to \s, which is isSPACE()).  The difference
65268              is that now [[:space:]] matches the mythical vertical tab,
65269              while \s doesn't.
65270              
65271              Don't eat leading os from index entries.
65272              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
65273              
65274              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
65275              
65276              Typo in pp_complement().
65277              Subject: [PATCH perl-current] Deparse
65278              
65279              Add warnif(), check warnings further up the stack,
65280              all the warnings functions now can take an optional object reference.
65281              Subject: [PATCH bleedperl@6691] warnings pragma update
65282              
65283              Fix a core dump in lib/selfloader under -DDEBUGGING.
65284              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
65285              
65286              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
65287              
65288              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
65289              
65290              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
65291              Put back the long double avoidance code to POSIX.xs
65292              because VMS seems to need it still.
65293              
65294              Introduce a 'veryclean' target that is like 'distclean'
65295              but also removes *~ and *.orig.
65296              
65297              Subject: [ID 20000817.023] endianness description in perlfunc.pod
65298              
65299              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
65300              
65301              Let's try #6717 again.
65302              
65303              UTF8 concat fixes.
65304              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
65305              
65306              pp_open() could pass an uninitialized filename down to do_open9().
65307              
65308              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
65309              
65310              Update to CGI 2.72, from Lincoln Stein.
65311              
65312              Subject: [PATCH] Silence MakeMaker (Was: installman)
65313              
65314              Use temporary directory instead of current directory.
65315              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
65316              
65317              Document odd vs even subreleases and -Dusedevel.
65318              
65319              The veryclean target needs to clobber.
65320              
65321              Use File::Spec->tmpdir().
65322              
65323              Document the number of exponent digits.
65324              
65325              Mention perlebcdic and perlposix-bc.
65326              
65327              s/this one/the 5.6.0 release/
65328              
65329              The #6724 is here.
65330              
65331              The correct cleaning order is an art.
65332              
65333              small tweaks for change#6705: avoid C++ style comments in C code;
65334              use Perl's malloc API rather than the low level system one
65335              
65336              Array context keeps slithering in.
65337              
65338              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
65339              
65340              Subject: [PATCH] os2.c fix for use64bitint
65341              
65342              Update to Pod::LaTeX 0.53.
65343              Subject: [PATCH] lib/Pod/LaTeX.pm updates
65344              
65345              Document the endianness of Alpha more precisely.
65346              
65347              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
65348              
65349              Rename the macro argument because some preprocessors
65350              can't tell the difference and expand arguments also inside
65351              double quoted strings.
65352              
65353              free TLS slot properly on Windows
65354              
65355              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
65356              
65357              Unicos/mk requires elaborate paranoia.
65358              
65359              Tweak the floating point output routine preferences.
65360              
65361              Also under djgpp the timestamps are funky.
65362              
65363              Apply some PodParser 1.18 patches; the Pod/Find.pm
65364              patches cannot be applied since #6712 conflicts.
65365              
65366              Use PodParser 1.18 new test.
65367              
65368              A pod nit.
65369              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
65370              
65371              Be verydeepclean.
65372      Branch: maint-5.6/perl
65373           +> pod/perlebcdic.pod
65374           !> (integrate 106 files)
65375 ____________________________________________________________________________
65376 [  7892] By: jhi                                   on 2000/11/27  15:02:32
65377         Log: Update Changes.
65378      Branch: perl
65379            ! Changes patchlevel.h
65380 ____________________________________________________________________________
65381 [  7891] By: jhi                                   on 2000/11/27  14:57:23
65382         Log: Subject: Re: perlfaq style changes
65383              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65384              Date: Sat, 25 Nov 2000 23:32:26 -0800
65385              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
65386              
65387              plus a note from Ronald Kimball.
65388      Branch: perl
65389            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
65390 ____________________________________________________________________________
65391 [  7890] By: jhi                                   on 2000/11/27  14:53:14
65392         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
65393              From: Benjamin Holzman <bah@ecnvantage.com>
65394              Date: Sun, 26 Nov 2000 16:27:33 -0500
65395              Message-ID: <20001126162733.J25040@ecnvantage.com>
65396      Branch: perl
65397            ! gv.c
65398 ____________________________________________________________________________
65399 [  7889] By: jhi                                   on 2000/11/27  14:43:11
65400         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
65401              From: lvirden@cas.org
65402              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
65403              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
65404      Branch: perl
65405            ! README.amiga
65406 ____________________________________________________________________________
65407 [  7888] By: jhi                                   on 2000/11/27  14:32:34
65408         Log: Restore also the locale test to no-sprintf-taint state.
65409              Fixes the bug 20001127.003.
65410      Branch: perl
65411            ! sv.c t/pragma/locale.t
65412 ____________________________________________________________________________
65413 [  7887] By: gsar                                  on 2000/11/27  14:13:05
65414         Log: integrate changes#6613..6616,6620..6665 from mainline
65415              
65416              VMS configure.com update continues.
65417              
65418              Subject: Test fails / warnings with perl-current #6612
65419              
65420              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
65421              
65422              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
65423              
65424              For now remove the mail code.
65425              
65426              Subject: Re: [PATCH] @+, @- readonly
65427              
65428              Subject: warning: storage class after type is obsolescent
65429              
65430              Subject: sfio2000
65431              
65432              Subject: Re: File::Temp problems on VMS in bleedperl
65433              
65434              README.os2 update.
65435              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
65436              
65437              Make the user to give up his firstborn, err, to knowingly
65438              verify installing an unstable developer release.  Also bump
65439              the release to 5.7.0, but leave a patch tag in the local
65440              patches saying that this is not yet the real thing.
65441              
65442              Update (kinda) to Test 1.14, from Joshua Pritikin.
65443              
65444              make ok etc also for win32.
65445              
65446              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
65447              
65448              Don't blow limited stacks, a lower number is enough to
65449              tickle the lookbehind limit.
65450              
65451              Use -Dusedevel; regen Configure and the respective Porting stuff.
65452              
65453              Subject: [PATCH] debugger exit code should reflect user exit code
65454              
65455              Subject: [PATCH perl@6620] cygwin port
65456              
65457              Missed a file from #6638.
65458              
65459              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)
65460              
65461              magic callbacks all need to have same type signature
65462              
65463              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
65464              
65465              Fix a dependency problem.
65466              Subject: [PATCH: 6640] VMS Makefile.SH update
65467              
65468              The numeric locale was reset to "C" by s?printf and never restored.
65469              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
65470              No test since adding the failing example to locale.t
65471              does not fail -- probably because the locale settings are so
65472              thoroughly tweaked by that time.  Running the example standalone
65473              does fail, though.  UPDATE: test case added at change #7540.
65474              
65475              Subject: [ID 20000324.040] minor fix to perlhpux.pod
65476              
65477              Update to CPAN 1.57.
65478              
65479              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
65480              
65481              Change the perlbug address to perl.org since it's more forgiving.
65482              
65483              Change the regx compilation error markers to use = instead of <
65484              since pod makes using the latter quite messy.  Reported in
65485              ID 20000814.006 by Abigail and in
65486              Subject: Unknown escape E<> ?
65487              
65488              Update to perldebtut 1.9, from Richard Foley.
65489              
65490              check that the number pseudo children doesn't exceed
65491              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
65492              the WaitForMultipleObjects() limit that would cause wait()
65493              to crash)
65494              wait() and waitpid() could potentially be rewritten to use
65495              more than one thread to do the waiting to eliminate this
65496              limitation
65497              
65498              change#6328 could make close(SOCKET) return false on windows
65499              when it shouldn't
65500              
65501              pod nit seen in passing
65502              
65503              on windows, the return values from wait() and waitpid() don't
65504              match those of pseudo-pids
65505              
65506              waitpid() now handles externally spawned pids correctly;
65507              fixes for backtick/wait/waitpid failures on Windows 9x
65508              these changes make the pid returned by process functions on
65509              Windows 9x always positive by clearing the high bit (which
65510              is always set on Win9x); pseudo-process PIDs are likewise
65511              always negative now on Win9x (just as on NT/2000)
65512              
65513              trailing new %ENV entries weren't being pushed into the real
65514              environment of subprocesses on Windows
65515              
65516              Tweak the regex compilation errors once more.
65517              
65518              avoid warnings from dense compiler
65519              
65520              add "ok" targets from change#6632 in makefile.mk
65521      Branch: maint-5.6/perl
65522            - lib/Pod/PlainText.pm vms/configure.com
65523           !> (integrate 66 files)
65524 ____________________________________________________________________________
65525 [  7886] By: jhi                                   on 2000/11/27  13:54:18
65526         Log: __FUNCTION__ isn't portable and trying to emulate it leads
65527              into practically spelling out the name of the function.
65528              Takes care of the bug 20001127.001.
65529      Branch: perl
65530            ! perlio.c
65531 ____________________________________________________________________________
65532 [  7885] By: gsar                                  on 2000/11/27  13:53:18
65533         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
65534              6610..6611 from mainline
65535              
65536              Make regular expression parse error messages easier to understand.
65537              Subject: Re: enhanced(?) regex error messages
65538              
65539              Tiny tidying on report_evil_fh().
65540              
65541              Subject: Re: enhanced(?) regex error messages 
65542              plus Capitalize the error messages, plus perldiag them.
65543              
65544              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
65545              
65546              Document here-doc better.
65547              
65548              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
65549              
65550              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
65551              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
65552              (either perlbug or p5p ate the original), plus regen
65553              perlapi and perltoc. 
65554              
65555              Regen global.sym.
65556              
65557              Double check that we have a dirhandle.
65558              
65559              Subject: Re: enhanced(?) regex error messages
65560              (plus two small patches sent privately)
65561              (this still seems to leave few test failures)
65562              
65563              warn is a macro, avoid using at a variable to avoid warnings
65564              in some configurations; readdir.t is too conservative in
65565              estimating number of *.t's
65566              
65567              Get back into sync with Jeffrey on the enhanced regex warnings.
65568              
65569              Subject: [PATCH 5.6.0] cygwin port
65570              
65571              Zero entries were skipped, fix from Adrian Goalby
65572              <argoalby@yahoo.co.uk>
65573              
65574              Subject: Remove dead entry in perldiag
65575              
65576              Amend the description of Perl6.
65577              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
65578              
65579              detypo
65580              
65581              It's the 2ndO'ROSSC.
65582              
65583              Revert the sv.c part of #6559, a better fix is needed.
65584              
65585              Iterating perl6 description.
65586              
65587              Update to Term::ANSIColor 1.03, from Russ Allbery.
65588              
65589              Update to Getopt::Long 2.23_05, from Johan Vromans.
65590              
65591              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
65592              
65593              Update to Pod::Parser 1.17, from Brad Appleton.
65594              
65595              Update to CPAN 1.56, from Andreas König.
65596              
65597              Update to CGI 2.70, from Lincoln Stein.
65598              
65599              Put back the std @INC thing.
65600              
65601              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
65602              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
65603              
65604              Document the IO::Select timeout.
65605              
65606              sleep(1) does not necessarily return 1.
65607              Subject: [PATCH bleadperl] op/lex_assign.t  
65608              
65609              Subject: debugger "d" command doesnt check line number
65610              
65611              B::Deparse didn't do sub attributes.
65612              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
65613              
65614              Preprocessing and postprocessing for File::Find.
65615              Subject: Patch to Find::File.pm to allow alphabetical results
65616              
65617              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
65618              
65619              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
65620              
65621              Subject: Re: [ID 20000730.003] utf8::length() bad
65622              
65623              Subject: Getting perlio and threads to compile
65624              (the Solaris version changes in Configure skipped)
65625              
65626              Tests for #6589.
65627              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
65628              
65629              Add Perl debugging tutorial, regen toc. 
65630              Subject: perldebtut.pod
65631              
65632              Add a few missing files, update MANIFEST.
65633              
65634              Rewrite of vms/subconfigure.com as configure.com,
65635              from Peter Prymmer and the vmsperl crew.
65636              
65637              Should have deleted this in #6603.
65638              
65639              Fix the test for 5005threads.
65640              
65641              Fix-n-skip the tests under 5005threads.
65642              
65643              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
65644              
65645              Upgrade to CGI 2.71, from Lincoln Stein.
65646      Branch: maint-5.6/perl
65647           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
65648           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
65649           +> t/op/regmesg.t t/pod/find.t vms/configure.com
65650            - vms/subconfigure.com
65651            ! lib/lib.pm
65652           !> (integrate 115 files)
65653 ____________________________________________________________________________
65654 [  7884] By: jhi                                   on 2000/11/27  13:44:33
65655         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
65656              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65657              Date:     Mon, 27 Nov 2000 08:23:54 EST
65658              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
65659      Branch: perl
65660            ! vms/descrip_mms.template vms/test.com
65661 ____________________________________________________________________________
65662 [  7883] By: gsar                                  on 2000/11/27  11:50:46
65663         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
65664              6511..6513,6515..6523,6525..6536
65665              
65666              The swallow_bom() saga continues.  The #23 of require.t
65667              (UTF16-LE) still fails (silently, no output) but the #22
65668              (UTF16-BE) seems to be working now.  The root of the
65669              failure may be in sv_gets(): is it UTF-16LE-aware,
65670              especially when it comes to line endings? 
65671              
65672              Document the problem with -P in HP-UX and its workaround.
65673              
65674              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
65675              (aka ID 20000730.002)
65676              
65677              Subject: fix and question re: waitpid() under win32
65678              
65679              Make the safety catch for buggy gccs work with triple version
65680              numbers like 2.95.2.  Reported in
65681              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
65682              
65683              In Digital UNIX warn if gcc explicitly chosen because even
65684              2.95.2 is known to cause problems.
65685              
65686              Make chr() for values >127 to create utf8 when under utf8.
65687              
65688              various syntax errors and such (not fixed: comp/require.t#22 coredump
65689              on Windows)
65690              
65691              Stash away the largefiles flags and libswanted.
65692              
65693              BOM patching from Simon Cozens.
65694              
65695              If gccosandvers is equal to osname, clear gccosandvers.
65696              
65697              Make p4desc to skip non-mainperl branches by default.
65698              
65699              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
65700              
65701              The test from this
65702              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
65703              
65704              In new BSDs changes to argv[] do not show up in ps(1) output,
65705              instead one must use setproctitle().  This was already addressed
65706              by change #6457, but the below has a new variant for FreeBSD 4.0
65707              or later, and the matter is also documented more.
65708              
65709              FreeBSD 3.* updates from
65710              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
65711              
65712              regen_headers, regen perltoc.
65713              
65714              Document in one place the memory abstractions used in Perl core.
65715              
65716              memcpy has n o in it, as pinted ut by Sarathy.
65717              
65718              Remove the extraneous "main::" prefix from all the
65719              "opened only for", "on closed", and "never opened" warnings.
65720              
65721              The name of a filehandle does not have <these>.
65722              
65723              The tr utf8 patching continues.
65724              
65725              The new setproctitle() feature is available only in 
65726              bleeding edge FreeBSD.  From Paul Saab.
65727              
65728              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
65729              
65730              Dump UVs as UVs in Data::Dumper.
65731              
65732              detypo #6494
65733              
65734              Document the IVdf UVuf UVof UVxf.
65735              
65736              require.t needs binmode() to work on windows
65737              
65738              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
65739              that are hopefully soon put into use.
65740              
65741              Allow "no Module;" even if there is no 'unimport'.
65742              
65743              Better skip message for the test; one of the two problems in
65744              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
65745              
65746              The subtest 4 may fail also on VOBS, as pointed out
65747              by Nick Ing-Simmons in November 1999, bug id 19991124.003
65748              (but the failure in that bug report isn't the subtest 4).
65749              
65750              Be more informative on what is skipped and why,
65751              also repeat the list at the end.
65752              
65753              Add a URL for FSF.
65754              
65755              Subject: [PATCH] sv.h documentation - SvLEN
65756              
65757              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
65758              
65759              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
65760              
65761              Subject: [PATCH] bad cppsymbols on os2 + Configure question
65762              
65763              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
65764              
65765              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
65766              mention the idea of @( and @)
65767              
65768              This is 6512.  Really.
65769              
65770              Subject: [ID 19990721.004] Documentation bug in perlfunc
65771              
65772              Subject: Minor tweak to perlvar.pod
65773              
65774              In the warnings call filehandles consistently so;
65775              add "unopened" warning for stat().
65776              
65777              After the #6519 a warning about stat() is just that,
65778              not about a filetest, which now have their own warning.
65779              
65780              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
65781              
65782              Subject: Re: Array vs. List context
65783              
65784              Subject: New perlcc, take 2
65785              
65786              Weed buglets pointed out by
65787              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
65788              
65789              gcc versions might have (parentheses) in them.
65790              
65791              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
65792              
65793              Essential prototype changes were missing from #6527.
65794              Also make report_evil_fh() more bomb-proof.
65795              
65796              Zap lib/Sys directory when cleaning up.
65797              
65798              Change the Policy policy: now -Dprefix= with an existing
65799              Policy.sh and prefix == siteprefix == vendorprefix, then all
65800              of them follow along the new prefix.
65801              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
65802              
65803              Continue fixing the io warnings.  This also
65804              sort of fixes bug ID 20000802.003: the core dump
65805              is no more.  Whether the current behaviour is correct
65806              (giving a warning: "Not a format reference"), is another matter.
65807              
65808              Have symbols for the IoTYPEs.
65809              
65810              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
65811              
65812              Document a bit that UDP is not what you might think.
65813              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
65814              tr memory corruption fix from Simon Cozens.
65815              
65816              Plug the security hole described in the Aug 05 2000 bugtraq message
65817              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
65818              The security hole exists only in suidperls, which isn't
65819              installed or even built by default.
65820      Branch: maint-5.6/perl
65821           !> (integrate 71 files)
65822 ____________________________________________________________________________
65823 [  7882] By: gsar                                  on 2000/11/27  10:25:36
65824         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
65825              from mainline
65826              
65827              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
65828              to be fatal errors (instead of by default ignoring them, and
65829              ignoring with a bug: even though -w gave an error, the opening [
65830              was left in)  Reported in:
65831              
65832              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
65833              
65834              Subject: [PATCH] split /^/
65835              
65836              MacOS nits from Matthias Neeracher.
65837              
65838              More split() doc and test patches from Mike Guy.
65839              
65840              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
65841              from Graham Barr in the module list.
65842              
65843              docfix from Peter Scott <Peter@PSDT.com>.
65844              
65845              File::Temp patches for VMS and OS/2 from Tim Jenness.
65846              
65847              open() wariness in perlbug.
65848              
65849              Subject: [PATCH] minor doc change - perlguts
65850              
65851              Subject: Minor doc patch: handy.h
65852              
65853              Be wary of close()s, too.
65854              
65855              Further File::Temp patches from Yitzchak Scott-Thoennes
65856              and Craig A. Berry.
65857              
65858              Subject: [PATCH] fixes bug 20000508.004
65859              
65860              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
65861              
65862              Allow "no AutoLoader;", based on change #6444,
65863              suggested by Graham Barr.
65864              
65865              Use setproctitle() if available to modify $0.
65866              
65867              Warn if the version of the operating system used to compile gcc
65868              differs from the current version of the operating system.
65869              Also display the gcc compilation os and version in myconfig.
65870              Inspiration from
65871              
65872              Tiny fixes for #6460.
65873              
65874              The problem described in this
65875              Subject: [ID 20000322.018] named chars aren't magical enough
65876              has been fixed in perl 5.6.0 but just in case added a test
65877              to keep it away.  (The report from Joseph Hall.)
65878              
65879              Tune the comments and hopefully stop a memory leak.
65880              
65881              Subject: UTF8 concat
65882              (with a memory leak fixed, plus a few casts added)
65883              This also seems to help for
65884              Subject: [ID 20000716.015] join UTF8 weirdness
65885              
65886              Do not upgrade SVs into utf8 just because they participate
65887              in eq or cmp.  Reported and fix suggested in
65888              Subject: [ID 20000720.009] sv_eq UTF8 bug
65889              
65890              Fix the HALF_UPGRADE() macro introduced in #6263.
65891              
65892              Find green threads before native threads.
65893              Subject: Re: Patch to jpl/JNI/Makefile.PL
65894      Branch: maint-5.6/perl
65895           !> (integrate 30 files)
65896 ____________________________________________________________________________
65897 [  7881] By: jhi                                   on 2000/11/27  05:48:41
65898         Log: It seems that *both* the unused submatch loop cleanup
65899              codes are needed.
65900      Branch: perl
65901            ! regexec.c
65902 ____________________________________________________________________________
65903 [  7880] By: jhi                                   on 2000/11/27  04:50:07
65904         Log: Clean .exists deeper.
65905      Branch: perl
65906            ! Makefile.SH
65907 ____________________________________________________________________________
65908 [  7879] By: jhi                                   on 2000/11/27  02:31:35
65909         Log: The code in regcppop() (see #7878) contains the correct lower
65910              limit for the unused submatch 'cleanup' loop so that under
65911              "use utf8" the following code wouldn't dump core:
65912              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
65913              the cleanup loop in regtry() stomped beyond allocated area
65914              in the startp[] array.  Therefore, copied the correct lower
65915              loop limit (*PL_reglastparen) to regtry().  Note: something
65916              may still not be quite right: why was the _higher_ loop limit
65917              (prog->nparens) different in the utf8 case?
65918              
65919              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
65920              without core dumps, there were about 17 of them before
65921              the patch (with us since Perl 5.7.0).  Two failures, still:
65922              496 and 505 (though these may not be severe).
65923              
65924              Patch #7881 is also needed since both the cleanup loops
65925              seem to be needed.
65926              
65927              Also, the t/op/pat#44 seems to core dump under utf8.
65928              Plus a couple of failures.  UGH-8.
65929      Branch: perl
65930            ! regexec.c
65931 ____________________________________________________________________________
65932 [  7878] By: jhi                                   on 2000/11/27  02:21:17
65933         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
65934              the code in regcppop() seems to be redundant for the test suite --
65935              but it contains a germ of truth, and it needed for the build
65936              process itself: see #7879 and #7881.
65937      Branch: perl
65938            ! regexec.c
65939 ____________________________________________________________________________
65940 [  7877] By: jhi                                   on 2000/11/27  01:53:09
65941         Log: Comment on comment.
65942      Branch: perl
65943            ! regexec.c
65944 ____________________________________________________________________________
65945 [  7876] By: jhi                                   on 2000/11/27  00:49:59
65946         Log: Adjust the docs to agree with #7875.
65947      Branch: perl
65948            ! pod/perllocale.pod
65949 ____________________________________________________________________________
65950 [  7875] By: jhi                                   on 2000/11/27  00:49:27
65951         Log: Retract #7863.  It makes more sense not to taint formatted output,
65952              not even by sprintf().
65953      Branch: perl
65954            ! sv.c
65955 ____________________________________________________________________________
65956 [  7874] By: jhi                                   on 2000/11/26  23:36:02
65957         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
65958              Not really fixed (should really dump the UTF-8 charclass),
65959              but stopped displaying the garbage.
65960              
65961              Also add a note on the (missing) Unicode PSXSPC and BLANK.
65962      Branch: perl
65963            ! regcomp.c
65964 ____________________________________________________________________________
65965 [  7873] By: jhi                                   on 2000/11/26  21:31:13
65966         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
65967      Branch: perl
65968            ! regexec.c
65969 ____________________________________________________________________________
65970 [  7872] By: jhi                                   on 2000/11/26  21:06:04
65971         Log: No need to scan till infinity, 13 is enough.
65972      Branch: perl
65973            ! handy.h utf8.c
65974 ____________________________________________________________________________
65975 [  7871] By: jhi                                   on 2000/11/26  20:20:32
65976         Log: Test line numbers are different with utf8.
65977      Branch: perl
65978            ! t/op/re_tests
65979 ____________________________________________________________________________
65980 [  7870] By: jhi                                   on 2000/11/26  20:10:12
65981         Log: Message nit.
65982      Branch: perl
65983            ! regcomp.c
65984 ____________________________________________________________________________
65985 [  7869] By: jhi                                   on 2000/11/26  19:01:05
65986         Log: Make utf8_length() and utf8_distance() (the latter of which
65987              is unused at the moment) to be less forgiving about bad UTF-8.
65988      Branch: perl
65989            ! embed.h embed.pl objXSUB.h proto.h utf8.c
65990 ____________________________________________________________________________
65991 [  7868] By: jhi                                   on 2000/11/26  18:45:56
65992         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
65993              From: Benjamin Holzman <bah@ecnvantage.com>
65994              Date: Sat, 25 Nov 2000 20:40:20 -0500       
65995              Message-ID: <20001125204020.A25040@ecnvantage.com>              
65996              
65997              Debian allows installing /usr/bin/locale without installing
65998              any locales, an error message will ensue.
65999      Branch: perl
66000            ! t/pragma/locale.t
66001 ____________________________________________________________________________
66002 [  7867] By: jhi                                   on 2000/11/26  18:31:12
66003         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
66004              From: Benjamin Holzman <bah@ecnvantage.com>
66005              Date: Sun, 26 Nov 2000 02:42:34 -0500
66006              Message-ID: <20001126024234.G25040@ecnvantage.com>
66007              
66008              Patch for the bug 20000212.002.
66009      Branch: perl
66010            ! sv.c t/op/array.t
66011 ____________________________________________________________________________
66012 [  7866] By: jhi                                   on 2000/11/26  18:28:09
66013         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
66014              From: Tim Jenness <t.jenness@jach.hawaii.edu>
66015              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
66016              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
66017              
66018              File::Temp 0.11.
66019      Branch: perl
66020            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
66021 ____________________________________________________________________________
66022 [  7865] By: jhi                                   on 2000/11/26  18:24:22
66023         Log: The metaconfig unit change for #7864.
66024      Branch: metaconfig/U/perl
66025            ! need_va_copy.U
66026 ____________________________________________________________________________
66027 [  7864] By: jhi                                   on 2000/11/26  18:23:41
66028         Log: Make the va_copy() test not to be so talkative.
66029      Branch: perl
66030            ! Configure config_h.SH
66031 ____________________________________________________________________________
66032 [  7863] By: jhi                                   on 2000/11/26  18:11:02
66033         Log: Fix locale inconsistencies unearthed by Hugo's work.
66034              Now the floating point sprintf really does taint the result
66035              string as perllocale promises (has promised for a long time)
66036              if "use locale" is in the lexical scope.
66037      Branch: perl
66038            ! sv.c t/pragma/locale.t
66039 ____________________________________________________________________________
66040 [  7862] By: jhi                                   on 2000/11/26  00:35:15
66041         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
66042              From: Nicholas Clark <nick@ccl4.org>
66043              Date: Sun, 26 Nov 2000 00:07:50 +0000
66044              Message-ID: <20001126000750.A22446@plum.flirble.org>
66045              
66046              Infinit.
66047      Branch: perl
66048            ! sv.c
66049 ____________________________________________________________________________
66050 [  7861] By: jhi                                   on 2000/11/26  00:01:26
66051         Log: Integrate perlio.
66052      Branch: perl
66053           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
66054 ____________________________________________________________________________
66055 [  7860] By: nick                                  on 2000/11/25  22:04:17
66056         Log: Correct relative path from new ext\Filter\Util\Call location
66057              back to miniperl.
66058      Branch: perlio
66059            ! win32/makefile.mk
66060 ____________________________________________________________________________
66061 [  7859] By: nick                                  on 2000/11/25  21:26:54
66062         Log: Integrate mainline.
66063      Branch: perlio
66064           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
66065           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
66066           +> t/lib/filter-util.t
66067            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
66068            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
66069            - t/lib/filt-util.t
66070           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
66071           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
66072           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
66073           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
66074           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
66075           !> win32/makefile.mk
66076 ____________________________________________________________________________
66077 [  7858] By: gsar                                  on 2000/11/25  20:52:17
66078         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
66079              parent's memory; fix it by keeping track of the actual pad
66080              offset rather than a raw pointer (this change is probably also
66081              relevant to non-ithreads case to avoid fallout from reallocs of
66082              the pad array, but is currently only enabled for the ithreads
66083              case in the interests of minimal disruption to existing "well
66084              tested" code)
66085      Branch: perl
66086            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
66087            ! proto.h scope.c scope.h sv.c t/op/fork.t
66088 ____________________________________________________________________________
66089 [  7857] By: nick                                  on 2000/11/25  20:01:28
66090         Log: All tests pass on Win32/gcc/USE_PERLIO.
66091              - when crlf layer is pushed make unix-level binary.
66092              - remove :crlf injection in pp_backtick in pp_sys.c
66093              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
66094      Branch: perlio
66095            ! doio.c perlio.c pp_sys.c win32/makefile.mk
66096 ____________________________________________________________________________
66097 [  7856] By: jhi                                   on 2000/11/25  18:38:30
66098         Log: Update the metaconfig units for #7855.
66099      Branch: metaconfig/U/perl
66100            ! useperlio.U usesocks.U
66101 ____________________________________________________________________________
66102 [  7855] By: jhi                                   on 2000/11/25  18:37:54
66103         Log: Undo the SOCKS workarounds, instead start using PerlIO
66104              if SOCKS is selected.
66105              
66106              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
66107              From: Jens Hamisch <jens@Strawberry.COM>
66108              Date: Fri, 24 Nov 2000 18:31:30 +0100
66109              Message-ID: <20001124183130.E28337@Strawberry.COM>
66110              
66111              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
66112              From: Jens Hamisch <jens@Strawberry.COM>
66113              Date: Fri, 24 Nov 2000 19:11:51 +0100
66114              Message-ID: <20001124191151.A28753@Strawberry.COM>
66115      Branch: perl
66116            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
66117            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
66118 ____________________________________________________________________________
66119 [  7854] By: jhi                                   on 2000/11/25  17:39:08
66120         Log: Undo #7848.  Some of the code seems to use walkoptree(),
66121              some walkoptree_slow().  An unfinished renaming?
66122              Now the sub is walkoptree() (which is @EXPORT_OK),
66123              the walkoptree_slow() is a typeglob alias to walkoptree.
66124              This makes the tests to pass, at least.
66125      Branch: perl
66126            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
66127 ____________________________________________________________________________
66128 [  7853] By: nick                                  on 2000/11/24  22:24:33
66129         Log: Re-arrange crlf vs binary for platforms that care.
66130              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
66131              Lip-service to making stdio layer work on such platforms (untested).
66132              Now fails 3 tests rather than one, checkin to see if I can debug 
66133              the issue under linux. (Do not merge.)
66134      Branch: perlio
66135            ! doio.c perlio.c perliol.h
66136 ____________________________________________________________________________
66137 [  7852] By: jhi                                   on 2000/11/24  18:57:39
66138         Log: AUTHORS edits.
66139      Branch: perl
66140            ! AUTHORS
66141 ____________________________________________________________________________
66142 [  7851] By: jhi                                   on 2000/11/24  17:34:56
66143         Log: Add Jan-Erik Karlsson.
66144      Branch: perl
66145            ! AUTHORS
66146 ____________________________________________________________________________
66147 [  7850] By: jhi                                   on 2000/11/24  17:27:56
66148         Log: Configure should find stdchar on its own.
66149      Branch: perl
66150            ! hints/solaris_2.sh
66151 ____________________________________________________________________________
66152 [  7849] By: jhi                                   on 2000/11/24  17:24:55
66153         Log: Subject: PATCH over 7848: Filter test flawed
66154              From: andreas.koenig@anima.de (Andreas J. Koenig)
66155              Date: 24 Nov 2000 10:28:29 +0100
66156              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
66157      Branch: perl
66158            ! t/lib/filter-util.t
66159 ____________________________________________________________________________
66160 [  7848] By: jhi                                   on 2000/11/24  17:22:15
66161         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
66162              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
66163              Date: Fri, 24 Nov 2000 16:12:58 +0000
66164              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
66165      Branch: perl
66166            ! ext/B/B.pm
66167 ____________________________________________________________________________
66168 [  7847] By: jhi                                   on 2000/11/24  03:07:01
66169         Log: Integrate perlio.
66170      Branch: perl
66171           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
66172           !> win32/makefile.mk
66173 ____________________________________________________________________________
66174 [  7846] By: gsar                                  on 2000/11/24  00:55:57
66175         Log: integrate changes#6415..6418,6420..6438 from mainline
66176              
66177              Fix the bitvector ops for utf8 (tricky since past 7 bits
66178              the utf8 'characters' can be more than one octet).
66179              
66180              MPE/ix updates for perl 5.6.0 from Mark Bixby.
66181              
66182              Subject: SDBM_File documentation
66183              
66184              Detypo.
66185              
66186              Decutandpasto.
66187              
66188              Send all installperl messages to STDERR and be -w clean.
66189              
66190              Out-of-date note removed.
66191              
66192              Protect against "wild next"s, that is, callbacks doing "next"
66193              instead of "return".
66194              
66195              Use STDOUT consistently.
66196              
66197              The output might have been produced in the wrong order.
66198              
66199              A missing 'break' after the [[:space:]] switch case.
66200              
66201              Add tests for
66202              [ID 19991110.003] another matching finding by pcre author
66203              which has already been fixed by some patch, as verified in
66204              
66205              Documentation to explain the behaviour of map().
66206              
66207              Add an optimization for map-maps-a-list-element-to-more-list-elements
66208              case, but add also notes explaining the relationship of this
66209              patch and the earlier notes by Sarathy.
66210              
66211              Subject: [ID 20000716.023] syslog test fails without sockets
66212              
66213              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
66214              Test cases for #6431.
66215              
66216              File::Spec::VMS fixup for tmpdir from Craig Berry.
66217              
66218              Make the "uninit variable" warning to say "concat or string"
66219              or "join or string" when in concat or join .
66220              
66221              Get UTF16 BOMs working.  Patch from
66222              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
66223              
66224              Subject: [PATCH] Make large file tests deal with SIGXFSZ
66225              
66226              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
66227              
66228              Subject: [PATCH] av.c apidoc
66229      Branch: maint-5.6/perl
66230           !> (integrate 43 files)
66231 ____________________________________________________________________________
66232 [  7845] By: gsar                                  on 2000/11/24  00:20:45
66233         Log: integrate changes#6406..6414 from mainline
66234              
66235              Merge perlhacktut into perlhack, update perlguts.
66236              
66237              Fix AutoSplit to use File::Spec the right way in VMS,
66238              from Peter Prymmer.
66239              
66240              The bug report
66241              [ID 19991110.002] minimal matching discrepancy found by pcre author
66242              seems to have been fixed (though differently from what was suggested
66243              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
66244              
66245              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
66246              not in pod, from Peter Prymmer
66247              
66248              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
66249              From: Hugo <hv@crypt.compulink.co.uk>
66250              Date: Fri, 14 Jul 2000 23:05:20 +0100
66251              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
66252              
66253              Didn't anymore apply, but that point still could use another fix.
66254              
66255              lib/b test fixes from Peter Prymmer.
66256              
66257              More docs for sv functions.
66258              
66259              perlvms.pod whitespace cleanup to keep pod utils happy.
66260              
66261              another VMS build tweak from Peter Prymmer
66262      Branch: maint-5.6/perl
66263           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
66264           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
66265           !> vms/descrip_mms.template vms/perlvms.pod
66266 ____________________________________________________________________________
66267 [  7844] By: nick                                  on 2000/11/23  23:42:45
66268         Log: Win32/perlio Now just fails one io/argv.t test - lack 
66269              of default :crlf on standard streams.
66270      Branch: perlio
66271            ! doio.c perlio.c
66272 ____________________________________________________________________________
66273 [  7843] By: nick                                  on 2000/11/23  23:04:05
66274         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
66275              peek fail is showing a real problem (multiple crlf layers
66276              are getting pushed.)
66277      Branch: perlio
66278            ! doio.c perlio.c win32/makefile.mk
66279 ____________________________________________________________________________
66280 [  7842] By: nick                                  on 2000/11/23  19:46:23
66281         Log: Implement PerlIO_binmode()
66282              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
66283              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
66284              make binmode in t/lib/io_tell.t unconditional so that works.
66285              Checkin just so Win32 machine can see these changes.
66286      Branch: perlio
66287            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
66288 ____________________________________________________________________________
66289 [  7841] By: jhi                                   on 2000/11/23  19:30:00
66290         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
66291      Branch: perl
66292            ! README.amiga
66293 ____________________________________________________________________________
66294 [  7840] By: jhi                                   on 2000/11/23  17:18:02
66295         Log: SOCKS wrestling continues, patches from Jens Hamisch.
66296      Branch: perl
66297            ! doio.c embed.h embed.pl perlsdio.h proto.h
66298 ____________________________________________________________________________
66299 [  7839] By: jhi                                   on 2000/11/23  16:54:14
66300         Log: Push Filter::Util::Call one level deeper.
66301      Branch: perl
66302            + t/lib/filter-util.t
66303           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
66304           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
66305            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
66306            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
66307            - t/lib/filt-util.t
66308            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
66309            ! win32/Makefile win32/makefile.mk
66310 ____________________________________________________________________________
66311 [  7838] By: jhi                                   on 2000/11/23  16:52:40
66312         Log: Reach back one higher up when searching for PERL_SRC.
66313      Branch: perl
66314            ! lib/ExtUtils/MM_Unix.pm
66315 ____________________________________________________________________________
66316 [  7837] By: jhi                                   on 2000/11/23  16:05:41
66317         Log: Subject: Re: perl@7826
66318              Date: Thu, 23 Nov 2000 02:20:25 -0600
66319              From: "Craig A. Berry" <craigberry@mac.com>
66320              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
66321              
66322              Make VMS to like Filter::Util::Call. 
66323      Branch: perl
66324            ! configure.com ext/Filter/Util/Makefile.PL
66325 ____________________________________________________________________________
66326 [  7836] By: nick                                  on 2000/11/23  16:04:08
66327         Log: Implement crlf layer - not ready for merge.
66328      Branch: perlio
66329            ! perlio.c win32/makefile.mk
66330 ____________________________________________________________________________
66331 [  7835] By: jhi                                   on 2000/11/23  15:56:52
66332         Log: STDCHAR is different in Sparc v9 vs x86.
66333      Branch: perl
66334            ! hints/solaris_2.sh
66335 ____________________________________________________________________________
66336 [  7834] By: jhi                                   on 2000/11/23  15:50:47
66337         Log: The type needs to be visible to protos.
66338      Branch: perl
66339            ! perl.h
66340 ____________________________________________________________________________
66341 [  7833] By: jhi                                   on 2000/11/23  15:40:46
66342         Log: Finish unfinished SOCKS workaround changes.
66343      Branch: perl
66344            ! doio.c
66345 ____________________________________________________________________________
66346 [  7832] By: jhi                                   on 2000/11/23  15:33:30
66347         Log: Integrate perlio.
66348      Branch: perl
66349           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
66350           !> win32/makefile.mk
66351 ____________________________________________________________________________
66352 [  7831] By: nick                                  on 2000/11/23  10:31:07
66353         Log: Correct makefile.mk dependancies for ext/Filter/Util
66354              Build ext/Encode
66355              Run dmake regen_config_h
66356      Branch: perlio
66357            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66358            ! win32/makefile.mk
66359 ____________________________________________________________________________
66360 [  7830] By: nick                                  on 2000/11/23  08:05:07
66361         Log: Integrate mainline
66362      Branch: perlio
66363           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
66364           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
66365           +> t/lib/filt-util.pl t/lib/filt-util.t
66366           !> (integrate 41 files)
66367 ____________________________________________________________________________
66368 [  7829] By: gsar                                  on 2000/11/23  03:07:11
66369         Log: build the Filter extension on windows
66370      Branch: perl
66371            ! win32/Makefile win32/makefile.mk
66372 ____________________________________________________________________________
66373 [  7828] By: gsar                                  on 2000/11/23  02:46:35
66374         Log: regenerate win32/config* and fix some inconsistencies in the
66375              makefiles; always export Perl_deb() because it is needed
66376              by ext/re/* (whether perl itself is built with -DDEBUGGING
66377              or not)
66378      Branch: perl
66379            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
66380            ! win32/config_H.vc win32/makefile.mk
66381 ____________________________________________________________________________
66382 [  7827] By: gsar                                  on 2000/11/23  02:18:38
66383         Log: get sources building on windows+MSVC again (untested with other
66384              compilers)
66385      Branch: perl
66386            ! win32/include/sys/socket.h win32/perllib.c
66387 ____________________________________________________________________________
66388 [  7826] By: jhi                                   on 2000/11/23  01:18:26
66389         Log: Update Changes.
66390      Branch: perl
66391            ! Changes patchlevel.h
66392 ____________________________________________________________________________
66393 [  7825] By: jhi                                   on 2000/11/23  00:20:41
66394         Log: Subject: Re: av.c patch (having slight problems)
66395              From: "Ben Tilly" <ben_tilly@hotmail.com>
66396              Date: Tue, 21 Nov 2000 23:29:31 -0500
66397              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
66398              
66399              unshift() speedup.
66400      Branch: perl
66401            ! av.c
66402 ____________________________________________________________________________
66403 [  7824] By: jhi                                   on 2000/11/22  23:59:15
66404         Log: Fixes for signedness warnings noticed by VMSperlers.
66405      Branch: perl
66406            ! ext/Storable/Storable.xs regcomp.c sv.c
66407 ____________________________________________________________________________
66408 [  7823] By: jhi                                   on 2000/11/22  23:19:31
66409         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
66410              From: Peter Prymmer <pvhp@forte.com>
66411              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
66412              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
66413      Branch: perl
66414            ! t/pragma/warn/pp_hot
66415 ____________________________________________________________________________
66416 [  7822] By: jhi                                   on 2000/11/22  22:52:20
66417         Log: Be clean.
66418      Branch: perl
66419            ! Makefile.SH
66420 ____________________________________________________________________________
66421 [  7821] By: jhi                                   on 2000/11/22  22:46:39
66422         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
66423              by Damian Conway, as suggested by Paul Marquess.
66424      Branch: perl
66425            + lib/Filter/Simple.pm
66426 ____________________________________________________________________________
66427 [  7820] By: jhi                                   on 2000/11/22  22:45:51
66428         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
66429      Branch: perl
66430            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
66431            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
66432            + t/lib/filt-util.t
66433            ! MANIFEST
66434 ____________________________________________________________________________
66435 [  7819] By: jhi                                   on 2000/11/22  22:03:27
66436         Log: Integrate perlio.
66437      Branch: perl
66438           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
66439           !> win32/makefile.mk
66440 ____________________________________________________________________________
66441 [  7818] By: jhi                                   on 2000/11/22  21:56:02
66442         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
66443      Branch: perl
66444            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
66445            ! t/lib/io_sock.t
66446 ____________________________________________________________________________
66447 [  7817] By: jhi                                   on 2000/11/22  21:39:49
66448         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
66449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66450              Date: Wed, 22 Nov 2000 16:08:12 -0500
66451              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
66452      Branch: perl
66453            ! lib/ExtUtils/Liblist.pm
66454 ____________________________________________________________________________
66455 [  7816] By: jhi                                   on 2000/11/22  21:38:25
66456         Log: Go ahead and #include <unistd.h> in perl.h.
66457      Branch: perl
66458            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
66459            ! util.c
66460 ____________________________________________________________________________
66461 [  7815] By: jhi                                   on 2000/11/22  21:22:52
66462         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
66463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66464              Date: Mon, 20 Nov 2000 18:30:52 -0500
66465              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
66466      Branch: perl
66467            ! pod/perlre.pod regcomp.c t/op/re_tests
66468 ____________________________________________________________________________
66469 [  7814] By: jhi                                   on 2000/11/22  21:21:46
66470         Log: Subject: [PATCH 5.7.0] Liblist finally works
66471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66472              Date: Tue, 21 Nov 2000 22:02:17 -0500
66473              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
66474      Branch: perl
66475            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
66476            ! lib/ExtUtils/MakeMaker.pm
66477 ____________________________________________________________________________
66478 [  7813] By: jhi                                   on 2000/11/22  21:20:23
66479         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
66480              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66481              Date: Wed, 22 Nov 2000 17:53:15 +0100
66482              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
66483              
66484              AIX dynaloader and perlio patch.
66485      Branch: perl
66486            ! ext/DynaLoader/dl_aix.xs
66487 ____________________________________________________________________________
66488 [  7812] By: jhi                                   on 2000/11/22  21:17:52
66489         Log: (Accidentally empty patch.)
66490      Branch: perl
66491            ! av.c
66492 ____________________________________________________________________________
66493 [  7811] By: jhi                                   on 2000/11/22  21:16:31
66494         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
66495              From: Peter Prymmer <pvhp@forte.com>
66496              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
66497              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
66498      Branch: perl
66499            ! vms/test.com
66500 ____________________________________________________________________________
66501 [  7810] By: jhi                                   on 2000/11/22  21:15:36
66502         Log: Subject: Re: perl@7777 
66503              From: "John P. Linderman" <jpl@research.att.com>
66504              Date: Wed, 22 Nov 2000 13:11:11 -0500
66505              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
66506              
66507              Detypoing.
66508      Branch: perl
66509            ! lib/CPAN.pm
66510 ____________________________________________________________________________
66511 [  7809] By: jhi                                   on 2000/11/22  21:14:19
66512         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
66513              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66514              Date:     Wed, 22 Nov 2000 13:51:37 EST
66515              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
66516      Branch: perl
66517            ! perlsdio.h
66518 ____________________________________________________________________________
66519 [  7808] By: jhi                                   on 2000/11/22  21:13:27
66520         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
66521              From: Casey Tweten <crt@kiski.net>
66522              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
66523              Message-Id: <200011201653.LAA10194@home.kiski.net>
66524      Branch: perl
66525            ! t/lib/io_udp.t
66526 ____________________________________________________________________________
66527 [  7807] By: jhi                                   on 2000/11/22  21:12:35
66528         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
66529              From: Casey Tweten <crt@kiski.net>
66530              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
66531              Message-Id: <200011201636.LAA07227@home.kiski.net>
66532      Branch: perl
66533            ! t/lib/io_sock.t
66534 ____________________________________________________________________________
66535 [  7806] By: jhi                                   on 2000/11/22  21:10:59
66536         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
66537              From: "Casey R. Tweten" <crt@kiski.net>
66538              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
66539              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
66540      Branch: perl
66541            ! utils/h2xs.PL
66542 ____________________________________________________________________________
66543 [  7805] By: nick                                  on 2000/11/22  21:05:06
66544         Log: Integrate mainline
66545      Branch: perlio
66546           !> Changes Porting/genlog ext/DB_File/DB_File.xs
66547           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
66548           !> utils/perlbug.PL
66549 ____________________________________________________________________________
66550 [  7804] By: jhi                                   on 2000/11/22  21:01:12
66551         Log: Subject: [PATCH] Test.pm POD peculiarity
66552              From: "Casey R. Tweten" <crt@kiski.net>
66553              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
66554              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
66555      Branch: perl
66556            ! lib/Test.pm
66557 ____________________________________________________________________________
66558 [  7803] By: jhi                                   on 2000/11/22  20:59:59
66559         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
66560              From: "Philip Newton" <pnewton@gmx.de>
66561              Date: Wed, 22 Nov 2000 14:25:53 +0100
66562              Message-Id: <3A1BD771.25462.1939FAD@localhost>
66563              
66564              Be case-understanding also on 's', and use the -oi of sendmail
66565              not to terminate the transmission on a lone '.'.
66566      Branch: perl
66567            ! utils/perlbug.PL
66568 ____________________________________________________________________________
66569 [  7802] By: nick                                  on 2000/11/22  20:51:42
66570         Log: Win32 PerlIO intermediate state now working as expected.
66571              - In current state we are still using C runtime in text/binary
66572              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
66573              - PERLIO=stdio and PERLIO=unix pass all expected tests.
66574              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
66575              and PerlIO_seek() and the dummy crlf layer is not making adjustments
66576              for CRLF translation happening in C runtime. All other tests pass.
66577              
66578              Added note to README.win32 to point out the snags of doing a perl build
66579              with Norton AntiVirus turned on.
66580              
66581              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
66582              which file a fail comes from.
66583              
66584              Updated "canned" config.h to match the one generated.
66585      Branch: perlio
66586            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
66587            ! win32/makefile.mk
66588 ____________________________________________________________________________
66589 [  7801] By: jhi                                   on 2000/11/22  06:50:20
66590         Log: Nickety nits.
66591      Branch: perl
66592            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
66593 ____________________________________________________________________________
66594 [  7800] By: jhi                                   on 2000/11/22  01:29:55
66595         Log: Changes had accidentally gone too silent on non-main branches.
66596      Branch: perl
66597            ! Changes Porting/genlog patchlevel.h
66598 ____________________________________________________________________________
66599 [  7799] By: gsar                                  on 2000/11/22  01:02:56
66600         Log: some lib_pm.PL changes snuck in via change#7772
66601      Branch: maint-5.6/perl
66602            ! Makefile.SH
66603 ____________________________________________________________________________
66604 [  7798] By: nick                                  on 2000/11/21  21:59:40
66605         Log: Integrate mainline
66606      Branch: perlio
66607           !> (integrate 28 files)
66608 ____________________________________________________________________________
66609 [  7797] By: jhi                                   on 2000/11/21  21:01:45
66610         Log: Integrate perlio.
66611      Branch: perl
66612           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
66613 ____________________________________________________________________________
66614 [  7796] By: nick                                  on 2000/11/21  20:36:22
66615         Log: Win32 builds and runs (mostly) with USE_PERLIO.
66616              PERLIO=perlio passes all tests. 
66617              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
66618      Branch: perlio
66619            ! perlio.c win32/perllib.c win32/win32.c
66620 ____________________________________________________________________________
66621 [  7795] By: jhi                                   on 2000/11/21  19:03:44
66622         Log: Update Changes.
66623      Branch: perl
66624            ! Changes patchlevel.h
66625 ____________________________________________________________________________
66626 [  7794] By: jhi                                   on 2000/11/21  18:56:34
66627         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
66628              From: "Craig A. Berry" <craigberry@mac.com>
66629              Date: Mon, 20 Nov 2000 20:27:06 -0600
66630              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
66631              
66632              A cut-and-pasto.
66633      Branch: perl
66634            ! perlio.h
66635 ____________________________________________________________________________
66636 [  7793] By: jhi                                   on 2000/11/21  18:54:41
66637         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
66638              From: Dominic Dunlop <domo@computer.org> 
66639              Date: Mon, 20 Nov 2000 18:55:29 +0100
66640              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
66641              
66642              va_copy() and the need of it.
66643              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
66644      Branch: metaconfig/U/perl
66645            + need_va_copy.U
66646      Branch: perl
66647            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66648            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
66649            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
66650            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66651            ! win32/config.bc win32/config.gc win32/config.vc
66652 ____________________________________________________________________________
66653 [  7792] By: jhi                                   on 2000/11/21  17:04:10
66654         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
66655      Branch: perl
66656           !> scope.h
66657 ____________________________________________________________________________
66658 [  7791] By: jhi                                   on 2000/11/21  17:01:16
66659         Log: Export the SOCKS workaround symbols only if necessary.
66660      Branch: perl
66661            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
66662 ____________________________________________________________________________
66663 [  7790] By: nick                                  on 2000/11/20  23:57:11
66664         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
66665      Branch: perlio
66666            ! scope.h
66667 ____________________________________________________________________________
66668 [  7789] By: nick                                  on 2000/11/20  23:38:33
66669         Log: Integrate mainline
66670      Branch: perlio
66671           +> lib/File/Spec/Epoc.pm
66672           !> (integrate 34 files)
66673 ____________________________________________________________________________
66674 [  7788] By: nick                                  on 2000/11/20  23:20:18
66675         Log: Make extra buffer layer work (dummy crlf layer)
66676      Branch: perlio
66677            ! doio.c perlio.c perlio.h
66678 ____________________________________________________________________________
66679 [  7787] By: jhi                                   on 2000/11/20  22:44:04
66680         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
66681              From: Peter Prymmer <pvhp@forte.com>
66682              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
66683              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
66684      Branch: perl
66685            ! t/pragma/locale.t
66686 ____________________________________________________________________________
66687 [  7786] By: jhi                                   on 2000/11/20  22:29:10
66688         Log: Subject: DOC PATCH 5.6.0 perlreftut
66689              From: mjd@plover.com
66690              Date: 20 Nov 2000 19:45:06 -0000
66691              Message-ID: <20001120194506.9505.qmail@plover.com>
66692      Branch: perl
66693            ! pod/perlreftut.pod
66694 ____________________________________________________________________________
66695 [  7785] By: jhi                                   on 2000/11/20  22:27:44
66696         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
66697              From: David Dyck <dcd@tc.fluke.com>
66698              Date: Mon, 20 Nov 2000 11:43:40 -0800
66699              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
66700      Branch: perl
66701            ! lib/Cwd.pm
66702 ____________________________________________________________________________
66703 [  7784] By: jhi                                   on 2000/11/20  22:23:21
66704         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
66705              Date: Mon, 20 Nov 2000 17:06:10 -0500
66706              To: Mailing list Perl5 <perl5-porters@perl.org>
66707              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
66708      Branch: perl
66709            ! pp_ctl.c t/op/pat.t
66710 ____________________________________________________________________________
66711 [  7783] By: jhi                                   on 2000/11/20  22:11:18
66712         Log: Subject: [PATCH] doop.c - UTF8 tr///               
66713              From: Simon Cozens <simon@cozens.net>
66714              Date: Sat, 18 Nov 2000 18:49:30 +0000
66715              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
66716              
66717              Subject: Re: [PATCH] doop.c - UTF8 tr///           
66718              From: Simon Cozens <simon@cozens.net>
66719              Date: Mon, 20 Nov 2000 20:45:22 +0000
66720              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
66721              
66722              Make tr on UTF-8 better but still not correct.
66723      Branch: perl
66724            ! doop.c
66725 ____________________________________________________________________________
66726 [  7782] By: jhi                                   on 2000/11/20  22:02:16
66727         Log: Remove the shared object before attempting to create
66728              (by linking) a new one.  E.g. in AIX not removing
66729              becomes quite painful if one tries to do more than one
66730              build in the same tree (an interrupted build, for example),
66731              since the AIX' shared dynaloader seemingly keeps the shared
66732              objects open and therefore 'busy' for quite a while, even when
66733              nobody is using the objects, leading into link failures.
66734      Branch: perl
66735            ! lib/ExtUtils/MM_Unix.pm
66736 ____________________________________________________________________________
66737 [  7781] By: gsar                                  on 2000/11/20  19:02:55
66738         Log: type mismatch due to faulty integration
66739      Branch: maint-5.6/perl
66740            ! toke.c win32/Makefile
66741 ____________________________________________________________________________
66742 [  7780] By: gsar                                  on 2000/11/20  17:31:55
66743         Log: integrate changes#6392,6394..6399,6401..6404
66744              
66745              The {multiplier} of a fixed substring was overlooked which
66746              caused a wrong initial search offset for that substring.
66747              
66748              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
66749              From: Hugo <hv@crypt.compulink.co.uk>
66750              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
66751              Date: Thu, 13 Jul 2000 19:27:13 +0100
66752              
66753              Fix the BOM bug: not a byteorder bug, a signedness bug.
66754              
66755              Replace change #6337 with a better one.
66756              
66757              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
66758              From: Hugo <hv@crypt.compulink.co.uk>
66759              Date: Fri, 14 Jul 2000 04:16:20 +0100
66760              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
66761              
66762              MakeMaker should not remove editor backups (*~) on `make clean`
66763              by default (completes change#6383)
66764              
66765              move new variables to the end of the interpreter structure (for
66766              bincompat in code that doesn't #include XSUB.h)
66767              
66768              rename totally bletcherous SvLOCK() thingy (doesn't do what the
66769              name suggests anyway)
66770              
66771              various cleanups (typos, misformatted code, and small bugs)
66772              
66773              typecasts needed for change#6394
66774              
66775              typos in change#6399, regen headers
66776              
66777              inconsistent types needs casts
66778              
66779              PERL_OBJECT build tweaks
66780      Branch: maint-5.6/perl
66781           !> MANIFEST doop.c embed.h embed.pl embedvar.h
66782           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
66783           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
66784           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
66785           !> toke.c util.c
66786 ____________________________________________________________________________
66787 [  7779] By: gsar                                  on 2000/11/20  17:06:29
66788         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
66789              
66790              Cosmetics and perldelta.
66791              
66792              Fix nits noticed by Boston.pm.
66793              
66794              Do the cc sanity check both before the hints and
66795              after the cc selction.
66796              
66797              get sprintf.t to adjust properly for 3-digit exponents
66798              
66799              don't clobber *.orig files on *clean targets
66800              
66801              fix bugs in processing %v-*d and similar format specs (from
66802              Avi Finkel <avi@finkel.org>)
66803              
66804              sprintf test tweaks (from Dominic Dunlop)
66805              
66806              new selfloader.t in change#6183 doesn't close DATA handles,
66807              and thus fails to clean up tmp files on dosish platforms
66808              
66809              typos (spotted by Peter Prymmer)
66810              
66811              typo fix from Craig Berry
66812      Branch: maint-5.6/perl
66813           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
66814           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
66815           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
66816           !> x2p/Makefile.SH
66817 ____________________________________________________________________________
66818 [  7778] By: gsar                                  on 2000/11/20  16:46:51
66819         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
66820              
66821              Subject: Re: format bug report  [Patch]
66822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66823              Date: Wed, 05 Jul 2000 13:12:52 +0200
66824              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
66825              
66826              Subject: Re: format bug report  [Patch]
66827              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66828              Date: Wed, 05 Jul 2000 14:10:01 +0200
66829              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
66830              
66831              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
66832              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66833              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
66834              Date: Fri, 07 Jul 2000 17:57:16 +0100
66835              
66836              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
66837              To: perl5-porters@perl.org
66838              From: Karsten Sperling <spiff@phreax.net>
66839              Date: Mon, 10 Jul 2000 15:12:52 +0200
66840              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
66841              
66842              README.posix-bc podified from Thomas Dorner.
66843              
66844              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
66845              From: Dominic Dunlop <domo@computer.org>
66846              Date: Tue, 11 Jul 2000 12:27:33 +0200
66847              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
66848              
66849              Typo in #6341.
66850              
66851              Fix for
66852              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
66853              From: Roderick Schertler <roderick@argon.org>
66854              Date: Tue, 11 Jul 2000 13:55:05 -0400
66855              Message-Id: <200007111755.NAA05077@jones.argon.org>
66856              
66857              Minor cleanups on the booklist.
66858              
66859              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
66860              regen perltoc.
66861              
66862              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
66863      Branch: maint-5.6/perl
66864           +> pod/perlbook.pod
66865           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
66866           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
66867           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
66868 ____________________________________________________________________________
66869 [  7777] By: jhi                                   on 2000/11/20  16:08:49
66870         Log: Update Changes.
66871      Branch: perl
66872            ! Changes patchlevel.h
66873 ____________________________________________________________________________
66874 [  7776] By: jhi                                   on 2000/11/20  15:27:56
66875         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
66876              This may be overly harsh but until proven otherwise, we think this
66877              way, or until we have a simple test for Configure (having to start
66878              up servers is does not count as simple) to check for the problems.
66879      Branch: perl
66880            ! perl.h
66881 ____________________________________________________________________________
66882 [  7775] By: jhi                                   on 2000/11/20  15:22:17
66883         Log: Solaris hints tweaks.
66884      Branch: perl
66885            ! hints/solaris_2.sh
66886 ____________________________________________________________________________
66887 [  7774] By: jhi                                   on 2000/11/20  15:01:20
66888         Log: Add a workaround to SOCKS 64-bit problems.
66889      Branch: perl
66890            ! doio.c embed.h embed.pl perlsdio.h proto.h
66891 ____________________________________________________________________________
66892 [  7773] By: jhi                                   on 2000/11/20  14:51:47
66893         Log: sysseek() instead of seek().
66894      Branch: perl
66895            ! t/lib/syslfs.t
66896 ____________________________________________________________________________
66897 [  7772] By: gsar                                  on 2000/11/20  13:06:23
66898         Log: integrate changes#6315..6319,6321..6331,6333..6338
66899              
66900              Integrate with Sarathy, preliminary fix for unicos
66901              alignment problems in [ID 20000612.002] Perl problem on Cray system.
66902              
66903              some debugger output does not go to the socket when RemotePort is set
66904              
66905              winsock cleanup never done on Windows (leads to handle leaks)
66906              
66907              fix UNC path handling on Windows under ithreads, and chdir()
66908              return value when given a non-existent directory
66909              
66910              Autogenerate pod/Makefile and pod/buildtoc.
66911              buildtoc also checks whether the existin pods are
66912              mentioned in MANIFEST and perl.pod, and vice versa.
66913              (None of the thusly found discrepancies fixed yet.)
66914              roffitall also needs to be autogenerated similarly but it
66915              seems so badly out of date that I didn't touch it yet.
66916              
66917              Config is being used.
66918              
66919              Add =head1 NAMEs so that buildtoc is happy.
66920              (The CGI::Util nit reported to Lincoln.)
66921              
66922              Fix complaints of buildtoc.
66923              
66924              Fix the alignment problem in Crays ([ID 20000612.002]).
66925              
66926              Remove perlbook, update perlfaq book listing,
66927              rearrange perl.pod, regenerate perltoc.
66928              
66929              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
66930              was cast to an unsigned (32-bit) integer with wild abandon.
66931              
66932              winsock options weren't being set in all threads under ithreads
66933              (caused send()s from second and subsequent threads to fail)
66934              
66935              accept() leaks memory on windows due to incorrect ordering of
66936              closesocket() and fclose() calls
66937              
66938              Reorder perl.pod once more.
66939              
66940              More POSIX.pod tweaks.
66941              
66942              Sprinkle ldlibpath.
66943              
66944              Precedence goof, fix based on
66945              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
66946              From: Hugo <hv@crypt.compulink.co.uk>
66947              Date: Tue, 11 Jul 2000 12:52:38 +0100
66948              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
66949              
66950              Subject: PATCH perlguts.pod: Document D and d magic types
66951              From: mjd@plover.com
66952              Date: 5 Jul 2000 18:01:51 -0000
66953              Message-ID: <20000705180151.29413.qmail@plover.com>
66954              
66955              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
66956              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
66957              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
66958              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
66959              
66960              Subject: [PATCH cfgperl] $& segfaults if you trick it
66961              From: simon@brecon.co.uk (Simon Cozens)
66962              Date: 7 Jul 2000 11:26:09 GMT
66963              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
66964              
66965              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
66966              From: Hugo <hv@crypt.compulink.co.uk>
66967              Date: Tue, 11 Jul 2000 12:44:50 +0100
66968              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
66969              
66970              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
66971              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66972              Date: Tue, 11 Jul 2000 13:50:51 +0100
66973              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
66974      Branch: maint-5.6/perl
66975           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
66976           +> pod/buildtoc.PL
66977            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
66978           !> (integrate 26 files)
66979 ____________________________________________________________________________
66980 [  7771] By: gsar                                  on 2000/11/20  12:31:42
66981         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
66982              6310,6311,6314
66983              
66984              Subject: [PATCH bleedperl] File::Spec 0.82 beta
66985              From: Barrie Slaymaker <barries@jester.slaysys.com>
66986              Date: Wed, 28 Jun 2000 11:35:29 -0400
66987              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
66988              
66989              tweak perlembed for multiplicity/usethreads sanity; correct notes
66990              about Windows
66991              
66992              localize %INC in a Safe compartment so that use/require work
66993              (many other magic globals probably need similar treatment)
66994              
66995              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
66996              when @_ is modified, causing coredumps
66997              
66998              slurp mode fix in change#4736 still not quite right
66999              
67000              Point to perlipc for more SysV IPC examples.
67001              
67002              Elaborate POSIX.pod.  Still needs work.
67003              
67004              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
67005              
67006              fix large memory leak that has been around for ever, masked by
67007              -DPURIFY (most of the arenas were never freed!)
67008              
67009              fix memory leak on Windows (PL_sys_intern contents were never
67010              freed)
67011              
67012              PERL_OBJECT build tweak
67013              
67014              adjust change#6299
67015              
67016              remove rel2abs prototypes (from Barrie Slaymaker)
67017              
67018              missing perldiag entry for unpack("w",...) diagnostic (from
67019              Andreas Koenig)
67020              
67021              better diagnostic on Frob->stuff() when Frob:: doesn't exist
67022              (from Richard Soderberg <rs@oregonnet.com>)
67023              
67024              Win32 patches for cfgperl from Sarathy.
67025              
67026              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
67027              
67028              More POSIX.pod embellishment.
67029              
67030              tyop in change#6306
67031      Branch: maint-5.6/perl
67032           !> (integrate 44 files)
67033 ____________________________________________________________________________
67034 [  7770] By: gsar                                  on 2000/11/20  11:51:00
67035         Log: integrate changes#6268..6282 from cfgperl branch
67036              
67037              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
67038              From: Dominic Dunlop <domo@computer.org>
67039              Date: Thu, 29 Jun 2000 12:32:39 +0200
67040              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
67041              
67042              Regen headers for #6261 (and update embed.pl for this) and #6267,
67043              silence few compiler warnings.
67044              
67045              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
67046              From: Nicholas Clark <nick@talking.bollo.cx>
67047              Date: Fri, 23 Jun 2000 16:21:15 +0100
67048              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
67049              
67050              Subject: PATCH pod/perltie.pod
67051              From: Ian Phillipps <Ian.Phillipps@iname.com>
67052              Date: Fri, 16 Jun 2000 00:17:19 +0100
67053              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
67054              (only the first hunk, the second hunk had already been done
67055              by some other patch)
67056              
67057              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
67058              From: Tom Phoenix <rootbeer@redcat.com>
67059              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
67060              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
67061              
67062              Subject: [PATCH] xsub attributes
67063              From: Doug MacEachern <dougm@covalent.net>
67064              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
67065              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
67066              
67067              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
67068              From: Andy Dougherty <doughera@lafayette.edu>
67069              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
67070              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
67071              
67072              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
67073              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
67074              Date: Tue, 13 Jun 2000 02:43:48 -0500
67075              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
67076              
67077              Subject: [PATCH] Re: eval documentation: context
67078              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67079              Date: Mon, 12 Jun 2000 15:07:29 +0100
67080              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
67081              
67082              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
67083              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67084              Date: Mon, 12 Jun 2000 14:55:59 +0100
67085              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
67086              
67087              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
67088              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
67089              Date: Fri, 09 Jun 2000 12:39:27 -0400
67090              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
67091              (plus update the version "number" of Text::Wrap)
67092              
67093              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
67094              From: Tim Ayers <tayers@bridge.com>
67095              Date: Thu, 08 Jun 2000 08:11:06 +0200
67096              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
67097              [resent by Richard Foley, Message-Id probably wrong]
67098              
67099              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
67100              From: rspier@pobox.com (Robert Spier)
67101              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
67102              Message-ID: <14654.31913.845602.610277@rls.cx>
67103              
67104              Subject: [PATCH 5.6.0] utils/h2xs.PL
67105              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
67106              Date: Wed, 7 Jun 2000 04:02:04 -0500
67107              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
67108              
67109              Subject: [PATCH 5.6.0]ITHREADs for VMS
67110              From: Dan Sugalski <dan@sidhe.org>
67111              Date: Tue, 06 Jun 2000 11:59:50 -0400
67112              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
67113      Branch: maint-5.6/perl
67114           !> (integrate 31 files)
67115 ____________________________________________________________________________
67116 [  7769] By: gsar                                  on 2000/11/20  11:29:06
67117         Log: integrate changes#6261..6266 from cfgperl
67118              
67119              Subject: Re: [PATCH cfgperl] BOMs away!
67120              From: simon@brecon.co.uk (Simon Cozens)
67121              Date: 17 Jun 2000 11:49:57 GMT
67122              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
67123              
67124              Subject: 5.6.0 Patch for EPOC
67125              From: Olaf Flebbe <o.flebbe@gmx.de>
67126              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
67127              Message-ID: <23449.960929969@www11.gmx.net>
67128              
67129              tr fixes from Simon Cozens
67130              
67131              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
67132              From: Marty Lucich <marty@netcom.com>
67133              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
67134              Message-Id: <200006282116.OAA11148@netcom.com>
67135              ccdlflags update (the BSD/OS 4.1 part had already been taken
67136              care of by #6141).
67137              
67138              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
67139              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67140              Date: Wed, 28 Jun 2000 17:50:12 -0700
67141              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
67142              
67143              Subject: [PATCH 5.6.0] cygwin port
67144              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
67145              From: "Fifer, Eric" <EFifer@sanwaint.com>
67146              Date: Thu, 29 Jun 2000 12:58:29 +0100
67147      Branch: maint-5.6/perl
67148           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
67149           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
67150           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
67151           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
67152 ____________________________________________________________________________
67153 [  7768] By: gsar                                  on 2000/11/20  11:13:44
67154         Log: integrate changes#6252..6256,6259..6260
67155              
67156              Paranoia tweak on #6249.
67157              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
67158              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
67159              Date: Sun, 25 Jun 2000 23:43:12 -0400
67160              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
67161              
67162              Subject: tr///, help wanted.
67163              From: simon@brecon.co.uk (Simon Cozens)
67164              Date: 28 Jun 2000 11:29:04 GMT
67165              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
67166              
67167              small thinko tweaks
67168              
67169              tweaks from Simon Conzes to further fix tr/// under utf8
67170              
67171              perlnewmod was missing from MANIFEST.
67172              
67173              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
67174              From: simon@brecon.co.uk (Simon Cozens)
67175              Date: 17 Jun 2000 11:56:44 GMT
67176              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
67177              pack U0, pack C0
67178      Branch: maint-5.6/perl
67179           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
67180           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
67181           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
67182           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
67183 ____________________________________________________________________________
67184 [  7767] By: gsar                                  on 2000/11/20  10:51:38
67185         Log: integrate change#6250 from cfgperl
67186              
67187              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
67188              From: Doug MacEachern <dougm@covalent.net>
67189              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
67190              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
67191      Branch: maint-5.6/perl
67192           +> t/op/my_stash.t
67193           !> MANIFEST embed.pl global.sym proto.h toke.c
67194 ____________________________________________________________________________
67195 [  7766] By: gsar                                  on 2000/11/20  10:48:34
67196         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
67197              
67198              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
67199              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
67200              Date: Mon, 26 Jun 2000 18:40:14 +0100
67201              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
67202              
67203              Subject: [PATCH] bytes<->utf8 fixes
67204              From: simon@brecon.co.uk (Simon Cozens)
67205              Date: 26 Jun 2000 04:55:45 GMT
67206              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
67207              
67208              Subject: [PATCH] is_utf8_string
67209              From: simon@brecon.co.uk (Simon Cozens)
67210              Date: 26 Jun 2000 02:25:59 GMT
67211              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
67212              
67213              Subject: [PATCH] avoid mg_ptr in '*' magic
67214              From: Doug MacEachern <dougm@covalent.net>
67215              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
67216              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
67217              
67218              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
67219              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
67220              Date: Sat, 24 Jun 2000 13:06:20 +0100
67221              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
67222              
67223              Allow for standalone testing.
67224              
67225              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
67226              From: Mark-Jason Dominus <mjd@plover.com>
67227              Date: Tue, 27 Jun 2000 22:36:42 -0400
67228              Message-ID: <20000628023642.12166.qmail@plover.com>
67229              
67230              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
67231              From: Frank Tobin <ftobin@uiuc.edu>
67232              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
67233              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
67234      Branch: maint-5.6/perl
67235           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
67236           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
67237           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
67238           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
67239           !> utf8.c utils/h2xs.PL
67240 ____________________________________________________________________________
67241 [  7765] By: gsar                                  on 2000/11/20  10:29:13
67242         Log: integrate change#6239 from cfgperl
67243              
67244              Configure maintenance.  Sever some dependency cycles,
67245              separate gccversion from the cc unit,
67246              address [ID 20000623.006] Configure script patch for using gcc on AIX
67247              (but solve it a little bit differently),
67248              unduplex some accidentally duplicated units,
67249              suggest using gcc if no cc available
67250              (p5p thread: "Solaris configure: counterproposal", 1999-09)
67251      Branch: maint-5.6/perl
67252           !> Configure Todo-5.6 config_h.SH
67253 ____________________________________________________________________________
67254 [  7764] By: gsar                                  on 2000/11/20  10:25:55
67255         Log: integrate changes#6233..6238 from cfgperl
67256              
67257              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
67258              From: Mark-Jason Dominus <mjd@plover.com>
67259              Date: Fri, 16 Jun 2000 20:53:04 -0400
67260              Message-ID: <20000617005304.8008.qmail@plover.com>
67261              
67262              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
67263              because when run as services (Win32ese for daemons)
67264              no environment variables are set and tmpdir ends up as /tmp,
67265              which is ambiguous.
67266              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
67267              From: matt@sergeant.org
67268              Date: 16 Jun 2000 16:30:43 -0000
67269              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
67270              
67271              The thread begun by
67272              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
67273              From: Kevin.Ruscoe@ubsw.com
67274              Date: Fri, 16 Jun 2000 16:38:51 +0100
67275              Message-Id: <H000019b03c300d6@MHS>
67276              
67277              Tweak embed.pl, regen headers.
67278              
67279              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
67280              From: Dan Sugalski <dan@sidhe.org>
67281              Date: Fri, 23 Jun 2000 17:00:00 -0400
67282              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
67283      Branch: maint-5.6/perl
67284           !> (integrate 27 files)
67285 ____________________________________________________________________________
67286 [  7763] By: gsar                                  on 2000/11/20  10:08:08
67287         Log: s/perl56delta/perldelta/g
67288      Branch: maint-5.6/perl
67289            ! pod/Makefile
67290 ____________________________________________________________________________
67291 [  7762] By: gsar                                  on 2000/11/20  10:04:00
67292         Log: integrate changes#6225,6229,6231,6232 from cfgperl
67293              
67294              Add source code filenames to apidoc.
67295              From: simon@brecon.co.uk (Simon Cozens)
67296              Subject: [PATCH embed.pl] Source X-ref
67297              Date: 22 Jun 2000 02:18:49 GMT
67298              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
67299              
67300              Subject: README.hpux version 0.6.1
67301              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
67302              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
67303              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
67304              
67305              Subject: [PATCH 5.6.0] cygwin port
67306              From: "Fifer, Eric" <EFifer@sanwaint.com>
67307              Date: Tue, 20 Jun 2000 14:30:58 +0100
67308              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
67309              
67310              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
67311              From: simon@brecon.co.uk (Simon Cozens)
67312              Date: 19 Jun 2000 15:18:27 GMT
67313              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
67314              
67315              plus update pod/Makefile and regenerate perltoc
67316      Branch: maint-5.6/perl
67317           +> pod/perlutil.pod
67318           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
67319           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
67320 ____________________________________________________________________________
67321 [  7761] By: jhi                                   on 2000/11/20  04:09:55
67322         Log: Miraculous typo.
67323      Branch: perl
67324            ! t/op/pat.t
67325 ____________________________________________________________________________
67326 [  7760] By: jhi                                   on 2000/11/20  04:06:08
67327         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
67328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67329              Date: Sun, 19 Nov 2000 22:30:26 -0500
67330              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
67331      Branch: perl
67332            ! regexec.c scope.h t/op/pat.t
67333 ____________________________________________________________________________
67334 [  7759] By: jhi                                   on 2000/11/20  02:05:22
67335         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
67336      Branch: perl
67337            ! perl.h
67338 ____________________________________________________________________________
67339 [  7758] By: jhi                                   on 2000/11/20  01:58:11
67340         Log: Subject: [perl 7711: EPOC] updates
67341              From: Olaf Flebbe <o.flebbe@gmx.de>
67342              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
67343              Message-ID: <25575.974658810@www23.gmx.net>               
67344      Branch: perl
67345            + lib/File/Spec/Epoc.pm
67346            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
67347            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
67348            ! lib/File/Spec.pm perl.c sv.c
67349 ____________________________________________________________________________
67350 [  7757] By: jhi                                   on 2000/11/20  01:53:11
67351         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
67352      Branch: perl
67353            ! MANIFEST
67354 ____________________________________________________________________________
67355 [  7756] By: jhi                                   on 2000/11/20  01:47:22
67356         Log: Integrate perlio.
67357      Branch: perl
67358            - ext/re/hints/MSWin32.pl
67359           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
67360           !> win32/config.gc win32/config_H.gc win32/win32sck.c
67361 ____________________________________________________________________________
67362 [  7755] By: nick                                  on 2000/11/19  20:57:17
67363         Log: Add dummy crlf layer (just as buffer)
67364              Correct 1st bug - one layer of indirection.
67365      Branch: perlio
67366            ! perlio.c perlio.h perliol.h
67367 ____________________________________________________________________________
67368 [  7754] By: nick                                  on 2000/11/19  20:56:12
67369         Log: Work-round to Perl_deb_nocontext is no longer required
67370      Branch: perlio
67371            - ext/re/hints/MSWin32.pl
67372 ____________________________________________________________________________
67373 [  7753] By: nick                                  on 2000/11/19  20:01:16
67374         Log: diff -se shows these as different
67375      Branch: perlio
67376            ! global.sym pod/perlapi.pod
67377 ____________________________________________________________________________
67378 [  7752] By: nick                                  on 2000/11/19  18:57:30
67379         Log: Configure GCC/Win32 build -Duseperlio
67380              Fix a couple of gross issues
67381              - double-include of ../deb.o in re.dll
67382              - win32sck.c needs PerlIO and FILE 
67383      Branch: perlio
67384            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
67385            ! win32/win32sck.c
67386 ____________________________________________________________________________
67387 [  7751] By: nick                                  on 2000/11/19  17:05:36
67388         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
67389      Branch: perlio
67390            ! perlio.c
67391 ____________________________________________________________________________
67392 [  7750] By: nick                                  on 2000/11/19  16:57:14
67393         Log: Missing aTHX_
67394      Branch: perlio
67395            ! sv.c
67396 ____________________________________________________________________________
67397 [  7749] By: jhi                                   on 2000/11/19  16:28:40
67398         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
67399              From: "Peter J. Farley III" <pjfarley@banet.net>
67400              Date: Sun, 19 Nov 2000 01:42:58 -0500
67401              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
67402      Branch: perl
67403            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
67404 ____________________________________________________________________________
67405 [  7748] By: jhi                                   on 2000/11/19  16:08:10
67406         Log: Subject: podlators 1.05 available        
67407              From: Russ Allbery <rra@stanford.edu>   
67408              Date: 18 Nov 2000 22:04:28 -0800
67409              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
67410      Branch: perl
67411            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
67412 ____________________________________________________________________________
67413 [  7747] By: nick                                  on 2000/11/19  11:19:39
67414         Log: Integrate mainline
67415      Branch: perlio
67416           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
67417           !> util.c
67418 ____________________________________________________________________________
67419 [  7746] By: jhi                                   on 2000/11/19  06:42:22
67420         Log: Make hex scanning warn on "\x{x}" and "\xx".
67421              "\x" and and hex("x") are still valid.
67422      Branch: perl
67423            ! util.c
67424 ____________________________________________________________________________
67425 [  7745] By: nick                                  on 2000/11/18  22:52:28
67426         Log: Integrate mainline
67427      Branch: perlio
67428           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
67429           !> perl.h perlio.c proto.h regcomp.c regcomp.h
67430 ____________________________________________________________________________
67431 [  7744] By: jhi                                   on 2000/11/18  22:50:28
67432         Log: Introduce Perl_utf8_length().  Use it.
67433      Branch: perl
67434            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
67435 ____________________________________________________________________________
67436 [  7743] By: jhi                                   on 2000/11/18  22:38:51
67437         Log: Compiler denit.
67438      Branch: perl
67439            ! perlio.c
67440 ____________________________________________________________________________
67441 [  7742] By: jhi                                   on 2000/11/18  20:33:05
67442         Log: Integrate perlio.
67443      Branch: perl
67444           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
67445           !> perlio.h pp_ctl.c pp_sys.c sv.c
67446 ____________________________________________________________________________
67447 [  7741] By: jhi                                   on 2000/11/18  20:31:27
67448         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
67449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67450              Date: Fri, 17 Nov 2000 20:35:11 -0500
67451              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
67452              
67453              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
67454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67455              Date: Fri, 17 Nov 2000 21:03:47 -0500
67456              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
67457              
67458              Plus a little bit of tweaking in pregcomp().
67459      Branch: perl
67460            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
67461 ____________________________________________________________________________
67462 [  7740] By: nick                                  on 2000/11/18  20:17:22
67463         Log: Lexical use open ... support:
67464              add ->cop_io to COP structure in cop.h.
67465              Make mg.c and gv.c associate it with ${^OPEN}.
67466              Make lib/open.pm set it.
67467              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
67468              manner similar to ->cop_warnings.
67469              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
67470              call new PerlIO_apply_layers().
67471              Declare latter in perlio.h and define in perlio.c
67472      Branch: perlio
67473            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
67474            ! perlio.h pp_ctl.c pp_sys.c sv.c
67475 ____________________________________________________________________________
67476 [  7739] By: jhi                                   on 2000/11/18  19:54:00
67477         Log: Integrate perlio.
67478      Branch: perl
67479           !> doio.c perlio.c pp.c
67480 ____________________________________________________________________________
67481 [  7738] By: jhi                                   on 2000/11/18  17:16:13
67482         Log: Subject: [PATCH 5.7.0] etags broken again
67483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67484              Date: Sat, 18 Nov 2000 02:41:36 -0500
67485              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
67486      Branch: perl
67487            ! emacs/ptags
67488 ____________________________________________________________________________
67489 [  7737] By: jhi                                   on 2000/11/18  17:12:18
67490         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
67491      Branch: perl
67492            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67493 ____________________________________________________________________________
67494 [  7736] By: nick                                  on 2000/11/18  14:06:20
67495         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
67496              part to be isolated.
67497      Branch: perlio
67498            ! doio.c perlio.c
67499 ____________________________________________________________________________
67500 [  7735] By: nick                                  on 2000/11/18  11:03:32
67501         Log: Integrate mainline
67502      Branch: perlio
67503           !> Changes README.amiga README.win32 patchlevel.h
67504           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
67505 ____________________________________________________________________________
67506 [  7734] By: jhi                                   on 2000/11/18  01:18:56
67507         Log: Update Changes.
67508      Branch: perl
67509            ! Changes patchlevel.h
67510 ____________________________________________________________________________
67511 [  7733] By: jhi                                   on 2000/11/18  00:32:54
67512         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
67513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67514              Date: Fri, 17 Nov 2000 17:28:02 -0500
67515              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
67516      Branch: perl
67517            ! regcomp.c regexec.c t/op/re_tests
67518 ____________________________________________________________________________
67519 [  7732] By: jhi                                   on 2000/11/18  00:28:56
67520         Log: Sparc 64-bit pack() fix from Jens Hamisch.
67521      Branch: perl
67522            ! pp.c
67523 ____________________________________________________________________________
67524 [  7731] By: jhi                                   on 2000/11/18  00:18:39
67525         Log: Explain in more detail the {} syntax ambiguousity.
67526              
67527              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
67528              From: Nicholas Clark <nick@ccl4.org>
67529              Date: Fri, 17 Nov 2000 22:10:28 +0000
67530              Message-ID: <20001117221028.A88930@plum.flirble.org>
67531      Branch: perl
67532            ! pod/perlfunc.pod
67533 ____________________________________________________________________________
67534 [  7730] By: jhi                                   on 2000/11/18  00:12:18
67535         Log: Subject: Fix for README.amiga (20000323.033)
67536              From: "Stephen P. Potter" <spp@spotter.yi.org>
67537              Date: Fri, 17 Nov 2000 12:25:51 -0500
67538              Message-Id: <200011171725.MAA05768@spotter.yi.org>
67539      Branch: perl
67540            ! README.amiga
67541 ____________________________________________________________________________
67542 [  7729] By: jhi                                   on 2000/11/18  00:08:34
67543         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
67544              From: "A. C. Yardley" <yardley@tanet.net>
67545              Date: Mon, 3 Apr 2000 11:35:33 -0700
67546              Message-ID: <3483.000403@tanet.net>
67547      Branch: perl
67548            ! README.win32
67549 ____________________________________________________________________________
67550 [  7728] By: nick                                  on 2000/11/17  21:59:47
67551         Log: Integrate mainline
67552      Branch: perlio
67553           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
67554           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
67555           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
67556           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
67557 ____________________________________________________________________________
67558 [  7727] By: nick                                  on 2000/11/17  21:56:31
67559         Log: Experiment on use of attributes.pm interface.
67560              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
67561              SVt_PVRV if not already something better (else vivify of say magic gets
67562              core dump).
67563      Branch: perlio
67564            ! perlio.c pp.c
67565 ____________________________________________________________________________
67566 [  7726] By: jhi                                   on 2000/11/17  14:15:49
67567         Log: Subject: Fix for 20000815.006
67568              From: "Stephen P. Potter" <spp@spotter.yi.org>
67569              Date: Fri, 17 Nov 2000 08:57:45 -0500
67570              Message-Id: <200011171357.IAA05122@spotter.yi.org>
67571              
67572              It's really 20000518.006.
67573      Branch: perl
67574            ! pod/perlmodlib.PL
67575 ____________________________________________________________________________
67576 [  7725] By: jhi                                   on 2000/11/17  14:12:31
67577         Log: Subject: Fix for 20000409.001
67578              From: "Stephen P. Potter" <spp@spotter.yi.org>
67579              Date: Fri, 17 Nov 2000 08:55:45 -0500
67580              Message-Id: <200011171355.IAA05104@spotter.yi.org>
67581      Branch: perl
67582            ! pod/perlfaq9.pod
67583 ____________________________________________________________________________
67584 [  7724] By: jhi                                   on 2000/11/17  14:08:58
67585         Log: Undo #7627 now that we have =head3.
67586      Branch: perl
67587            ! pod/perlhack.pod
67588 ____________________________________________________________________________
67589 [  7723] By: jhi                                   on 2000/11/17  14:04:09
67590         Log: As surmised the #7719 wasn't a good move.
67591      Branch: perl
67592            ! hints/solaris_2.sh
67593 ____________________________________________________________________________
67594 [  7722] By: jhi                                   on 2000/11/17  13:59:04
67595         Log: Also the 64bitall hints can be either here or there.
67596      Branch: perl
67597            ! hints/solaris_2.sh
67598 ____________________________________________________________________________
67599 [  7721] By: jhi                                   on 2000/11/17  02:26:23
67600         Log: Test tweak for the open pragma.
67601      Branch: perl
67602            ! t/lib/b.t
67603 ____________________________________________________________________________
67604 [  7720] By: jhi                                   on 2000/11/17  00:23:22
67605         Log: The long double hints can be here or there.
67606      Branch: perl
67607            ! hints/solaris_2.sh
67608 ____________________________________________________________________________
67609 [  7719] By: jhi                                   on 2000/11/17  00:14:06
67610         Log: For Solaris use64bitall the stdchar needs a little bit of help.
67611      Branch: perl
67612            ! hints/solaris_2.sh
67613 ____________________________________________________________________________
67614 [  7718] By: jhi                                   on 2000/11/16  23:27:34
67615         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
67616              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
67617              Date: Wed, 15 Nov 2000 08:56:32 +0100
67618              Message-ID: <3A1241B0.64477E00@alcatel.at>
67619      Branch: perl
67620            ! lib/Carp/Heavy.pm
67621 ____________________________________________________________________________
67622 [  7717] By: jhi                                   on 2000/11/16  23:23:29
67623         Log: Subject: [PATCH] Re: 20001101.003 PDL
67624              From: Nicholas Clark <nick@ccl4.org>
67625              Date: Thu, 16 Nov 2000 16:48:25 +0000
67626              Message-ID: <20001116164825.B93487@plum.flirble.org>
67627      Branch: perl
67628            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
67629 ____________________________________________________________________________
67630 [  7716] By: jhi                                   on 2000/11/16  23:21:31
67631         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
67632              From: "Casey R. Tweten" <crt@kiski.net>
67633              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
67634              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
67635      Branch: perl
67636            ! lib/Pod/Checker.pm pod/perlpod.pod
67637 ____________________________________________________________________________
67638 [  7715] By: jhi                                   on 2000/11/16  23:19:40
67639         Log: Avoid an infinite loop in VMS when utils scripts are run
67640              with no arguments, from Charles Lane.
67641      Branch: perl
67642            ! configure.com
67643 ____________________________________________________________________________
67644 [  7714] By: jhi                                   on 2000/11/16  23:17:08
67645         Log: Subject: perllocale.pod changes
67646              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
67647              Date: Mon, 13 Nov 2000 10:09:22 +0300
67648              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
67649      Branch: perl
67650            ! pod/perllocale.pod
67651 ____________________________________________________________________________
67652 [  7713] By: jhi                                   on 2000/11/16  23:14:06
67653         Log: Integrate perlio.
67654      Branch: perl
67655           !> doio.c perlio.c perlio.h util.c
67656 ____________________________________________________________________________
67657 [  7712] By: nick                                  on 2000/11/16  21:10:58
67658         Log: Integrate mainline
67659      Branch: perlio
67660           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67661           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
67662           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
67663           !> vos/config.ga.def vos/config.ga.h win32/config.bc
67664           !> win32/config.gc win32/config.vc
67665 ____________________________________________________________________________
67666 [  7711] By: nick                                  on 2000/11/16  19:56:41
67667         Log: Minor tweaks:
67668              consistent way of getting 'rb', 'wb' etc. for binary opens
67669              move *perlio::layers to *open::layers
67670              a #define to show layers available
67671              DOSISH popen/PerlIO had export/import sense inverted.
67672      Branch: perlio
67673            ! doio.c perlio.c perlio.h util.c
67674 ____________________________________________________________________________
67675 [  7710] By: jhi                                   on 2000/11/16  15:46:05
67676         Log: Add HAS_SBRK_PROTO.
67677      Branch: metaconfig/U/perl
67678            + d_sbrkproto.U
67679      Branch: perl
67680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67681            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
67682            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
67683            ! vos/config.ga.def vos/config.ga.h win32/config.bc
67684            ! win32/config.gc win32/config.vc
67685 ____________________________________________________________________________
67686 [  7709] By: nick                                  on 2000/11/16  07:31:49
67687         Log: Integrate mainline
67688      Branch: perlio
67689           !> (integrate 35 files)
67690 ____________________________________________________________________________
67691 [  7708] By: jhi                                   on 2000/11/16  05:33:03
67692         Log: These files are text, not binary.
67693      Branch: perl
67694            ! ext/Encode/Encode/iso8859-10.enc
67695            ! ext/Encode/Encode/iso8859-13.enc
67696            ! ext/Encode/Encode/iso8859-14.enc
67697            ! ext/Encode/Encode/iso8859-15.enc
67698 ____________________________________________________________________________
67699 [  7707] By: jhi                                   on 2000/11/16  01:53:37
67700         Log: Update Changes.
67701      Branch: perl
67702            ! Changes patchlevel.h
67703 ____________________________________________________________________________
67704 [  7706] By: jhi                                   on 2000/11/16  01:35:59
67705         Log: More #undefing of stdio.
67706      Branch: perl
67707            ! fakesdio.h nostdio.h
67708 ____________________________________________________________________________
67709 [  7705] By: jhi                                   on 2000/11/16  01:34:18
67710         Log: Add fwalk() probe to the configuration files and regen perltoc.
67711      Branch: perl
67712            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67713            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
67714            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
67715            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67716            ! win32/config.bc win32/config.gc win32/config.vc
67717 ____________________________________________________________________________
67718 [  7704] By: jhi                                   on 2000/11/16  01:33:07
67719         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
67720              an optional third argument to Inlibc?)
67721      Branch: metaconfig/U/perl
67722            + d__fwalk.U
67723 ____________________________________________________________________________
67724 [  7703] By: jhi                                   on 2000/11/16  01:09:22
67725         Log: The type of the hash_cb() size argument is tricky.
67726      Branch: perl
67727            ! ext/DB_File/DB_File.xs
67728 ____________________________________________________________________________
67729 [  7702] By: jhi                                   on 2000/11/15  23:01:16
67730         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
67731      Branch: perl
67732            ! nostdio.h
67733 ____________________________________________________________________________
67734 [  7701] By: jhi                                   on 2000/11/15  22:52:32
67735         Log: Detypo.
67736      Branch: perl
67737            ! t/lib/bigfltpm.t
67738 ____________________________________________________________________________
67739 [  7700] By: jhi                                   on 2000/11/15  22:51:56
67740         Log: UINT64_C() work continues.
67741      Branch: perl
67742            ! handy.h perl.h utf8.h
67743 ____________________________________________________________________________
67744 [  7699] By: jhi                                   on 2000/11/15  14:13:04
67745         Log: SOCKS has its own USE_THREADS, based on
67746              
67747              Subject: [ID 20001114.002] et. al. bugfix followup
67748              From: Jens Hamisch <jens@Strawberry.COM> 
67749              Date: Wed, 15 Nov 2000 14:23:11 +0100
67750              Message-ID: <20001115142311.A21164@Strawberry.COM>
67751      Branch: perl
67752            ! perl.h
67753 ____________________________________________________________________________
67754 [  7698] By: jhi                                   on 2000/11/15  03:50:56
67755         Log: Add few missing #undefs and sort them.
67756      Branch: perl
67757            ! fakesdio.h
67758 ____________________________________________________________________________
67759 [  7697] By: jhi                                   on 2000/11/15  03:39:14
67760         Log: Linenumber fix.
67761      Branch: perl
67762            ! t/pragma/warn/utf8
67763 ____________________________________________________________________________
67764 [  7696] By: jhi                                   on 2000/11/15  02:55:26
67765         Log: EBCDIC tweaks.
67766              
67767              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
67768              From: Peter Prymmer <pvhp@forte.com>
67769              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
67770              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
67771      Branch: perl
67772            ! t/op/regmesg.t t/pragma/warn/utf8
67773 ____________________________________________________________________________
67774 [  7695] By: jhi                                   on 2000/11/15  02:53:58
67775         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
67776              From: Peter Prymmer <pvhp@forte.com>
67777              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
67778              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
67779      Branch: perl
67780            ! utf8.c
67781 ____________________________________________________________________________
67782 [  7694] By: jhi                                   on 2000/11/15  02:50:55
67783         Log: Subject: [PATCH: perl@7674] updates to README.os390
67784              From: Prymmer/Kahn <pvhp@best.com>
67785              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
67786              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
67787      Branch: perl
67788            ! README.os390
67789 ____________________________________________________________________________
67790 [  7693] By: jhi                                   on 2000/11/15  02:48:37
67791         Log: Quit utf8_to_uv() instantly if curlen == 0.
67792      Branch: perl
67793            ! utf8.c
67794 ____________________________________________________________________________
67795 [  7692] By: jhi                                   on 2000/11/15  02:24:29
67796         Log: Use u_int32_t for the size of hash_cb(), not size_t.
67797              
67798              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
67799              From: Jens Hamisch <jens@Strawberry.COM>     
67800              Date: Tue, 14 Nov 2000 19:03:55 +0100
67801              Message-Id: <20001114190355.A20559@Strawberry.COM>
67802      Branch: perl
67803            ! ext/DB_File/DB_File.xs
67804 ____________________________________________________________________________
67805 [  7691] By: jhi                                   on 2000/11/15  02:20:12
67806         Log: Use UINT64_C().
67807              
67808              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
67809              From: Jens Hamisch <jens@Strawberry.COM>
67810              Date: Tue, 14 Nov 2000 19:16:23 +0100
67811              Message-Id: <20001114191623.G20559@Strawberry.COM>
67812      Branch: perl
67813            ! utf8.c utf8.h
67814 ____________________________________________________________________________
67815 [  7690] By: jhi                                   on 2000/11/15  02:17:06
67816         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
67817              (a macro to define signed and unsigned integer constants).
67818      Branch: perl
67819            ! handy.h
67820 ____________________________________________________________________________
67821 [  7689] By: jhi                                   on 2000/11/15  01:56:51
67822         Log: Regen Configure.
67823      Branch: perl
67824            ! Configure
67825 ____________________________________________________________________________
67826 [  7688] By: jhi                                   on 2000/11/15  01:56:32
67827         Log: Make the unit know about SOCKS.
67828      Branch: metaconfig
67829            ! U/protos/socksizetype.U
67830 ____________________________________________________________________________
67831 [  7687] By: jhi                                   on 2000/11/15  01:54:47
67832         Log: Remove unused dependencies.
67833      Branch: metaconfig
67834            ! U/compline/d_getpagsz.U
67835 ____________________________________________________________________________
67836 [  7686] By: nick                                  on 2000/11/14  21:25:13
67837         Log: Integrate mainline.
67838      Branch: perlio
67839           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
67840           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
67841           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
67842           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
67843           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
67844           !> win32/config.bc win32/config.gc win32/config.vc
67845           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
67846 ____________________________________________________________________________
67847 [  7685] By: jhi                                   on 2000/11/14  17:54:56
67848         Log: Integrate perlio.
67849      Branch: perl
67850           +> fakesdio.h perliol.h
67851           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
67852           !> perlsdio.h perlsfio.h pod/perlfunc.pod
67853 ____________________________________________________________________________
67854 [  7684] By: nick                                  on 2000/11/14  17:43:04
67855         Log: PerlIO #include and #ifdef re-work.
67856      Branch: perlio
67857            + fakesdio.h perliol.h
67858            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
67859            ! perlsdio.h perlsfio.h
67860 ____________________________________________________________________________
67861 [  7683] By: jhi                                   on 2000/11/14  15:42:40
67862         Log: Hoist the duplicated socket/netdb include logic to perl.h;
67863              undef SETERRNO in case SOCKS has defined it.  Based on:
67864              
67865              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
67866              From: Jens Hamisch <jens@Strawberry.COM> 
67867              Date: Tue, 14 Nov 2000 11:34:40 +0100
67868              Message-Id: <20001114113440.A20005@Strawberry.COM>
67869      Branch: perl
67870            ! doio.c perl.h pp_sys.c
67871 ____________________________________________________________________________
67872 [  7682] By: jhi                                   on 2000/11/14  14:07:28
67873         Log: Subject: some additions for makefiles for win32 (for perl@7674)
67874              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
67875              Date: Tue, 14 Nov 2000 09:31:13 +0300
67876              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
67877      Branch: perl
67878            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
67879            ! win32/makefile.mk
67880 ____________________________________________________________________________
67881 [  7681] By: jhi                                   on 2000/11/14  14:01:41
67882         Log: Subject: tiny typo in perl5db.pl
67883              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
67884              Date: Tue, 14 Nov 2000 09:29:28 +0300
67885              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
67886      Branch: perl
67887            ! lib/perl5db.pl
67888 ____________________________________________________________________________
67889 [  7680] By: jhi                                   on 2000/11/14  04:13:50
67890         Log: Redo #7679 with LFs instead of CRLFs.
67891      Branch: perl
67892            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
67893            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
67894            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
67895 ____________________________________________________________________________
67896 [  7679] By: jhi                                   on 2000/11/14  01:21:09
67897         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
67898              From: Benjamin Stuhl <tiriath@yahoo.com> 
67899              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
67900              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
67901      Branch: perl
67902            + win32/bin/mdelete.bat
67903            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
67904            ! makedef.pl perlio.c win32/Makefile win32/config.gc
67905            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
67906 ____________________________________________________________________________
67907 [  7678] By: jhi                                   on 2000/11/14  01:19:20
67908         Log: Fix the re extension building for Win32.
67909              
67910              Subject: [PATCH perl@7638] Get PerlIO building on Win32
67911              From: Benjamin Stuhl <tiriath@yahoo.com> 
67912              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
67913              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
67914      Branch: perl
67915            + ext/re/hints/MSWin32.pl
67916            ! MANIFEST
67917 ____________________________________________________________________________
67918 [  7677] By: jhi                                   on 2000/11/14  01:13:54
67919         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
67920              From: sthoenna@efn.org
67921              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
67922              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
67923      Branch: perl
67924            ! doop.c pp.c toke.c utf8.c utf8.h
67925 ____________________________________________________________________________
67926 [  7676] By: jhi                                   on 2000/11/13  20:23:15
67927         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
67928              From: Nicholas Clark <nick@ccl4.org>
67929              Date: Mon, 13 Nov 2000 18:55:04 +0000
67930              Message-ID: <20001113185504.J29183@plum.flirble.org>
67931      Branch: perl
67932            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
67933 ____________________________________________________________________________
67934 [  7675] By: nick                                  on 2000/11/13  20:21:57
67935         Log: Integrate mainline ...
67936      Branch: perlio
67937           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
67938           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
67939           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
67940           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
67941 ____________________________________________________________________________
67942 [  7674] By: jhi                                   on 2000/11/13  15:07:56
67943         Log: Update Changes.
67944      Branch: perl
67945            ! Changes patchlevel.h
67946 ____________________________________________________________________________
67947 [  7673] By: jhi                                   on 2000/11/13  14:42:42
67948         Log: Remove the new two tests of lib/io_xs for now, they seem to
67949              fail under perlio on some platforms.
67950      Branch: perl
67951            ! t/lib/io_xs.t
67952 ____________________________________________________________________________
67953 [  7672] By: jhi                                   on 2000/11/13  13:57:53
67954         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
67955      Branch: perl
67956            ! perlio.c
67957 ____________________________________________________________________________
67958 [  7671] By: jhi                                   on 2000/11/13  05:30:48
67959         Log: Placate nervous compilers that see longer than ints switch()ing.
67960      Branch: perl
67961            ! utf8.c
67962 ____________________________________________________________________________
67963 [  7670] By: jhi                                   on 2000/11/13  05:14:21
67964         Log: fputs() does return EOF on error but here we don't care.
67965      Branch: perl
67966            ! perlio.c
67967 ____________________________________________________________________________
67968 [  7669] By: jhi                                   on 2000/11/13  05:02:45
67969         Log: Declare reg_data like reg_substr_data.
67970      Branch: perl
67971            ! regexp.h
67972 ____________________________________________________________________________
67973 [  7668] By: jhi                                   on 2000/11/13  04:54:34
67974         Log: Typos in #7667.
67975      Branch: perl
67976            ! perl.h
67977 ____________________________________________________________________________
67978 [  7667] By: jhi                                   on 2000/11/13  04:49:49
67979         Log: Cleanup messy #ifdef.
67980      Branch: perl
67981            ! perl.h
67982 ____________________________________________________________________________
67983 [  7666] By: jhi                                   on 2000/11/13  04:17:34
67984         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
67985              From: Nicholas Clark <nick@talking.bollo.cx>
67986              Date: Sun, 12 Nov 2000 21:14:11 +0000
67987              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
67988              
67989              Note: only one breakage of the two reported is fixed by this patch.
67990      Branch: perl
67991            ! perlio.c
67992 ____________________________________________________________________________
67993 [  7665] By: jhi                                   on 2000/11/13  04:05:07
67994         Log: Tweak the definition of the bit complement on UTF-8 data:
67995              if none of the characters in the string are > 0xff,
67996              the result is a complemented byte string, not a (UTF-8)
67997              char string.  Based on the summary in
67998              
67999              Subject: Re: [ID 20000918.005] ~ on wide chars
68000              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
68001              Date: Fri, 10 Nov 2000 09:47:15 -0800
68002              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
68003              
68004              This should give us the maximum backward (pre-char string)
68005              compatibility and utf8 compatibility.  The other alternative
68006              would be to limit the bit complement to be always byte only,
68007              taking the least significant byte of the chars.
68008      Branch: perl
68009            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
68010 ____________________________________________________________________________
68011 [  7664] By: jhi                                   on 2000/11/13  00:23:44
68012         Log: Couple of tests from #7660 salvaged.
68013      Branch: perl
68014            - t/op/tell.t
68015            ! MANIFEST t/io/tell.t
68016 ____________________________________________________________________________
68017 [  7663] By: jhi                                   on 2000/11/13  00:02:48
68018         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
68019              From: Nicholas Clark <nick@talking.bollo.cx>
68020              Date: Sun, 12 Nov 2000 21:23:43 +0000
68021              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
68022      Branch: perl
68023            ! perlsfio.h
68024 ____________________________________________________________________________
68025 [  7662] By: jhi                                   on 2000/11/13  00:01:39
68026         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
68027              From: Nicholas Clark <nick@talking.bollo.cx>
68028              Date: Sun, 12 Nov 2000 21:30:04 +0000
68029              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
68030      Branch: perl
68031            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
68032 ____________________________________________________________________________
68033 [  7661] By: jhi                                   on 2000/11/12  23:57:29
68034         Log: Document tell() on special streams.
68035      Branch: perl
68036            ! pod/perlfunc.pod
68037 ____________________________________________________________________________
68038 [  7660] By: jhi                                   on 2000/11/12  23:54:22
68039         Log: (Subsumed by #7664)
68040      Branch: perl
68041            + t/op/tell.t
68042            ! MANIFEST
68043 ____________________________________________________________________________
68044 [  7659] By: jhi                                   on 2000/11/12  22:55:25
68045         Log: Many subdocumented return values of the IO extension now documented.
68046              ungetc and write still left subdocumented.
68047              
68048              Subject: [PATCH] (was Re: IO::Handle::ungetc)
68049              From: Nicholas Clark <nick@talking.bollo.cx>
68050              Date: Sun, 12 Nov 2000 21:35:53 +0000
68051              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
68052      Branch: perl
68053            ! ext/IO/lib/IO/Handle.pm
68054 ____________________________________________________________________________
68055 [  7658] By: jhi                                   on 2000/11/12  21:37:06
68056         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
68057              From: Nicholas Clark <nick@talking.bollo.cx>
68058              Date: Sun, 12 Nov 2000 20:03:22 +0000
68059              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
68060      Branch: perl
68061            ! pod/perlfunc.pod
68062 ____________________________________________________________________________
68063 [  7657] By: jhi                                   on 2000/11/12  20:34:55
68064         Log: Integrate perlio.
68065      Branch: perl
68066           !> perlio.c
68067 ____________________________________________________________________________
68068 [  7656] By: nick                                  on 2000/11/12  19:25:06
68069         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
68070      Branch: perlio
68071            ! perlio.c
68072 ____________________________________________________________________________
68073 [  7655] By: nick                                  on 2000/11/12  19:09:41
68074         Log: Integrate mainline
68075      Branch: perlio
68076           +> README.solaris ext/Encode/Encode/cp1006.enc
68077           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
68078           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
68079           +> ext/Encode/Encode/iso8859-13.enc
68080           +> ext/Encode/Encode/iso8859-14.enc
68081           +> ext/Encode/Encode/iso8859-15.enc
68082           !> (integrate 34 files)
68083 ____________________________________________________________________________
68084 [  7654] By: jhi                                   on 2000/11/12  19:00:22
68085         Log: Add a metaconfig unit for fsync.
68086      Branch: metaconfig/U/perl
68087            + d_fsync.U
68088 ____________________________________________________________________________
68089 [  7653] By: jhi                                   on 2000/11/12  19:00:01
68090         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
68091      Branch: perl
68092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68093            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
68094            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68095            ! vos/config.ga.h win32/config.bc win32/config.gc
68096            ! win32/config.vc
68097 ____________________________________________________________________________
68098 [  7652] By: jhi                                   on 2000/11/11  21:12:01
68099         Log: Copy the s// information of README.hpux also to the perlrun.
68100      Branch: perl
68101            ! README.hpux pod/perlrun.pod
68102 ____________________________________________________________________________
68103 [  7651] By: jhi                                   on 2000/11/11  21:03:13
68104         Log: More README.solaris updates from Andy Dougherty.
68105      Branch: perl
68106            ! README.solaris
68107 ____________________________________________________________________________
68108 [  7650] By: jhi                                   on 2000/11/11  18:38:57
68109         Log: More descriptive error for unknown perlio layers.
68110              
68111              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
68112              From: Dominic Dunlop <domo@computer.org> 
68113              Date: Sat, 11 Nov 2000 18:20:32 +0100             
68114              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
68115      Branch: perl
68116            ! perlio.c pod/perldiag.pod
68117 ____________________________________________________________________________
68118 [  7649] By: jhi                                   on 2000/11/11  18:37:52
68119         Log: MachTen doesn't really do mmap() and munmap().
68120              
68121              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
68122              From: Dominic Dunlop <domo@computer.org> 
68123              Date: Sat, 11 Nov 2000 18:20:32 +0100             
68124              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
68125      Branch: perl
68126            ! hints/machten.sh
68127 ____________________________________________________________________________
68128 [  7648] By: jhi                                   on 2000/11/11  18:36:46
68129         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
68130              From: rspier@pobox.com (Robert Spier)
68131              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
68132              Message-ID: <14861.32839.491271.985797@rls.cx>
68133      Branch: perl
68134            ! Porting/Contract pod/perltoot.pod
68135 ____________________________________________________________________________
68136 [  7647] By: jhi                                   on 2000/11/11  18:35:30
68137         Log: Simplify the getpagesize() unit by dropping the
68138              pagesize probe since it's nowadays slightly more
68139              complicated because of sysconf(). (Note: if some
68140              platform really needs the -lPW for getpagesize,
68141              I just broke it.)
68142              
68143              TODO: a new pagesize unit.
68144      Branch: metaconfig
68145            ! U/compline/d_getpagsz.U
68146 ____________________________________________________________________________
68147 [  7646] By: jhi                                   on 2000/11/11  18:33:23
68148         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
68149      Branch: perl
68150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68151            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
68152            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68153            ! vos/config.ga.h win32/config.bc win32/config.gc
68154            ! win32/config.vc
68155 ____________________________________________________________________________
68156 [  7645] By: jhi                                   on 2000/11/11  16:45:15
68157         Log: Use sysconf() or getpagesize() to find out the pagesize.
68158      Branch: perl
68159            ! perlio.c
68160 ____________________________________________________________________________
68161 [  7644] By: jhi                                   on 2000/11/11  15:46:08
68162         Log: Integrate perlio.
68163      Branch: perl
68164           !> perlio.c
68165 ____________________________________________________________________________
68166 [  7643] By: jhi                                   on 2000/11/11  15:33:36
68167         Log: Subject: Re: [PATCH] README.solaris
68168              From: Lupe Christoph <lupe@lupe-christoph.de>
68169              Date: Sat, 11 Nov 2000 14:08:10 +0100
68170              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
68171      Branch: perl
68172            ! README.solaris
68173 ____________________________________________________________________________
68174 [  7642] By: jhi                                   on 2000/11/11  15:22:12
68175         Log: Subject: [PATCH perl@7638] cygwin port
68176              From: "Eric Fifer" <egf7@columbia.edu>            
68177              Date: Fri, 10 Nov 2000 19:30:30 -0000
68178              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
68179      Branch: perl
68180            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
68181 ____________________________________________________________________________
68182 [  7641] By: nick                                  on 2000/11/11  14:50:36
68183         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
68184              Also call "Buf" layer directly when unread'ing non-read chars.
68185      Branch: perlio
68186            ! perlio.c
68187 ____________________________________________________________________________
68188 [  7640] By: jhi                                   on 2000/11/11  02:05:02
68189         Log: Add more encoding tables.
68190      Branch: perl
68191            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
68192            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
68193            + ext/Encode/Encode/iso8859-10.enc
68194            + ext/Encode/Encode/iso8859-13.enc
68195            + ext/Encode/Encode/iso8859-14.enc
68196            + ext/Encode/Encode/iso8859-15.enc
68197            ! MANIFEST
68198 ____________________________________________________________________________
68199 [  7639] By: jhi                                   on 2000/11/10  18:49:25
68200         Log: Subject: [PATCH] README.solaris
68201              From: Andy Dougherty <doughera@lafayette.edu>
68202              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
68203              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
68204      Branch: perl
68205            + README.solaris
68206            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
68207            ! pod/perl.pod pod/perltoc.pod
68208 ____________________________________________________________________________
68209 [  7638] By: jhi                                   on 2000/11/10  15:04:15
68210         Log: Update Changes.
68211      Branch: perl
68212            ! Changes patchlevel.h
68213 ____________________________________________________________________________
68214 [  7637] By: jhi                                   on 2000/11/10  14:14:28
68215         Log: Explain better why certain regex tests are skipped.
68216              
68217              Subject: Re: tests skipped: unknown reason
68218              From: Lupe Christoph <lupe@lupe-christoph.de>
68219              Date: Fri, 10 Nov 2000 09:08:56 +0100
68220              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
68221      Branch: perl
68222            ! t/op/regexp.t
68223 ____________________________________________________________________________
68224 [  7636] By: nick                                  on 2000/11/10  13:40:00
68225         Log: Integrate mainline.
68226      Branch: perlio
68227           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
68228           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
68229           !> win32/bin/search.pl
68230 ____________________________________________________________________________
68231 [  7635] By: nick                                  on 2000/11/10  13:25:52
68232         Log: Re-instate stdio large file support via perlio.
68233      Branch: perl
68234            ! perlio.c
68235 ____________________________________________________________________________
68236 [  7634] By: jhi                                   on 2000/11/10  04:49:55
68237         Log: Amdahl UTS hints updates.
68238              
68239              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
68240              From: hom00@utsglobal.com (Harold O Morris)
68241              Date: Thu, 9 Nov 2000 20:02 PST
68242              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
68243      Branch: perl
68244            ! hints/uts.sh
68245 ____________________________________________________________________________
68246 [  7633] By: jhi                                   on 2000/11/09  23:33:28
68247         Log: Subject: [PATCH] IO::Seekable pod
68248              From: Nicholas Clark <nick@talking.bollo.cx>
68249              Date: Thu, 9 Nov 2000 20:29:45 +0000
68250              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
68251      Branch: perl
68252            ! ext/IO/lib/IO/Handle.pm
68253 ____________________________________________________________________________
68254 [  7632] By: jhi                                   on 2000/11/09  21:55:41
68255         Log: Various doc oddball characters.
68256              
68257              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
68258              From: Michael Somos <somos@grail.cba.csuohio.edu>
68259              Date: Mon, 6 Nov 2000 17:44:20 -0500
68260              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
68261      Branch: perl
68262            ! emacs/cperl-mode.el lib/unicode/syllables.txt
68263            ! win32/bin/search.pl
68264 ____________________________________________________________________________
68265 [  7631] By: jhi                                   on 2000/11/09  21:12:29
68266         Log: Subject: Re: bash -c exit and linux hints 
68267              From: "John P. Linderman" <jpl@research.att.com>
68268              Date: Thu, 02 Nov 2000 09:37:25 -0500
68269              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
68270      Branch: perl
68271            ! hints/linux.sh
68272 ____________________________________________________________________________
68273 [  7630] By: nick                                  on 2000/11/09  20:34:11
68274         Log: Integrate mainline.
68275      Branch: perlio
68276           !> (integrate 91 files)
68277 ____________________________________________________________________________
68278 [  7629] By: jhi                                   on 2000/11/09  19:46:31
68279         Log: Missing dTHXs.
68280              
68281              Subject: RE: perl@7595 builds not on cygwin
68282              From: "Eric Fifer" <egf7@columbia.edu>
68283              Date: Thu, 9 Nov 2000 19:26:50 -0000
68284              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
68285      Branch: perl
68286            ! ext/Devel/Peek/Peek.xs
68287 ____________________________________________________________________________
68288 [  7628] By: jhi                                   on 2000/11/09  14:48:27
68289         Log: Disable only the tests 99 and 166 for UTF-8 locales.
68290      Branch: perl
68291            ! t/pragma/locale.t
68292 ____________________________________________________________________________
68293 [  7627] By: jhi                                   on 2000/11/09  14:40:27
68294         Log: There's no =head3.
68295      Branch: perl
68296            ! pod/perlhack.pod
68297 ____________________________________________________________________________
68298 [  7626] By: jhi                                   on 2000/11/09  13:54:26
68299         Log: The generated boot_* headers are wrong.  Pickier compiler,
68300              such as KAI C++ will refuse to compile the resulting perlmain.
68301              
68302              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
68303              From: Harri Pasanen <harri.pasanen@trema.com>
68304              Date: Thu, 09 Nov 2000 14:23:28 +0100
68305              Message-Id: <3A0AA550.26D548A3@trema.com>
68306      Branch: perl
68307            ! minimod.pl
68308 ____________________________________________________________________________
68309 [  7625] By: jhi                                   on 2000/11/09  13:50:44
68310         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
68311              From: Prymmer/Kahn <pvhp@best.com>
68312              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
68313              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
68314              
68315              All except the "cow orker" change.
68316      Branch: perl
68317            ! Porting/pumpkin.pod
68318 ____________________________________________________________________________
68319 [  7624] By: jhi                                   on 2000/11/09  13:45:33
68320         Log: Fix for
68321              
68322              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
68323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
68324              Date: Thu, 09 Nov 2000 11:05:52 +0100
68325              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
68326      Branch: perl
68327            ! pod/perldiag.pod t/pragma/warn/pp_sys
68328 ____________________________________________________________________________
68329 [  7623] By: jhi                                   on 2000/11/09  13:37:16
68330         Log: Typo in an ifndef.
68331              
68332              Subject: Re: [PATCH 5.7.0] better messages from malloc()
68333              From: Joe Smith <jms@inwap.com>         
68334              Date: Thu, 09 Nov 2000 01:33:14 -0800
68335              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
68336      Branch: perl
68337            ! malloc.c
68338 ____________________________________________________________________________
68339 [  7622] By: jhi                                   on 2000/11/09  13:31:18
68340         Log: Remove unused extra arguments.
68341      Branch: metaconfig/U/perl
68342            ! perlxv.U
68343      Branch: perl
68344            ! Configure config_h.SH
68345 ____________________________________________________________________________
68346 [  7621] By: jhi                                   on 2000/11/09  13:16:36
68347         Log: More VMS moves on environment handling, from Charles Lane.
68348      Branch: perl
68349            ! t/pragma/locale.t
68350 ____________________________________________________________________________
68351 [  7620] By: jhi                                   on 2000/11/09  04:42:38
68352         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
68353              From: David Dyck <dcd@tc.fluke.com>
68354              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
68355              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
68356      Branch: perl
68357            ! pp_sys.c
68358 ____________________________________________________________________________
68359 [  7619] By: jhi                                   on 2000/11/09  04:36:21
68360         Log: Forgot from #7618.
68361      Branch: perl
68362            ! lib/File/stat.pm
68363 ____________________________________________________________________________
68364 [  7618] By: jhi                                   on 2000/11/09  04:28:44
68365         Log: Make deleting for %ENV work for (newer versions of) VMS,
68366              from Craig A. Berry.
68367      Branch: perl
68368            ! vms/vms.c
68369 ____________________________________________________________________________
68370 [  7617] By: jhi                                   on 2000/11/09  04:25:05
68371         Log: Subject: [PATCH] Class::Struct at compile time
68372              From: "Casey R. Tweten" <crt@kiski.net>
68373              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
68374              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
68375      Branch: perl
68376            ! lib/Class/Struct.pm
68377 ____________________________________________________________________________
68378 [  7616] By: jhi                                   on 2000/11/09  04:15:17
68379         Log: Subject: [ID 20001108.013] spelling
68380              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
68381              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
68382              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
68383      Branch: perl
68384            ! lib/ftp.pl
68385 ____________________________________________________________________________
68386 [  7615] By: jhi                                   on 2000/11/09  04:12:42
68387         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
68388              From: Peter Prymmer <pvhp@forte.com>
68389              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
68390              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
68391      Branch: perl
68392            ! configure.com
68393 ____________________________________________________________________________
68394 [  7614] By: jhi                                   on 2000/11/08  22:42:55
68395         Log: A missing aTHX_.
68396      Branch: perl
68397            ! ext/IPC/SysV/SysV.xs
68398 ____________________________________________________________________________
68399 [  7613] By: jhi                                   on 2000/11/08  19:30:21
68400         Log: Update Changes.
68401      Branch: perl
68402            ! Changes patchlevel.h
68403 ____________________________________________________________________________
68404 [  7612] By: jhi                                   on 2000/11/08  18:35:25
68405         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
68406              From: David Dyck <dcd@tc.fluke.com>
68407              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
68408              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
68409      Branch: perl
68410            ! pp_sys.c
68411 ____________________________________________________________________________
68412 [  7611] By: jhi                                   on 2000/11/08  18:30:26
68413         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
68414              From: Dominic Dunlop <domo@computer.org>
68415              Date: Tue, 7 Nov 2000 12:05:25 +0100
68416              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
68417      Branch: perl
68418            ! malloc.c
68419 ____________________________________________________________________________
68420 [  7610] By: jhi                                   on 2000/11/08  18:25:14
68421         Log: Do not test UTF-8 locales since that the tests would require
68422              polymorphic regexen.
68423      Branch: perl
68424            ! t/pragma/locale.t
68425 ____________________________________________________________________________
68426 [  7609] By: jhi                                   on 2000/11/08  17:12:51
68427         Log: Locale buglets.
68428              
68429              Subject: RE: Locales support (setlocale) fixes
68430              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
68431              Date: Wed, 8 Nov 2000 20:01:39 +0300
68432              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
68433      Branch: perl
68434            ! t/pragma/locale.t util.c
68435 ____________________________________________________________________________
68436 [  7608] By: jhi                                   on 2000/11/08  17:00:16
68437         Log: Deleting $ENV{PATH} in VMS is not recommendable.
68438      Branch: perl
68439            ! t/pragma/locale.t
68440 ____________________________________________________________________________
68441 [  7607] By: jhi                                   on 2000/11/08  16:58:26
68442         Log: Subject: PATCH std stdio for (Free)BSD
68443              From: Nicholas Clark <nick@ccl4.org>
68444              Date: Wed, 8 Nov 2000 15:36:29 +0000
68445              Message-ID: <20001108153629.D98736@plum.flirble.org>
68446      Branch: metaconfig
68447            ! U/compline/d_stdstdio.U
68448      Branch: perl
68449            ! Configure config_h.SH
68450 ____________________________________________________________________________
68451 [  7606] By: jhi                                   on 2000/11/08  16:43:31
68452         Log: Forgot to bump the line numbers in #7601.
68453      Branch: perl
68454            ! t/pragma/warn/pp_sys
68455 ____________________________________________________________________________
68456 [  7605] By: jhi                                   on 2000/11/08  16:39:12
68457         Log: More careful detection of how well NVs and UVs mix.
68458              
68459              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))
68460              From: Nicholas Clark <nick@ccl4.org>
68461              Date: Wed, 8 Nov 2000 15:14:12 +0000
68462              Message-ID: <20001108151412.B98736@plum.flirble.org>
68463              
68464              Added some SIGFPE paranoia.
68465      Branch: metaconfig/U/perl
68466            ! perlxv.U
68467      Branch: perl
68468            ! Configure config_h.SH
68469 ____________________________________________________________________________
68470 [  7604] By: jhi                                   on 2000/11/08  14:39:10
68471         Log: Subject: [patch perl@7595] VMS configure.com tweak
68472              From: "Craig A. Berry" <craigberry@mac.com>
68473              Date: Wed, 8 Nov 2000 00:24:12 -0600
68474              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
68475      Branch: perl
68476            ! configure.com
68477 ____________________________________________________________________________
68478 [  7603] By: jhi                                   on 2000/11/08  14:27:11
68479         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
68480              From: Robin Barker <rmb1@cise.npl.co.uk>
68481              Date: Wed, 8 Nov 2000 11:11:39 GMT
68482              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
68483      Branch: perl
68484            ! perlio.c
68485 ____________________________________________________________________________
68486 [  7602] By: jhi                                   on 2000/11/08  14:25:03
68487         Log: Fix for the tie-refhash string table leaks.
68488              
68489              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
68490              Date: Wed, 8 Nov 2000 13:03:04 GMT
68491              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
68492      Branch: perl
68493            ! t/lib/tie-refhash.t
68494 ____________________________________________________________________________
68495 [  7601] By: jhi                                   on 2000/11/08  14:21:08
68496         Log: Try to avoid flockless and emulationless places.
68497      Branch: perl
68498            ! t/pragma/warn/pp_sys
68499 ____________________________________________________________________________
68500 [  7600] By: jhi                                   on 2000/11/08  02:28:54
68501         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
68502              
68503              Subject: [PATCH] prototyped functions that should be overrideable
68504              From: "Casey R. Tweten" <crt@kiski.net>
68505              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
68506              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
68507      Branch: perl
68508            ! toke.c
68509 ____________________________________________________________________________
68510 [  7599] By: jhi                                   on 2000/11/08  01:12:05
68511         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
68512              
68513              Subject: [PATCH] perlbug.PL
68514              From: "Kurt D. Starsinic" <kstar@chapin.edu>
68515              Date: Mon, 6 Nov 2000 21:39:01 -0500
68516              Message-ID: <20001106213901.B20955@O2.chapin.edu>
68517      Branch: perl
68518            ! utils/perlbug.PL
68519 ____________________________________________________________________________
68520 [  7598] By: jhi                                   on 2000/11/07  23:42:00
68521         Log: Bad thinko in #7581 (I used the test program with the expanded
68522              values as-is).
68523      Branch: metaconfig
68524            ! U/compline/d_stdstdio.U
68525      Branch: perl
68526            ! Configure
68527 ____________________________________________________________________________
68528 [  7597] By: jhi                                   on 2000/11/07  21:43:29
68529         Log: Subject: [PATCH perl@7573] cygwin port
68530              From: "Fifer, Eric" <EFifer@sanwaint.com>
68531              Date: Tue, 7 Nov 2000 18:08:51 -0000 
68532              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
68533              
68534              Synchronize with Cygwin 1.1.5.
68535      Branch: perl
68536            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
68537            ! pod/perlport.pod unixish.h util.c
68538 ____________________________________________________________________________
68539 [  7596] By: jhi                                   on 2000/11/07  21:39:25
68540         Log: perlhack updates from H.Merijn Brand.
68541      Branch: perl
68542            ! pod/perlhack.pod
68543 ____________________________________________________________________________
68544 [  7595] By: jhi                                   on 2000/11/07  20:21:41
68545         Log: Update Changes.
68546      Branch: perl
68547            ! Changes patchlevel.h
68548 ____________________________________________________________________________
68549 [  7594] By: jhi                                   on 2000/11/07  19:18:58
68550         Log: Be more robust in Dynaloader.pm.
68551      Branch: perl
68552            ! ext/DynaLoader/DynaLoader_pm.PL
68553 ____________________________________________________________________________
68554 [  7593] By: jhi                                   on 2000/11/07  16:49:31
68555         Log: AUTHORS update.
68556      Branch: perl
68557            ! AUTHORS
68558 ____________________________________________________________________________
68559 [  7592] By: gsar                                  on 2000/11/07  16:39:51
68560         Log: normalize relative paths in virtualized current directory on windows,
68561              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
68562              returns)
68563      Branch: perl
68564            ! win32/vdir.h
68565 ____________________________________________________________________________
68566 [  7591] By: jhi                                   on 2000/11/07  16:04:26
68567         Log: Too profiler-happy: with optimization the #7590 actually makes
68568              the test to run 0.5% _slower_.  Requires much more instrumentation.
68569              Retract #7590.
68570      Branch: perl
68571            ! regcomp.c regcomp.h
68572 ____________________________________________________________________________
68573 [  7590] By: jhi                                   on 2000/11/07  15:51:13
68574         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
68575              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
68576              by using memset() and testing bytewise (as opposed to bitwise).
68577      Branch: perl
68578            ! regcomp.c regcomp.h
68579 ____________________________________________________________________________
68580 [  7589] By: jhi                                   on 2000/11/07  12:56:39
68581         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
68582              From: "Craig A. Berry" <craig.berry@psinetcs.com>
68583              Date: Mon, 06 Nov 2000 23:45:30 -0500
68584              Message-Id: <0011079735.AA973576259@univpress.com>
68585      Branch: perl
68586            ! configure.com t/lib/st-lock.t
68587 ____________________________________________________________________________
68588 [  7588] By: jhi                                   on 2000/11/07  01:03:28
68589         Log: Tweak #7587.
68590      Branch: perl
68591            ! pod/perldiag.pod
68592 ____________________________________________________________________________
68593 [  7587] By: jhi                                   on 2000/11/07  01:00:27
68594         Log: A doc addition for bug id 20001105.019, beware \p.
68595      Branch: perl
68596            ! pod/perldiag.pod
68597 ____________________________________________________________________________
68598 [  7586] By: jhi                                   on 2000/11/07  00:32:22
68599         Log: Fake support of holey files in win/dosish platforms.
68600              
68601              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
68602              From: kipp@shonanblue.ne.jp
68603              Date: Mon, 6 Nov 2000 13:30:55 -0800
68604              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
68605      Branch: perl
68606            ! ext/SDBM_File/sdbm/sdbm.c
68607 ____________________________________________________________________________
68608 [  7585] By: jhi                                   on 2000/11/07  00:12:54
68609         Log: Subject: Pod updates
68610              From: "Stephen P. Potter" <spp@spotter.yi.org>
68611              Date: Mon, 06 Nov 2000 18:56:43 -0500
68612              Message-Id: <200011062357.SAA18173@spotter.yi.org>
68613      Branch: perl
68614            ! README.dos README.os2 README.win32 pod/buildtoc.PL
68615            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
68616            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
68617            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
68618            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
68619            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
68620            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
68621            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
68622            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
68623            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
68624            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
68625            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
68626            ! pod/perltootc.pod pod/perlunicode.pod
68627 ____________________________________________________________________________
68628 [  7584] By: jhi                                   on 2000/11/07  00:04:17
68629         Log: Varargs don't always work too well if one puts an unsigned
68630              char on the stack and pop an unsigned quad off the stack.
68631              
68632              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
68633              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
68634              Date: Mon, 06 Nov 2000 15:19:05 -0800
68635              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
68636      Branch: perl
68637            ! utf8.c
68638 ____________________________________________________________________________
68639 [  7583] By: jhi                                   on 2000/11/06  23:58:48
68640         Log: %ENV note tweaks from Dan Sugalski.
68641      Branch: perl
68642            ! pod/perlport.pod vms/perlvms.pod
68643 ____________________________________________________________________________
68644 [  7582] By: jhi                                   on 2000/11/06  23:05:49
68645         Log: glibc5 detection by __GNU_LIBRARY__.
68646      Branch: perl
68647            ! toke.c
68648 ____________________________________________________________________________
68649 [  7581] By: jhi                                   on 2000/11/06  22:51:29
68650         Log: Make the stdio test program of 7427 less noisy while being 
68651              compiled so that Digital UNIX wouldn't get both
68652              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
68653              undefined.  This makes perlio happy.
68654      Branch: metaconfig
68655            ! U/compline/d_stdstdio.U
68656      Branch: perl
68657            ! Configure config_h.SH
68658 ____________________________________________________________________________
68659 [  7580] By: jhi                                   on 2000/11/06  22:41:41
68660         Log: Document %ENV = () portability issues.
68661      Branch: perl
68662            ! pod/perlport.pod vms/perlvms.pod
68663 ____________________________________________________________________________
68664 [  7579] By: jhi                                   on 2000/11/06  21:29:24
68665         Log: VOS updates from Paul Green.
68666      Branch: perl
68667            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68668 ____________________________________________________________________________
68669 [  7578] By: jhi                                   on 2000/11/06  21:00:40
68670         Log: Sanitize the environment further.
68671      Branch: perl
68672            ! t/pragma/locale.t
68673 ____________________________________________________________________________
68674 [  7577] By: jhi                                   on 2000/11/06  20:53:51
68675         Log: Re-introduce 7552 lost in integration.
68676      Branch: perl
68677            ! perlio.c
68678 ____________________________________________________________________________
68679 [  7576] By: jhi                                   on 2000/11/06  20:33:46
68680         Log: Admit that the test leaks scalars.
68681      Branch: perl
68682            ! t/comp/proto.t
68683 ____________________________________________________________________________
68684 [  7575] By: jhi                                   on 2000/11/06  20:17:08
68685         Log: Integrate perlio.
68686      Branch: perl
68687           !> perlio.c
68688 ____________________________________________________________________________
68689 [  7574] By: nick                                  on 2000/11/06  20:07:28
68690         Log: Remove debug. Try (Mmap_t) on madvise() call.
68691      Branch: perlio
68692            ! perlio.c
68693 ____________________________________________________________________________
68694 [  7573] By: jhi                                   on 2000/11/06  13:56:05
68695         Log: Update Changes.
68696      Branch: perl
68697            ! Changes patchlevel.h
68698 ____________________________________________________________________________
68699 [  7572] By: jhi                                   on 2000/11/06  13:48:41
68700         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
68701              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68702              Date: Mon, 06 Nov 2000 10:11:42 +0100
68703              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
68704      Branch: perl
68705            ! pod/perlhack.pod
68706 ____________________________________________________________________________
68707 [  7571] By: jhi                                   on 2000/11/06  01:45:51
68708         Log: AUTHORS updates.
68709      Branch: perl
68710            ! AUTHORS
68711 ____________________________________________________________________________
68712 [  7570] By: jhi                                   on 2000/11/06  00:18:00
68713         Log: Fix for
68714              
68715              Subject: [ID 20000728.005] perl -P broken
68716              From: David Dyck <dcd@tc.fluke.com>
68717              Date: Fri, 28 Jul 2000 17:19:16 -0700
68718              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
68719              
68720              (hopefully).  The fix is also not complete, it seems to break
68721              BOM swallowing for libc5 systems, but until someone figures
68722              out a way to do this without ftell(), this will do.
68723      Branch: perl
68724            ! toke.c
68725 ____________________________________________________________________________
68726 [  7569] By: jhi                                   on 2000/11/06  00:05:30
68727         Log: Document that the evaled syntax errors cause scalar leaks.
68728      Branch: perl
68729            ! t/comp/proto.t
68730 ____________________________________________________________________________
68731 [  7568] By: jhi                                   on 2000/11/05  23:14:47
68732         Log: opmini.o can linger from Configures past.
68733      Branch: perl
68734            ! Makefile.SH
68735 ____________________________________________________________________________
68736 [  7567] By: jhi                                   on 2000/11/05  21:28:39
68737         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
68738              first argument correctly.
68739      Branch: perl
68740            ! perlio.c
68741 ____________________________________________________________________________
68742 [  7566] By: jhi                                   on 2000/11/05  21:15:56
68743         Log: Integrate perlio.
68744      Branch: perl
68745           !> perlio.c
68746 ____________________________________________________________________________
68747 [  7565] By: jhi                                   on 2000/11/05  21:15:13
68748         Log: Use -dM for gcc (the suggested patch did it only for Linux,
68749              but I think it can be generalized).
68750              
68751              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
68752              From: Pixel <pixel@mandrakesoft.com>
68753              Date: 05 Nov 2000 21:49:34 +0100 
68754              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
68755      Branch: perl
68756            ! ext/Errno/Errno_pm.PL
68757 ____________________________________________________________________________
68758 [  7564] By: nick                                  on 2000/11/05  21:09:18
68759         Log: Added a mmap layer as a "subclass" of perlio.
68760              PERLIO=mmap ./perl harness passes
68761      Branch: perlio
68762            ! perlio.c
68763 ____________________________________________________________________________
68764 [  7563] By: jhi                                   on 2000/11/05  19:48:55
68765         Log: Add a note for future generations about bug id 20000229.006.
68766      Branch: perl
68767            ! malloc.c
68768 ____________________________________________________________________________
68769 [  7562] By: jhi                                   on 2000/11/05  19:38:24
68770         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
68771      Branch: perl
68772            ! pp_ctl.c t/op/pos.t
68773 ____________________________________________________________________________
68774 [  7561] By: jhi                                   on 2000/11/05  18:21:46
68775         Log: Add =pod to be tidy.
68776      Branch: perl
68777            ! lib/Math/Complex.pm
68778 ____________________________________________________________________________
68779 [  7560] By: jhi                                   on 2000/11/05  17:38:46
68780         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
68781      Branch: perl
68782            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
68783            ! ext/Storable/Storable.xs t/lib/st-recurse.t
68784 ____________________________________________________________________________
68785 [  7559] By: jhi                                   on 2000/11/05  17:32:59
68786         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
68787              From: "Peter J. Farley III" <pjfarley@banet.net>
68788              Date: Sun, 05 Nov 2000 11:55:59 -0500
68789              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
68790      Branch: perl
68791            ! t/lib/syslog.t
68792 ____________________________________________________________________________
68793 [  7558] By: jhi                                   on 2000/11/05  17:29:19
68794         Log: Integrate perlio.
68795      Branch: perl
68796           !> perlio.c
68797 ____________________________________________________________________________
68798 [  7557] By: jhi                                   on 2000/11/05  17:22:01
68799         Log: A fix of sorts for 20000329.026, a better error message
68800              for a missing "use charnames" when using the \N{...}. 
68801      Branch: perl
68802            ! pod/perldiag.pod toke.c
68803 ____________________________________________________________________________
68804 [  7556] By: jhi                                   on 2000/11/05  16:33:50
68805         Log: Test tweak: show also the failed locales.
68806              
68807              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
68808              From: Lupe Christoph <lupe@lupe-christoph.de>         
68809              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
68810              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
68811      Branch: perl
68812            ! t/pragma/locale.t
68813 ____________________________________________________________________________
68814 [  7555] By: nick                                  on 2000/11/05  11:09:34
68815         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
68816              open RDWR so does not fail. (pragma/warnings 303 again...)
68817      Branch: perlio
68818            ! perlio.c
68819 ____________________________________________________________________________
68820 [  7554] By: nick                                  on 2000/11/05  10:10:13
68821         Log: Fix case where ungetc(f,EOF) was allowed.
68822              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
68823              so we can see similarities.
68824              Use types more carefully and a STDCHAR array in hope that this will
68825              fix Jarrko's 64bit machine.
68826      Branch: perlio
68827            ! perlio.c
68828 ____________________________________________________________________________
68829 [  7553] By: jhi                                   on 2000/11/05  01:12:16
68830         Log: Fix for
68831              
68832              Subject: [ID 20001004.007] taint propogation is inconsistent
68833              From: pimlott@idiomtech.com (Andrew Pimlott) 
68834              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
68835              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
68836              
68837              The culprit was sv_setsv() which was rather blindly
68838              propagating taint, which lead to behaviour where if
68839              a tainted anon hash value was seen all the hash values
68840              from then on at that level became tainted, or at any
68841              upper levels in the case of nested anon hashes.
68842      Branch: perl
68843            ! sv.c t/op/taint.t
68844 ____________________________________________________________________________
68845 [  7552] By: jhi                                   on 2000/11/04  23:44:18
68846         Log: Some cpps don't like splitting conditionals across several lines.
68847      Branch: perl
68848            ! perlio.c
68849 ____________________________________________________________________________
68850 [  7551] By: nick                                  on 2000/11/04  23:40:44
68851         Log: Integrate mainline
68852      Branch: perlio
68853           !> pp_hot.c t/op/taint.t
68854 ____________________________________________________________________________
68855 [  7550] By: nick                                  on 2000/11/04  23:39:05
68856         Log: Integrate mainline again
68857      Branch: perlio
68858           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
68859           !> t/lib/b.t t/op/misc.t util.c
68860 ____________________________________________________________________________
68861 [  7549] By: jhi                                   on 2000/11/04  23:14:01
68862         Log: Fix for
68863              
68864              Subject: [ID 20001004.006] undef is never tainted
68865              From: pimlott@idiomtech.com (Andrew Pimlott)
68866              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
68867              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
68868              
68869              An undef read from a slurped file was not tainted.
68870      Branch: perl
68871            ! pp_hot.c t/op/taint.t
68872 ____________________________________________________________________________
68873 [  7548] By: jhi                                   on 2000/11/04  22:56:21
68874         Log: Test tweak ($Config{useperlio} is by default undef) .
68875      Branch: perl
68876            ! t/lib/b.t
68877 ____________________________________________________________________________
68878 [  7547] By: jhi                                   on 2000/11/04  22:43:56
68879         Log: Integrate perlio.
68880      Branch: perl
68881           +> lib/perlio.pm
68882           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
68883           !> pod/perlapi.pod t/lib/b.t
68884 ____________________________________________________________________________
68885 [  7546] By: jhi                                   on 2000/11/04  22:40:59
68886         Log: Configure would use a bad $myuname from an old config.sh.
68887              
68888              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
68889              From: Andy Dougherty <doughera@lafayette.edu>
68890              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
68891              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
68892      Branch: metaconfig
68893            ! U/modified/Oldconfig.U
68894      Branch: perl
68895            ! Configure config_h.SH
68896 ____________________________________________________________________________
68897 [  7545] By: jhi                                   on 2000/11/04  22:36:54
68898         Log: Subject: Locales support (setlocale) fixes
68899              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
68900              Date: Sat, 4 Nov 2000 10:15:48 +0300 
68901              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
68902              
68903              Modified quite a bit to be more portable.
68904      Branch: perl
68905            ! embed.h embed.pl perl.h proto.h util.c
68906 ____________________________________________________________________________
68907 [  7544] By: jhi                                   on 2000/11/04  22:32:47
68908         Log: Dying is too strict here, better just skip.
68909      Branch: perl
68910            ! t/op/misc.t
68911 ____________________________________________________________________________
68912 [  7543] By: nick                                  on 2000/11/04  21:55:13
68913         Log: Merge mainline
68914      Branch: perlio
68915           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
68916           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
68917           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
68918           !> (integrate 64 files)
68919 ____________________________________________________________________________
68920 [  7542] By: jhi                                   on 2000/11/04  21:09:28
68921         Log: More Changes tweakery.
68922      Branch: perl
68923            ! Changes Porting/genlog
68924 ____________________________________________________________________________
68925 [  7541] By: jhi                                   on 2000/11/04  20:58:18
68926         Log: Changes fixups.
68927      Branch: perl
68928            ! Changes
68929 ____________________________________________________________________________
68930 [  7540] By: jhi                                   on 2000/11/04  20:42:38
68931         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
68932              create a "fast path" for locale name probing using "locale -a"
68933              if available, squash finally hopefully the s?printf resetting
68934              the numeric locale (since, IIUC perllocale, it never shouldn't). 
68935      Branch: perl
68936            ! sv.c t/op/misc.t t/pragma/locale.t
68937 ____________________________________________________________________________
68938 [  7539] By: nick                                  on 2000/11/04  19:56:10
68939         Log: PerlIO infrastructure complete.
68940      Branch: perlio
68941            + lib/perlio.pm
68942            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
68943 ____________________________________________________________________________
68944 [  7538] By: nick                                  on 2000/11/04  14:31:32
68945         Log: Type tweaks + less contorted allocation scheme
68946      Branch: perlio
68947            ! perlio.c
68948 ____________________________________________________________________________
68949 [  7537] By: nick                                  on 2000/11/04  12:40:42
68950         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
68951              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
68952              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
68953              sensible) which lead to some interesting fails.
68954      Branch: perlio
68955            ! perlio.c
68956 ____________________________________________________________________________
68957 [  7536] By: jhi                                   on 2000/11/04  00:20:02
68958         Log: Add FCNTL_CAN_LOCK.
68959              
68960              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
68961              From: Andy Dougherty <doughera@lafayette.edu>
68962              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
68963              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
68964              
68965              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
68966              From: Andy Dougherty <doughera@lafayette.edu>
68967              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
68968              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
68969      Branch: metaconfig/U/perl
68970            + d_fcntl_can_lock.U
68971            ! startperl.U
68972      Branch: perl
68973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68974            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
68975            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68976            ! vos/config.ga.h win32/config.bc win32/config.gc
68977            ! win32/config.vc
68978 ____________________________________________________________________________
68979 [  7535] By: nick                                  on 2000/11/03  22:19:10
68980         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
68981              - Works on Linux with
68982              perlio + unix
68983              stdio
68984              - Works on Solaris with
68985              perlio + unix
68986              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
68987              - Fails (hangs in openpid) if you try and stack
68988              perlio + stdio - Linux stdio's read() logic is hanging.
68989      Branch: perlio
68990            ! iperlsys.h perlio.c
68991 ____________________________________________________________________________
68992 [  7534] By: jhi                                   on 2000/11/03  15:16:02
68993         Log: Subject: Re: README.aix
68994              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68995              Date: Fri, 03 Nov 2000 16:03:15 +0100
68996              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
68997      Branch: perl
68998            ! README.aix
68999 ____________________________________________________________________________
69000 [  7533] By: jhi                                   on 2000/11/03  03:59:02
69001         Log: Subject: [PATCH 5.7.0] better messages from malloc()
69002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69003              Date: Wed, 1 Nov 2000 23:39:56 -0500
69004              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
69005      Branch: perl
69006            ! malloc.c pod/perldiag.pod
69007 ____________________________________________________________________________
69008 [  7532] By: jhi                                   on 2000/11/03  00:11:56
69009         Log: The #7521 touched things it shouldn't have.
69010      Branch: perl
69011            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
69012 ____________________________________________________________________________
69013 [  7531] By: jhi                                   on 2000/11/02  22:32:33
69014         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
69015              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69016              Date:     Thu, 2 Nov 2000 16:58:36 EST
69017              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
69018      Branch: perl
69019            ! vms/gen_shrfls.pl
69020 ____________________________________________________________________________
69021 [  7530] By: jhi                                   on 2000/11/02  22:08:49
69022         Log: Fix the problem discussed in
69023              
69024              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
69025              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
69026              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
69027              
69028              originally from Linc Madison.  Also Andreas König's comments
69029              taken into account.  Some other problems with Tie::SubstrHash
69030              fixed: didn't croak when the table exceeded the requested number
69031              of entries (as documented) but instead when the number of entries
69032              exceeded the size of the table, a croak() had an unnecessary \n,
69033              didn't have a CLEAR method, documented that there is no exists().
69034              Didn't fix to be strict-proof because the module uses &foo; and
69035              dynamic scope.  Added a test script exercizing both first tamely 
69036              the basic functionality, and then the failure cases reported by
69037              Linc Madison.
69038      Branch: perl
69039            + t/lib/tie-substrhash.t
69040            ! MANIFEST lib/Tie/SubstrHash.pm
69041 ____________________________________________________________________________
69042 [  7529] By: jhi                                   on 2000/11/02  17:58:08
69043         Log: recv() can fail and return undef.
69044              
69045              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
69046              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
69047              Date: Thu, 2 Nov 2000 20:12:20 +0300
69048              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
69049      Branch: perl
69050            ! lib/Net/Ping.pm
69051 ____________________________________________________________________________
69052 [  7528] By: jhi                                   on 2000/11/02  17:49:09
69053         Log: Detpyo.
69054      Branch: perl
69055            ! pod/perlop.pod
69056 ____________________________________________________________________________
69057 [  7527] By: jhi                                   on 2000/11/02  15:48:37
69058         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
69059              fix a autovivification bug in Tie::RefHash, add tests for both.
69060              
69061              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
69062              From: Edward Avis <epa98@doc.ic.ac.uk>
69063              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
69064              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
69065      Branch: perl
69066            + t/lib/tie-refhash.t
69067            ! MANIFEST lib/Tie/RefHash.pm
69068 ____________________________________________________________________________
69069 [  7526] By: jhi                                   on 2000/11/02  13:56:26
69070         Log: Test::Harness revealed buglets in the new DynaLoader.
69071              
69072              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
69073              From: andreas.koenig@anima.de (Andreas J. Koenig)
69074              Date: 02 Nov 2000 11:26:48 +0100 
69075              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
69076      Branch: perl
69077            ! ext/DynaLoader/DynaLoader_pm.PL
69078 ____________________________________________________________________________
69079 [  7525] By: jhi                                   on 2000/11/01  23:52:08
69080         Log: The entry for #7503 was missing.
69081      Branch: perl
69082            ! Changes
69083 ____________________________________________________________________________
69084 [  7524] By: jhi                                   on 2000/11/01  23:40:52
69085         Log: Update Changes.
69086      Branch: perl
69087            ! Changes patchlevel.h
69088 ____________________________________________________________________________
69089 [  7523] By: jhi                                   on 2000/11/01  22:57:09
69090         Log: More tweaking on the #7522 theme.
69091      Branch: perl
69092            ! ext/DynaLoader/DynaLoader_pm.PL
69093 ____________________________________________________________________________
69094 [  7522] By: jhi                                   on 2000/11/01  22:06:15
69095         Log: Expand %Config variables and %ENV variables only if
69096              so requested during build time using the
69097              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
69098              Not expanding makes relocating distributions easier.
69099      Branch: perl
69100            ! ext/DynaLoader/DynaLoader_pm.PL
69101 ____________________________________________________________________________
69102 [  7521] By: jhi                                   on 2000/11/01  20:56:34
69103         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
69104              and setgid() because they were just changing $< and $( which means
69105              only changing the real uid/gid, as opposed to changing both
69106              real and effective ids.  (The alternative way could have been
69107              in POSIX.pm to change $> and $), too, but making a direct call
69108              to the C API feels cleaner.)  Fixes the bug
69109              
69110              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
69111              From: "Garry T. Williams" <garry@zvolve.com>
69112              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
69113              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
69114      Branch: perl
69115            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
69116            ! ext/POSIX/typemap pod/perlvar.pod
69117 ____________________________________________________________________________
69118 [  7520] By: jhi                                   on 2000/11/01  20:08:33
69119         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
69120              From: "Garry T. Williams" <garry@zvolve.com>
69121              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
69122              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
69123      Branch: perl
69124            ! pod/perlsec.pod
69125 ____________________________________________________________________________
69126 [  7519] By: jhi                                   on 2000/11/01  20:01:22
69127         Log: Locale warning explanation tweak.
69128      Branch: perl
69129            ! pod/perldiag.pod
69130 ____________________________________________________________________________
69131 [  7518] By: jhi                                   on 2000/11/01  18:57:13
69132         Log: C.pm part of
69133              
69134              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
69135              From: Jarkko Hietaniemi <jhi@iki.fi>
69136              Date: Tue, 10 Oct 2000 08:22:28 -0500
69137              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
69138      Branch: perl
69139            ! ext/B/B/C.pm
69140 ____________________________________________________________________________
69141 [  7517] By: jhi                                   on 2000/11/01  18:41:59
69142         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
69143              From: Martien Verbruggen <mgjv@comdyn.com.au>
69144              Date: Fri, 6 Oct 2000 14:09:10 +1100
69145              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
69146      Branch: perl
69147            ! pod/perlop.pod
69148 ____________________________________________________________________________
69149 [  7516] By: jhi                                   on 2000/11/01  18:34:55
69150         Log: Generalize the Camel wording.
69151              
69152              Subject: Re: perlfaq style changes
69153              From: John Borwick <jhborwic@unity.ncsu.edu>
69154              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
69155              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
69156      Branch: perl
69157            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
69158 ____________________________________________________________________________
69159 [  7515] By: jhi                                   on 2000/11/01  16:52:31
69160         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
69161              From: pimlott@idiomtech.com (Andrew Pimlott)
69162              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
69163              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
69164      Branch: perl
69165            ! pod/perlsec.pod
69166 ____________________________________________________________________________
69167 [  7514] By: jhi                                   on 2000/11/01  15:03:40
69168         Log: More AIX lore.
69169      Branch: perl
69170            ! ext/re/hints/aix.pl
69171 ____________________________________________________________________________
69172 [  7513] By: jhi                                   on 2000/11/01  14:48:30
69173         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
69174              From: root <root@chronos.fi.muni.cz>
69175              Date: Wed, 1 Nov 2000 12:31:32 +0100
69176              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
69177      Branch: perl
69178            ! lib/Net/Ping.pm
69179 ____________________________________________________________________________
69180 [  7512] By: jhi                                   on 2000/11/01  14:46:47
69181         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
69182              From: Martin Husemann <martin@duskware.de>
69183              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
69184              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
69185      Branch: perl
69186            ! regcomp.c
69187 ____________________________________________________________________________
69188 [  7511] By: jhi                                   on 2000/11/01  14:39:50
69189         Log: AUTHORS updates.
69190      Branch: perl
69191            ! AUTHORS
69192 ____________________________________________________________________________
69193 [  7510] By: jhi                                   on 2000/11/01  14:29:50
69194         Log: Subject: [PATCH] startperl to respect versiononly
69195              From: Robin Barker <rmb1@cise.npl.co.uk> 
69196              Date: Tue, 31 Oct 2000 16:29:36 GMT
69197              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
69198      Branch: metaconfig/U/perl
69199            ! startperl.U
69200      Branch: perl
69201            ! Configure config_h.SH
69202 ____________________________________________________________________________
69203 [  7509] By: jhi                                   on 2000/11/01  14:19:53
69204         Log: printf UVs the correct way, noticed by Robin Barker.
69205      Branch: perl
69206            ! utf8.c
69207 ____________________________________________________________________________
69208 [  7508] By: jhi                                   on 2000/11/01  14:10:03
69209         Log: Do not cleanup *% because the % has special meanings in some
69210              shell environments.
69211      Branch: perl
69212            ! ext/Storable/Makefile.PL
69213 ____________________________________________________________________________
69214 [  7507] By: jhi                                   on 2000/11/01  14:06:00
69215         Log: The NonStop-UX libraries have a novel way to say NaN.
69216      Branch: perl
69217            ! t/lib/bigfltpm.t
69218 ____________________________________________________________________________
69219 [  7506] By: jhi                                   on 2000/11/01  14:03:35
69220         Log: The osname has been lowercased by now, from Tom Bates.
69221      Branch: metaconfig
69222            ! U/modified/Oldconfig.U
69223      Branch: perl
69224            ! Configure config_h.SH
69225 ____________________________________________________________________________
69226 [  7505] By: jhi                                   on 2000/10/31  19:18:39
69227         Log: The compiler is either gcc or cc, from Tom Bates.
69228      Branch: perl
69229            ! hints/nonstopux.sh
69230 ____________________________________________________________________________
69231 [  7504] By: jhi                                   on 2000/10/31  14:53:42
69232         Log: Update Changes.
69233      Branch: perl
69234            ! Changes patchlevel.h
69235 ____________________________________________________________________________
69236 [  7503] By: jhi                                   on 2000/10/31  14:30:50
69237         Log: Whitespace style tweak.  Was originally going to see to
69238              
69239              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
69240              From: Joe Smith <jms@inwap.com>
69241              Date: Mon, 30 Oct 2000 18:47:57 -0800
69242              Message-Id: <39FE32DD.24AAC4D@inwap.com>
69243              
69244              but that had already been taken care of.
69245      Branch: metaconfig
69246            ! U/compline/d_stdstdio.U
69247      Branch: perl
69248            ! Configure config_h.SH
69249 ____________________________________________________________________________
69250 [  7502] By: jhi                                   on 2000/10/31  14:25:02
69251         Log: AUTHORS tweaks.
69252      Branch: perl
69253            ! AUTHORS
69254 ____________________________________________________________________________
69255 [  7501] By: jhi                                   on 2000/10/31  14:23:59
69256         Log: Subject: perlfaq style changes
69257              From: John Borwick <jhborwic@unity.ncsu.edu>
69258              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
69259              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
69260      Branch: perl
69261            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
69262            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
69263            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
69264            ! pod/perlfaq9.pod
69265 ____________________________________________________________________________
69266 [  7500] By: jhi                                   on 2000/10/31  14:22:15
69267         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
69268              
69269              Subject: Re: [ID 20000918.005] ~ on wide chars
69270              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69271              Date: Mon, 30 Oct 2000 21:09:55 -0800
69272              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
69273              
69274              (The ord() part of the patch skipped.)
69275      Branch: perl
69276            ! doop.c
69277 ____________________________________________________________________________
69278 [  7499] By: jhi                                   on 2000/10/31  14:20:08
69279         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
69280              From: Jens Hamisch <jens@Strawberry.COM>
69281              Date: Mon, 30 Oct 2000 15:17:07 +0100
69282              Message-Id: <20001030151707.A9597@Strawberry.COM>
69283      Branch: perl
69284            ! av.c
69285 ____________________________________________________________________________
69286 [  7498] By: jhi                                   on 2000/10/31  14:16:29
69287         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
69288              From: Peter Prymmer <pvhp@forte.com>
69289              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
69290              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
69291      Branch: perl
69292            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
69293            + ext/Encode/Encode/posix-bc.enc
69294            ! MANIFEST t/lib/encode.t
69295 ____________________________________________________________________________
69296 [  7497] By: jhi                                   on 2000/10/31  14:13:22
69297         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
69298              From: Peter Prymmer <pvhp@forte.com>
69299              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
69300              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
69301      Branch: perl
69302            ! t/lib/cgi-html.t
69303 ____________________________________________________________________________
69304 [  7496] By: jhi                                   on 2000/10/31  14:12:05
69305         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
69306              From: Peter Prymmer <pvhp@forte.com>
69307              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
69308              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
69309      Branch: perl
69310            ! t/lib/cgi-function.t
69311 ____________________________________________________________________________
69312 [  7495] By: jhi                                   on 2000/10/31  14:11:08
69313         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
69314              From: Peter Prymmer <pvhp@forte.com>
69315              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
69316              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
69317      Branch: perl
69318            + ext/re/hints/aix.pl
69319            ! MANIFEST ext/re/Makefile.PL
69320 ____________________________________________________________________________
69321 [  7494] By: jhi                                   on 2000/10/31  14:08:32
69322         Log: Use Errno magic.
69323              
69324              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
69325              From: Casey Tweten <perl@ctweten.amsite.com>
69326              Date: Mon, 30 Oct 2000 15:51:17 -0500
69327              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
69328      Branch: perl
69329            ! lib/File/Temp.pm
69330 ____________________________________________________________________________
69331 [  7493] By: jhi                                   on 2000/10/31  14:05:07
69332         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
69333              
69334              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
69335              From: Nicholas Clark <nick@ccl4.org>
69336              Date: Mon, 30 Oct 2000 17:38:45 +0000
69337              Message-ID: <20001030173845.O60355@plum.flirble.org>
69338      Branch: perl
69339            ! Makefile.SH utils/perlbug.PL
69340 ____________________________________________________________________________
69341 [  7492] By: nick                                  on 2000/10/30  19:37:23
69342         Log: Change files which are mysteriously different to mainline to be
69343              copies of mainline.
69344      Branch: perlio
69345            ! objXSUB.h perlapi.c pod/perlapi.pod
69346 ____________________________________________________________________________
69347 [  7491] By: nick                                  on 2000/10/30  18:05:54
69348         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
69349              - typo in endian code in putc.
69350              - Don't allow read of write-only files and vice-versa
69351              - and off-by-one in flush-all loop.
69352              Remove debug calls as they were using GCC specific features.
69353      Branch: perlio
69354            ! perlio.c
69355 ____________________________________________________________________________
69356 [  7490] By: nick                                  on 2000/10/29  21:45:45
69357         Log: Integrate mainline to perlio
69358      Branch: perlio
69359           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
69360           !> toke.c
69361 ____________________________________________________________________________
69362 [  7489] By: jhi                                   on 2000/10/29  21:11:08
69363         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
69364              From: andreas.koenig@anima.de (Andreas J. Koenig)
69365              Date: 29 Oct 2000 22:05:59 +0100
69366              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
69367      Branch: perl
69368            ! lib/ExtUtils/Manifest.pm
69369 ____________________________________________________________________________
69370 [  7488] By: jhi                                   on 2000/10/29  21:07:47
69371         Log: Tests for #7487.
69372              
69373              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
69374              From: andreas.koenig@anima.de (Andreas J. Koenig)
69375              Date: 29 Oct 2000 19:37:09 +0100
69376              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
69377      Branch: perl
69378            ! t/comp/proto.t
69379 ____________________________________________________________________________
69380 [  7487] By: jhi                                   on 2000/10/29  21:06:27
69381         Log: constsub spillage.
69382              
69383              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
69384              From: John Tobey <jtobey@john-edwin-tobey.org>
69385              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
69386              Message-Id: <m13pvSr-000FObC@feynman.localnet>
69387      Branch: perl
69388            ! op.c
69389 ____________________________________________________________________________
69390 [  7486] By: nick                                  on 2000/10/29  21:05:04
69391         Log: Integrate mainline to perlio branch
69392      Branch: perlio
69393           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
69394           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
69395           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
69396           +> vos/install_perl.cm
69397            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
69398            - vos/config.h vos/config_h.SH_orig
69399           !> (integrate 141 files)
69400 ____________________________________________________________________________
69401 [  7485] By: jhi                                   on 2000/10/29  21:00:47
69402         Log: Make \x{...} consistently produce UTF-8.
69403              
69404              Subject: Re: \x{...} is confused 
69405              From: Simon Cozens <simon@cozens.net>
69406              Date: Sun, 29 Oct 2000 19:36:48 +0000
69407              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
69408      Branch: perl
69409            ! t/pragma/utf8.t toke.c
69410 ____________________________________________________________________________
69411 [  7484] By: nick                                  on 2000/10/29  20:05:29
69412         Log: PerlIO passes all tests.
69413      Branch: perlio
69414            ! perlio.c
69415 ____________________________________________________________________________
69416 [  7483] By: jhi                                   on 2000/10/29  18:06:55
69417         Log: Update Changes.
69418      Branch: perl
69419            ! Changes patchlevel.h
69420 ____________________________________________________________________________
69421 [  7482] By: nick                                  on 2000/10/29  17:43:28
69422         Log: Include <unistd.h> to get correct lseek() prototype etc.
69423              (I thought perl.h did that) - down to two fails
69424              - comp/require.t (last test)
69425              - lib/io_xs.t - possibly import/export of FILE * ?
69426      Branch: perlio
69427            ! perlio.c
69428 ____________________________________________________________________________
69429 [  7481] By: jhi                                   on 2000/10/29  17:02:37
69430         Log: UTF-8 decoder tweak.
69431      Branch: perl
69432            ! utf8.c
69433 ____________________________________________________________________________
69434 [  7480] By: nick                                  on 2000/10/29  16:26:11
69435         Log: Fixed two bugs:
69436              - error code not being set on close (of broken pipe)
69437              - append mode was truncating.
69438              At least one seek/tell bug remains.
69439      Branch: perlio
69440            ! perlio.c
69441 ____________________________________________________________________________
69442 [  7479] By: nick                                  on 2000/10/29  11:18:16
69443         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
69444              in case of accidents. Still several worrying fails, no line disciplines yet.
69445      Branch: perlio
69446            ! iperlsys.h perlio.c
69447 ____________________________________________________________________________
69448 [  7478] By: jhi                                   on 2000/10/29  02:04:01
69449         Log: Add also emailless people.
69450      Branch: perl
69451            ! AUTHORS
69452 ____________________________________________________________________________
69453 [  7477] By: jhi                                   on 2000/10/29  01:36:00
69454         Log: The #7476 needs a MANIFEST change, too.
69455      Branch: perl
69456            ! MANIFEST
69457 ____________________________________________________________________________
69458 [  7476] By: jhi                                   on 2000/10/29  01:35:21
69459         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
69460      Branch: perl
69461            - MAINTAIN
69462            ! AUTHORS Changes
69463 ____________________________________________________________________________
69464 [  7475] By: jhi                                   on 2000/10/28  23:57:25
69465         Log: De-quoted-unreadable to ISO Latin 1.
69466              (There's one ISO-2022-JP name in Changes5.004.)
69467      Branch: perl
69468            ! Changes Changes5.6
69469 ____________________________________________________________________________
69470 [  7474] By: jhi                                   on 2000/10/28  19:13:06
69471         Log: Subject: [ID 20001027.007] uniq array in perlfaq
69472              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
69473              Date: Fri, 27 Oct 2000 19:28:30 +0200
69474              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
69475      Branch: perl
69476            ! pod/perlfaq4.pod
69477 ____________________________________________________________________________
69478 [  7473] By: jhi                                   on 2000/10/28  18:02:05
69479         Log: Locking null mutexes is not recommendable.
69480              
69481              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
69482              From: Hugo <hv@crypt.compulink.co.uk>
69483              Date: Sat, 28 Oct 2000 18:41:12 +0100
69484              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
69485      Branch: perl
69486            ! op.c
69487 ____________________________________________________________________________
69488 [  7472] By: jhi                                   on 2000/10/28  17:52:58
69489         Log: Better create a true mailing list for the repository keepers.
69490      Branch: perl
69491            ! Porting/repository.pod
69492 ____________________________________________________________________________
69493 [  7471] By: jhi                                   on 2000/10/28  17:28:24
69494         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
69495              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
69496      Branch: perl
69497            + Porting/repository.pod
69498            ! MANIFEST
69499 ____________________________________________________________________________
69500 [  7470] By: jhi                                   on 2000/10/28  17:20:54
69501         Log: Subject: DOC PATCH 5.6.0
69502              From: mjd@plover.com
69503              Date: 27 Oct 2000 17:32:44 -0000
69504              Message-ID: <20001027173244.23754.qmail@plover.com>
69505      Branch: perl
69506            ! pod/perlfunc.pod
69507 ____________________________________________________________________________
69508 [  7469] By: jhi                                   on 2000/10/28  17:16:45
69509         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
69510              From: "Peter J. Farley III" <pjfarley@banet.net>
69511              Date: Fri, 27 Oct 2000 20:32:56 -0400
69512              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
69513      Branch: perl
69514            ! README.dos
69515 ____________________________________________________________________________
69516 [  7468] By: jhi                                   on 2000/10/28  17:07:18
69517         Log: Make target reordering to avoid pointless re-makes.
69518              
69519              Subject: Re: Total re-make of 'make okfile' after 7451 ?
69520              From: Nicholas Clark <nick@ccl4.org>
69521              Date: Sat, 28 Oct 2000 00:31:02 +0100
69522              Message-ID: <20001028003101.A54517@plum.flirble.org>
69523      Branch: perl
69524            ! Makefile.SH
69525 ____________________________________________________________________________
69526 [  7467] By: jhi                                   on 2000/10/28  17:05:31
69527         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
69528              From: lvirden@cas.org
69529              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
69530              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
69531      Branch: perl
69532            ! README.os2
69533 ____________________________________________________________________________
69534 [  7466] By: jhi                                   on 2000/10/28  16:09:16
69535         Log: Upgrade to CPAN 1.58_55.
69536              
69537              Subject: CPAN.pm status
69538              From: andreas.koenig@anima.de (Andreas J. Koenig) 
69539              Date: 28 Oct 2000 08:18:00 +0200 
69540              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
69541      Branch: perl
69542            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69543 ____________________________________________________________________________
69544 [  7465] By: jhi                                   on 2000/10/28  16:02:47
69545         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
69546      Branch: perl
69547            ! embed.h embed.pl perl.h proto.h toke.c
69548 ____________________________________________________________________________
69549 [  7464] By: nick                                  on 2000/10/28  10:43:44
69550         Log: Fix for sv_2iv() on "shared" value from keys %hash.
69551      Branch: perl
69552            ! sv.c
69553 ____________________________________________________________________________
69554 [  7463] By: jhi                                   on 2000/10/27  16:18:29
69555         Log: Update Changes.
69556      Branch: perl
69557            ! Changes patchlevel.h
69558 ____________________________________________________________________________
69559 [  7462] By: jhi                                   on 2000/10/27  16:17:44
69560         Log: Too enthusiastic editing in #7460.
69561      Branch: metaconfig
69562            ! U/modified/Oldsym.U
69563      Branch: perl
69564            ! Configure config_h.SH
69565 ____________________________________________________________________________
69566 [  7461] By: jhi                                   on 2000/10/27  15:37:38
69567         Log: Retract #7459, the script needs more work.
69568      Branch: perl
69569            - mkreef
69570            ! MANIFEST
69571 ____________________________________________________________________________
69572 [  7460] By: jhi                                   on 2000/10/27  15:23:14
69573         Log: Use $sort, $uniq (and $tr) consistently as wondered
69574              by Nicholas Clark.
69575      Branch: metaconfig
69576            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
69577            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
69578            ! U/modified/libc.U
69579      Branch: perl
69580            ! Configure config_h.SH
69581 ____________________________________________________________________________
69582 [  7459] By: jhi                                   on 2000/10/27  15:02:07
69583         Log: (Retracted by #7461)
69584              
69585              Add a shell script for creating/removing symbolic link farms,
69586              useful for keeping the source code read-only and doing the
69587              builds somewhere else.
69588      Branch: perl
69589            + mkreef
69590            ! MANIFEST
69591 ____________________________________________________________________________
69592 [  7458] By: jhi                                   on 2000/10/27  14:42:20
69593         Log: Do away with the fix_pl.
69594      Branch: perl
69595            - fix_pl
69596            ! MANIFEST Makefile.SH
69597 ____________________________________________________________________________
69598 [  7457] By: jhi                                   on 2000/10/27  12:43:13
69599         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
69600              From: Jens Hamisch <jens@Strawberry.COM>
69601              Date: Fri, 27 Oct 2000 14:38:21 +0200
69602              Message-Id: <20001027143821.B3366@Strawberry.COM>
69603      Branch: perl
69604            ! perl.h
69605 ____________________________________________________________________________
69606 [  7456] By: jhi                                   on 2000/10/27  12:33:42
69607         Log: Subject: [PATCH] todo
69608              From: Nicholas Clark <nick@ccl4.org>
69609              Date: Thu, 26 Oct 2000 22:32:29 +0100
69610              Message-ID: <20001026223229.A44540@plum.flirble.org>
69611      Branch: perl
69612            ! pod/perltodo.pod
69613 ____________________________________________________________________________
69614 [  7455] By: jhi                                   on 2000/10/27  12:02:21
69615         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
69616              From: John Tobey <jtobey@john-edwin-tobey.org>
69617              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
69618              Message-Id: <m13ozHF-000FObC@feynman.localnet>
69619      Branch: perl
69620            ! op.c t/pragma/sub_lval.t
69621 ____________________________________________________________________________
69622 [  7454] By: jhi                                   on 2000/10/27  11:59:42
69623         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
69624              From: sthoenna@efn.org
69625              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
69626              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
69627      Branch: perl
69628            ! pp.c t/op/assignwarn.t
69629 ____________________________________________________________________________
69630 [  7453] By: jhi                                   on 2000/10/27  00:15:08
69631         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
69632      Branch: perl
69633            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
69634            ! ext/Storable/Storable.xs t/lib/st-lock.t
69635 ____________________________________________________________________________
69636 [  7452] By: jhi                                   on 2000/10/26  13:05:52
69637         Log: Undo #7451, this seems to be a deficiency in Perforce,
69638              there is no per-file line-terminator type, only per-client.
69639      Branch: perl
69640            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
69641            ! win32/makefile.mk
69642 ____________________________________________________________________________
69643 [  7451] By: jhi                                   on 2000/10/26  04:56:03
69644         Log: Experimenting in DOS arcana.
69645      Branch: perl
69646            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
69647            ! win32/makefile.mk
69648 ____________________________________________________________________________
69649 [  7450] By: jhi                                   on 2000/10/26  04:50:52
69650         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
69651              From: "Peter J. Farley III" <pjfarley@banet.net>            
69652              Date: Wed, 25 Oct 2000 23:10:18 -0400
69653              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
69654      Branch: perl
69655            ! t/io/open.t
69656 ____________________________________________________________________________
69657 [  7449] By: jhi                                   on 2000/10/26  04:49:16
69658         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
69659              From: Hugo <hv@crypt.compulink.co.uk>
69660              Date: Thu, 26 Oct 2000 01:55:17 +0100
69661              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
69662              
69663              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
69664      Branch: perl
69665            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
69666 ____________________________________________________________________________
69667 [  7448] By: jhi                                   on 2000/10/26  04:38:36
69668         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
69669              From: Peter Prymmer <pvhp@forte.com>
69670              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
69671              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
69672      Branch: perl
69673            ! configure.com
69674 ____________________________________________________________________________
69675 [  7447] By: jhi                                   on 2000/10/25  23:20:02
69676         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
69677              in platforms that strictly require all the symbols being present
69678              at link time.
69679      Branch: perl
69680            ! handy.h
69681 ____________________________________________________________________________
69682 [  7446] By: jhi                                   on 2000/10/25  21:55:57
69683         Log: Update Changes.
69684      Branch: perl
69685            ! Changes patchlevel.h
69686 ____________________________________________________________________________
69687 [  7445] By: jhi                                   on 2000/10/25  21:27:08
69688         Log: Integrate with vmsperl #7430 by Charles Bailey:
69689              
69690              Cleanup from prior patch (Charles Lane?):
69691              - improve handling of MFDs in Basename and Path
69692              - default to no xsubpp line # munging when building debug images
69693      Branch: perl
69694           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
69695 ____________________________________________________________________________
69696 [  7444] By: jhi                                   on 2000/10/25  21:03:50
69697         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
69698              From: John Peacock <JPeacock@UnivPress.com>
69699              Date: Thu, 18 May 2000 11:55:27 -0400
69700              Message-ID: <3924126F.A58BE57A@UnivPress.com>
69701      Branch: perl
69702            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
69703            ! t/op/write.t
69704 ____________________________________________________________________________
69705 [  7443] By: jhi                                   on 2000/10/25  20:43:10
69706         Log: Temporary stopgap for the self-tying issue: for now only
69707              array and hash self-ties are verboten.  The real fix, of
69708              course, would be to comprehensively test (and implement?)
69709              and debug (and document) self-ties.
69710      Branch: perl
69711            ! pod/perldiag.pod pp_sys.c t/op/tie.t
69712 ____________________________________________________________________________
69713 [  7442] By: jhi                                   on 2000/10/25  20:14:30
69714         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
69715              From: Dan Sugalski <dan@sidhe.org>
69716              Date: Wed, 25 Oct 2000 13:36:35 -0400
69717              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
69718              
69719              plus regen global.sym.
69720      Branch: perl
69721            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
69722            ! thrdvar.h util.c
69723 ____________________________________________________________________________
69724 [  7441] By: jhi                                   on 2000/10/25  20:12:20
69725         Log: buildtoc target tweaks.
69726      Branch: perl
69727            ! pod/Makefile.SH
69728 ____________________________________________________________________________
69729 [  7440] By: jhi                                   on 2000/10/25  20:03:53
69730         Log: A new version of making the syslog test more robust.
69731              (Replaces #7421.)
69732              
69733              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
69734              From: "Kurt D. Starsinic" <kstar@chapin.edu>
69735              Date: Wed, 25 Oct 2000 12:13:54 -0400
69736              Message-ID: <20001025121354.B2264@O2.chapin.edu>
69737      Branch: perl
69738            ! t/lib/syslog.t
69739 ____________________________________________________________________________
69740 [  7439] By: jhi                                   on 2000/10/25  20:00:48
69741         Log: Continue the internal UTF-8 API tweaking.
69742              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
69743              used much more than the simpler API, now called utf8_to_uv_simple().
69744              Still not quite happy with API, too much partial duplication
69745              of functionality.
69746      Branch: perl
69747            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
69748            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
69749            ! regcomp.c regexec.c sv.c toke.c utf8.c
69750 ____________________________________________________________________________
69751 [  7438] By: jhi                                   on 2000/10/25  18:52:30
69752         Log: Allow poking holes at the UTF-8 decoding strictness.
69753      Branch: perl
69754            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
69755            ! utf8.h
69756 ____________________________________________________________________________
69757 [  7437] By: jhi                                   on 2000/10/25  13:53:05
69758         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
69759              UTF8LEN() and UTF8SKIP(). 
69760      Branch: perl
69761            ! pp.c utf8.c utf8.h
69762 ____________________________________________________________________________
69763 [  7436] By: jhi                                   on 2000/10/25  13:51:37
69764         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
69765              From: Nicholas Clark <nick@ccl4.org>
69766              Date: Wed, 25 Oct 2000 14:44:05 +0100
69767              Message-ID: <20001025144404.D27253@plum.flirble.org>
69768      Branch: perl
69769            ! pod/perlrun.pod
69770 ____________________________________________________________________________
69771 [  7435] By: jhi                                   on 2000/10/25  13:49:32
69772         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
69773              From: Mike Guy <mjtg@cam.ac.uk>
69774              Date: Tue, 24 Oct 2000 14:59:40 +0100
69775              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
69776      Branch: perl
69777            ! scope.c
69778 ____________________________________________________________________________
69779 [  7434] By: jhi                                   on 2000/10/25  13:48:41
69780         Log: AIX is picky about its symbol exports.  Solution for now
69781              is to include the deb.o explicitly to the re extension build.
69782              
69783              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
69784              From: Peter Prymmer <pvhp@forte.com>
69785              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
69786              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
69787      Branch: perl
69788            ! ext/re/Makefile.PL hints/aix.sh
69789 ____________________________________________________________________________
69790 [  7433] By: jhi                                   on 2000/10/25  13:46:49
69791         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
69792              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69793              Date: Wed, 25 Oct 2000 12:02:20 +0200
69794              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
69795      Branch: perl
69796            ! perlsdio.h
69797 ____________________________________________________________________________
69798 [  7432] By: jhi                                   on 2000/10/25  13:44:28
69799         Log: Subject: Minor update to find2perl, for portability
69800              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
69801              Date: Wed, 25 Oct 2000 12:05:47 +0100
69802              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
69803      Branch: perl
69804            ! x2p/find2perl.PL
69805 ____________________________________________________________________________
69806 [  7431] By: jhi                                   on 2000/10/25  13:40:39
69807         Log: Add targets to Makefile.SH, most importantly
69808              'regen_all' which also remembers to update vms/perly*.
69809      Branch: perl
69810            ! Makefile.SH
69811 ____________________________________________________________________________
69812 [  7430] By: bailey                                on 2000/10/25  03:13:53
69813         Log: Cleanup from prior patch (Charles Lane?):
69814              - improve handling of MFDs in Basename and Path
69815              - default to no xsubpp line # munging when building debug images
69816      Branch: vmsperl
69817            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
69818 ____________________________________________________________________________
69819 [  7429] By: jhi                                   on 2000/10/24  20:03:40
69820         Log: Podify README.epoc and README.vos.
69821      Branch: perl
69822            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
69823            ! pod/perlport.pod pod/perltoc.pod
69824 ____________________________________________________________________________
69825 [  7428] By: jhi                                   on 2000/10/24  19:10:33
69826         Log: Stratus VOS updates from Paul Green.
69827      Branch: perl
69828            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69829            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
69830            - vos/config.def vos/config.h vos/config_h.SH_orig
69831            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
69832            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
69833 ____________________________________________________________________________
69834 [  7427] By: jhi                                   on 2000/10/24  18:59:48
69835         Log: Check if stdio supports tweaking lval and cnt simultaneously.
69836              
69837              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
69838              From: Nicholas Clark <nick@ccl4.org>
69839              Date: Mon, 23 Oct 2000 15:39:32 +0100
69840              Message-ID: <20001023153932.A10786@plum.flirble.org>
69841      Branch: metaconfig
69842            ! U/compline/d_stdstdio.U
69843      Branch: perl
69844            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69845            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
69846            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
69847            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
69848            ! vos/config.h vos/config_h.SH_orig win32/config.bc
69849            ! win32/config.gc win32/config.vc
69850 ____________________________________________________________________________
69851 [  7426] By: jhi                                   on 2000/10/24  17:57:44
69852         Log: Missed the header file changes from #7425.
69853      Branch: perl
69854            ! embed.h embed.pl objXSUB.h proto.h
69855 ____________________________________________________________________________
69856 [  7425] By: jhi                                   on 2000/10/24  17:55:17
69857         Log: Fix the bug reported in
69858              
69859              From: andreas.koenig@anima.de (Andreas J. Koenig)
69860              Subject: Encode bug?
69861              Date: 24 Oct 2000 14:01:26 +0200 
69862              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
69863              
69864              Also make is_utf8_char() stricter.
69865      Branch: perl
69866            ! ext/Encode/Encode.xs utf8.c
69867 ____________________________________________________________________________
69868 [  7424] By: jhi                                   on 2000/10/24  15:15:39
69869         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
69870              From: Peter Scott <Peter@PSDT.com>
69871              Date: Mon, 23 Oct 2000 19:46:01 -0700
69872              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
69873      Branch: perl
69874            ! pod/perlfaq5.pod
69875 ____________________________________________________________________________
69876 [  7423] By: jhi                                   on 2000/10/24  14:25:30
69877         Log: Test tweak to avoid pulling in the whole Config.
69878      Branch: perl
69879            ! t/lib/st-lock.t
69880 ____________________________________________________________________________
69881 [  7422] By: jhi                                   on 2000/10/24  14:03:16
69882         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
69883      Branch: perl
69884            ! pp.c
69885 ____________________________________________________________________________
69886 [  7421] By: jhi                                   on 2000/10/24  13:32:09
69887         Log: (Replaced by #7440.)
69888              
69889              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
69890              From: "Kurt D. Starsinic" <kstar@chapin.edu>
69891              Date: Mon, 23 Oct 2000 16:40:54 -0400
69892              Message-ID: <20001023164054.B14491@O2.chapin.edu>
69893      Branch: perl
69894            ! t/lib/syslog.t
69895 ____________________________________________________________________________
69896 [  7420] By: jhi                                   on 2000/10/24  13:30:53
69897         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
69898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69899              Date: Mon, 23 Oct 2000 17:29:03 -0400
69900              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
69901      Branch: perl
69902            ! lib/ExtUtils/MM_Unix.pm
69903 ____________________________________________________________________________
69904 [  7419] By: jhi                                   on 2000/10/24  13:29:57
69905         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
69906              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69907              Date: Mon, 23 Oct 2000 19:01:32 -0400
69908              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
69909      Branch: perl
69910            ! utils/h2xs.PL
69911 ____________________________________________________________________________
69912 [  7418] By: jhi                                   on 2000/10/24  13:26:04
69913         Log: Replace #7409 with
69914              
69915              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
69916              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69917              Date: Mon, 23 Oct 2000 20:08:56 +0200
69918              Message-ID: <20001023200855.A14850@nice.ram.loc>
69919      Branch: perl
69920            ! ext/Storable/Storable.pm t/lib/st-lock.t
69921 ____________________________________________________________________________
69922 [  7417] By: jhi                                   on 2000/10/24  13:17:52
69923         Log: Run vms/vms_yfix.pl, should have done that after changing
69924              perly.c in #7382.
69925      Branch: perl
69926            ! vms/perly_c.vms vms/perly_h.vms
69927 ____________________________________________________________________________
69928 [  7416] By: jhi                                   on 2000/10/24  02:55:33
69929         Log: Make the UTF-8 decoding stricter and more verbose when
69930              malformation happens.  This involved adding an argument
69931              to utf8_to_uv_chk(), which involved changing its prototype,
69932              and prefer STRLEN over I32 for the UTF-8 length, which as
69933              a domino effect necessitated changing the prototypes of
69934              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
69935              The stricter UTF-8 decoding checking uses Markus Kuhn's
69936              UTF-8 Decode Stress Tester from
69937              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
69938      Branch: perl
69939            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
69940            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
69941            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
69942            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
69943 ____________________________________________________________________________
69944 [  7415] By: jhi                                   on 2000/10/23  14:06:06
69945         Log: Update Changes.
69946      Branch: perl
69947            ! Changes patchlevel.h
69948 ____________________________________________________________________________
69949 [  7414] By: jhi                                   on 2000/10/23  12:39:52
69950         Log: Undo the basename() part of #7412 since the lib/basename
69951              tests would need upgrading too.
69952      Branch: perl
69953            ! lib/File/Basename.pm
69954 ____________________________________________________________________________
69955 [  7413] By: jhi                                   on 2000/10/23  12:19:27
69956         Log: Document PERL_INSTALL_ROOT of #7210.
69957      Branch: perl
69958            ! lib/ExtUtils/Install.pm
69959 ____________________________________________________________________________
69960 [  7412] By: jhi                                   on 2000/10/23  12:16:47
69961         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
69962      Branch: perl
69963            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
69964            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
69965 ____________________________________________________________________________
69966 [  7411] By: jhi                                   on 2000/10/23  12:07:41
69967         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
69968              From: Prymmer/Kahn <pvhp@best.com>
69969              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
69970              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
69971      Branch: perl
69972            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
69973 ____________________________________________________________________________
69974 [  7410] By: jhi                                   on 2000/10/23  04:10:11
69975         Log: The change #7187 was not so good on VMS.
69976              
69977              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
69978              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69979              Date: Sun, 22 Oct 2000 23:03:08 -0500
69980              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
69981      Branch: perl
69982            ! utils/perldoc.PL
69983 ____________________________________________________________________________
69984 [  7409] By: jhi                                   on 2000/10/23  03:57:36
69985         Log: Avoid Storable locking on DJGPP for now.
69986              
69987              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
69988              From: "Peter J. Farley III" <pjfarley@banet.net>
69989              Date: Sun, 22 Oct 2000 20:00:00 -0400
69990              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
69991      Branch: perl
69992            ! ext/Storable/Storable.pm t/lib/st-lock.t
69993 ____________________________________________________________________________
69994 [  7408] By: jhi                                   on 2000/10/23  03:50:24
69995         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
69996              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
69997              Date: Sun, 22 Oct 2000 21:12:22 -0400
69998              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
69999      Branch: perl
70000            ! lib/vars.pm
70001 ____________________________________________________________________________
70002 [  7407] By: jhi                                   on 2000/10/23  03:43:12
70003         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
70004              From: Hugo <hv@crypt.compulink.co.uk>
70005              Date: Mon, 23 Oct 2000 00:47:22 +0100
70006              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
70007      Branch: perl
70008            ! regexec.c t/op/pat.t
70009 ____________________________________________________________________________
70010 [  7406] By: jhi                                   on 2000/10/23  03:40:29
70011         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
70012      Branch: perl
70013            ! lib/ExtUtils/MakeMaker.pm
70014 ____________________________________________________________________________
70015 [  7405] By: jhi                                   on 2000/10/22  21:32:00
70016         Log: Doc patch.
70017              
70018              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
70019              From: rspier@pobox.com (Robert Spier)
70020              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
70021              Message-ID: <14835.16112.13457.447971@rls.cx>
70022      Branch: perl
70023            ! lib/strict.pm
70024 ____________________________________________________________________________
70025 [  7404] By: jhi                                   on 2000/10/22  21:30:51
70026         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
70027              From: rspier@pobox.com (Robert Spier)
70028              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
70029              Message-ID: <14835.17223.72448.705566@rls.cx>
70030      Branch: perl
70031            ! lib/ExtUtils/MakeMaker.pm
70032 ____________________________________________________________________________
70033 [  7403] By: jhi                                   on 2000/10/22  21:24:11
70034         Log: Subject: [PATCH bleadperl] ripples from constsub patch
70035              From: John Tobey <jtobey@john-edwin-tobey.org>
70036              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
70037              Message-Id: <m13nSOB-000FObC@feynman.localnet>
70038      Branch: perl
70039            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
70040 ____________________________________________________________________________
70041 [  7402] By: jhi                                   on 2000/10/22  20:59:35
70042         Log: Support s?printf parameter reordering.
70043      Branch: perl
70044            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
70045 ____________________________________________________________________________
70046 [  7401] By: jhi                                   on 2000/10/22  19:19:14
70047         Log: Expand %Config variables only if explicitly so requested
70048              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
70049              
70050              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
70051              From: Gurusamy Sarathy <gsar@ActiveState.com>
70052              Date: Sun, 22 Oct 2000 11:47:32 -0700
70053              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
70054      Branch: perl
70055            ! Makefile.SH lib/lib_pm.PL
70056 ____________________________________________________________________________
70057 [  7400] By: jhi                                   on 2000/10/22  18:24:10
70058         Log: Move the #7390 test from warn/op to comp/redef.
70059              
70060              Subject: Re: Creating const subs for constants.
70061              From: John Tobey <jtobey@john-edwin-tobey.org>
70062              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
70063              Message-Id: <m13nG72-000FObC@feynman.localnet>               
70064      Branch: perl
70065            ! t/comp/redef.t t/pragma/warn/op
70066 ____________________________________________________________________________
70067 [  7399] By: jhi                                   on 2000/10/22  17:49:59
70068         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
70069              From: Nicholas Clark <nick@ccl4.org>
70070              Date: Sat, 21 Oct 2000 22:23:19 +0100
70071              Message-ID: <20001021222319.B45586@plum.flirble.org>
70072      Branch: perl
70073            ! ext/DynaLoader/DynaLoader_pm.PL
70074 ____________________________________________________________________________
70075 [  7398] By: jhi                                   on 2000/10/22  17:47:35
70076         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
70077              From: Hugo <hv@crypt.compulink.co.uk>
70078              Date: Sat, 21 Oct 2000 18:19:59 +0100
70079              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
70080      Branch: perl
70081            ! ext/B/B.pm ext/B/B/C.pm
70082 ____________________________________________________________________________
70083 [  7397] By: jhi                                   on 2000/10/22  17:35:18
70084         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
70085              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
70086              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
70087              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
70088      Branch: perl
70089            ! hints/openbsd.sh
70090 ____________________________________________________________________________
70091 [  7396] By: jhi                                   on 2000/10/22  17:19:46
70092         Log: Subject: installman go-faster stripes
70093              From: Nicholas Clark <nick@talking.bollo.cx>
70094              Date: Sat, 21 Oct 2000 17:24:53 +0100
70095              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
70096              
70097              Subject: Re: installman go-faster stripes
70098              From: Russ Allbery <rra@stanford.edu>
70099              Date: 21 Oct 2000 11:04:13 -0700
70100              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
70101      Branch: perl
70102            ! installman pod/pod2man.PL
70103 ____________________________________________________________________________
70104 [  7395] By: jhi                                   on 2000/10/22  17:17:35
70105         Log: Hints tweak from Anton Berezin.
70106      Branch: perl
70107            ! hints/freebsd.sh
70108 ____________________________________________________________________________
70109 [  7394] By: jhi                                   on 2000/10/22  04:50:04
70110         Log: Tweak the Is* definitions of Unicode character classes
70111              to better match the official categorizations; embrace
70112              the official categorizations; add the combining marks
70113              as alpha (and -numeric); fix DCinital (a typo and edito)
70114              to be DCmedial.
70115      Branch: perl
70116            + lib/unicode/Is/DCmedial.pl
70117            - lib/unicode/Is/DCinital.pl
70118            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
70119            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
70120            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
70121            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
70122 ____________________________________________________________________________
70123 [  7393] By: jhi                                   on 2000/10/21  18:06:05
70124         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
70125              From: Daniel Chetlin <daniel@chetlin.com>
70126              Date: Sat, 21 Oct 2000 02:57:03 -0700
70127              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
70128      Branch: perl
70129            + t/lib/tie-splice.t
70130            ! MANIFEST lib/Tie/Array.pm
70131 ____________________________________________________________________________
70132 [  7392] By: gsar                                  on 2000/10/21  18:05:15
70133         Log: resync utfperl branch with mainline
70134      Branch: utfperl
70135           !> (integrate 1760 files)
70136 ____________________________________________________________________________
70137 [  7391] By: jhi                                   on 2000/10/21  14:37:49
70138         Log: Testcases for a #7383,#7385 related bug.
70139              
70140              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
70141              From: Nicholas Clark <nick@ccl4.org>
70142              Date: Sat, 21 Oct 2000 15:04:51 +0100
70143              Message-ID: <20001021150451.A51566@plum.flirble.org>
70144      Branch: perl
70145            ! t/pragma/utf8.t
70146 ____________________________________________________________________________
70147 [  7390] By: jhi                                   on 2000/10/21  14:35:57
70148         Log: Add a testcase for #7389.
70149      Branch: perl
70150            ! t/pragma/warn/op
70151 ____________________________________________________________________________
70152 [  7389] By: jhi                                   on 2000/10/21  14:26:45
70153         Log: Subject: Re: Creating const subs for constants.
70154              From: John Tobey <jtobey@john-edwin-tobey.org>
70155              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
70156              Message-Id: <m13mo0N-000FObC@feynman.localnet>
70157      Branch: perl
70158            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
70159            ! proto.h sv.c
70160 ____________________________________________________________________________
70161 [  7388] By: nick                                  on 2000/10/21  11:44:23
70162         Log: Populate perlio branch
70163      Branch: perlio
70164           +> (branch 1760 files)
70165 ____________________________________________________________________________
70166 [  7387] By: nick                                  on 2000/10/21  10:52:05
70167         Log: Get branch back as replica of mainline via :
70168              p4 integrate -b utfperl
70169              p4 resolve -at ./...
70170      Branch: utfperl
70171           +> (branch 269 files)
70172            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
70173            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
70174            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
70175            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
70176            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
70177            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
70178            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
70179            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
70180            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
70181            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
70182            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
70183            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
70184            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
70185            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
70186            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
70187            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
70188            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
70189            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
70190            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
70191            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
70192            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
70193            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
70194            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
70195            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
70196            - lib/unicode/UCD300.html lib/unicode/Unicode.300
70197            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
70198            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
70199            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
70200            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
70201           !> (integrate 965 files)
70202 ____________________________________________________________________________
70203 [  7386] By: jhi                                   on 2000/10/21  01:31:12
70204         Log: Update Changes.
70205      Branch: perl
70206            ! Changes patchlevel.h
70207 ____________________________________________________________________________
70208 [  7385] By: jhi                                   on 2000/10/21  01:28:42
70209         Log: The #7383 was right only in the context of the original bug report,
70210              not in more general case.
70211      Branch: perl
70212            ! pp_hot.c
70213 ____________________________________________________________________________
70214 [  7384] By: jhi                                   on 2000/10/21  01:08:23
70215         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
70216      Branch: perl
70217            ! ext/IO/lib/IO/Select.pm
70218 ____________________________________________________________________________
70219 [  7383] By: jhi                                   on 2000/10/21  00:44:18
70220         Log: Fix for ID 20001020.006, concatenating an unset submatch
70221              with utf8 resulted in "Modification of a read-only value".
70222      Branch: perl
70223            ! pp_hot.c t/pragma/utf8.t
70224 ____________________________________________________________________________
70225 [  7382] By: jhi                                   on 2000/10/20  20:44:31
70226         Log: Make scan_num() reëntrant, as suggested in
70227              
70228              Subject: [PATCH perl@7229] Rentrant parser and yylex()
70229              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70230              Date: Fri, 20 Oct 2000 14:17:27 +0100
70231              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
70232      Branch: perl
70233            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
70234            ! toke.c
70235 ____________________________________________________________________________
70236 [  7381] By: jhi                                   on 2000/10/20  20:07:29
70237         Log: Reëntrancy fix.
70238              
70239              Subject: [PATCH perl@7229] Rentrant parser and yylex()
70240              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70241              Date: Fri, 20 Oct 2000 14:17:27 +0100
70242              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
70243      Branch: perl
70244            ! embed.h embed.pl perl.h proto.h toke.c
70245 ____________________________________________________________________________
70246 [  7380] By: jhi                                   on 2000/10/20  19:15:54
70247         Log: Don't write double values through long double pointers,
70248              based on a part of
70249              
70250              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
70251              From: Jens Hamisch <jens@Strawberry.COM>
70252              Date: Tue, 17 Oct 2000 08:39:36 +0200
70253              Message-Id: <20001017083936.A11104@Strawberry.COM>
70254      Branch: perl
70255            ! perl.h pp.c
70256 ____________________________________________________________________________
70257 [  7379] By: jhi                                   on 2000/10/20  18:43:37
70258         Log: Portability tweak on #7377.
70259              
70260              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
70261              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70262              Date:     Fri, 20 Oct 2000 13:13:41 EDT
70263              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
70264      Branch: perl
70265            ! t/lib/dprof.t
70266 ____________________________________________________________________________
70267 [  7378] By: jhi                                   on 2000/10/20  12:57:19
70268         Log: SOCKS function redefinitions need prototypes, too, otherwise
70269              for example 32 bit versus 64 bit differences cause a lot of
70270              problems.  Part of
70271              
70272              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
70273              From: Jens Hamisch <jens@Strawberry.COM>
70274              Date: Tue, 17 Oct 2000 08:39:36 +0200
70275              Message-Id: <20001017083936.A11104@Strawberry.COM>
70276      Branch: perl
70277            ! doio.c pp_sys.c
70278 ____________________________________________________________________________
70279 [  7377] By: jhi                                   on 2000/10/20  12:37:12
70280         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
70281              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70282              Date:     Fri, 20 Oct 2000 08:26:04 EDT
70283              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
70284      Branch: perl
70285            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
70286 ____________________________________________________________________________
70287 [  7376] By: jhi                                   on 2000/10/20  12:35:31
70288         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
70289              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70290              Date:     Fri, 20 Oct 2000 07:48:15 EDT
70291              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
70292      Branch: perl
70293            ! configure.com vms/gen_shrfls.pl
70294 ____________________________________________________________________________
70295 [  7375] By: bailey                                on 2000/10/20  04:44:37
70296         Log: SYN SYN
70297      Branch: vmsperl
70298           +> (branch 134 files)
70299            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
70300            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
70301            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
70302            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
70303            - eg/cgi/frameset.cgi eg/cgi/index.html
70304            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
70305            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
70306            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
70307            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
70308            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
70309            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
70310            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
70311            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
70312            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
70313            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
70314            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
70315            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
70316            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
70317            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
70318            - lib/unicode/Props.txt lib/unicode/UCD300.html
70319            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
70320            - utils/perlbc.PL vms/subconfigure.com
70321           !> (integrate 785 files)
70322 ____________________________________________________________________________
70323 [  7374] By: jhi                                   on 2000/10/20  00:59:48
70324         Log: In the latest compiler builds cccdlflags must not become -fpic,
70325              from Wilfredo Sánchez.
70326      Branch: perl
70327            ! hints/darwin.sh
70328 ____________________________________________________________________________
70329 [  7373] By: jhi                                   on 2000/10/20  00:56:35
70330         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
70331              From: Tony Cook <tony@develop-help.com>
70332              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
70333              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
70334      Branch: perl
70335            ! pod/perlop.pod
70336 ____________________________________________________________________________
70337 [  7372] By: jhi                                   on 2000/10/19  19:34:40
70338         Log: Typo noted by Mark Lutz.
70339      Branch: perl
70340            ! t/op/64bitint.t
70341 ____________________________________________________________________________
70342 [  7371] By: jhi                                   on 2000/10/19  19:33:13
70343         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
70344      Branch: metaconfig
70345            ! U/modified/Cppsym.U U/modified/Oldconfig.U
70346      Branch: metaconfig/U/perl
70347            ! End.U dlsrc.U libperl.U
70348      Branch: perl
70349            + hints/nonstopux.sh
70350            ! Configure MANIFEST config_h.SH
70351 ____________________________________________________________________________
70352 [  7370] By: jhi                                   on 2000/10/19  17:18:08
70353         Log: Subject: PATCH do_print has 2 PerlIO_error()s
70354              From: nick@ccl4.org
70355              Date: Thu, 19 Oct 2000 18:09:20 +0100
70356              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
70357      Branch: perl
70358            ! doio.c
70359 ____________________________________________________________________________
70360 [  7369] By: jhi                                   on 2000/10/19  14:01:49
70361         Log: Update Changes.
70362      Branch: perl
70363            ! Changes patchlevel.h
70364 ____________________________________________________________________________
70365 [  7368] By: jhi                                   on 2000/10/19  13:04:29
70366         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
70367              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70368              Date: Wed, 18 Oct 2000 13:12:01 +0200
70369              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
70370      Branch: perl
70371            ! hints/aix.sh
70372 ____________________________________________________________________________
70373 [  7367] By: jhi                                   on 2000/10/19  02:22:40
70374         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
70375              of a 'pmshort' anywhere in the B, so the offending line was simply
70376              removed.
70377      Branch: perl
70378            ! ext/B/B/Debug.pm
70379 ____________________________________________________________________________
70380 [  7366] By: jhi                                   on 2000/10/19  02:12:37
70381         Log: Add the test case for the bug id 20000730.004 which seems
70382              to have been fixed by now.
70383      Branch: perl
70384            ! t/pragma/utf8.t
70385 ____________________________________________________________________________
70386 [  7365] By: jhi                                   on 2000/10/18  23:36:24
70387         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
70388              From: Hugo <hv@crypt.compulink.co.uk>
70389              Date: Wed, 18 Oct 2000 23:25:58 +0100
70390              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
70391      Branch: perl
70392            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
70393 ____________________________________________________________________________
70394 [  7364] By: jhi                                   on 2000/10/18  21:12:53
70395         Log: (retracted)
70396      Branch: perl
70397            ! pp.c
70398 ____________________________________________________________________________
70399 [  7363] By: jhi                                   on 2000/10/18  20:55:38
70400         Log: Missing change from #7362.
70401      Branch: perl
70402            ! win32/perlhost.h
70403 ____________________________________________________________________________
70404 [  7362] By: jhi                                   on 2000/10/18  20:52:01
70405         Log: Borland C fstat() never saw the fd as writable.
70406              
70407              Subject: fix for Borland's weak "stat" (perl@7211)
70408              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70409              Date: Mon, 16 Oct 2000 09:55:03 +0400
70410              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
70411      Branch: perl
70412            ! win32/win32.c
70413 ____________________________________________________________________________
70414 [  7361] By: jhi                                   on 2000/10/18  17:43:50
70415         Log: Regen toc.
70416      Branch: perl
70417            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
70418 ____________________________________________________________________________
70419 [  7360] By: jhi                                   on 2000/10/18  17:07:44
70420         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70421              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
70422              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
70423              Date: Mon, 16 Oct 2000 15:19:49 +0200
70424      Branch: perl
70425            + README.aix
70426            ! MANIFEST
70427 ____________________________________________________________________________
70428 [  7359] By: jhi                                   on 2000/10/18  17:04:49
70429         Log: Subject: Pod patch for Devel::Peek
70430              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70431              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
70432              Date: Mon, 16 Oct 2000 12:26:34 +0200
70433      Branch: perl
70434            ! ext/Devel/Peek/Peek.pm
70435 ____________________________________________________________________________
70436 [  7358] By: jhi                                   on 2000/10/18  17:03:15
70437         Log: Make Cwd more bulletproof in chrooted environments.
70438              
70439              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
70440              From: "Eric E. Coe" <Eric.Coe@oracle.com>
70441              Date: Wed, 18 Oct 2000 04:03:54 -0400
70442              Message-Id: <39ED596A.70E599FE@oracle.com>
70443      Branch: perl
70444            ! lib/Cwd.pm
70445 ____________________________________________________________________________
70446 [  7357] By: jhi                                   on 2000/10/18  16:37:26
70447         Log: Disable the UTF8 downgrade croakage for now to avoid
70448              too many not okay messages.
70449      Branch: perl
70450            ! doio.c
70451 ____________________________________________________________________________
70452 [  7356] By: jhi                                   on 2000/10/17  23:29:41
70453         Log: Show the failed remote port, instead of the failing line number.
70454              
70455              Subject: [PATCH 5.6.1 Debugger] More diagnostics
70456              From: David Sparks <daves@ActiveState.com>
70457              Date: Tue, 17 Oct 2000 15:00:24 -0700
70458              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
70459      Branch: perl
70460            ! lib/perl5db.pl
70461 ____________________________________________________________________________
70462 [  7355] By: jhi                                   on 2000/10/17  14:11:31
70463         Log: On output try to downgrade to bytes, croak if impossible,
70464              from Simon Cozens.  This means that outputting >255 UTF8
70465              is impossible.  Consider this as a strong incentive to get
70466              the I/O disciplines implemented.
70467      Branch: perl
70468            ! doio.c pod/perldiag.pod sv.c
70469 ____________________________________________________________________________
70470 [  7354] By: jhi                                   on 2000/10/17  13:42:23
70471         Log: Clarify documentation on 'use bytes'.
70472              
70473              Subject: Re: What does 'use bytes' "mean" ?
70474              From: Simon Cozens <simon@cozens.net>
70475              Date: Mon, 18 Sep 2000 18:24:25 +0100
70476              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
70477      Branch: perl
70478            ! lib/bytes.pm
70479 ____________________________________________________________________________
70480 [  7353] By: jhi                                   on 2000/10/17  13:28:12
70481         Log: Workaround for a sfio bug where the stream error indicator
70482              is not cleared as documented.
70483              
70484              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
70485              From: Nicholas Clark <nick@ccl4.org>
70486              Date: Mon, 16 Oct 2000 18:28:23 +0100
70487              Message-ID: <20001016182823.J19700@plum.flirble.org>
70488      Branch: perl
70489            ! doio.c
70490 ____________________________________________________________________________
70491 [  7352] By: jhi                                   on 2000/10/17  13:06:19
70492         Log: More IoTYPE sprinkling.
70493      Branch: perl
70494            ! doio.c pp_hot.c
70495 ____________________________________________________________________________
70496 [  7351] By: jhi                                   on 2000/10/16  22:47:07
70497         Log: Detect early whether the std streams have gone bad.
70498              
70499              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
70500              Date: Mon, 16 Oct 2000 23:28:42 +0100
70501              From: Nicholas Clark <nick@ccl4.org>
70502              Message-ID: <20001016232842.A37942@plum.flirble.org>
70503      Branch: perl
70504            ! t/op/misc.t
70505 ____________________________________________________________________________
70506 [  7350] By: jhi                                   on 2000/10/16  22:45:16
70507         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
70508              From: "Peter J. Farley III" <pjfarley@banet.net>
70509              Date: Mon, 16 Oct 2000 18:15:59 -0400
70510              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
70511      Branch: perl
70512            ! djgpp/djgpp.c dosish.h t/io/open.t
70513 ____________________________________________________________________________
70514 [  7349] By: jhi                                   on 2000/10/16  22:36:45
70515         Log: perldelta tweak.
70516      Branch: perl
70517            ! pod/perldelta.pod
70518 ____________________________________________________________________________
70519 [  7348] By: jhi                                   on 2000/10/16  15:17:53
70520         Log: Update Changes.
70521      Branch: perl
70522            ! Changes patchlevel.h
70523 ____________________________________________________________________________
70524 [  7347] By: jhi                                   on 2000/10/16  13:55:27
70525         Log: Add the capability to include/exclude branches.
70526      Branch: perl
70527            ! Porting/genlog
70528 ____________________________________________________________________________
70529 [  7346] By: jhi                                   on 2000/10/16  13:18:04
70530         Log: Add Charles Lane.
70531      Branch: perl
70532            ! AUTHORS Changes
70533 ____________________________________________________________________________
70534 [  7345] By: jhi                                   on 2000/10/16  13:13:21
70535         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
70536      Branch: perl
70537            ! pod/perldelta.pod
70538 ____________________________________________________________________________
70539 [  7344] By: gsar                                  on 2000/10/16  09:30:21
70540         Log: integrate change#6220 from cfgperl
70541              
70542              Win32 patches from Benjamin Stuhl.
70543      Branch: maint-5.6/perl
70544           !> makedef.pl win32/win32.h
70545 ____________________________________________________________________________
70546 [  7343] By: gsar                                  on 2000/10/16  08:32:19
70547         Log: integrate changes#6221,6222 from cfgperl
70548              
70549              Remove tr///CU (the feature is to be obsoleted by better interfaces).
70550              From: simon@brecon.co.uk (Simon Cozens)
70551              Subject: [PATCH] Eliminate tr///[CU][CU]
70552              Date: 23 Jun 2000 11:05:40 GMT
70553              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
70554              
70555              doc typo fix
70556              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
70557              From: Ian Phillipps <Ian.Phillipps@iname.com>
70558              Date: Fri, 23 Jun 2000 10:40:58 +0100
70559              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
70560      Branch: maint-5.6/perl
70561           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
70562 ____________________________________________________________________________
70563 [  7342] By: gsar                                  on 2000/10/16  08:28:08
70564         Log: integrate change#6217 from cfgperl (in part)
70565              
70566              Rename the fdpid locking and integrate with Sarathy.
70567      Branch: maint-5.6/perl
70568           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
70569           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
70570           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
70571           !> win32/win32.c
70572 ____________________________________________________________________________
70573 [  7341] By: gsar                                  on 2000/10/16  08:23:39
70574         Log: integrate changes#6214..6216 from mainline
70575              
70576              @_ can't have junk in it even in the non-USE_ITHREADS case because
70577              caller() wants to populate @DB::args with it (causes a coredump
70578              in Carp::confess())
70579              
70580              tweak comment about @DB::args
70581              
70582              be more optimal about clearing @_
70583      Branch: maint-5.6/perl
70584           !> av.h cop.h pp_ctl.c t/op/runlevel.t
70585 ____________________________________________________________________________
70586 [  7340] By: gsar                                  on 2000/10/16  08:20:37
70587         Log: integrate changes#6207..6210 from cfgperl
70588              
70589              Subject: [PATCH 5.6.0] Threadsafe patches
70590              From: Dan Sugalski <dan@sidhe.org>
70591              To: perl5-porters@perl.org
70592              Date: Mon, 08 May 2000 18:08:13 -0400
70593              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
70594              
70595              Regen headers for #6207.
70596              
70597              Lock PL_fdpid against race conditions, based on:
70598              Subject: [PATCH 5.6.0]subprocess fixup for threads
70599              From: Dan Sugalski <dan@sidhe.org>
70600              To: perl5-porters@perl.org
70601              Date: Tue, 11 Apr 2000 17:02:32 -0400
70602              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
70603              
70604              Mopup for #6207 and #6209.
70605      Branch: maint-5.6/perl
70606           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
70607           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
70608           !> win32/win32.c
70609 ____________________________________________________________________________
70610 [  7339] By: gsar                                  on 2000/10/16  08:14:34
70611         Log: integrate change#6203 from cfgperl
70612              
70613              perldiag should refer to perlos2.pod not README.os2
70614      Branch: maint-5.6/perl
70615           !> pod/perldiag.pod
70616 ____________________________________________________________________________
70617 [  7338] By: gsar                                  on 2000/10/16  08:11:42
70618         Log: integrate change#6201 from mainline
70619              
70620              Perl_eval_pv() leaks 4 bytes every time it is called because it
70621              does a PUSHMARK that's never ever POPMARKed; in general, only
70622              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
70623              Perl_eval_[sp]v() don't because they don't take any incoming
70624              arguments (this leak has been around since the original version
70625              of perl_eval_pv() in 5.003_97e)
70626      Branch: maint-5.6/perl
70627           !> perl.c
70628 ____________________________________________________________________________
70629 [  7337] By: gsar                                  on 2000/10/16  08:08:47
70630         Log: integrate changes#6197..6200 from cfgperl
70631              
70632              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
70633              From: John Borwick <jhborwic@unity.ncsu.edu>
70634              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
70635              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
70636              
70637              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
70638              From: Dan Sugalski <dan@sidhe.org>
70639              To: vmsperl@perl.org, perl5-porters@perl.org
70640              Date: Fri, 02 Jun 2000 16:00:41 -0400
70641              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
70642              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
70643              
70644              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
70645              From: Dan Sugalski <dan@sidhe.org>
70646              To: perl5-porters@perl.org, vmsperl@perl.org
70647              Date: Fri, 02 Jun 2000 17:30:51 -0400
70648              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
70649              
70650              Update to cperl-mode.el 4.31 from
70651              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
70652              Subject: A couple of notes
70653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70654              To: Mailing list Perl5 <perl5-porters@perl.org>
70655              Date: Sat, 3 Jun 2000 23:33:32 -0400
70656              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
70657      Branch: maint-5.6/perl
70658           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
70659           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
70660           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
70661           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
70662           !> vms/vmsish.h
70663 ____________________________________________________________________________
70664 [  7336] By: gsar                                  on 2000/10/16  08:03:46
70665         Log: integrate changes#6194,6195 from mainline
70666              
70667              fix small eval"" memory leaks under USE_ITHREADS
70668              
70669              fix yet another eval"" leak under USE_ITHREADS
70670      Branch: maint-5.6/perl
70671           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
70672           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
70673           !> vms/perly_c.vms
70674 ____________________________________________________________________________
70675 [  7335] By: gsar                                  on 2000/10/16  08:02:15
70676         Log: integrate changes#6190,6191 from mainline
70677              
70678              submit missing embed.pl change
70679              
70680              vec() loses numericalness (modified version of patch suggested
70681              by Robin Barker)
70682      Branch: maint-5.6/perl
70683           !> doop.c embed.pl t/op/vec.t
70684 ____________________________________________________________________________
70685 [  7334] By: gsar                                  on 2000/10/16  08:01:03
70686         Log: integrate change#6189 from mainline
70687              
70688              counting tr/// corrupts later operation (from M.J.T Guy)
70689      Branch: maint-5.6/perl
70690           !> doop.c t/op/tr.t
70691 ____________________________________________________________________________
70692 [  7333] By: gsar                                  on 2000/10/16  07:59:07
70693         Log: integrate changes#6183..6188 from mainline
70694              
70695              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
70696              <nick@ccl4.org>)
70697              
70698              tweak for change#6127
70699              
70700              remove incorrect documentation about implicit split to @_ in
70701              list context, which never really worked in perl 5 (from
70702              M.J.T. Guy)
70703              
70704              further qualify references to "alphanumeric" (from Wolfgang Laun
70705              <wolfgang.laun@alcatel.at>)
70706              
70707              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
70708              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
70709              
70710              h2xs tweaks
70711      Branch: maint-5.6/perl
70712           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
70713           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
70714           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
70715           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
70716           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
70717           !> pod/pod2latex.PL utils/h2xs.PL
70718 ____________________________________________________________________________
70719 [  7332] By: gsar                                  on 2000/10/16  07:53:52
70720         Log: integrate change#6179 from mainline
70721              
70722              buggy modulus on UVs introduced by change#3378 (resulted in
70723              4063328477 % 65535 amounting to 27406, instead of 27407)
70724      Branch: maint-5.6/perl
70725           !> pp.c t/op/arith.t
70726 ____________________________________________________________________________
70727 [  7331] By: gsar                                  on 2000/10/16  07:52:49
70728         Log: integrate changes#6176,6177,6178,6182 from cfgperl
70729              
70730              Single-quoted utf8 patch from Simon Cozens.
70731              
70732              Substitution utf8 patch from Simon Cozens.
70733              
70734              Be cleaner.
70735              
70736              Be Cleaner Part Deux.
70737      Branch: maint-5.6/perl
70738           !> Makefile.SH pp_hot.c toke.c
70739 ____________________________________________________________________________
70740 [  7330] By: gsar                                  on 2000/10/16  07:41:36
70741         Log: integrate change#6172 from mainline
70742              
70743              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
70744              (from Ilya Zakharevich)
70745      Branch: maint-5.6/perl
70746           !> regexec.c t/op/re_tests
70747 ____________________________________________________________________________
70748 [  7329] By: gsar                                  on 2000/10/16  07:40:25
70749         Log: integrate change#6171 from mainline
70750              
70751              scalar() doesn't force scalar context when used in void context
70752              (from Simon Cozens)
70753      Branch: maint-5.6/perl
70754           !> op.c t/op/wantarray.t
70755 ____________________________________________________________________________
70756 [  7328] By: gsar                                  on 2000/10/16  07:39:33
70757         Log: integrate change#6170 from mainline
70758              
70759              change#6142 needs tweaks to tests to work where there's no
70760              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
70761      Branch: maint-5.6/perl
70762           !> t/lib/filefind.t
70763 ____________________________________________________________________________
70764 [  7327] By: gsar                                  on 2000/10/16  07:35:34
70765         Log: integrate changes#6166..6168 from cfgperl
70766              
70767              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
70768              in case somebody wants to write an extension for more
70769              shadow database interfaces.
70770              
70771              tweak todo
70772              
70773              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
70774      Branch: maint-5.6/perl
70775           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
70776           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
70777           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
70778           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
70779           !> win32/config.vc win32/config_H.bc win32/config_H.gc
70780           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
70781 ____________________________________________________________________________
70782 [  7326] By: gsar                                  on 2000/10/16  07:29:05
70783         Log: integrate changes#6157,6159..6161,6164 from cfgperl
70784              
70785              Regen Configure to jive with #6149.
70786              
70787              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
70788              
70789              Changes for the File::Temp 0.08 (change #6159) test suite
70790              to fit better into the Perl distribution test framework.
70791              
70792              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
70793              both from Simon Cozens.
70794              
70795              detypo
70796      Branch: maint-5.6/perl
70797           +> pod/perlmodlib.PL pod/perlnewmod.pod
70798           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
70799           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
70800           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
70801           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
70802 ____________________________________________________________________________
70803 [  7325] By: gsar                                  on 2000/10/16  07:25:13
70804         Log: integrate change#6158 from vmsperl
70805              
70806              Add fallback to tmpfile for use in cases where user's relying on
70807              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
70808              Lane's patch)
70809      Branch: maint-5.6/perl
70810           !> vms/vms.c vms/vmsish.h
70811 ____________________________________________________________________________
70812 [  7324] By: gsar                                  on 2000/10/16  07:20:50
70813         Log: integrate changes#6153..6155 from mainline
70814              
70815              prettier Test::Harness output on failed tests (from Nicholas Clark
70816              <nick@Bagpuss.uk.boo.com>)
70817              
70818              avoid type mismatch warning
70819              
70820              small bug in change#6144; remove random \xA0 character that snuck
70821              in via change#6145
70822      Branch: maint-5.6/perl
70823           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
70824           !> perl.c
70825 ____________________________________________________________________________
70826 [  7323] By: gsar                                  on 2000/10/16  07:18:47
70827         Log: integrate changes#6151,6152 from mainline
70828              
70829              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
70830              
70831              cosmetic fixups of RE debug output (from Ilya Zakharevich)
70832      Branch: maint-5.6/perl
70833           !> regexec.c
70834 ____________________________________________________________________________
70835 [  7322] By: gsar                                  on 2000/10/16  07:17:25
70836         Log: integrate changes#6146..6150 from mainline
70837              
70838              doc typo
70839              
70840              add a make entry to Config.pm so "perl -V:make" works on VMS
70841              (from Peter Prymmer)
70842              
70843              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
70844              
70845              OS/2 tweaks for usethreads build (from Rocco Caputo
70846              <troc@netrus.net>)
70847              
70848              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
70849      Branch: maint-5.6/perl
70850           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
70851           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
70852           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
70853           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
70854           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
70855           !> warnings.pl x2p/a2p.h
70856 ____________________________________________________________________________
70857 [  7321] By: gsar                                  on 2000/10/16  07:14:02
70858         Log: integrate changes#6143..6145 from mainline
70859              
70860              MacOS support, part 1 (from Matthias Neeracher
70861              <neeri@iis.ee.ethz.ch>)
70862              
70863              MacOS support, part 2: make AutoSplit use File::Spec instead
70864              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
70865              <neeri@iis.ee.ethz.ch>)
70866              
70867              make xsubpp skip embedded pod (from Matthias Neeracher
70868              <neeri@iis.ee.ethz.ch>)
70869      Branch: maint-5.6/perl
70870           +> ext/DynaLoader/dl_mac.xs
70871           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
70872           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
70873           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
70874           !> pp_ctl.c proto.h toke.c util.c util.h
70875 ____________________________________________________________________________
70876 [  7320] By: gsar                                  on 2000/10/16  07:12:13
70877         Log: integrate changes#6141,6142 from mainline
70878              
70879              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
70880              forwarded by Peter Seebach from the bsdi-users mailing list.
70881              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
70882              
70883              File::Find fails to chdir when chasing symlinks (from
70884              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
70885      Branch: maint-5.6/perl
70886           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
70887 ____________________________________________________________________________
70888 [  7319] By: gsar                                  on 2000/10/16  07:04:30
70889         Log: integrate change#6139 from mainline
70890              
70891              revise mktables.PL for bugs and newness in Unicode 3.0
70892              (from James Bence <jbence@amgen.com>)
70893      Branch: maint-5.6/perl
70894           +> (branch 30 files)
70895           !> (integrate 49 files)
70896 ____________________________________________________________________________
70897 [  7318] By: gsar                                  on 2000/10/16  07:01:01
70898         Log: integrate changes#6137,6138 from mainline
70899              
70900              fix bogus redeclaration warning for "our" variables in different
70901              scopes
70902              
70903              add note about the handling of negative indices to tied arrays
70904              (from Michael G Schwern <schwern@pobox.com>)
70905      Branch: maint-5.6/perl
70906           !> op.c pod/perltie.pod t/pragma/strict-vars
70907 ____________________________________________________________________________
70908 [  7317] By: gsar                                  on 2000/10/16  06:58:46
70909         Log: integrate changes#6127..6136 from mainline
70910              
70911              call_method(...,G_EVAL) can longjmp() out if the method probing
70912              failed (from Gisle Aas)
70913              
70914              new perlxstut example for passing/returning refs to arrays
70915              (from David Lowe <dlowe@pootpoot.com>)
70916              
70917              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
70918              
70919              fix places that mean C<"word" character> but say C<alphanumeric
70920              character>
70921              
70922              avoid warnings in POSIX.pm (from Barrie Slaymaker)
70923              
70924              warnings::enabled() doesn't fall back to looking at $^W if
70925              caller isn't using lexical warnings (from Paul Marquess)
70926              
70927              elide bogus test in change#6132
70928              
70929              make Test::Harness use wait.h/WCOREDUMP if available
70930              (from Ben Tilly <ben_tilly@hotmail.com>)
70931              
70932              enable Test::Harness to dynamically determine column width etc.
70933              (from Rob Napier <rnapier@employees.org>)
70934              
70935              random pod typos (from Peter Scott <Peter@PSDT.com>)
70936      Branch: maint-5.6/perl
70937           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
70938           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
70939           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
70940           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
70941 ____________________________________________________________________________
70942 [  7316] By: gsar                                  on 2000/10/16  06:53:23
70943         Log: integrate change#6126 from mainline
70944              
70945              change#2879 broke rvalue autovivification of magicals such as
70946              ${$num} (reworked variant of patch suggested by Simon Cozens)
70947      Branch: maint-5.6/perl
70948           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
70949           !> pp_hot.c proto.h t/op/gv.t
70950 ____________________________________________________________________________
70951 [  7315] By: gsar                                  on 2000/10/16  06:51:38
70952         Log: integrate changes#6123,6125 from mainline
70953              
70954              clarify gotcha with #line directives (from Rocco Caputo
70955              <troc@netrus.net>)
70956              
70957              enable propagating exception objects via Perl_croak() in XS code
70958              (from Gisle Aas)
70959      Branch: maint-5.6/perl
70960           !> pod/perldebug.pod pod/perlsyn.pod util.c
70961 ____________________________________________________________________________
70962 [  7314] By: gsar                                  on 2000/10/16  06:49:28
70963         Log: integrate change#6122 from mainline
70964              
70965              downgrade fatal error on C<"foo@nosucharray.com"> to optional
70966              warning (from Mark-Jason Dominus)
70967      Branch: maint-5.6/perl
70968           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
70969           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
70970           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
70971           !> toke.c
70972 ____________________________________________________________________________
70973 [  7313] By: gsar                                  on 2000/10/16  06:46:54
70974         Log: integrate changes#6112..6121 from vmsperl
70975              
70976              Check for existence of file before trying to delete
70977              
70978              Ugly workaround for version-specific RTL error
70979              
70980              Urk -- undo previous removal of vmsish 'exit' change
70981              
70982              Add bounds checking for several strings (Charles Lane)
70983              
70984              Miscellaneous cosmetic fixes (Charles Lane)
70985              
70986              Treat sockets as special in sys(read|write) (Charles Lane et al.)
70987              
70988              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
70989              Flatten case labels in switch statements uniformly (Charles Bailey)
70990              
70991              Quiet error messages in vmsish.t (Charles Lane)
70992              
70993              Add missing escape (Charles Lane)
70994              
70995              Allow eliminate_macros() and fixpath() to handle space-delimited
70996              lists (based on fixes by Craig Berry)
70997      Branch: maint-5.6/perl
70998           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
70999           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
71000           !> vms/vmsish.h
71001 ____________________________________________________________________________
71002 [  7312] By: gsar                                  on 2000/10/16  06:41:18
71003         Log: integrate changes#6107,6110 from cfgperl
71004              
71005              Tweak the todo list.
71006              
71007              todo tweak
71008      Branch: maint-5.6/perl
71009           !> Todo-5.6
71010 ____________________________________________________________________________
71011 [  7311] By: gsar                                  on 2000/10/16  06:38:38
71012         Log: integrate changes#6104,6108 from mainline
71013              
71014              PL_sys_intern was being initialized too late on windows
71015              
71016              reenable fake signal handling on Windows, bugs and all
71017      Branch: maint-5.6/perl
71018           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
71019           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
71020           !> win32/win32.c
71021 ____________________________________________________________________________
71022 [  7310] By: gsar                                  on 2000/10/16  06:36:03
71023         Log: integrate changes#6095,6097..6103 from cfgperl
71024              
71025              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
71026              might be useful in future.
71027              
71028              Add a note about possible compilation problems from Allen Smith.
71029              
71030              Add a note about other, yet unsupported, shadow password APIs.
71031              
71032              Tweaks for the cc bugs from Allen Smith.
71033              
71034              More compilation tweakery from Allen Smith.
71035              
71036              Hints and test tweaks for Unicos.
71037              
71038              The test suite tweak in #6101 wasn't quite right.
71039              
71040              Test tweaking for Unicos continues.
71041      Branch: maint-5.6/perl
71042           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
71043           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
71044           !> t/lib/complex.t t/op/64bitint.t
71045 ____________________________________________________________________________
71046 [  7309] By: gsar                                  on 2000/10/16  06:29:41
71047         Log: integrate changes#6093,6094 from mainline
71048              
71049              fork() failure to create pseudo process sets errno=EAGAIN and returns
71050              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
71051              
71052              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
71053      Branch: maint-5.6/perl
71054           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
71055           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
71056 ____________________________________________________________________________
71057 [  7308] By: gsar                                  on 2000/10/16  06:27:29
71058         Log: integrate change#6092 from cfgperl
71059              
71060              Regen perltoc with the fixed buildtoc.
71061      Branch: maint-5.6/perl
71062           !> pod/perltoc.pod
71063 ____________________________________________________________________________
71064 [  7307] By: gsar                                  on 2000/10/16  06:26:40
71065         Log: integrate changes#6089,6090 from mainline
71066              
71067              buildtoc tweak to fix newline lossage
71068              
71069              concat doesn't preserve utf8-ness, and doesn't invalidate
71070              [NI]OK; added tests for both
71071      Branch: maint-5.6/perl
71072           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
71073 ____________________________________________________________________________
71074 [  7306] By: gsar                                  on 2000/10/16  06:24:05
71075         Log: integrate change#6088 from cfgperl
71076              
71077              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
71078              because we do not use those.  The HAS_GETSPNAM remains,
71079              though, because we still do use that.
71080      Branch: maint-5.6/perl
71081           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
71082           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
71083           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
71084           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
71085           !> win32/config.vc win32/config_H.bc win32/config_H.gc
71086           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
71087 ____________________________________________________________________________
71088 [  7305] By: gsar                                  on 2000/10/16  06:15:52
71089         Log: integrate changes#6084,6085,6087 from mainline
71090              
71091              substr() does not preserve utf8-ness (from Stefan Eissing
71092              <Eissing@medicaldataservice.de>); added tests
71093              
71094              repeat operator (x) doesn't preserve utf8-ness
71095              
71096              reverse() and quotemeta() weren't preserving utf8-ness; add tests
71097      Branch: maint-5.6/perl
71098           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
71099 ____________________________________________________________________________
71100 [  7304] By: gsar                                  on 2000/10/16  06:13:10
71101         Log: integrate changes#6077..6083 from mainline
71102              
71103              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
71104              and Tom Phoenix)
71105              
71106              workaround for CRT bug in chdir() (from Charles Lane, via
71107              Peter Prymmer)
71108              
71109              remove outdated kludge in Carp (NULLs are permitted in diagnostics
71110              now)
71111              
71112              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
71113              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
71114              
71115              better default perlbug categories for ok reports (from Richard Foley)
71116              
71117              peek.t non-portable to ithreads
71118              
71119              note about undocumented caller() return value (from M.J.T. Guy);
71120              yet another peek.t tweak
71121      Branch: maint-5.6/perl
71122           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
71123           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
71124           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
71125           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
71126           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
71127           !> vms/vmsish.h
71128 ____________________________________________________________________________
71129 [  7303] By: gsar                                  on 2000/10/16  06:03:18
71130         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
71131              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
71132              
71133              &HUGE_VAL is not defined, it exists.
71134              
71135              Do not warn that an infinity does not look like a number.
71136              
71137              Rewrite the pwent/spent logic to be a little bit more clearer.
71138              
71139              Continue on the pwent/spent case.
71140              
71141              Correct Freudian slip.
71142              
71143              Use HUGE_VALL if applicable.
71144              
71145              pwent/spent #ifdef imbalance.
71146              
71147              Infinite problems.
71148              
71149              Call getspnam() only iff needd.
71150              
71151              Test both the scalar and list contexts.
71152              
71153              Use setxxent()/endxxent().
71154              
71155              Complex tweakery.
71156              
71157              Unicos hint tweak.
71158              
71159              Be more forgiving in POSIX about HUGE_VALL.
71160              
71161              Detypo.
71162              
71163              The search of infinity continues, this time simplified.
71164              
71165              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
71166              in natively 64-bit platforms where a long is a quad (no need
71167              for long longs).  Also added bias for IVs.
71168              
71169              Complex tweaks.
71170              
71171              Introduce t/lib/peek.t.
71172              
71173              Make the test more portable.
71174      Branch: maint-5.6/perl
71175           +> t/lib/peek.t
71176            ! pp_sys.c
71177           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
71178           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
71179           !> t/op/pwent.t toke.c util.c
71180 ____________________________________________________________________________
71181 [  7302] By: gsar                                  on 2000/10/16  05:03:37
71182         Log: integrate changes#6066..6071 from mainline
71183              
71184              s/END/CHECK/
71185              
71186              replace direct call to sighandler() with (*PL_sighandlerp)()
71187              
71188              note about values()
71189              
71190              File::Spec compatibility update (from Barrie Slaymaker
71191              <barries@slaysys.com>)
71192              
71193              remove misleading comment (from M.J.T. Guy)
71194              
71195              misformatted perllocal.pod (from Tim Jenness
71196              <t.jenness@jach.hawaii.edu>)
71197      Branch: maint-5.6/perl
71198           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
71199           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
71200           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
71201           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
71202 ____________________________________________________________________________
71203 [  7301] By: gsar                                  on 2000/10/16  05:00:08
71204         Log: integrate changes#6061..6063 from mainline
71205              
71206              change#5921 neglected to make eq honor "use bytes"
71207              
71208              additional tests for utf8.t
71209              
71210              tokeq() could read unallocated field in argument
71211      Branch: maint-5.6/perl
71212           !> sv.c t/pragma/utf8.t toke.c
71213 ____________________________________________________________________________
71214 [  7300] By: gsar                                  on 2000/10/16  04:56:54
71215         Log: integrate changes#6046,6048,6057,6058 from mainline
71216              
71217              libscheck has insufficient checks for n32 libs (from
71218              Albert Chin-A-Young <china@thewrittenword.com>)
71219              
71220              add note about how $( doesn't interpolate in REs (from
71221              Philip Newton <newton@ficus.frogspace.net>)
71222              
71223              fix broken parsing of /\x{ab}/
71224              
71225              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
71226              (spotted by Donald Kinzer <dkinzer@premia.com>)
71227      Branch: maint-5.6/perl
71228           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
71229           !> t/pragma/utf8.t
71230 ____________________________________________________________________________
71231 [  7299] By: gsar                                  on 2000/10/16  04:52:50
71232         Log: integrate change#6044 from mainline
71233              
71234              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
71235              such that underscores are only ignored in literal numbers,
71236              "\x{...}", and hex/oct argument
71237      Branch: maint-5.6/perl
71238           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
71239 ____________________________________________________________________________
71240 [  7298] By: gsar                                  on 2000/10/16  04:50:53
71241         Log: integrate changes#6027..6043 from mainline
71242              
71243              podlators-1.02 update (from Russ Allbery)
71244              
71245              Pod::Man generates groff-incompatible macro definition (from
71246              Tom Christiansen)
71247              
71248              add CGI.pm v2.66 (from Lincoln Stein)
71249              
71250              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
71251              for @- and @+ (from Johan Vromans)
71252              
71253              small nits in diagnostics.pm (from Robin Barker)
71254              
71255              whitespace adjustments
71256              
71257              missing files in MANIFEST
71258              
71259              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
71260              to compensate
71261              
71262              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
71263              
71264              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
71265      Branch: maint-5.6/perl
71266           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
71267           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
71268           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
71269           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
71270           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
71271           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
71272           !> t/lib/cgi-html.t t/lib/cgi-request.t
71273 ____________________________________________________________________________
71274 [  7297] By: gsar                                  on 2000/10/16  04:44:30
71275         Log: integrate change#6025 from mainline
71276              
71277              Is{Alnum,Alpha,Word} don't match titlecase
71278              TODO: IsSpace is defined recursively!
71279              (both spotted by Larry)
71280      Branch: maint-5.6/perl
71281           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
71282           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
71283 ____________________________________________________________________________
71284 [  7296] By: gsar                                  on 2000/10/16  04:39:30
71285         Log: integrate change#6023 from mainline
71286              
71287              debugger stomps on $. (from M.J.T. Guy)
71288      Branch: maint-5.6/perl
71289           !> lib/perl5db.pl
71290 ____________________________________________________________________________
71291 [  7295] By: gsar                                  on 2000/10/16  04:38:02
71292         Log: integrate change#6022 from mainline
71293              
71294              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
71295      Branch: maint-5.6/perl
71296           !> sv.c
71297 ____________________________________________________________________________
71298 [  7294] By: gsar                                  on 2000/10/16  04:37:05
71299         Log: integrate changes#6018..6021 from mainline
71300              
71301              make lib/syslog.t portable to systems that don't have _PATH_LOG,
71302              make _PATH_LOG() return "" if unavailable
71303              
71304              windows portability tweaks
71305              
71306              test tweak
71307              
71308              remove Win2K issue in pod (fixed by change#6020)
71309      Branch: maint-5.6/perl
71310           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
71311           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
71312           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
71313 ____________________________________________________________________________
71314 [  7293] By: gsar                                  on 2000/10/16  04:20:00
71315         Log: integrate changes#6013..6015 from mainline
71316              
71317              tweak change#5945 to display correct switch name in diagnostic
71318              
71319              glob() loading File::Glob behind the scenes may cause syntax errors
71320              
71321              tweak test for portability
71322      Branch: maint-5.6/perl
71323           !> op.c perl.c pod/perldiag.pod t/lib/b.t
71324 ____________________________________________________________________________
71325 [  7292] By: gsar                                  on 2000/10/16  04:18:11
71326         Log: integrate changes#6005..6010 from mainline, cfgperl
71327              
71328              perldoc might fail via "use blib" (from Hugo van der Sanden)
71329              
71330              Regen Configure.
71331              
71332              note about compile failures and END blocks (from M.J.T. Guy)
71333              
71334              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
71335              
71336              (change#6009 integrated earlier in change#7255)
71337              
71338              clarify note about shadow password support (from
71339              gellyfish@gellyfish.com)
71340      Branch: maint-5.6/perl
71341           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
71342           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
71343           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
71344 ____________________________________________________________________________
71345 [  7291] By: gsar                                  on 2000/10/16  04:12:03
71346         Log: integrate changes#6002,6003 from mainline
71347              
71348              destructive sv_setsv() can lose UV-ness from source, causing
71349              numeric promotions/comparisons to fail to do the right thing
71350              
71351              allow REG_EXPAND_SZ keys in Windows registry (from
71352              John Clayton <John.Clayton@barclayscapital.com>)
71353      Branch: maint-5.6/perl
71354           !> sv.c win32/win32.c
71355 ____________________________________________________________________________
71356 [  7290] By: gsar                                  on 2000/10/16  04:10:19
71357         Log: integrate change#6001 from mainline
71358              
71359              support additional library locations via $Config{otherlibdirs}
71360              (from Andy Dougherty)
71361      Branch: maint-5.6/perl
71362           !> Configure INSTALL Porting/Glossary Porting/config.sh
71363           !> Porting/config_H config_h.SH epoc/config.sh perl.c
71364           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
71365           !> win32/config.bc win32/config.gc win32/config.vc
71366 ____________________________________________________________________________
71367 [  7289] By: gsar                                  on 2000/10/16  04:08:28
71368         Log: integrate change#5999 from mainline
71369              
71370              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
71371      Branch: maint-5.6/perl
71372           !> t/pragma/warn/toke toke.c
71373 ____________________________________________________________________________
71374 [  7288] By: gsar                                  on 2000/10/16  04:07:01
71375         Log: integrate changes#5997,5998 from cfgperl
71376              
71377              Preserve $!.
71378              
71379              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
71380      Branch: maint-5.6/perl
71381           !> lib/Math/Complex.pm
71382 ____________________________________________________________________________
71383 [  7287] By: gsar                                  on 2000/10/16  04:04:37
71384         Log: integrate change#5995 from mainline
71385              
71386              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
71387      Branch: maint-5.6/perl
71388           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
71389 ____________________________________________________________________________
71390 [  7286] By: gsar                                  on 2000/10/16  04:03:21
71391         Log: integrate change#5994 from mainline
71392              
71393              fix for missed accounting for null byte in pack("Z",...) (from
71394              M.J.T. Guy)
71395      Branch: maint-5.6/perl
71396           !> pp.c t/op/pack.t
71397 ____________________________________________________________________________
71398 [  7285] By: gsar                                  on 2000/10/16  04:02:11
71399         Log: integrate changes#5989..5993 from mainline
71400              
71401              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
71402              itself and no other (from Tom Hughes)
71403              
71404              use $ENV{LIB} to search for libs under Visual C compiler
71405              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
71406              
71407              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
71408              
71409              pod nit (from Simon Cozens)
71410              
71411              various minor tweaks seen on p5p
71412      Branch: maint-5.6/perl
71413           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
71414           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
71415           !> t/op/array.t toke.c
71416 ____________________________________________________________________________
71417 [  7284] By: gsar                                  on 2000/10/16  03:59:00
71418         Log: integrate changes#5978..5988 from mainline
71419              
71420              sync version numbers in File::Spec with the ones on CPAN
71421              (from Barrie Slaymaker)
71422              
71423              under useithreads, constant pad entries could inadvertantly be
71424              shared across threads (from Eric Blood <eblood@xmission.com>);
71425              added Eric's test case to testsuite
71426              
71427              allow Configure -S to run non-interactively (spotted by Greg Hudson
71428              <ghudson@mit.edu>)
71429              
71430              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
71431              prototype mismatch with CORE::glob(); update pod and tests to
71432              suit (File::Glob::glob() is still available for backward
71433              compatibility, but should be considered deprecated)
71434              
71435              avoid error in IO::Socket::INET when given an unknown service name
71436              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
71437              
71438              numeric conversion of non-number in change#3378 tramples on
71439              OOK offset, causing segfaults
71440              
71441              attributes::reftype() doesn't work on tied argument
71442              
71443              forked child may not exit correctly if it failed to open
71444              /dev/console (from Graham Barr)
71445              
71446              add regular expressions tutorial and quick-start guide (from
71447              Mark Kvale <kvale@phy.ucsf.edu>)
71448              
71449              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
71450              
71451              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
71452              <paul@miraclefish.com>)
71453      Branch: maint-5.6/perl
71454           +> pod/perlrequick.pod pod/perlretut.pod
71455           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
71456           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
71457           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
71458           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
71459           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
71460           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
71461           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
71462           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
71463 ____________________________________________________________________________
71464 [  7283] By: gsar                                  on 2000/10/16  03:52:14
71465         Log: integrate change#5977 from mainline
71466              
71467              autoquote barewords followed by newline and arrow properly
71468              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
71469      Branch: maint-5.6/perl
71470           !> t/pragma/warn/toke toke.c
71471 ____________________________________________________________________________
71472 [  7282] By: gsar                                  on 2000/10/16  03:50:48
71473         Log: integrate change#5976 from mainline
71474              
71475              DB_File v1.73 update (from Paul Marquess)
71476      Branch: maint-5.6/perl
71477           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
71478           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
71479 ____________________________________________________________________________
71480 [  7281] By: gsar                                  on 2000/10/16  03:49:14
71481         Log: integrate change#5975 from mainline
71482              
71483              allow sort() reentrancy (variant of patch suggested by
71484              Hugo van der Sanden)
71485      Branch: maint-5.6/perl
71486           !> pp_ctl.c t/op/sort.t
71487 ____________________________________________________________________________
71488 [  7280] By: gsar                                  on 2000/10/16  03:48:22
71489         Log: integrate change#5974 from mainline
71490              
71491              change#4197 somehow missed initializing PL_errors, meaning
71492              syntax error queueing wasn't working outside eval"" at all;
71493              also fixed eval"" to localize PL_error_count, so that compile-time
71494              eval's don't clobber the error state of the outer context
71495      Branch: maint-5.6/perl
71496           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
71497           !> t/pragma/warn/toke
71498 ____________________________________________________________________________
71499 [  7279] By: gsar                                  on 2000/10/16  03:46:21
71500         Log: integrate change#5973 from mainline
71501              
71502              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
71503      Branch: maint-5.6/perl
71504           !> regcomp.c regexec.c t/op/re_tests
71505 ____________________________________________________________________________
71506 [  7278] By: gsar                                  on 2000/10/16  03:44:54
71507         Log: integrate change#5971 from cfgperl
71508              
71509              Unicos tweaks from Mark P. Lutz.
71510      Branch: maint-5.6/perl
71511           !> hints/unicos.sh lib/Math/Complex.pm
71512 ____________________________________________________________________________
71513 [  7277] By: gsar                                  on 2000/10/16  03:42:59
71514         Log: integrate changes#5966..5970 from mainline
71515              
71516              add testsuite for B backends, fix bug in B::Deparse (from
71517              Simon Cozens <simon@brecon.co.uk>)
71518              
71519              improved docs on the warn_uninit diagnostic (from David Glasser
71520              and Simon Cozens)
71521              
71522              tolerate spaces in group names in test on solaris (from David Boyce
71523              <dsb@boyski.com>)
71524              
71525              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
71526              
71527              Data::Dumper fumbles negative numbers on 32-bit platforms where
71528              IV is >32bits
71529      Branch: maint-5.6/perl
71530           +> t/lib/b.t t/lib/syslog.t
71531           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
71532           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
71533           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
71534 ____________________________________________________________________________
71535 [  7276] By: gsar                                  on 2000/10/16  03:39:30
71536         Log: integrate change#5965 from mainline
71537              
71538              avoid "will not stay shared" warnings for our variables (from
71539              Robin Barker)
71540      Branch: maint-5.6/perl
71541           !> op.c t/pragma/warn/op
71542 ____________________________________________________________________________
71543 [  7275] By: gsar                                  on 2000/10/16  03:38:18
71544         Log: integrate change#5964 from mainline
71545              
71546              reformat to 72 columns (again)
71547      Branch: maint-5.6/perl
71548           !> pod/perldiag.pod
71549 ____________________________________________________________________________
71550 [  7274] By: gsar                                  on 2000/10/16  03:36:58
71551         Log: integrate change#5963 from mainline
71552              
71553              patch from Larry to make (\&) prototype work; added tests for
71554              the same
71555      Branch: maint-5.6/perl
71556           !> op.c t/comp/proto.t
71557 ____________________________________________________________________________
71558 [  7273] By: gsar                                  on 2000/10/16  03:35:51
71559         Log: integrate changes#5956..5962 from mainline
71560              
71561              better diagnostics on failed tests (from Ilya Zakharevich)
71562              
71563              pod nits (from A. C. Yardley <yardley@tanet.net>)
71564              
71565              change#3569 deleted some essential code, revert; avoid use of
71566              atexit() to make DynaLoader work properly on AIX under mod_perl
71567              (from Jens-Uwe Mager <jum@helios.de>)
71568              
71569              doubled words in pods (from Simon Cozens
71570              <simon.p.cozens@jp.pwcglobal.com>)
71571              
71572              better INSTALL notes on Solaris issues (from Dominic Dunlop)
71573              
71574              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
71575              
71576              updated README.hpux (from Jeff Okamoto)
71577      Branch: maint-5.6/perl
71578           !> INSTALL README.hpux emacs/cperl-mode.el
71579           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
71580           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
71581           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
71582           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
71583           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
71584           !> t/op/lex_assign.t
71585 ____________________________________________________________________________
71586 [  7272] By: gsar                                  on 2000/10/16  03:31:22
71587         Log: integrate change#5955 from mainline
71588              
71589              longstanding bug exposed by change#3307: sort arguments weren't
71590              compiled with the right wantarray context (ensuing runtime lookup
71591              via block_gimme() was getting the incidental context of the
71592              sort() itself)
71593      Branch: maint-5.6/perl
71594           !> op.c t/op/sort.t
71595 ____________________________________________________________________________
71596 [  7271] By: gsar                                  on 2000/10/16  03:29:11
71597         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
71598              branch
71599              
71600              Flatten the cpp jungle doing the nosuid checking.
71601              
71602              Do not assume sign propagation. (from M.J.T. Guy)
71603              
71604              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
71605              
71606              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
71607              Now pp_ncmp() returns undef is either operand is a NaN.
71608              
71609              On second thoughts frexp() does have two arguments.
71610              
71611              Document that tr() is not tr(1).
71612              
71613              Be more robust on "extreme" (large absolute value)
71614              arguments.  Originally reported by Daniel Connelly
71615              as a problem with asinh() on large negative arguments,
71616              asinh() used to bail out because an argument to log()
71617              ended up being zero.  Ilya Zakharevich proposed using
71618              Taylor's series in such cases, which for such large
71619              arguments is a very good approximation.
71620              
71621              Undo "use integer" addition from 64bitint as it seems
71622              to break most of the subtests in Digital UNIX;
71623              Unicos needs to find another way.
71624      Branch: maint-5.6/perl
71625           !> (integrate 29 files)
71626 ____________________________________________________________________________
71627 [  7270] By: gsar                                  on 2000/10/16  03:09:44
71628         Log: integrate changes#5948,5949,5950 from mainline
71629              
71630              typo in vars.pm that leads to cryptic message (from Piotr
71631              Piatkowski <kompas@kompas.usr.onet.pl>)
71632              
71633              make perldoc use the pod2man from the same version (from
71634              M.J.T. Guy)
71635              
71636              reformat perldiag to avoid long lines
71637      Branch: maint-5.6/perl
71638           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
71639 ____________________________________________________________________________
71640 [  7269] By: gsar                                  on 2000/10/16  03:05:54
71641         Log: integrate change#5947 from mainline
71642              
71643              use &dl_error rather than &dl_load_file as the guard for calling
71644              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
71645              statically built perl)
71646      Branch: maint-5.6/perl
71647           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
71648 ____________________________________________________________________________
71649 [  7268] By: gsar                                  on 2000/10/16  03:04:48
71650         Log: integrate change#5945 from mainline
71651              
71652              make module name mandatory after -M switch; reorder perldiag
71653              alphabetically (from Mark-Jason Dominus)
71654      Branch: maint-5.6/perl
71655           !> perl.c pod/perldiag.pod
71656 ____________________________________________________________________________
71657 [  7267] By: gsar                                  on 2000/10/16  03:03:01
71658         Log: integrate change#5939 from mainline
71659              
71660              more pod nits (from Larry Virden)
71661      Branch: maint-5.6/perl
71662           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
71663           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
71664           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
71665 ____________________________________________________________________________
71666 [  7266] By: gsar                                  on 2000/10/16  03:01:39
71667         Log: integrate change#5938 from mainline
71668              
71669              Consolidated B::Deparse fixes (from Stephen McCamant)
71670      Branch: maint-5.6/perl
71671           !> ext/B/B/Deparse.pm
71672 ____________________________________________________________________________
71673 [  7265] By: gsar                                  on 2000/10/16  03:00:43
71674         Log: integrate change#5936 from mainline
71675              
71676              additional tests for change#7263 (from Paul Marquess)
71677      Branch: maint-5.6/perl
71678           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
71679           !> t/pragma/warn/5nolint t/pragma/warn/6default
71680 ____________________________________________________________________________
71681 [  7264] By: gsar                                  on 2000/10/16  02:58:34
71682         Log: integrate change#5934 from mainline
71683              
71684              propagate lexical warnings from surrounding scope correctly
71685              within string eval() (from Paul Marquess)
71686      Branch: maint-5.6/perl
71687           !> pp_ctl.c t/pragma/warn/pp_ctl
71688 ____________________________________________________________________________
71689 [  7263] By: gsar                                  on 2000/10/16  02:56:53
71690         Log: integrate change#5932 from mainline
71691              
71692              add rsignal(), whichsig() and do_join() to public API list
71693              (mod_perl uses them to good advantage)
71694      Branch: maint-5.6/perl
71695           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
71696 ____________________________________________________________________________
71697 [  7262] By: gsar                                  on 2000/10/16  02:55:53
71698         Log: integrate change#5931 from mainline
71699              
71700              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
71701      Branch: maint-5.6/perl
71702           !> pp_hot.c regexec.c t/op/pat.t
71703 ____________________________________________________________________________
71704 [  7261] By: gsar                                  on 2000/10/16  02:55:01
71705         Log: integrate change#5930 from mainline
71706              
71707              small os390 tweaks (from Peter Prymmer)
71708      Branch: maint-5.6/perl
71709           !> config_h.SH makedepend.SH
71710 ____________________________________________________________________________
71711 [  7260] By: gsar                                  on 2000/10/16  02:54:10
71712         Log: integrate change#5929 from mainline
71713              
71714              pod nits
71715      Branch: maint-5.6/perl
71716           !> pod/perlguts.pod
71717 ____________________________________________________________________________
71718 [  7259] By: gsar                                  on 2000/10/16  02:52:55
71719         Log: integrate change#5927 from mainline
71720              
71721              arrange for next() to resume at the unstack op rather than the
71722              loop conditional, so that scope cleanup happens correctly
71723              (from Stephen McCamant)
71724      Branch: maint-5.6/perl
71725           !> op.c pp_ctl.c t/op/misc.t
71726 ____________________________________________________________________________
71727 [  7258] By: gsar                                  on 2000/10/16  02:51:38
71728         Log: integrate change#5926 from mainline
71729              
71730              on windows, reserve 16M of stack rather than 128M (allows more
71731              threads to run concurrently)
71732      Branch: maint-5.6/perl
71733           !> win32/Makefile win32/makefile.mk
71734 ____________________________________________________________________________
71735 [  7257] By: gsar                                  on 2000/10/16  02:50:37
71736         Log: integrate change#5925 from mainline
71737              
71738              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
71739      Branch: maint-5.6/perl
71740           !> toke.c
71741 ____________________________________________________________________________
71742 [  7256] By: gsar                                  on 2000/10/16  02:49:36
71743         Log: integrate change#5924 from mainline
71744              
71745              avoid using uninitialized memory in require version check
71746      Branch: maint-5.6/perl
71747           !> pp_ctl.c universal.c
71748 ____________________________________________________________________________
71749 [  7255] By: gsar                                  on 2000/10/16  02:48:03
71750         Log: integrate changes#5923,5928,6009 from mainline
71751              
71752              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
71753      Branch: maint-5.6/perl
71754           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
71755 ____________________________________________________________________________
71756 [  7254] By: gsar                                  on 2000/10/16  02:44:46
71757         Log: integrate change#5922 from mainline
71758              
71759              commentary about IoTYPE() (from Nathan Torkington)
71760      Branch: maint-5.6/perl
71761           !> sv.h
71762 ____________________________________________________________________________
71763 [  7253] By: gsar                                  on 2000/10/16  02:43:49
71764         Log: integrate change#5921 from mainline
71765              
71766              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
71767      Branch: maint-5.6/perl
71768           !> sv.c t/lib/charnames.t t/pragma/utf8.t
71769 ____________________________________________________________________________
71770 [  7252] By: gsar                                  on 2000/10/16  02:42:31
71771         Log: integrate change#5920 from mainline
71772              
71773              Larry's fix for buggy propagation of utf8-ness in join(); add test
71774      Branch: maint-5.6/perl
71775           !> doop.c t/op/ver.t
71776 ____________________________________________________________________________
71777 [  7251] By: gsar                                  on 2000/10/16  02:41:14
71778         Log: integrate changes#5915..5919 from mainline
71779              
71780              various (pod tweaks &c)
71781      Branch: maint-5.6/perl
71782           !> (integrate 33 files)
71783 ____________________________________________________________________________
71784 [  7250] By: gsar                                  on 2000/10/16  02:38:16
71785         Log: integrate change#5914 from mainline
71786              
71787              caller() wasn't returning the right number of elements for
71788              eval {...}
71789      Branch: maint-5.6/perl
71790           !> pp_ctl.c t/pragma/warn/9enabled
71791 ____________________________________________________________________________
71792 [  7249] By: gsar                                  on 2000/10/16  02:37:02
71793         Log: integrate change#5913 from mainline
71794              
71795              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
71796              (from Mark-Jason Dominus)
71797      Branch: maint-5.6/perl
71798           !> pod/perlfunc.pod
71799 ____________________________________________________________________________
71800 [  7248] By: gsar                                  on 2000/10/16  02:35:58
71801         Log: integrate change#5912 from mainline
71802              
71803              fix totally broken caching in UNIVERSAL::isa() (from
71804              Nick Ing-Simmons)
71805      Branch: maint-5.6/perl
71806           !> t/op/universal.t universal.c
71807 ____________________________________________________________________________
71808 [  7247] By: gsar                                  on 2000/10/16  02:34:27
71809         Log: integrate changes#5910,5911 from mainline
71810              
71811              typo in pod
71812              
71813              add linebreak properties from unicode/LineBrk.txt (from
71814              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
71815      Branch: maint-5.6/perl
71816           +> (branch 29 files)
71817           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
71818 ____________________________________________________________________________
71819 [  7246] By: gsar                                  on 2000/10/16  02:33:29
71820         Log: integrate change#5909 from mainline
71821              
71822              mode argument to do_binmode() should be file mode, not boolean
71823      Branch: maint-5.6/perl
71824           !> pp_sys.c
71825 ____________________________________________________________________________
71826 [  7245] By: gsar                                  on 2000/10/16  02:31:04
71827         Log: integrate change#5908 from mainline
71828              
71829              introduce illegal symbols into null package so that
71830              gv_fetchpv(...,TRUE) always returns a valid GV even when the
71831              symbol is trapped by strictures (avoids coredumps)
71832      Branch: maint-5.6/perl
71833           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
71834           !> t/pragma/strict-vars
71835 ____________________________________________________________________________
71836 [  7244] By: jhi                                   on 2000/10/16  02:29:54
71837         Log: Subject: $Carp::ExportLevel confusion in Exporter
71838              From: "Ben Tilly" <ben_tilly@hotmail.com>
71839              Date: Sat, 14 Oct 2000 16:44:34 EDT
71840              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
71841      Branch: perl
71842            ! lib/Exporter/Heavy.pm
71843 ____________________________________________________________________________
71844 [  7243] By: jhi                                   on 2000/10/16  02:28:33
71845         Log: Subject: [PATCH perlguts.pod] Document offset hack
71846              From: Simon Cozens <simon@cozens.net>
71847              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
71848              Date: Sat, 14 Oct 2000 19:32:25 +0100
71849      Branch: perl
71850            ! pod/perlguts.pod
71851 ____________________________________________________________________________
71852 [  7242] By: gsar                                  on 2000/10/16  02:26:51
71853         Log: integrate changes#5905,5906,5907,6064 from mainline
71854              
71855              printf/sprintf didn't get quad types right under use64bitint
71856      Branch: maint-5.6/perl
71857           !> pp_sys.c sv.c t/op/64bitint.t
71858 ____________________________________________________________________________
71859 [  7241] By: jhi                                   on 2000/10/16  02:22:44
71860         Log: Subject: small pod patch
71861              From: Dan Boorstein <dan_boo@bellsouth.net>
71862              Date: Sat, 14 Oct 2000 14:29:24 -0400
71863              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
71864      Branch: perl
71865            ! pod/perlfaq7.pod pod/perlmod.pod
71866 ____________________________________________________________________________
71867 [  7240] By: jhi                                   on 2000/10/16  02:13:46
71868         Log: -w cleanup.
71869              
71870              Subject: Re: Problems with bleadperl 
71871              From: "Stephen P. Potter" <spp@ds.net>
71872              Date: Fri, 13 Oct 2000 13:32:49 -0400
71873              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
71874      Branch: perl
71875            ! t/pragma/overload.t
71876 ____________________________________________________________________________
71877 [  7239] By: jhi                                   on 2000/10/16  01:41:18
71878         Log: One more ~utf8 tweak.
71879      Branch: perl
71880            ! t/op/bop.t
71881 ____________________________________________________________________________
71882 [  7238] By: jhi                                   on 2000/10/16  01:34:14
71883         Log: Tweak the test of #7235.
71884      Branch: perl
71885            ! t/op/bop.t
71886 ____________________________________________________________________________
71887 [  7237] By: jhi                                   on 2000/10/16  01:25:04
71888         Log: Fix a couple of compiler-noted nits in #7235.
71889      Branch: perl
71890            ! pp.c
71891 ____________________________________________________________________________
71892 [  7236] By: jhi                                   on 2000/10/16  01:22:46
71893         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
71894      Branch: perl
71895            ! pp.c pp_hot.c
71896 ____________________________________________________________________________
71897 [  7235] By: jhi                                   on 2000/10/15  16:24:44
71898         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
71899              
71900              From: Simon Cozens <simon@cozens.net>
71901              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
71902              Date: Sat, 14 Oct 2000 20:52:13 +0100
71903              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
71904      Branch: perl
71905            ! pp.c t/op/bop.t utf8.h
71906 ____________________________________________________________________________
71907 [  7234] By: jhi                                   on 2000/10/15  15:19:29
71908         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
71909              The problem was that rx->minlen was in chars while pp_split()
71910              thought it would be in bytes. 
71911      Branch: perl
71912            ! pp.c t/pragma/utf8.t
71913 ____________________________________________________________________________
71914 [  7233] By: jhi                                   on 2000/10/14  20:24:24
71915         Log: Document FNCASE=y as discussed in the bug 20000902.009.
71916      Branch: perl
71917            ! README.dos
71918 ____________________________________________________________________________
71919 [  7232] By: jhi                                   on 2000/10/14  18:52:21
71920         Log: Add test for bug id 20000427.003 (which seems to have
71921              been fixed) (also duplicate as 20000427.004, though
71922              with a higher severity).  Move one utf8 from op/append
71923              to pragma/utf8, tag the tests with bug ids.
71924      Branch: perl
71925            ! t/op/append.t t/pragma/utf8.t
71926 ____________________________________________________________________________
71927 [  7231] By: jhi                                   on 2000/10/14  17:28:37
71928         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
71929      Branch: perl
71930            ! t/pragma/utf8.t
71931 ____________________________________________________________________________
71932 [  7230] By: jhi                                   on 2000/10/14  14:24:50
71933         Log: Needs to be conditional on SunOS 4.
71934              
71935              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
71936              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
71937              Date: Sat, 14 Oct 2000 13:37:49 +0100
71938              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
71939      Branch: metaconfig/U/perl
71940            ! End.U
71941      Branch: perl
71942            ! Configure myconfig.SH pod/perldelta.pod
71943 ____________________________________________________________________________
71944 [  7229] By: jhi                                   on 2000/10/14  00:49:22
71945         Log: Update Changes.
71946      Branch: perl
71947            ! Changes patchlevel.h
71948 ____________________________________________________________________________
71949 [  7228] By: jhi                                   on 2000/10/14  00:46:10
71950         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
71951              From: Peter Prymmer <pvhp@forte.com>
71952              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
71953              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
71954      Branch: perl
71955            ! lib/utf8.pm
71956 ____________________________________________________________________________
71957 [  7227] By: jhi                                   on 2000/10/13  23:20:30
71958         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
71959      Branch: perl
71960            ! t/op/tie.t
71961 ____________________________________________________________________________
71962 [  7226] By: jhi                                   on 2000/10/13  22:14:32
71963         Log: Tweak #7225.
71964              
71965              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
71966              From: Peter Prymmer <pvhp@forte.com>
71967              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
71968              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
71969      Branch: perl
71970            ! t/op/sprintf.t
71971 ____________________________________________________________________________
71972 [  7225] By: jhi                                   on 2000/10/13  22:11:31
71973         Log: op/sprintf.t patch for OS/390 (and any other host with limited
71974              floating-point exponent length)
71975              
71976              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
71977              From: Dominic Dunlop <domo@computer.org>
71978              Date: Fri, 13 Oct 2000 19:17:57 +0200
71979              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
71980      Branch: perl
71981            ! t/op/sprintf.t
71982 ____________________________________________________________________________
71983 [  7224] By: jhi                                   on 2000/10/13  18:40:48
71984         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
71985      Branch: perl
71986            ! toke.c
71987 ____________________________________________________________________________
71988 [  7223] By: jhi                                   on 2000/10/13  18:37:13
71989         Log: Thinko in #7222.
71990      Branch: perl
71991            ! utf8.c
71992 ____________________________________________________________________________
71993 [  7222] By: jhi                                   on 2000/10/13  18:05:23
71994         Log: Use UTF8SKIP(), from Simon Cozens.
71995      Branch: perl
71996            ! utf8.c
71997 ____________________________________________________________________________
71998 [  7221] By: jhi                                   on 2000/10/13  15:43:19
71999         Log: (accidentally empty check-in)
72000      Branch: perl
72001            ! utf8.c
72002 ____________________________________________________________________________
72003 [  7220] By: jhi                                   on 2000/10/13  15:23:51
72004         Log: Add (optimistically) Storable to static extensions.
72005      Branch: perl
72006            ! hints/uwin.sh hints/vmesa.sh
72007 ____________________________________________________________________________
72008 [  7219] By: jhi                                   on 2000/10/13  15:20:05
72009         Log: Amdahl UTS doesn't seem to do dynaloading.
72010      Branch: perl
72011            ! hints/uts.sh
72012 ____________________________________________________________________________
72013 [  7218] By: jhi                                   on 2000/10/13  15:15:20
72014         Log: Slight tweak of the code to appease Amdahl UTS cc.
72015      Branch: perl
72016            ! pp.c
72017 ____________________________________________________________________________
72018 [  7217] By: jhi                                   on 2000/10/13  14:50:42
72019         Log: In Amdahl UTS "struct sv" is defined by a system header,
72020              <ksync.h>.
72021      Branch: perl
72022            ! perl.h sv.h
72023 ____________________________________________________________________________
72024 [  7216] By: jhi                                   on 2000/10/13  11:58:25
72025         Log: Ilya implemented the memory profiling API.
72026      Branch: perl
72027            ! Todo
72028 ____________________________________________________________________________
72029 [  7215] By: jhi                                   on 2000/10/13  02:56:38
72030         Log: Subject: [PATCH 5.7.0] Perl API for mstats
72031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72032              Date: Thu, 12 Oct 2000 22:52:40 -0400
72033              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
72034      Branch: perl
72035            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
72036 ____________________________________________________________________________
72037 [  7214] By: jhi                                   on 2000/10/13  02:55:38
72038         Log: Subject: [PATCH 5.7.0] IVs in mtats
72039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72040              Date: Thu, 12 Oct 2000 22:51:04 -0400
72041              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
72042      Branch: perl
72043            ! malloc.c perl.h
72044 ____________________________________________________________________________
72045 [  7213] By: jhi                                   on 2000/10/13  02:31:47
72046         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
72047      Branch: perl
72048            ! pod/perldiag.pod pp_sys.c
72049 ____________________________________________________________________________
72050 [  7212] By: jhi                                   on 2000/10/13  01:27:38
72051         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
72052              From: Peter Prymmer <pvhp@forte.com>
72053              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
72054              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
72055      Branch: perl
72056            ! t/op/oct.t
72057 ____________________________________________________________________________
72058 [  7211] By: jhi                                   on 2000/10/13  00:35:09
72059         Log: Update Changes.
72060      Branch: perl
72061            ! Changes patchlevel.h
72062 ____________________________________________________________________________
72063 [  7210] By: jhi                                   on 2000/10/12  23:59:40
72064         Log: The Install.pm third of
72065              
72066              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
72067              From: Bill Campbell <bill@celestial.com>
72068              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
72069              Date: Thu, 5 Oct 2000 18:04:51 -0700
72070      Branch: perl
72071            ! lib/ExtUtils/Install.pm
72072 ____________________________________________________________________________
72073 [  7209] By: jhi                                   on 2000/10/12  23:58:43
72074         Log: Two thirds of
72075              
72076              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
72077              Date: Thu, 5 Oct 2000 18:04:51 -0700
72078              From: Bill Campbell <bill@celestial.com>
72079              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
72080              
72081              The Install.pm changes will be submitted separately because
72082              they need some work and discussion still.
72083      Branch: perl
72084            ! lib/getopts.pl lib/termcap.pl
72085 ____________________________________________________________________________
72086 [  7208] By: jhi                                   on 2000/10/12  23:41:19
72087         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
72088              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72089              Date:     Thu, 12 Oct 2000 07:30:02 EDT
72090              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
72091      Branch: perl
72092            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
72093            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
72094 ____________________________________________________________________________
72095 [  7207] By: jhi                                   on 2000/10/12  23:39:01
72096         Log: An updated EBCDIC tr patch.
72097              
72098              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
72099              From: Peter Prymmer <pvhp@forte.com>
72100              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
72101              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
72102      Branch: perl
72103            ! t/op/tr.t
72104 ____________________________________________________________________________
72105 [  7206] By: jhi                                   on 2000/10/12  23:34:55
72106         Log: Upgrade to CPAN 1.58, from Andreas König.
72107      Branch: perl
72108            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72109 ____________________________________________________________________________
72110 [  7205] By: jhi                                   on 2000/10/12  23:29:08
72111         Log: Introduce the man[24-8] variables, from Andy Dougherty.
72112      Branch: metaconfig/U/perl
72113            + mandirs.U mandirstyle.U
72114      Branch: perl
72115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72116            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
72117            ! vos/config.h vos/config.pl vos/config_h.SH_orig
72118            ! win32/config.bc win32/config.gc win32/config.vc
72119 ____________________________________________________________________________
72120 [  7204] By: gsar                                  on 2000/10/12  18:11:24
72121         Log: restore change#7202
72122      Branch: perl
72123            ! mg.c
72124 ____________________________________________________________________________
72125 [  7203] By: gsar                                  on 2000/10/12  18:09:40
72126         Log: another test of the Emergency Broadcast System--back out 
72127              change#7202
72128      Branch: perl
72129            ! mg.c
72130 ____________________________________________________________________________
72131 [  7202] By: gsar                                  on 2000/10/12  16:40:47
72132         Log: (submitted on behalf of Jarkko)
72133              Fix the lib/encode.t subtest 6 failure as reported by Andreas
72134              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
72135              was unearthed by change 7182, as was a bug in HTML::Entities.
72136      Branch: perl
72137            ! mg.c
72138 ____________________________________________________________________________
72139 [  7201] By: jhi                                   on 2000/10/11  03:16:05
72140         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
72141      Branch: perl
72142            ! pp_hot.c t/pragma/utf8.t
72143 ____________________________________________________________________________
72144 [  7200] By: jhi                                   on 2000/10/11  00:40:30
72145         Log: The #7198 was a false alarm.
72146      Branch: perl
72147            ! pp_hot.c
72148 ____________________________________________________________________________
72149 [  7199] By: jhi                                   on 2000/10/11  00:26:04
72150         Log: Remove duplicated code.
72151      Branch: perl
72152            ! t/lib/cgi-html.t
72153 ____________________________________________________________________________
72154 [  7198] By: jhi                                   on 2000/10/10  23:30:46
72155         Log: (Retracted by #7200.)
72156      Branch: perl
72157            ! pp_hot.c
72158 ____________________________________________________________________________
72159 [  7197] By: jhi                                   on 2000/10/10  21:49:30
72160         Log: Add the test case for #7190, from the original bug report
72161              by Andreas König.
72162      Branch: perl
72163            ! t/pragma/utf8.t
72164 ____________________________________________________________________________
72165 [  7196] By: jhi                                   on 2000/10/10  21:40:49
72166         Log: Reapply Andy's patch and regen Configure.
72167      Branch: perl
72168            ! Configure INSTALL Makefile.SH Porting/Glossary
72169            ! Porting/config.sh config_h.SH epoc/config.sh installperl
72170            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
72171            ! win32/config.vc
72172 ____________________________________________________________________________
72173 [  7195] By: jhi                                   on 2000/10/10  21:09:30
72174         Log: Use the versiononly instead of the installscripts,
72175              retract the changes 7146 and 7147.
72176      Branch: perl
72177            ! Configure INSTALL Makefile.SH Porting/Glossary
72178            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
72179            ! installperl uconfig.sh vos/config.def win32/config.bc
72180            ! win32/config.gc win32/config.vc
72181 ____________________________________________________________________________
72182 [  7194] By: jhi                                   on 2000/10/10  21:06:15
72183         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
72184              From: Peter Prymmer <pvhp@forte.com>
72185              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
72186              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
72187      Branch: perl
72188            ! t/op/ver.t
72189 ____________________________________________________________________________
72190 [  7193] By: jhi                                   on 2000/10/10  21:05:12
72191         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
72192              From: Peter Prymmer <pvhp@forte.com>
72193              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
72194              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
72195      Branch: perl
72196            ! t/op/tr.t
72197 ____________________________________________________________________________
72198 [  7192] By: jhi                                   on 2000/10/10  20:57:30
72199         Log: Add versiononly, delete installscripts, from Andy Dougherty.
72200      Branch: metaconfig
72201            - U/installdirs/installscripts.U
72202      Branch: metaconfig/U/perl
72203            + versiononly.U
72204 ____________________________________________________________________________
72205 [  7191] By: jhi                                   on 2000/10/10  19:41:21
72206         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
72207              From: Peter Prymmer <pvhp@forte.com>
72208              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
72209              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
72210      Branch: perl
72211            ! pod/perlebcdic.pod
72212 ____________________________________________________________________________
72213 [  7190] By: jhi                                   on 2000/10/10  19:26:14
72214         Log: Subject: Re: utf8 concat, mg_get
72215              From: Simon Cozens <simon@cozens.net>
72216              Date: Tue, 10 Oct 2000 17:40:17 +0100
72217              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
72218      Branch: perl
72219            ! pp_hot.c
72220 ____________________________________________________________________________
72221 [  7189] By: jhi                                   on 2000/10/10  19:23:03
72222         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
72223              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
72224              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
72225              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
72226      Branch: perl
72227            ! lib/ExtUtils/MM_Unix.pm
72228 ____________________________________________________________________________
72229 [  7188] By: jhi                                   on 2000/10/10  15:31:24
72230         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
72231              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
72232              Date: Fri, 14 Jul 2000 10:47:36 +0100
72233              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
72234      Branch: perl
72235            ! README.win32
72236 ____________________________________________________________________________
72237 [  7187] By: jhi                                   on 2000/10/10  13:30:10
72238         Log: Quote the temp file name, needed in Win32 because the
72239              default name unfortunately contains spaces, shouldn't
72240              hurt elsewhere.
72241              
72242              Subject: FW: perldoc fails if $TEMP contains spaces
72243              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
72244              Date: Thu, 14 Sep 2000 08:58:45 +0100
72245              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
72246      Branch: perl
72247            ! utils/perldoc.PL
72248 ____________________________________________________________________________
72249 [  7186] By: jhi                                   on 2000/10/10  13:16:27
72250         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
72251              From: hv@hugo.hybyte.com
72252              Date: Tue, 10 Oct 2000 14:10:20 +0100
72253              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
72254      Branch: perl
72255            ! t/lib/thr5005.t util.c
72256 ____________________________________________________________________________
72257 [  7185] By: jhi                                   on 2000/10/10  12:06:22
72258         Log: Upgrade to podlators 1.04, from Russ Allbery.
72259      Branch: perl
72260            ! lib/Pod/Man.pm lib/Pod/Text.pm
72261 ____________________________________________________________________________
72262 [  7184] By: jhi                                   on 2000/10/10  12:01:32
72263         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
72264      Branch: perl
72265            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
72266 ____________________________________________________________________________
72267 [  7183] By: jhi                                   on 2000/10/09  23:47:15
72268         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
72269              From: Peter Prymmer <pvhp@forte.com>
72270              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
72271              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
72272      Branch: perl
72273            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
72274 ____________________________________________________________________________
72275 [  7182] By: jhi                                   on 2000/10/09  23:43:16
72276         Log: Make eq work again with utf8 (disabling the upgrading
72277              should no more be necessary since the copies of the
72278              scalars are upgraded, not the scalars themselves).
72279              Takes care of ID 20001009.001.  (The claimed length()
72280              bug in 20001009.001 seems bogus to me.)
72281      Branch: perl
72282            ! sv.c t/pragma/utf8.t
72283 ____________________________________________________________________________
72284 [  7181] By: gsar                                  on 2000/10/09  19:41:54
72285         Log: tweak for change#7173
72286      Branch: perl
72287            ! win32/win32sck.c
72288 ____________________________________________________________________________
72289 [  7180] By: gsar                                  on 2000/10/09  19:26:56
72290         Log: on Windows, clean targets might not work under some flavors of the shell
72291      Branch: perl
72292            ! win32/Makefile win32/makefile.mk
72293 ____________________________________________________________________________
72294 [  7179] By: jhi                                   on 2000/10/09  19:21:02
72295         Log: Update Changes.
72296      Branch: perl
72297            ! Changes patchlevel.h
72298 ____________________________________________________________________________
72299 [  7178] By: jhi                                   on 2000/10/09  19:18:23
72300         Log: Warn about unknown scripts.
72301              
72302              Subject: Re: ideas? patches? [PATCH bleadperl]
72303              From: Dominic Dunlop <domo@computer.org>
72304              Date: Mon, 9 Oct 2000 14:57:17 +0200
72305              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
72306      Branch: perl
72307            ! lib/charnames.pm
72308 ____________________________________________________________________________
72309 [  7177] By: jhi                                   on 2000/10/09  19:13:27
72310         Log: Change #7160 had a nasty typo.
72311      Branch: metaconfig
72312            ! U/compline/Compile.U
72313      Branch: perl
72314            ! Configure config_h.SH
72315 ____________________________________________________________________________
72316 [  7176] By: gsar                                  on 2000/10/09  18:59:33
72317         Log: pod nit
72318      Branch: perl
72319            ! pod/perlport.pod
72320 ____________________________________________________________________________
72321 [  7175] By: gsar                                  on 2000/10/09  18:54:28
72322         Log: Windows9x doesn't support link(), despite what Config.pm
72323              might think
72324      Branch: perl
72325            ! lib/ExtUtils/Manifest.pm
72326 ____________________________________________________________________________
72327 [  7174] By: gsar                                  on 2000/10/09  18:50:03
72328         Log: avoid nonportable example code
72329      Branch: perl
72330            ! lib/File/Copy.pm
72331 ____________________________________________________________________________
72332 [  7173] By: gsar                                  on 2000/10/09  18:46:54
72333         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
72334              being used) when closing a socket handle
72335      Branch: perl
72336            ! win32/win32.c win32/win32.h win32/win32sck.c
72337 ____________________________________________________________________________
72338 [  7172] By: gsar                                  on 2000/10/09  18:41:40
72339         Log: on Windows, cwd strings in the environment should be of the
72340              form =X:=X:\foo instead of =X=X:\foo\
72341      Branch: perl
72342            ! win32/vdir.h
72343 ____________________________________________________________________________
72344 [  7171] By: gsar                                  on 2000/10/09  18:30:09
72345         Log: on Windows, LoadLibrary() could load an extension DLL multiple
72346              times if forward slashes are used in the path
72347      Branch: perl
72348            ! win32/win32.c
72349 ____________________________________________________________________________
72350 [  7170] By: jhi                                   on 2000/10/09  17:53:59
72351         Log: Add a todo note about overloadable assertions.
72352      Branch: perl
72353            ! Todo-5.6
72354 ____________________________________________________________________________
72355 [  7169] By: jhi                                   on 2000/10/09  13:43:45
72356         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
72357              From: mjd@plover.com
72358              Date: 9 Oct 2000 00:24:44 -0000
72359              Message-ID: <20001009002444.10616.qmail@plover.com>
72360      Branch: perl
72361            ! pod/perldebguts.pod
72362 ____________________________________________________________________________
72363 [  7168] By: nick                                  on 2000/10/08  13:16:33
72364         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
72365              is not right thing to do on (e.g. x86). Network order is also "right" for
72366              X fonts.
72367      Branch: perl
72368            ! ext/Encode/Encode.pm
72369 ____________________________________________________________________________
72370 [  7167] By: nick                                  on 2000/10/08  12:54:42
72371         Log: Make "encodings" work post-install when Encode/*.enc files may not
72372              be in same directory as Encode.pm
72373      Branch: perl
72374            ! ext/Encode/Encode.pm
72375 ____________________________________________________________________________
72376 [  7166] By: nick                                  on 2000/10/08  11:51:26
72377         Log: Work round the fact that $hash->{$key} does not take into account
72378              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
72379              so that key is always in the "expected" encoding - i.e. same way we put
72380              it in the hash.
72381      Branch: perl
72382            ! ext/Encode/Encode.pm
72383 ____________________________________________________________________________
72384 [  7165] By: gsar                                  on 2000/10/08  04:15:29
72385         Log: save_re_context() could reset PL_curcop to freed memory, causing core
72386              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
72387      Branch: perl
72388            ! pp_ctl.c
72389 ____________________________________________________________________________
72390 [  7164] By: jhi                                   on 2000/10/06  20:51:48
72391         Log: UTF8ize split() so that the cloned substrings get the UTF8
72392              flag of the original scalar.  Problem reported by Simon Cozens.
72393      Branch: perl
72394            ! pp.c t/pragma/utf8.t
72395 ____________________________________________________________________________
72396 [  7163] By: nick                                  on 2000/10/06  20:48:34
72397         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
72398              got a false +ve and so did not reach code which would have un-FAKEd the SV.
72399      Branch: perl
72400            ! sv.c
72401 ____________________________________________________________________________
72402 [  7162] By: nick                                  on 2000/10/06  20:25:37
72403         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
72404              To fix  (sort {$a <=> $b} keys %hash) in particular but
72405              should cover a number of other as-yet-unknown cases as well.
72406      Branch: perl
72407            ! sv.c
72408 ____________________________________________________________________________
72409 [  7161] By: jhi                                   on 2000/10/06  19:56:18
72410         Log: Change the version number of Tie::Handle in the core to 4.0,
72411              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
72412              
72413              Subject: Note on Tie::Handle
72414              From: andreas.koenig@anima.de (Andreas J. Koenig)
72415              Date:      06 Oct 2000 21:48:58 +0200
72416              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
72417      Branch: perl
72418            ! lib/Tie/Handle.pm
72419 ____________________________________________________________________________
72420 [  7160] By: jhi                                   on 2000/10/06  18:20:35
72421         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
72422              as the first option of cc/ld because of ultrapicky compilers
72423              (e.g. OS/390 R2.5)
72424      Branch: metaconfig
72425            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
72426            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
72427            ! U/compline/orderlib.U U/modified/Cppsym.U
72428            ! U/modified/d_access.U
72429      Branch: metaconfig/U/perl
72430            ! Checkcc.U d_dlsymun.U gccvers.U
72431      Branch: perl
72432            ! Configure config_h.SH
72433 ____________________________________________________________________________
72434 [  7159] By: jhi                                   on 2000/10/06  13:56:39
72435         Log: Update Changes.
72436      Branch: perl
72437            ! Changes patchlevel.h
72438 ____________________________________________________________________________
72439 [  7158] By: jhi                                   on 2000/10/06  12:48:40
72440         Log: Eliminate $Is_VMS code from the test.
72441              
72442              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
72443              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72444              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
72445              Date:     Thu, 5 Oct 2000 07:46:33 EDT
72446      Branch: perl
72447            ! t/lib/b.t
72448 ____________________________________________________________________________
72449 [  7157] By: jhi                                   on 2000/10/06  12:47:13
72450         Log: Also the $ccflags is needed for the C compiler check.
72451              
72452              Subject: Configure (check for C-compiler)
72453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72454              Date: Fri, 06 Oct 2000 08:47:15 +0200
72455              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
72456      Branch: metaconfig/U/perl
72457            ! Checkcc.U
72458      Branch: perl
72459            ! Configure config_h.SH
72460 ____________________________________________________________________________
72461 [  7156] By: jhi                                   on 2000/10/06  11:45:15
72462         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
72463      Branch: perl
72464            ! perl.c pp_ctl.c sv.h utf8.c
72465 ____________________________________________________________________________
72466 [  7155] By: jhi                                   on 2000/10/06  11:40:41
72467         Log: IO::Handle->syswrite() did not handle length omission
72468              like CORE::syswrite() does.
72469              
72470              Subject: [Fwd] IO::Handle, syswrite and arguments
72471              From: Graham Barr <gbarr@pobox.com>
72472              Date: Fri, 6 Oct 2000 10:22:05 +0100
72473              Message-ID: <20001006102205.U6312@pobox.com>
72474              
72475              The original patch from andrew@ugh.net.au.
72476      Branch: perl
72477            ! ext/IO/lib/IO/Handle.pm
72478 ____________________________________________________________________________
72479 [  7154] By: jhi                                   on 2000/10/06  01:42:15
72480         Log: Tweak #7153.
72481      Branch: perl
72482            ! utf8.h
72483 ____________________________________________________________________________
72484 [  7153] By: jhi                                   on 2000/10/06  00:39:55
72485         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
72486      Branch: perl
72487            ! utf8.h
72488 ____________________________________________________________________________
72489 [  7152] By: jhi                                   on 2000/10/06  00:38:11
72490         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
72491      Branch: perl
72492            ! perl.c pp_ctl.c sv.h utf8.c
72493 ____________________________________________________________________________
72494 [  7151] By: jhi                                   on 2000/10/06  00:36:38
72495         Log: Subject: Re: Questions about Tie::Array and perl modules
72496              From: Nick Ing-Simmons <nik@tiuk.ti.com>
72497              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
72498              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
72499              
72500              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
72501      Branch: perl
72502            ! lib/Tie/Array.pm t/op/array.t
72503 ____________________________________________________________________________
72504 [  7150] By: jhi                                   on 2000/10/05  00:20:45
72505         Log: Regen Changes.
72506      Branch: perl
72507            ! Changes patchlevel.h
72508 ____________________________________________________________________________
72509 [  7149] By: jhi                                   on 2000/10/05  00:20:01
72510         Log: Regen toc.
72511      Branch: perl
72512            ! pod/perltoc.pod
72513 ____________________________________________________________________________
72514 [  7148] By: jhi                                   on 2000/10/04  23:35:08
72515         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
72516              reported several times by Dominic Dunlop, for example in
72517              ID 20000315.008.  Patch from Dominic.  Patch affects at
72518              least MachTen, and possibly other oldish BSDs. Should not
72519              break non-broken platforms (tested on LinuxPPC). 
72520      Branch: perl
72521            ! doio.c
72522 ____________________________________________________________________________
72523 [  7147] By: jhi                                   on 2000/10/04  23:26:34
72524         Log: The one that got away from 7146.
72525      Branch: metaconfig
72526            + U/installdirs/installscripts.U
72527 ____________________________________________________________________________
72528 [  7146] By: jhi                                   on 2000/10/04  23:25:04
72529         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
72530              suggested by H. Merijn Brand.
72531      Branch: perl
72532            ! Configure INSTALL Makefile.SH Porting/Glossary
72533            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
72534            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
72535            ! win32/config.vc
72536 ____________________________________________________________________________
72537 [  7145] By: jhi                                   on 2000/10/04  22:08:21
72538         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
72539              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72540              Date: Wed, 4 Oct 2000 17:37:46 -0400
72541              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
72542      Branch: perl
72543            ! utils/h2xs.PL
72544 ____________________________________________________________________________
72545 [  7144] By: jhi                                   on 2000/10/04  18:11:41
72546         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
72547              From: Jeff Pinyan <jeffp@crusoe.net>
72548              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
72549              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
72550      Branch: perl
72551            ! pod/perlrun.pod
72552 ____________________________________________________________________________
72553 [  7143] By: jhi                                   on 2000/10/04  18:09:58
72554         Log: Subject: perlhack.pod Patch for Externals Tools
72555              From: Fisher Mark <fisherm@tce.com>
72556              Date: Tue, 3 Oct 2000 15:43:27 -0500 
72557              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
72558      Branch: perl
72559            ! pod/perlhack.pod
72560 ____________________________________________________________________________
72561 [  7142] By: jhi                                   on 2000/10/04  18:08:41
72562         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
72563              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72564              Date:     Wed, 4 Oct 2000 12:11:11 EDT
72565              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
72566      Branch: perl
72567            ! vms/vms.c
72568 ____________________________________________________________________________
72569 [  7141] By: jhi                                   on 2000/10/04  12:20:16
72570         Log: Subject: [PATCH 5.7.0] h2xs not working
72571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72572              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
72573              Date: Tue, 3 Oct 2000 21:43:01 -0400
72574              
72575              Subject: [PATCH 5.7.0] h2xs not documenting the created module
72576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72577              Date: Tue, 3 Oct 2000 22:55:19 -0400
72578              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
72579      Branch: perl
72580            ! utils/h2xs.PL
72581 ____________________________________________________________________________
72582 [  7140] By: jhi                                   on 2000/10/04  11:53:44
72583         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
72584              From: nick@babyhippo.com
72585              Date: Wed, 4 Oct 2000 12:06:45 +0100
72586              Message-Id: <20001004120645.A7356@babyhippo.com>
72587              
72588              Retract 7118 and 7135.
72589      Branch: perl
72590            ! installman installperl op.c t/pragma/subs.t
72591 ____________________________________________________________________________
72592 [  7139] By: jhi                                   on 2000/10/03  22:09:41
72593         Log: It is possible to have no hosts database at all.  Pointed out in
72594              
72595              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
72596              From: Peter Prymmer <pvhp@forte.com>
72597              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
72598              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
72599      Branch: metaconfig
72600            ! U/modified/myhostname.U
72601      Branch: perl
72602            ! Configure config_h.SH
72603 ____________________________________________________________________________
72604 [  7138] By: jhi                                   on 2000/10/03  21:49:49
72605         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
72606              From: Peter Prymmer <pvhp@forte.com>
72607              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
72608              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
72609      Branch: perl
72610            ! pp_sys.c
72611 ____________________________________________________________________________
72612 [  7137] By: jhi                                   on 2000/10/03  20:10:05
72613         Log: One remaining nit less at the VMS mailbox sizing.
72614      Branch: perl
72615            ! vms/vms.c
72616 ____________________________________________________________________________
72617 [  7136] By: jhi                                   on 2000/10/03  20:08:47
72618         Log: Test harness update to sync with the new perlcc,
72619              from Simon Cozens.
72620      Branch: perl
72621            ! t/TEST t/UTEST
72622 ____________________________________________________________________________
72623 [  7135] By: jhi                                   on 2000/10/03  15:15:42
72624         Log: Subject: Re: PATCH for 20001003.004
72625              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
72626              From: "AARON B. DOSSETT" <aaron@iglou.com>
72627              Message-Id: <E13gTay-0006od-00@iglou.com>
72628      Branch: perl
72629            ! installman installperl
72630 ____________________________________________________________________________
72631 [  7134] By: jhi                                   on 2000/10/03  15:00:34
72632         Log: Subject: [ID 20001003.006] B::Debug not -w clean
72633              From: Nicholas Clark <nick@babyhippo.co.uk>
72634              Date: Tue, 03 Oct 2000 15:46:32 +0100
72635              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
72636      Branch: perl
72637            ! ext/B/B/Debug.pm
72638 ____________________________________________________________________________
72639 [  7133] By: jhi                                   on 2000/10/03  14:58:39
72640         Log: Scale down the VMS message boxes, by Charles Lane.
72641              Fix for ID 20000903.009, workaround at
72642              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
72643      Branch: perl
72644            ! vms/vms.c
72645 ____________________________________________________________________________
72646 [  7132] By: jhi                                   on 2000/10/03  11:20:37
72647         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
72648      Branch: perl
72649            + t/lib/st-lock.t t/lib/st-utf8.t
72650            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
72651            ! ext/Storable/Storable.xs t/lib/st-recurse.t
72652 ____________________________________________________________________________
72653 [  7131] By: jhi                                   on 2000/10/03  03:38:23
72654         Log: Encode nits.
72655      Branch: perl
72656            ! MANIFEST Makefile.SH
72657 ____________________________________________________________________________
72658 [  7130] By: jhi                                   on 2000/10/03  03:31:05
72659         Log: Update Changes.
72660      Branch: perl
72661            ! Changes patchlevel.h
72662 ____________________________________________________________________________
72663 [  7129] By: jhi                                   on 2000/10/03  02:24:02
72664         Log: Misplaced else.
72665      Branch: metaconfig/U/perl
72666            ! d_strtoll.U
72667      Branch: perl
72668            ! Configure config_h.SH
72669 ____________________________________________________________________________
72670 [  7128] By: jhi                                   on 2000/10/03  02:08:29
72671         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
72672              From: sthoenna@efn.org
72673              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
72674              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
72675      Branch: metaconfig/U/perl
72676            ! d_strtoll.U
72677      Branch: perl
72678            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
72679 ____________________________________________________________________________
72680 [  7127] By: jhi                                   on 2000/10/03  01:13:14
72681         Log: Update Changes.
72682      Branch: perl
72683            ! Changes patchlevel.h
72684 ____________________________________________________________________________
72685 [  7126] By: jhi                                   on 2000/10/03  00:57:08
72686         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
72687              as suggested by Olaf Flebbe and Nick Clark.
72688      Branch: perl
72689            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
72690 ____________________________________________________________________________
72691 [  7125] By: jhi                                   on 2000/10/03  00:50:56
72692         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
72693              From: Nick Clark <nick@plum.flirble.org>
72694              Date: Mon, 2 Oct 2000 11:03:24 +0100
72695              Message-Id: <20001002110324.D20073@plum.flirble.org>
72696              
72697              Also fixes bug ID 20001002.005.
72698      Branch: perl
72699            ! t/lib/encode.t
72700 ____________________________________________________________________________
72701 [  7124] By: jhi                                   on 2000/10/03  00:34:59
72702         Log: Subject: [PATCH 5.7.0] Epoc update
72703              From: Olaf Flebbe <o.flebbe@gmx.de>
72704              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
72705              Message-ID: <26423.969484586@www10.gmx.net>
72706      Branch: perl
72707            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
72708            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
72709            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
72710            ! util.c util.h
72711 ____________________________________________________________________________
72712 [  7123] By: jhi                                   on 2000/10/03  00:30:07
72713         Log: Regen headers.
72714      Branch: perl
72715            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
72716 ____________________________________________________________________________
72717 [  7122] By: jhi                                   on 2000/10/03  00:10:48
72718         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
72719      Branch: perl
72720            ! hints/openbsd.sh
72721 ____________________________________________________________________________
72722 [  7121] By: jhi                                   on 2000/10/03  00:05:06
72723         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
72724              From: <abigail@foad.org>
72725              Date: Tue, 26 Sep 2000 13:36:14 -0400
72726              Message-ID: <20000926173614.4356.qmail@foad.org>
72727      Branch: perl
72728            ! pod/perlop.pod
72729 ____________________________________________________________________________
72730 [  7120] By: jhi                                   on 2000/10/03  00:04:00
72731         Log: Inside require() $^S was always left undefined.
72732              
72733              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
72734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72735              Date: Wed, 27 Sep 2000 18:54:49 -0400
72736              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
72737      Branch: perl
72738            ! cop.h mg.c pp_ctl.c util.c
72739 ____________________________________________________________________________
72740 [  7119] By: jhi                                   on 2000/10/03  00:00:16
72741         Log: Subject: [PATCH] DLL not restartabke with threaded perl
72742              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
72743              Date: Thu, 28 Sep 2000 09:20:46 +0100
72744              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
72745      Branch: perl
72746            ! perl.c
72747 ____________________________________________________________________________
72748 [  7118] By: jhi                                   on 2000/10/02  23:59:20
72749         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
72750              From: Nicholas Clark <nick@ccl4.org>
72751              Date: Thu, 28 Sep 2000 11:52:24 +0100
72752              Message-ID: <20000928115224.D7924@plum.flirble.org>
72753      Branch: perl
72754            ! op.c
72755 ____________________________________________________________________________
72756 [  7117] By: jhi                                   on 2000/10/02  23:57:51
72757         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
72758              From: Nicholas Clark <nick@babyhippo.co.uk>
72759              Date: Thu, 28 Sep 2000 12:18:10 +0100
72760              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
72761              
72762              Did not apply cleanly, manual intervention was needed.
72763      Branch: perl
72764            ! ext/B/B/Bytecode.pm utils/perlcc.PL
72765 ____________________________________________________________________________
72766 [  7116] By: jhi                                   on 2000/10/02  23:50:40
72767         Log: Document the issue (is not a syntax error, kind of)
72768              
72769              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
72770              From: Nicholas Clark <nick@ccl4.org>
72771              Date: Thu, 28 Sep 2000 17:12:42 +0100
72772              Message-ID: <20000928171242.K7924@plum.flirble.org>
72773      Branch: perl
72774            ! pod/perldata.pod
72775 ____________________________________________________________________________
72776 [  7115] By: jhi                                   on 2000/10/02  23:48:58
72777         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
72778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72779              Date: Thu, 28 Sep 2000 21:55:31 -0400
72780              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
72781      Branch: perl
72782            ! regexec.c
72783 ____________________________________________________________________________
72784 [  7114] By: jhi                                   on 2000/10/02  23:47:57
72785         Log: Subject: DOC PATCH 5.6.0
72786              From: mjd@plover.com
72787              Date: 30 Sep 2000 06:02:34 -0000
72788              Message-ID: <20000930060234.4559.qmail@plover.com>
72789      Branch: perl
72790            ! pod/perldebguts.pod
72791 ____________________________________________________________________________
72792 [  7113] By: jhi                                   on 2000/10/02  23:46:43
72793         Log: SOCK_DGRAM and listen() do not mix as reported in
72794              
72795              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
72796              From: Petter Reinholdtsen <pere@hungry.com>
72797              Date: Sun, 1 Oct 2000 10:57:20 +0800
72798              Message-Id: <200010010257.KAA05735@localhost.localdomain>
72799              
72800              The patch for 5.7.0+ had to be reengineered, though.
72801      Branch: perl
72802            ! ext/IO/lib/IO/Socket/UNIX.pm
72803 ____________________________________________________________________________
72804 [  7112] By: jhi                                   on 2000/10/02  23:36:57
72805         Log: Subject: Re: [PATCH 5.005_64 missed]
72806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72807              Date: Sun, 1 Oct 2000 18:50:10 -0400
72808              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
72809      Branch: perl
72810            ! pod/perlxs.pod
72811 ____________________________________________________________________________
72812 [  7111] By: jhi                                   on 2000/10/02  23:35:40
72813         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
72814              From: Radu Greab <radu@netsoft.ro>
72815              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
72816              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
72817      Branch: perl
72818            ! op.c opcode.pl t/op/substr.t
72819 ____________________________________________________________________________
72820 [  7110] By: jhi                                   on 2000/10/02  23:32:38
72821         Log: Subject: [PATCH] Fix aliasing of tied filehandles
72822              From: Daniel Chetlin <daniel@chetlin.com>
72823              Date: Mon, 2 Oct 2000 14:53:27 -0700
72824              Message-ID: <20001002145327.C1617@ilmd>
72825      Branch: perl
72826            ! perl.h pp_hot.c t/op/tiehandle.t
72827 ____________________________________________________________________________
72828 [  7109] By: jhi                                   on 2000/10/02  23:31:30
72829         Log: s/Robin Parker/Robin Barker/
72830      Branch: perl
72831            ! Changes5.6
72832 ____________________________________________________________________________
72833 [  7108] By: jhi                                   on 2000/10/02  23:15:46
72834         Log: Retract #7091 as suggested in
72835              
72836              From: Robin Barker <rmb1@cise.npl.co.uk> 
72837              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
72838              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
72839              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
72840      Branch: perl
72841            ! embed.pl proto.h
72842 ____________________________________________________________________________
72843 [  7107] By: nick                                  on 2000/10/02  18:23:14
72844         Log: A few tweaks to get Tk803 to work with Encode scheme.
72845      Branch: perl
72846            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
72847 ____________________________________________________________________________
72848 [  7106] By: nick                                  on 2000/10/01  21:34:14
72849         Log: Add checking cases to Encode's toUnicode and fromUnicode.
72850      Branch: perl
72851            ! ext/Encode/Encode.pm
72852 ____________________________________________________________________________
72853 [  7105] By: nick                                  on 2000/10/01  17:18:01
72854         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
72855              To read and use them.
72856              Add a lib/encode.t which checks a few things.
72857      Branch: perl
72858            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
72859            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
72860            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
72861            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
72862            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
72863            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
72864            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
72865            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
72866            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
72867            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
72868            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
72869            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
72870            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
72871            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
72872            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
72873            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
72874            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
72875            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
72876            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
72877            + ext/Encode/Encode/iso2022-jp.enc
72878            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
72879            + ext/Encode/Encode/iso8859-1.enc
72880            + ext/Encode/Encode/iso8859-2.enc
72881            + ext/Encode/Encode/iso8859-3.enc
72882            + ext/Encode/Encode/iso8859-4.enc
72883            + ext/Encode/Encode/iso8859-5.enc
72884            + ext/Encode/Encode/iso8859-6.enc
72885            + ext/Encode/Encode/iso8859-7.enc
72886            + ext/Encode/Encode/iso8859-8.enc
72887            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
72888            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
72889            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
72890            + ext/Encode/Encode/macCentEuro.enc
72891            + ext/Encode/Encode/macCroatian.enc
72892            + ext/Encode/Encode/macCyrillic.enc
72893            + ext/Encode/Encode/macDingbats.enc
72894            + ext/Encode/Encode/macGreek.enc
72895            + ext/Encode/Encode/macIceland.enc
72896            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
72897            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
72898            + ext/Encode/Encode/macTurkish.enc
72899            + ext/Encode/Encode/macUkraine.enc
72900            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
72901            + t/lib/encode.t
72902            ! MANIFEST ext/Encode/Encode.pm
72903 ____________________________________________________________________________
72904 [  7104] By: nick                                  on 2000/09/30  13:04:30
72905         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
72906              From: Daniel Chetlin <daniel@chetlin.com>
72907              Date: Mon, 18 Sep 2000 05:05:40 -0700
72908              Message-Id: <20000918050540.C652@ilmd>
72909      Branch: perl
72910            ! lib/overload.pm sv.c t/pragma/overload.t
72911 ____________________________________________________________________________
72912 [  7103] By: nick                                  on 2000/09/30  12:53:36
72913         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
72914              From: Johan Vromans <jvromans@squirrel.nl>
72915              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
72916              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
72917      Branch: perl
72918            ! pod/Makefile.SH
72919 ____________________________________________________________________________
72920 [  7102] By: nick                                  on 2000/09/30  12:52:31
72921         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
72922              From: Spider Boardman <spider@Orb.Nashua.NH.US>
72923              Date: Sat, 16 Sep 2000 16:36:45 -0400
72924              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
72925      Branch: perl
72926            ! ext/B/B/Deparse.pm
72927 ____________________________________________________________________________
72928 [  7101] By: nick                                  on 2000/09/30  12:51:41
72929         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
72930              From: Craig A. Berry <craig.berry@psinetcs.com>
72931              Date: Sat, 16 Sep 2000 10:11:10 -0500
72932              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
72933      Branch: perl
72934            ! vms/vms.c
72935 ____________________________________________________________________________
72936 [  7100] By: nick                                  on 2000/09/30  12:50:33
72937         Log: Subject: Re: unicode support and perl [ID 20000901.097]
72938              From: Spider Boardman <spider@Orb.Nashua.NH.US>
72939              Date: Fri, 15 Sep 2000 16:37:58 -0400
72940              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
72941      Branch: perl
72942            ! t/op/append.t
72943 ____________________________________________________________________________
72944 [  7099] By: nick                                  on 2000/09/30  12:49:35
72945         Log: Subject: Re: unicode support and perl [ID 20000901.097]
72946              From: Spider Boardman <spider@Orb.Nashua.NH.US>
72947              Date: Fri, 15 Sep 2000 16:25:30 -0400
72948              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
72949      Branch: perl
72950            ! pp_hot.c
72951 ____________________________________________________________________________
72952 [  7098] By: nick                                  on 2000/09/30  12:48:00
72953         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
72954              From: Gisle Aas <gisle@ActiveState.com>
72955              Date: 15 Sep 2000 16:23:41 +0200
72956              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
72957      Branch: perl
72958            ! toke.c
72959 ____________________________________________________________________________
72960 [  7097] By: nick                                  on 2000/09/30  12:45:16
72961         Log: Subject: [PATCH] Nits in perlmod.pod
72962              From: Daniel Chetlin <daniel@chetlin.com>
72963              Date: Fri, 15 Sep 2000 02:04:09 -0700
72964              Message-Id: <20000915020409.A2104@ilmd>
72965      Branch: perl
72966            ! pod/perlmod.pod
72967 ____________________________________________________________________________
72968 [  7096] By: nick                                  on 2000/09/30  12:18:00
72969         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
72970              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
72971              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
72972              0 to checking to get the warning.
72973      Branch: perl
72974            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
72975            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
72976            ! regexec.c sv.c toke.c utf8.c
72977 ____________________________________________________________________________
72978 [  7095] By: nick                                  on 2000/09/15  16:55:59
72979         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
72980              
72981              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
72982              From: Spider Boardman <spider@Orb.Nashua.NH.US>
72983              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
72984              Date: Fri, 15 Sep 2000 06:37:30 -0400
72985      Branch: perl
72986            ! ext/Encode/Encode.xs sv.c
72987 ____________________________________________________________________________
72988 [  7094] By: jhi                                   on 2000/09/15  03:23:32
72989         Log: Update Changes.
72990      Branch: perl
72991            ! Changes patchlevel.h
72992 ____________________________________________________________________________
72993 [  7093] By: jhi                                   on 2000/09/15  03:11:44
72994         Log: Fix for the charnames.t failures from Spider Boardman.
72995      Branch: perl
72996            ! toke.c
72997 ____________________________________________________________________________
72998 [  7092] By: jhi                                   on 2000/09/15  00:15:48
72999         Log: Botched the #7090 check-in.
73000      Branch: perl
73001            ! sv.c
73002 ____________________________________________________________________________
73003 [  7091] By: jhi                                   on 2000/09/14  23:33:24
73004         Log: Part of #7081 didn't come through.
73005      Branch: perl
73006            ! embed.pl proto.h
73007 ____________________________________________________________________________
73008 [  7090] By: jhi                                   on 2000/09/14  23:17:39
73009         Log: Subject: Re: perl@7078 
73010              From: Spider Boardman <spider@web.zk3.dec.com>
73011              Date: Thu, 14 Sep 2000 19:06:36 -0400
73012              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
73013      Branch: perl
73014            ! sv.c toke.c
73015 ____________________________________________________________________________
73016 [  7089] By: jhi                                   on 2000/09/14  23:11:21
73017         Log: Small portability tweaks.
73018      Branch: perl
73019            ! ext/Encode/Encode.xs
73020 ____________________________________________________________________________
73021 [  7088] By: jhi                                   on 2000/09/14  22:57:23
73022         Log: Fake return to pacify picky compilers.
73023      Branch: perl
73024            ! ext/Encode/Encode.xs
73025 ____________________________________________________________________________
73026 [  7087] By: jhi                                   on 2000/09/14  22:53:37
73027         Log: Subject: [PATCH] utf8.c apidoc
73028              From: Simon Cozens <simon@cozens.net>
73029              Date: Thu, 14 Sep 2000 23:46:57 +0100
73030              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
73031      Branch: perl
73032            ! perlapi.c pod/perlapi.pod utf8.c
73033 ____________________________________________________________________________
73034 [  7086] By: jhi                                   on 2000/09/14  22:40:38
73035         Log: We don't need to count the high bit bytes, a boolean is enough. 
73036      Branch: perl
73037            ! sv.c
73038 ____________________________________________________________________________
73039 [  7085] By: jhi                                   on 2000/09/14  21:20:09
73040         Log: Replace #7084 with
73041              
73042              Subject: Re: perl@7078 
73043              From: Spider Boardman <spider@web.zk3.dec.com>
73044              Date: Thu, 14 Sep 2000 17:09:36 -0400
73045              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
73046      Branch: perl
73047            ! sv.c utf8.c
73048 ____________________________________________________________________________
73049 [  7084] By: jhi                                   on 2000/09/14  20:03:34
73050         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
73051              convertible to bytes by checking it doesn't go above 0xc3
73052              
73053              Subject: Re: perl@7078
73054              From: Simon Cozens <simon@cozens.net>
73055              Date: Thu, 14 Sep 2000 20:59:19 +0100
73056              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
73057      Branch: perl
73058            ! utf8.c
73059 ____________________________________________________________________________
73060 [  7083] By: jhi                                   on 2000/09/14  19:38:47
73061         Log: Subject: Re: perl@7078
73062              From: Simon Cozens <simon@cozens.net>
73063              Date: Thu, 14 Sep 2000 20:13:09 +0100
73064              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
73065      Branch: perl
73066            ! t/op/bop.t
73067 ____________________________________________________________________________
73068 [  7082] By: jhi                                   on 2000/09/14  17:50:44
73069         Log: The one that got away.
73070      Branch: perl
73071            ! lib/File/Find.pm
73072 ____________________________________________________________________________
73073 [  7081] By: jhi                                   on 2000/09/14  17:45:35
73074         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
73075              From: Robin Barker <rmb1@cise.npl.co.uk>
73076              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
73077              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
73078      Branch: perl
73079            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
73080            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
73081            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
73082            ! regcomp.c toke.c universal.c
73083 ____________________________________________________________________________
73084 [  7080] By: jhi                                   on 2000/09/14  17:40:35
73085         Log: Problems picked up by AIX cc.
73086              
73087              Subject: Re: perl@7078 (patch included)
73088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73089              Date: Thu, 14 Sep 2000 18:53:30 +0200
73090              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
73091      Branch: perl
73092            ! ext/Encode/Encode.xs
73093 ____________________________________________________________________________
73094 [  7079] By: jhi                                   on 2000/09/14  17:38:27
73095         Log: Subject: File::Find 5.7.0 POD nits
73096              From: Rich Morin <rdm@cfcl.com>
73097              Date: Wed, 13 Sep 2000 22:03:58 -0700
73098              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
73099      Branch: perl
73100            ! lib/File/Find.pm
73101 ____________________________________________________________________________
73102 [  7078] By: jhi                                   on 2000/09/14  14:58:20
73103         Log: Update Changes.
73104      Branch: perl
73105            ! Changes patchlevel.h
73106 ____________________________________________________________________________
73107 [  7077] By: jhi                                   on 2000/09/14  14:55:54
73108         Log: Compilation warnings and an error.
73109      Branch: perl
73110            ! sv.c
73111 ____________________________________________________________________________
73112 [  7076] By: jhi                                   on 2000/09/14  14:42:56
73113         Log: Fix for a parsing bug, not for the original bug.
73114              
73115              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
73116              From: Spider Boardman <spider@web.zk3.dec.com>
73117              Date: Wed, 13 Sep 2000 17:52:20 -0400
73118              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
73119      Branch: perl
73120            ! regcomp.c
73121 ____________________________________________________________________________
73122 [  7075] By: jhi                                   on 2000/09/14  14:40:40
73123         Log: Batch of UTF-8 patches from Simon Cozens.
73124      Branch: perl
73125            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
73126            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
73127            ! toke.c utf8.c
73128 ____________________________________________________________________________
73129 [  7074] By: jhi                                   on 2000/09/14  14:29:58
73130         Log: Subject: Re: Two advertising clauses need to be removed
73131              From: Russ Allbery <rra@stanford.edu>
73132              Date: 13 Sep 2000 18:50:26 -0700
73133              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
73134      Branch: perl
73135            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
73136 ____________________________________________________________________________
73137 [  7073] By: jhi                                   on 2000/09/14  14:28:20
73138         Log: Subject: [PATCH] de-wall t/README
73139              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73140              Date: Wed, 13 Sep 2000 17:46:55 -0700
73141              Message-ID: <//Bw5gzkge/e092yn@efn.org>
73142      Branch: perl
73143            ! t/README
73144 ____________________________________________________________________________
73145 [  7072] By: jhi                                   on 2000/09/14  14:25:10
73146         Log: Hints optimization.
73147              
73148              Subject: Minor nit
73149              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73150              Date: Wed, 13 Sep 2000 21:42:07 +0200
73151              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
73152      Branch: perl
73153            ! hints/hpux.sh
73154 ____________________________________________________________________________
73155 [  7071] By: jhi                                   on 2000/09/14  14:23:30
73156         Log: Allow chop() and chomp() to be overridden.
73157              
73158              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
73159              From: "Casey R. Tweten" <crt@kiski.net>
73160              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
73161              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
73162      Branch: perl
73163            ! toke.c
73164 ____________________________________________________________________________
73165 [  7070] By: jhi                                   on 2000/09/14  14:20:36
73166         Log: The return value of setlocale must be copied away.
73167              
73168              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
73169              From: Alan Burlison <Alan.Burlison@uk.sun.com>
73170              Date: Wed, 13 Sep 2000 16:27:37 +0100 
73171              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
73172      Branch: perl
73173            ! util.c
73174 ____________________________________________________________________________
73175 [  7069] By: jhi                                   on 2000/09/14  14:16:27
73176         Log: Remove vestiges of tr//CU.
73177              
73178              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
73179              From: Nick Clark <nick@plum.flirble.org>
73180              Date: Tue, 12 Sep 2000 22:50:14 +0100
73181              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
73182              
73183              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
73184              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73185              Date: Tue, 12 Sep 2000 21:38:48 -0700
73186              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
73187      Branch: perl
73188            ! op.h pod/perlunicode.pod
73189 ____________________________________________________________________________
73190 [  7068] By: jhi                                   on 2000/09/13  14:18:39
73191         Log: Add the Encode extension.  The code is still largely just skeleton.
73192      Branch: perl
73193            + ext/Encode/Encode.pm ext/Encode/Encode.xs
73194            + ext/Encode/Makefile.PL ext/Encode/Todo
73195            ! MANIFEST Todo-5.6
73196 ____________________________________________________________________________
73197 [  7067] By: jhi                                   on 2000/09/12  17:43:33
73198         Log: Allow for whitespace between "#" and "line" in cpp output.
73199              
73200              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
73201              From: Calle Dybedahl <calle@lysator.liu.se>
73202              Date: 12 Sep 2000 19:38:02 +0200 
73203              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
73204      Branch: perl
73205            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
73206 ____________________________________________________________________________
73207 [  7066] By: gsar                                  on 2000/09/12  17:24:29
73208         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
73209              initialization in all the threads on Windows
73210      Branch: perl
73211            ! win32/win32.c
73212 ____________________________________________________________________________
73213 [  7065] By: jhi                                   on 2000/09/12  15:11:31
73214         Log: Update Changes.
73215      Branch: perl
73216            ! Changes patchlevel.h
73217 ____________________________________________________________________________
73218 [  7064] By: jhi                                   on 2000/09/12  14:54:54
73219         Log: Retract #7062, the pod tests are not ready.
73220      Branch: perl
73221            ! t/TEST t/harness
73222 ____________________________________________________________________________
73223 [  7063] By: jhi                                   on 2000/09/12  14:25:41
73224         Log: The #7054 truncated Configure badly.
73225      Branch: metaconfig/U/perl
73226            ! End.U
73227      Branch: perl
73228            ! Configure config_h.SH
73229 ____________________________________________________________________________
73230 [  7062] By: jhi                                   on 2000/09/12  14:08:32
73231         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
73232              From: sthoenna@efn.org
73233              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
73234              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
73235      Branch: perl
73236            ! t/TEST t/harness
73237 ____________________________________________________________________________
73238 [  7061] By: jhi                                   on 2000/09/12  14:07:18
73239         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
73240              From: sthoenna@efn.org
73241              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
73242              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
73243      Branch: perl
73244            ! pod/perlxs.pod
73245 ____________________________________________________________________________
73246 [  7060] By: jhi                                   on 2000/09/12  14:06:08
73247         Log: Break up the myconfig lines a bit.
73248              
73249              Subject: perlbug/perl -V output format
73250              From: sthoenna@efn.org
73251              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
73252              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
73253      Branch: perl
73254            ! myconfig.SH
73255 ____________________________________________________________________________
73256 [  7059] By: jhi                                   on 2000/09/12  14:05:04
73257         Log: Test for the #7049.
73258              
73259              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
73260              From: andreas.koenig@anima.de (Andreas J. Koenig)
73261              Date: 12 Sep 2000 06:42:01 +0200
73262              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
73263      Branch: perl
73264            ! t/op/my.t
73265 ____________________________________________________________________________
73266 [  7058] By: jhi                                   on 2000/09/12  14:03:05
73267         Log: Subject: [patch: perl@7045] vms updates
73268              From: Peter Prymmer <pvhp@forte.com>
73269              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
73270              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
73271      Branch: perl
73272            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
73273 ____________________________________________________________________________
73274 [  7057] By: jhi                                   on 2000/09/12  14:00:51
73275         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
73276              From: sthoenna@efn.org
73277              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
73278              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
73279      Branch: perl
73280            ! t/op/64bitint.t
73281 ____________________________________________________________________________
73282 [  7056] By: jhi                                   on 2000/09/12  13:58:14
73283         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
73284              From: Jeff Pinyan <jeffp@crusoe.net>
73285              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
73286              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
73287      Branch: perl
73288            ! pod/perlfunc.pod
73289 ____________________________________________________________________________
73290 [  7055] By: jhi                                   on 2000/09/12  13:56:32
73291         Log: Do in VMS as the #7054 does.
73292      Branch: perl
73293            ! configure.com
73294 ____________________________________________________________________________
73295 [  7054] By: jhi                                   on 2000/09/12  13:50:31
73296         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
73297              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73298              Date: Mon, 11 Sep 2000 08:33:09 +0100
73299              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
73300      Branch: metaconfig/U/perl
73301            ! End.U
73302      Branch: perl
73303            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
73304            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
73305 ____________________________________________________________________________
73306 [  7053] By: jhi                                   on 2000/09/12  13:29:19
73307         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
73308              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73309              Date:     Tue, 12 Sep 2000 08:35:59 EDT
73310              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
73311      Branch: perl
73312            ! vms/test.com
73313 ____________________________________________________________________________
73314 [  7052] By: jhi                                   on 2000/09/11  23:01:50
73315         Log: Document the SvUTF8*().
73316      Branch: perl
73317            ! pod/perlapi.pod sv.h
73318 ____________________________________________________________________________
73319 [  7051] By: gsar                                  on 2000/09/11  14:46:30
73320         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
73321              (missed a spot when fixing up op_pmreplroot hack for ithreads)
73322      Branch: perl
73323            ! op.c t/op/split.t
73324 ____________________________________________________________________________
73325 [  7050] By: nick                                  on 2000/09/11  10:03:51
73326         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
73327              
73328              Subject: borland C++ win32.c tweak
73329              From: Vadim Konovalov <vkonovalov@lucent.com>
73330              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
73331              Date: Mon, 11 Sep 2000 11:22:33 +0400
73332      Branch: perl
73333            ! win32/win32.c
73334 ____________________________________________________________________________
73335 [  7049] By: nick                                  on 2000/09/11  09:57:33
73336         Log: Point fix for s/// on foreach (keys %xxx).
73337      Branch: perl
73338            ! pp_hot.c
73339 ____________________________________________________________________________
73340 [  7048] By: jhi                                   on 2000/09/10  23:37:09
73341         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
73342              by Pod::Text, from Brad Appleton.
73343      Branch: perl
73344            ! t/pod/testp2pt.pl
73345 ____________________________________________________________________________
73346 [  7047] By: jhi                                   on 2000/09/10  14:32:53
73347         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
73348              by Russ Allbery.
73349      Branch: perl
73350            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
73351 ____________________________________________________________________________
73352 [  7046] By: jhi                                   on 2000/09/10  14:15:08
73353         Log: Upgrade to CPAN 1.57_65, from Andreas König.
73354      Branch: perl
73355            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73356 ____________________________________________________________________________
73357 [  7045] By: jhi                                   on 2000/09/08  21:36:32
73358         Log: Update Changes.
73359      Branch: perl
73360            ! Changes patchlevel.h
73361 ____________________________________________________________________________
73362 [  7044] By: jhi                                   on 2000/09/08  21:29:56
73363         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
73364              From: Peter Prymmer <pvhp@forte.com>
73365              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
73366              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
73367      Branch: perl
73368            ! configure.com
73369 ____________________________________________________________________________
73370 [  7043] By: jhi                                   on 2000/09/08  21:27:50
73371         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
73372              From: Peter Prymmer <pvhp@forte.com>
73373              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
73374              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
73375      Branch: perl
73376            ! Makefile.SH installperl
73377 ____________________________________________________________________________
73378 [  7042] By: jhi                                   on 2000/09/08  21:23:21
73379         Log: Continue #7041.
73380      Branch: perl
73381            ! cygwin/Makefile.SHs os2/Makefile.SHs
73382 ____________________________________________________________________________
73383 [  7041] By: jhi                                   on 2000/09/08  21:18:10
73384         Log: Do away with memory models cruft.  Sorry, PDP users.
73385      Branch: metaconfig
73386            ! U/modified/cc.U U/modified/libpth.U
73387      Branch: perl
73388            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
73389            ! Porting/config_H cflags.SH config_h.SH configure.com
73390            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
73391            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
73392            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
73393 ____________________________________________________________________________
73394 [  7040] By: jhi                                   on 2000/09/08  14:34:18
73395         Log: Major rewrite of s2p.  And I mean really major, it is
73396              an implementation of sed in perl.  If called as s2p it
73397              will function as s2p.  Note: needs non-UNIXifying.
73398              
73399              Subject: s2p
73400              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
73401              Date: Mon, 28 Aug 2000 14:05:12 +0200
73402              Message-ID: <39AA5578.2102E2AA@alcatel.at>
73403      Branch: perl
73404            ! x2p/s2p.PL
73405 ____________________________________________________________________________
73406 [  7039] By: jhi                                   on 2000/09/08  14:19:49
73407         Log: Re-allow vec() for characters > 255.
73408              
73409              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
73410              From: Spider Boardman <spider@web.zk3.dec.com>
73411              Date: Fri, 08 Sep 2000 02:21:02 -0400
73412              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
73413      Branch: perl
73414            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
73415            ! t/op/vec.t
73416 ____________________________________________________________________________
73417 [  7038] By: jhi                                   on 2000/09/08  14:14:18
73418         Log: Subject: [PATCH lib/Benchmark.pm]
73419              From: <abigail@foad.org>
73420              Date: Thu, 7 Sep 2000 15:03:20 -0400
73421              Message-ID: <20000907190320.888.qmail@foad.org>
73422      Branch: perl
73423            ! lib/Benchmark.pm
73424 ____________________________________________________________________________
73425 [  7037] By: jhi                                   on 2000/09/08  14:11:06
73426         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
73427              
73428              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
73429              From: Spider Boardman <spider@web.zk3.dec.com>
73430              Date: Fri, 08 Sep 2000 01:30:27 -0400
73431              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
73432      Branch: perl
73433            ! op.c
73434 ____________________________________________________________________________
73435 [  7036] By: jhi                                   on 2000/09/08  14:08:58
73436         Log: Subject: [ID 20000908.002] perlipc documentation bug.
73437              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
73438              Date: Fri, 08 Sep 2000 12:38:32 +0200
73439              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
73440      Branch: perl
73441            ! pod/perlipc.pod
73442 ____________________________________________________________________________
73443 [  7035] By: jhi                                   on 2000/09/08  14:03:12
73444         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
73445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73446              Date: Fri, 08 Sep 2000 11:47:34 +0200
73447              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
73448      Branch: perl
73449            ! hints/dec_osf.sh
73450 ____________________________________________________________________________
73451 [  7034] By: jhi                                   on 2000/09/08  13:59:35
73452         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
73453              From: Simon Cozens <simon@cozens.net>
73454              Date: Thu, 7 Sep 2000 20:40:38 +0100
73455              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
73456      Branch: perl
73457            ! pp_hot.c
73458 ____________________________________________________________________________
73459 [  7033] By: jhi                                   on 2000/09/08  04:03:03
73460         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
73461              From: "Larry W. Virden" <lvirden@cas.org>
73462              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
73463              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
73464      Branch: perl
73465            ! pod/perldiag.pod
73466 ____________________________________________________________________________
73467 [  7032] By: jhi                                   on 2000/09/07  22:18:30
73468         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
73469              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
73470              Date: Mon, 04 Sep 2000 13:16:38 -0700
73471              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
73472      Branch: perl
73473            ! lib/perl5db.pl
73474 ____________________________________________________________________________
73475 [  7031] By: jhi                                   on 2000/09/07  22:02:29
73476         Log: Fix the ccversion detection for 5.1 and beyond.
73477              
73478              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
73479              From: Spider Boardman <spider@leggy.zk3.dec.com>
73480              Date: Thu, 7 Sep 2000 17:54:27 -0400
73481              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
73482      Branch: perl
73483            ! hints/dec_osf.sh
73484 ____________________________________________________________________________
73485 [  7030] By: jhi                                   on 2000/09/07  19:12:28
73486         Log: Fix for
73487              
73488              Subject: [ID 20000903.001] \w in utf8-strings
73489              From: Marc Lehmann <pcg@goof.com>
73490              Date: Sun, 03 Sep 2000 09:44:29 +0200
73491              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
73492              
73493              and various related nits.
73494      Branch: perl
73495            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
73496 ____________________________________________________________________________
73497 [  7029] By: jhi                                   on 2000/09/07  18:49:09
73498         Log: Fix the URL, but the server is still missing in action.
73499              
73500              Subject: [ID 20000905.002] perlfaq1.pod URL error
73501              From: "Larry W. Virden" <lvirden@cas.org>
73502              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
73503              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
73504      Branch: perl
73505            ! pod/perlfaq1.pod
73506 ____________________________________________________________________________
73507 [  7028] By: jhi                                   on 2000/09/07  18:47:13
73508         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
73509              From: Hugo <hv@crypt.compulink.co.uk>
73510              Date: Tue, 05 Sep 2000 14:13:37 +0100
73511              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
73512      Branch: perl
73513            ! toke.c
73514 ____________________________________________________________________________
73515 [  7027] By: jhi                                   on 2000/09/07  18:45:35
73516         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
73517              From: Daniel Chetlin <daniel@chetlin.com>
73518              Date: Tue, 5 Sep 2000 04:57:07 -0700
73519              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
73520      Branch: perl
73521            ! pod/perlfaq6.pod pod/perlop.pod
73522 ____________________________________________________________________________
73523 [  7026] By: jhi                                   on 2000/09/07  18:44:01
73524         Log: Document the new ref() semantics.
73525              
73526              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
73527              From: Gisle Aas <gisle@ActiveState.com>
73528              Date: 05 Sep 2000 08:10:30 +0200
73529              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
73530      Branch: perl
73531            ! pod/perldelta.pod
73532 ____________________________________________________________________________
73533 [  7025] By: jhi                                   on 2000/09/07  18:42:27
73534         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
73535              
73536              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
73537              From: Gisle Aas <gisle@ActiveState.com>
73538              Date: 05 Sep 2000 08:11:40 +0200
73539              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
73540      Branch: perl
73541            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
73542 ____________________________________________________________________________
73543 [  7024] By: jhi                                   on 2000/09/07  18:39:32
73544         Log: Subject: [PATCH] Modernize Opcode.pm documentation
73545              From: Gisle Aas <gisle@ActiveState.com>
73546              Date: 4 Sep 2000 00:18:55 -0000
73547              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
73548      Branch: perl
73549            ! ext/Opcode/Opcode.pm
73550 ____________________________________________________________________________
73551 [  7023] By: jhi                                   on 2000/09/07  18:37:42
73552         Log: Subject: [PATCH] Tied filehandle documentation
73553              From: Gisle Aas <gisle@ActiveState.com>
73554              Date: 4 Sep 2000 00:14:40 -0000
73555              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
73556      Branch: perl
73557            ! pod/perlfunc.pod pod/perltie.pod
73558 ____________________________________________________________________________
73559 [  7022] By: jhi                                   on 2000/09/07  18:35:37
73560         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
73561              From: Gisle Aas <gisle@ActiveState.com>
73562              Date: 4 Sep 2000 00:04:22 -0000
73563              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
73564      Branch: perl
73565            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
73566 ____________________________________________________________________________
73567 [  7021] By: jhi                                   on 2000/09/07  18:33:22
73568         Log: Subject: small apidoc fix
73569              From: Marc Lehmann <pcg@goof.com>
73570              Date: Sun, 3 Sep 2000 05:12:06 +0200
73571              Message-ID: <20000903051206.A5909@cerebro.laendle>
73572      Branch: perl
73573            ! pod/perlapi.pod utf8.c
73574 ____________________________________________________________________________
73575 [  7020] By: jhi                                   on 2000/09/07  16:14:57
73576         Log: Tiny perldelta nits.
73577      Branch: perl
73578            ! pod/perldelta.pod
73579 ____________________________________________________________________________
73580 [  7019] By: jhi                                   on 2000/09/07  16:04:20
73581         Log: Guard against bad string->int conversion for quads.
73582      Branch: perl
73583            ! t/op/64bitint.t
73584 ____________________________________________________________________________
73585 [  7018] By: jhi                                   on 2000/09/06  17:07:03
73586         Log: Update Unicode todo list.
73587      Branch: perl
73588            ! Todo-5.6
73589 ____________________________________________________________________________
73590 [  7017] By: jhi                                   on 2000/09/05  21:16:01
73591         Log: Document the SvIOK_.*UV().
73592      Branch: perl
73593            ! pod/perlapi.pod sv.h
73594 ____________________________________________________________________________
73595 [  7016] By: nick                                  on 2000/09/03  21:54:46
73596         Log: Hash lookup of constant strings optimization:
73597              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
73598              to string table (as per sharepvn). Add newSV_pvn_share to create such
73599              a thing. Make hv.c compare addresses of strings and skip string compare
73600              if equal. Make method_named and helem ops use these shared-string SVs
73601              when arg is constant. Make keys op return shared-string SVs (less clearly
73602              a win).
73603      Branch: perl
73604            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
73605            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
73606            ! pod/perlintern.pod pp_hot.c proto.h sv.c
73607 ____________________________________________________________________________
73608 [  7015] By: jhi                                   on 2000/09/02  17:48:59
73609         Log: This is 5.7.0.
73610      Branch: perl
73611            ! Changes
73612 ____________________________________________________________________________
73613 [  7014] By: jhi                                   on 2000/09/02  17:35:45
73614         Log: Changes and patchlevel tweaks.
73615      Branch: perl
73616            ! Changes patchlevel.h
73617 ____________________________________________________________________________
73618 [  7013] By: jhi                                   on 2000/09/02  17:30:50
73619         Log: Update Changes.
73620      Branch: perl
73621            ! Changes patchlevel.h
73622 ____________________________________________________________________________
73623 [  7012] By: nick                                  on 2000/09/02  17:25:20
73624         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
73625      Branch: perl
73626            ! gv.c lib/overload.pm
73627 ____________________________________________________________________________
73628 [  7011] By: jhi                                   on 2000/09/02  17:16:25
73629         Log: Update perlhist.
73630      Branch: perl
73631            ! pod/perlhist.pod
73632 ____________________________________________________________________________
73633 [  7010] By: jhi                                   on 2000/09/02  17:01:35
73634         Log: perldelta nits.
73635      Branch: perl
73636            ! pod/perldelta.pod
73637 ____________________________________________________________________________
73638 [  7009] By: nick                                  on 2000/09/02  16:48:35
73639         Log: If overloaded %{} etc. return the object do not loop.
73640              Thus  sub deref { $_[0] } functions if object is wanted type.
73641      Branch: perl
73642            ! pp.h
73643 ____________________________________________________________________________
73644 [  7008] By: jhi                                   on 2000/09/02  16:26:11
73645         Log: Retab MANIFEST.
73646      Branch: perl
73647            ! ext/Storable/MANIFEST
73648 ____________________________________________________________________________
73649 [  7007] By: jhi                                   on 2000/09/02  16:23:02
73650         Log: Make certain cc is set before trying to run it.
73651      Branch: perl
73652            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
73653 ____________________________________________________________________________
73654 [  7006] By: jhi                                   on 2000/09/02  15:45:41
73655         Log: Unicode notes.
73656      Branch: perl
73657            ! pod/perldelta.pod
73658 ____________________________________________________________________________
73659 [  7005] By: jhi                                   on 2000/09/02  15:42:11
73660         Log: Various Configure nits by Philip Newton,
73661              plus the ebcdic one by me.
73662      Branch: metaconfig
73663            + U/modified/pager.U
73664            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
73665      Branch: metaconfig/U/perl
73666            ! Devel.U quadfio.U
73667      Branch: perl
73668            ! Configure config_h.SH
73669 ____________________________________________________________________________
73670 [  7004] By: jhi                                   on 2000/09/02  15:06:14
73671         Log: Apparently avoiding the swapping is too costly.
73672              
73673              From: "Ben Tilly" <ben_tilly@hotmail.com>
73674              Subject: Re: the door is closed.
73675              Date: Fri, 01 Sep 2000 20:23:16 EDT
73676              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
73677      Branch: perl
73678            ! pod/perlfaq4.pod
73679 ____________________________________________________________________________
73680 [  7003] By: nick                                  on 2000/09/02  12:26:04
73681         Log: Undo part of change 6489 which looks like a bulk edit which
73682              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
73683              The supressing of main:: on return from select() is undesirable.
73684      Branch: perl
73685            ! pp_sys.c
73686 ____________________________________________________________________________
73687 [  7002] By: jhi                                   on 2000/09/01  23:08:54
73688         Log: Update Changes.
73689      Branch: perl
73690            ! Changes patchlevel.h
73691 ____________________________________________________________________________
73692 [  7001] By: jhi                                   on 2000/09/01  23:00:13
73693         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
73694              From: Peter Prymmer <pvhp@forte.com>
73695              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
73696              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
73697              
73698              plus rework the http: spots as suggested by Tom Christiansen,
73699              plus regen perltoc.
73700      Branch: perl
73701            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
73702            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
73703 ____________________________________________________________________________
73704 [  7000] By: jhi                                   on 2000/09/01  22:36:01
73705         Log: Only the first line, thank you very much.
73706      Branch: perl
73707            ! hints/solaris_2.sh
73708 ____________________________________________________________________________
73709 [  6999] By: gsar                                  on 2000/09/01  22:16:40
73710         Log: change#6791 accidentally clobbered change#6710, put it back
73711      Branch: perl
73712            ! win32/win32.c
73713 ____________________________________________________________________________
73714 [  6998] By: jhi                                   on 2000/09/01  22:14:16
73715         Log: Mention the HP-UX LP64 freak failure.
73716      Branch: perl
73717            ! pod/perldelta.pod
73718 ____________________________________________________________________________
73719 [  6997] By: jhi                                   on 2000/09/01  21:48:32
73720         Log: Detypo.
73721      Branch: perl
73722            ! hints/hpux.sh
73723 ____________________________________________________________________________
73724 [  6996] By: jhi                                   on 2000/09/01  21:27:10
73725         Log: Update Changes.
73726      Branch: perl
73727            ! Changes patchlevel.h
73728 ____________________________________________________________________________
73729 [  6995] By: jhi                                   on 2000/09/01  21:14:24
73730         Log: Mi splgn s gnin.g
73731      Branch: perl
73732            ! pp_ctl.c
73733 ____________________________________________________________________________
73734 [  6994] By: jhi                                   on 2000/09/01  21:09:54
73735         Log: Subject: http:// in L<>
73736              From: Nicholas Clark <nick@ccl4.org>
73737              Date: Fri, 1 Sep 2000 22:03:21 +0100
73738              Message-ID: <20000901220321.B72074@plum.flirble.org>
73739      Branch: perl
73740            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
73741 ____________________________________________________________________________
73742 [  6993] By: jhi                                   on 2000/09/01  21:06:54
73743         Log: Update to Storable 1.0, from Raphael Manfredi.
73744      Branch: perl
73745            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
73746            ! ext/Storable/Makefile.PL ext/Storable/README
73747            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
73748            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
73749            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
73750            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
73751            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
73752            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
73753 ____________________________________________________________________________
73754 [  6992] By: jhi                                   on 2000/09/01  20:43:05
73755         Log: Mention known sfio+linux buglet.
73756      Branch: perl
73757            ! pod/perldelta.pod
73758 ____________________________________________________________________________
73759 [  6991] By: jhi                                   on 2000/09/01  20:40:11
73760         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
73761              From: Peter Prymmer <pvhp@forte.com>
73762              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
73763              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
73764      Branch: perl
73765            ! vms/vms.c
73766 ____________________________________________________________________________
73767 [  6990] By: jhi                                   on 2000/09/01  20:25:26
73768         Log: Retract #6986.
73769      Branch: perl
73770            ! hints/solaris_2.sh
73771 ____________________________________________________________________________
73772 [  6989] By: jhi                                   on 2000/09/01  20:23:00
73773         Log: Mergesort is back.
73774      Branch: perl
73775            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
73776 ____________________________________________________________________________
73777 [  6988] By: jhi                                   on 2000/09/01  19:37:40
73778         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
73779              From: Mike Guy <mjtg@cam.ac.uk>
73780              Date: Fri, 01 Sep 2000 17:43:33 +0100
73781              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
73782      Branch: perl
73783            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
73784            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
73785 ____________________________________________________________________________
73786 [  6987] By: jhi                                   on 2000/09/01  19:17:10
73787         Log: Regen perltoc.
73788      Branch: perl
73789            ! pod/perltoc.pod
73790 ____________________________________________________________________________
73791 [  6986] By: jhi                                   on 2000/09/01  18:51:10
73792         Log: Subject: Re: Solaris x86 has no SPARC libraries!
73793              From: Lupe Christoph <lupe@lupe-christoph.de>
73794              Date: Fri, 1 Sep 2000 20:41:20 +0200
73795              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
73796      Branch: perl
73797            ! hints/solaris_2.sh
73798 ____________________________________________________________________________
73799 [  6985] By: jhi                                   on 2000/09/01  18:28:10
73800         Log: Update Changes.
73801      Branch: perl
73802            ! Changes patchlevel.h
73803 ____________________________________________________________________________
73804 [  6984] By: jhi                                   on 2000/09/01  18:26:53
73805         Log: Feature ordering tweak.
73806      Branch: perl
73807            ! myconfig.SH
73808 ____________________________________________________________________________
73809 [  6983] By: jhi                                   on 2000/09/01  18:19:50
73810         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
73811              From: <abigail@foad.org>
73812              Date: Fri, 1 Sep 2000 13:07:32 -0400
73813              Message-ID: <20000901170732.18249.qmail@foad.org>
73814      Branch: perl
73815            ! t/pragma/overload.t
73816 ____________________________________________________________________________
73817 [  6982] By: jhi                                   on 2000/09/01  18:17:54
73818         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
73819              so that case-ignoring systems like DCL can tell them from
73820              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
73821      Branch: metaconfig/U/perl
73822            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
73823      Branch: perl
73824            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73825            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
73826            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
73827            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
73828            ! vos/config.def vos/config.h vos/config_h.SH_orig
73829            ! win32/config.bc win32/config.gc win32/config.vc
73830 ____________________________________________________________________________
73831 [  6981] By: nick                                  on 2000/09/01  17:21:57
73832         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
73833              warning when UNTIE exists and instead pass the count of extra references to
73834              the UNTIE method.
73835      Branch: perl
73836            ! pod/perltie.pod pp_sys.c
73837 ____________________________________________________________________________
73838 [  6980] By: jhi                                   on 2000/09/01  16:54:44
73839         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
73840              From: Peter Prymmer <pvhp@forte.com>
73841              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
73842              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
73843      Branch: perl
73844            ! configure.com
73845 ____________________________________________________________________________
73846 [  6979] By: jhi                                   on 2000/09/01  16:06:20
73847         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
73848              From: Mike Guy <mjtg@cam.ac.uk> 
73849              Date: Fri, 01 Sep 2000 16:49:27 +0100
73850              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
73851      Branch: perl
73852            ! t/base/rs.t
73853 ____________________________________________________________________________
73854 [  6978] By: jhi                                   on 2000/09/01  16:00:42
73855         Log: Update to PodParser 1.18, from Brad Appleton.
73856      Branch: perl
73857            ! lib/Pod/Checker.pm t/pod/find.t
73858 ____________________________________________________________________________
73859 [  6977] By: jhi                                   on 2000/09/01  14:48:58
73860         Log: Subject: Nit in Configure (bleadperl@6961)
73861              From: Lupe Christoph <lupe@lupe-christoph.de>
73862              Date: Fri, 1 Sep 2000 16:34:29 +0200
73863              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
73864      Branch: metaconfig
73865            ! U/compline/ccflags.U
73866      Branch: perl
73867            ! Configure config_h.SH
73868 ____________________________________________________________________________
73869 [  6976] By: jhi                                   on 2000/09/01  14:39:52
73870         Log: Update Changes.
73871      Branch: perl
73872            ! Changes patchlevel.h
73873 ____________________________________________________________________________
73874 [  6975] By: jhi                                   on 2000/09/01  14:37:36
73875         Log: microperl config update.
73876      Branch: perl
73877            ! uconfig.h uconfig.sh
73878 ____________________________________________________________________________
73879 [  6974] By: jhi                                   on 2000/09/01  14:36:53
73880         Log: Document known deficiencies.
73881      Branch: perl
73882            ! pod/perldelta.pod
73883 ____________________________________________________________________________
73884 [  6973] By: jhi                                   on 2000/09/01  14:10:20
73885         Log: Mention warnings fixes and updates.
73886      Branch: perl
73887            ! pod/perldelta.pod
73888 ____________________________________________________________________________
73889 [  6972] By: jhi                                   on 2000/09/01  14:01:52
73890         Log: Drop unused argument.
73891              
73892              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
73893              From: Spider Boardman <spider@web.zk3.dec.com>
73894              Date: Thu, 31 Aug 2000 16:10:15 -0400
73895              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
73896      Branch: perl
73897            ! toke.c
73898 ____________________________________________________________________________
73899 [  6971] By: jhi                                   on 2000/09/01  13:59:24
73900         Log: Add the overload warnings to perldiag.
73901      Branch: perl
73902            ! lib/overload.pm pod/perldiag.pod
73903 ____________________________________________________________________________
73904 [  6970] By: jhi                                   on 2000/09/01  13:55:10
73905         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
73906              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73907              Date: Fri, 1 Sep 2000 13:43:15 +0100 
73908              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
73909      Branch: perl
73910            ! lib/overload.pm t/pragma/overload.t
73911 ____________________________________________________________________________
73912 [  6969] By: jhi                                   on 2000/09/01  13:52:27
73913         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
73914              From: <abigail@foad.org>
73915              Date: Fri, 1 Sep 2000 05:46:54 -0400
73916              Message-ID: <20000901094654.6476.qmail@foad.org>
73917      Branch: perl
73918            ! lib/overload.pm
73919 ____________________________________________________________________________
73920 [  6968] By: jhi                                   on 2000/09/01  13:50:05
73921         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
73922              From: Daniel Chetlin <daniel@chetlin.com>
73923              Date: Fri, 1 Sep 2000 02:10:55 -0700
73924              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
73925      Branch: perl
73926            ! pod/perlretut.pod
73927 ____________________________________________________________________________
73928 [  6967] By: jhi                                   on 2000/09/01  13:47:54
73929         Log: Part of the solution.
73930              
73931              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
73932              From: Mike Guy <mjtg@cam.ac.uk>
73933              Date: Fri, 01 Sep 2000 14:16:01 +0100
73934              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
73935      Branch: perl
73936            ! gv.c mg.c
73937 ____________________________________________________________________________
73938 [  6966] By: jhi                                   on 2000/09/01  13:46:17
73939         Log: Subject: CPAN.pm beta 1.57_57 for the core
73940              From: andreas.koenig@anima.de (Andreas J. Koenig)
73941              Date: 01 Sep 2000 15:16:31 +0200
73942              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
73943      Branch: perl
73944            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73945 ____________________________________________________________________________
73946 [  6965] By: jhi                                   on 2000/09/01  13:43:18
73947         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
73948              From: "Craig A. Berry" <craig.berry@psinetcs.com>
73949              Date: Fri, 01 Sep 2000 01:47:22 -0500
73950              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
73951      Branch: perl
73952            ! pod/perldelta.pod vms/vms.c
73953 ____________________________________________________________________________
73954 [  6964] By: jhi                                   on 2000/09/01  13:35:35
73955         Log: File::Temp patches from Andreas König,
73956              
73957              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
73958              From: andreas.koenig@anima.de (Andreas J. Koenig)
73959              Date: 01 Sep 2000 10:07:20 +0200
73960              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
73961              
73962              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
73963              From: andreas.koenig@anima.de (Andreas J. Koenig)
73964              Date: 31 Aug 2000 23:26:08 +0200
73965              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
73966      Branch: perl
73967            ! lib/File/Temp.pm t/lib/ftmp-security.t
73968 ____________________________________________________________________________
73969 [  6963] By: jhi                                   on 2000/09/01  02:22:24
73970         Log: Retract the mergesort code, way too incompatible licensing
73971              and copyrights.
73972      Branch: perl
73973            ! pod/perldelta.pod pp_ctl.c
73974 ____________________________________________________________________________
73975 [  6962] By: jhi                                   on 2000/08/31  23:27:32
73976         Log: Update Changes.
73977      Branch: perl
73978            ! Changes patchlevel.h
73979 ____________________________________________________________________________
73980 [  6961] By: jhi                                   on 2000/08/31  23:20:04
73981         Log: Small tweaks all over.
73982      Branch: metaconfig
73983            ! U/compline/d_gconvert.U
73984      Branch: perl
73985            ! AUTHORS Configure config_h.SH pp_ctl.c
73986 ____________________________________________________________________________
73987 [  6960] By: jhi                                   on 2000/08/31  22:39:36
73988         Log: Further rewording.
73989      Branch: perl
73990            ! pp_ctl.c
73991 ____________________________________________________________________________
73992 [  6959] By: jhi                                   on 2000/08/31  21:26:44
73993         Log: More address tweaking.
73994      Branch: perl
73995            ! AUTHORS Changes
73996 ____________________________________________________________________________
73997 [  6958] By: jhi                                   on 2000/08/31  20:47:25
73998         Log: AUTHORS tweaks, from Peter Prymmer.
73999              
74000              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
74001              From: Peter Prymmer <pvhp@forte.com>
74002              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
74003              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
74004      Branch: perl
74005            ! AUTHORS MAINTAIN
74006 ____________________________________________________________________________
74007 [  6957] By: jhi                                   on 2000/08/31  20:34:43
74008         Log: perldelta tweaks.
74009      Branch: perl
74010            ! pod/perldelta.pod
74011 ____________________________________________________________________________
74012 [  6956] By: jhi                                   on 2000/08/31  19:11:06
74013         Log: Regen perltoc.
74014      Branch: perl
74015            ! pod/perltoc.pod
74016 ____________________________________________________________________________
74017 [  6955] By: jhi                                   on 2000/08/31  19:06:30
74018         Log: Clarify the mergesort situation.
74019      Branch: perl
74020            ! pp_ctl.c
74021 ____________________________________________________________________________
74022 [  6954] By: jhi                                   on 2000/08/31  18:24:17
74023         Log: Move the Solaris 7 scan to use64bitall, make the
74024              failure to find 64-bot sparc libc to mention the
74025              possibility of being in an intel, from Lupe and Alan.
74026      Branch: perl
74027            ! hints/solaris_2.sh
74028 ____________________________________________________________________________
74029 [  6953] By: jhi                                   on 2000/08/31  18:09:20
74030         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
74031              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
74032      Branch: metaconfig
74033            ! U/compline/d_gconvert.U U/threads/archname.U
74034      Branch: metaconfig/U/perl
74035            ! perlxv.U
74036      Branch: perl
74037            ! Configure config_h.SH sv.c
74038 ____________________________________________________________________________
74039 [  6952] By: jhi                                   on 2000/08/31  17:42:24
74040         Log: :: not allowed in pathnames, change to .
74041              
74042              Subject: [PATCH perl@6938] cygwin port
74043              From: "Fifer, Eric" <EFifer@sanwaint.com>
74044              Date: Thu, 31 Aug 2000 16:32:59 +0100
74045              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
74046      Branch: metaconfig/U/perl
74047            ! perlxv.U
74048 ____________________________________________________________________________
74049 [  6951] By: jhi                                   on 2000/08/31  17:02:05
74050         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
74051      Branch: perl
74052            ! perl.h
74053 ____________________________________________________________________________
74054 [  6950] By: jhi                                   on 2000/08/31  16:26:08
74055         Log: More author updates.
74056              
74057              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
74058              From: Simon Cozens <simon@cozens.net>
74059              Date: Thu, 31 Aug 2000 17:13:32 +0100
74060              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
74061      Branch: perl
74062            ! AUTHORS
74063 ____________________________________________________________________________
74064 [  6949] By: jhi                                   on 2000/08/31  16:04:49
74065         Log: POSIX doesn't report long double values under -Duselongdouble
74066              when the long doubles are "real" (bigger than doubles).
74067              
74068              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
74069              From: Spider Boardman <spider@peano.zk3.dec.com>
74070              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
74071              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
74072      Branch: perl
74073            ! ext/POSIX/POSIX.xs
74074 ____________________________________________________________________________
74075 [  6948] By: jhi                                   on 2000/08/31  15:25:10
74076         Log: Update Changes.
74077      Branch: perl
74078            ! Changes patchlevel.h
74079 ____________________________________________________________________________
74080 [  6947] By: jhi                                   on 2000/08/31  15:22:29
74081         Log: Document UNTIE in a very minimalistic way.
74082      Branch: perl
74083            ! pod/perlfunc.pod pod/perltie.pod
74084 ____________________________________________________________________________
74085 [  6946] By: jhi                                   on 2000/08/31  15:15:23
74086         Log: Document known failures.
74087      Branch: perl
74088            ! pod/perldelta.pod
74089 ____________________________________________________________________________
74090 [  6945] By: jhi                                   on 2000/08/31  15:07:00
74091         Log: Don't attach -ld to the archname if pointless.
74092      Branch: metaconfig
74093            ! U/threads/archname.U
74094      Branch: perl
74095            ! Configure config_h.SH
74096 ____________________________________________________________________________
74097 [  6944] By: jhi                                   on 2000/08/31  14:37:42
74098         Log: Wrap the test in eval.
74099              
74100              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
74101              From: Tim Jenness <timj@jach.hawaii.edu>
74102              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
74103              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
74104      Branch: perl
74105            ! t/lib/ftmp-security.t
74106 ____________________________________________________________________________
74107 [  6943] By: jhi                                   on 2000/08/31  14:30:57
74108         Log: Make -Dusemorebits find long doubles in Solaris.
74109      Branch: perl
74110            ! hints/solaris_2.sh
74111 ____________________________________________________________________________
74112 [  6942] By: jhi                                   on 2000/08/31  13:48:45
74113         Log: Clarify the third case of ftmp-security warnings.
74114      Branch: perl
74115            ! INSTALL
74116 ____________________________________________________________________________
74117 [  6941] By: jhi                                   on 2000/08/31  13:40:31
74118         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
74119              From: <abigail@foad.org>
74120              Date: Thu, 31 Aug 2000 01:35:05 -0400
74121              Message-ID: <20000831053505.32120.qmail@foad.org>
74122      Branch: perl
74123            ! pod/perldelta.pod
74124 ____________________________________________________________________________
74125 [  6940] By: jhi                                   on 2000/08/31  13:38:48
74126         Log: Issue useful diagnostic on unknown pod commands.
74127              
74128              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
74129              From: <abigail@foad.org>
74130              Date: Thu, 31 Aug 2000 03:41:18 -0400
74131              Message-ID: <20000831074118.24880.qmail@foad.org>
74132      Branch: perl
74133            ! lib/Pod/Man.pm
74134 ____________________________________________________________________________
74135 [  6939] By: jhi                                   on 2000/08/31  13:34:33
74136         Log: Reveal Borland's isnan.
74137              
74138              Subject: build with BC++ tweak
74139              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
74140              Date: Thu, 31 Aug 2000 13:09:37 +0400
74141              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
74142      Branch: perl
74143            ! win32/win32.h
74144 ____________________________________________________________________________
74145 [  6938] By: jhi                                   on 2000/08/31  05:01:20
74146         Log: Update Changes.
74147      Branch: perl
74148            ! Changes patchlevel.h
74149 ____________________________________________________________________________
74150 [  6937] By: jhi                                   on 2000/08/31  04:26:23
74151         Log: sscanf() may be the only way to read long doubles from strings.
74152      Branch: metaconfig/U/perl
74153            ! longdblfio.U
74154      Branch: perl
74155            ! Configure config_h.SH perl.h util.c
74156 ____________________________________________________________________________
74157 [  6936] By: jhi                                   on 2000/08/31  04:18:19
74158         Log: The #6929 was too skimpy.
74159      Branch: perl
74160            ! sv.c
74161 ____________________________________________________________________________
74162 [  6935] By: jhi                                   on 2000/08/31  02:47:07
74163         Log: Subject: Re: typos in pods
74164              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74165              Date: Wed, 30 Aug 2000 19:25:34 -0700
74166              Message-ID: <eIcr5gzkg25X092yn@efn.org>
74167      Branch: perl
74168            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
74169 ____________________________________________________________________________
74170 [  6934] By: jhi                                   on 2000/08/31  02:42:55
74171         Log: Missed one Unicode file.
74172      Branch: perl
74173            + lib/unicode/UCDFF301.html
74174 ____________________________________________________________________________
74175 [  6933] By: jhi                                   on 2000/08/30  23:42:27
74176         Log: Update Changes.
74177      Branch: perl
74178            ! Changes patchlevel.h
74179 ____________________________________________________________________________
74180 [  6932] By: jhi                                   on 2000/08/30  23:40:07
74181         Log: Mention UNTIE in perldelta.  Still needs documenting
74182              in perltie et alia.
74183      Branch: perl
74184            ! pod/perldelta.pod
74185 ____________________________________________________________________________
74186 [  6931] By: jhi                                   on 2000/08/30  23:36:02
74187         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
74188              From: <abigail@foad.org>
74189              Date: Wed, 30 Aug 2000 19:28:07 -0400
74190              Message-ID: <20000830232807.305.qmail@foad.org>
74191      Branch: perl
74192            ! pod/perldelta.pod
74193 ____________________________________________________________________________
74194 [  6930] By: jhi                                   on 2000/08/30  23:32:40
74195         Log: Update to Unicode 3.0.1.
74196      Branch: perl
74197            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
74198            + lib/unicode/PropList.txt lib/unicode/README.perl
74199            + lib/unicode/UCD301.html lib/unicode/Unicode.301
74200            - lib/unicode/Props.txt lib/unicode/UCD300.html
74201            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
74202            ! (edit 257 files)
74203 ____________________________________________________________________________
74204 [  6929] By: jhi                                   on 2000/08/30  22:38:18
74205         Log: Heap decorruption.
74206              
74207              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
74208              From: Alan Burlison <Alan.Burlison@uk.sun.com>
74209              Date: Wed, 30 Aug 2000 22:39:52 +0100
74210              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
74211      Branch: perl
74212            ! sv.c
74213 ____________________________________________________________________________
74214 [  6928] By: jhi                                   on 2000/08/30  22:29:34
74215         Log: Retract the dummy test, skip the security tests (instead of failing),
74216              explain what the warnings mean.
74217      Branch: perl
74218            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
74219 ____________________________________________________________________________
74220 [  6927] By: jhi                                   on 2000/08/30  22:14:13
74221         Log: Change the internal implementation of sort() to be mergesort
74222              instead of quicksort, from John Linderman <jpl@research.att.com>.
74223              Gives us better worst case, better average case, and stability.
74224              What's there not to like?  (Small fixes for threaded builds
74225              were required).
74226      Branch: perl
74227            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
74228 ____________________________________________________________________________
74229 [  6926] By: jhi                                   on 2000/08/30  20:55:20
74230         Log: A better fix for the Socket building problem from Craig Berry.
74231      Branch: perl
74232            ! vms/vms.c
74233 ____________________________________________________________________________
74234 [  6925] By: jhi                                   on 2000/08/30  20:20:25
74235         Log: Subject: [PATCH] Re: UNTIE method 
74236              From: Nick Ing-Simmons <nik@tiuk.ti.com>
74237              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
74238              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
74239      Branch: perl
74240            ! pp_sys.c t/op/tie.t
74241 ____________________________________________________________________________
74242 [  6924] By: jhi                                   on 2000/08/30  20:17:11
74243         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
74244              From: "Craig A. Berry" <craig.berry@psinetcs.com>
74245              Date: Wed, 30 Aug 2000 15:03:14 -0500
74246              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
74247      Branch: perl
74248            ! vms/vms.c
74249 ____________________________________________________________________________
74250 [  6923] By: jhi                                   on 2000/08/30  20:15:18
74251         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
74252              From: "Craig A. Berry" <craig.berry@psinetcs.com>
74253              Date: Wed, 30 Aug 2000 13:30:36 -0500
74254              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
74255      Branch: perl
74256            ! vms/vms.c
74257 ____________________________________________________________________________
74258 [  6922] By: jhi                                   on 2000/08/30  19:54:43
74259         Log: Better options for rsync.
74260      Branch: perl
74261            ! pod/perlhack.pod
74262 ____________________________________________________________________________
74263 [  6921] By: jhi                                   on 2000/08/30  19:40:16
74264         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
74265              From: Rick Delaney <rick@consumercontact.com>
74266              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
74267              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
74268      Branch: perl
74269            ! pod/perlfunc.pod
74270 ____________________________________________________________________________
74271 [  6920] By: jhi                                   on 2000/08/30  19:36:40
74272         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
74273              From: Peter Prymmer <pvhp@forte.com>
74274              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
74275              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
74276      Branch: perl
74277            ! configure.com
74278 ____________________________________________________________________________
74279 [  6919] By: jhi                                   on 2000/08/30  14:52:02
74280         Log: Update Changes.
74281      Branch: perl
74282            ! Changes patchlevel.h
74283 ____________________________________________________________________________
74284 [  6918] By: jhi                                   on 2000/08/30  14:48:34
74285         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
74286      Branch: perl
74287            ! lib/ExtUtils/typemap
74288 ____________________________________________________________________________
74289 [  6917] By: jhi                                   on 2000/08/30  14:46:34
74290         Log: Subject: typos in pods
74291              From: Nicholas Clark <nick@ccl4.org>
74292              Date: Wed, 30 Aug 2000 01:12:50 +0100
74293              Message-ID: <20000830011249.A61388@plum.flirble.org>
74294      Branch: perl
74295            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
74296            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
74297            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
74298            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
74299 ____________________________________________________________________________
74300 [  6916] By: jhi                                   on 2000/08/30  14:19:09
74301         Log: Document Storable problems on Crays.  (Will have
74302              to document all the other Storable problems, too.)
74303      Branch: perl
74304            ! pod/perldelta.pod
74305 ____________________________________________________________________________
74306 [  6915] By: jhi                                   on 2000/08/30  14:06:02
74307         Log: Subject: [PATCH] fix misc cast warnings
74308              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74309              Date: Tue, 29 Aug 2000 23:16:14 -0700
74310              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
74311      Branch: perl
74312            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
74313            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
74314            ! os2/os2ish.h
74315 ____________________________________________________________________________
74316 [  6914] By: jhi                                   on 2000/08/30  14:03:45
74317         Log: Timestamp mismatch again.  Need to fix this dependence on
74318              config_h.SH timestamp, since it's the contents of config_h.SH
74319              that matter.
74320      Branch: perl
74321            ! uconfig.h uconfig.sh
74322 ____________________________________________________________________________
74323 [  6913] By: jhi                                   on 2000/08/30  13:54:06
74324         Log: Don't say "Perl 5.0 source kit".
74325      Branch: perl
74326            ! perl.c
74327 ____________________________________________________________________________
74328 [  6912] By: jhi                                   on 2000/08/30  13:51:24
74329         Log: Reset archname and archname64 always, forcing them be
74330              recomputed at each Configure run, make Configure and
74331              the hints files agree on the naming of largefiles variables.
74332      Branch: metaconfig
74333            ! U/threads/archname.U
74334      Branch: metaconfig/U/perl
74335            ! use64bits.U
74336      Branch: perl
74337            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
74338            ! hints/linux.sh hints/solaris_2.sh
74339 ____________________________________________________________________________
74340 [  6911] By: jhi                                   on 2000/08/30  13:30:13
74341         Log: Put back the slice accidentally removed by #6907.
74342      Branch: perl
74343            ! hints/solaris_2.sh
74344 ____________________________________________________________________________
74345 [  6910] By: jhi                                   on 2000/08/30  01:24:26
74346         Log: Be consistent: other Net::get* do export theirs.
74347              
74348              Subject: Re: Net::protoent does not export 'getproto'
74349              From: Yasushi Nakajima <sey@jkc.co.jp>
74350              Date: Wed, 30 Aug 2000 09:53:14 +0900
74351              Message-Id: <200008300051.DAA24700@taku.hut.fi>
74352      Branch: perl
74353            ! lib/Net/protoent.pm
74354 ____________________________________________________________________________
74355 [  6909] By: jhi                                   on 2000/08/30  01:17:25
74356         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
74357              From: Gurusamy Sarathy <gsar@ActiveState.com>
74358              Date: Tue, 29 Aug 2000 17:17:07 -0700
74359              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
74360      Branch: perl
74361            ! cop.h
74362 ____________________________________________________________________________
74363 [  6908] By: jhi                                   on 2000/08/30  00:58:05
74364         Log: Update Changes.
74365      Branch: perl
74366            ! Changes patchlevel.h
74367 ____________________________________________________________________________
74368 [  6907] By: jhi                                   on 2000/08/30  00:57:22
74369         Log: Introduce ccname to keep track of what compiler kind of we have.
74370      Branch: metaconfig/U/perl
74371            ! Checkcc.U gccvers.U
74372      Branch: perl
74373            ! Configure config_h.SH hints/solaris_2.sh
74374 ____________________________________________________________________________
74375 [  6906] By: jhi                                   on 2000/08/30  00:25:47
74376         Log: Put back the flags dump as reasoned in
74377              
74378              Subject: Re: [PATCH] Glob dumping
74379              From: Mike Guy <mjtg@cam.ac.uk> 
74380              Date: Tue, 29 Aug 2000 21:41:32 +0100
74381              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
74382      Branch: perl
74383            ! dump.c t/lib/peek.t
74384 ____________________________________________________________________________
74385 [  6905] By: jhi                                   on 2000/08/30  00:16:17
74386         Log: Make the epsilon to be relative, not absolute.
74387              
74388              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
74389              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
74390              Date: Tue, 29 Aug 2000 19:58:56 -0400
74391              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
74392      Branch: perl
74393            ! t/lib/trig.t
74394 ____________________________________________________________________________
74395 [  6904] By: jhi                                   on 2000/08/30  00:13:09
74396         Log: From now on, Gisle is on my list of usual suspects :-)
74397              Retract #6902.
74398      Branch: perl
74399            ! ext/Opcode/Safe.pm
74400 ____________________________________________________________________________
74401 [  6903] By: jhi                                   on 2000/08/29  23:51:20
74402         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
74403              From: "Craig A. Berry" <craig.berry@psinetcs.com>
74404              Date: Tue, 29 Aug 2000 18:43:26 -0500
74405              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
74406      Branch: perl
74407            + vms/vmspipe.com
74408            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
74409            ! vms/vms.c
74410 ____________________________________________________________________________
74411 [  6902] By: jhi                                   on 2000/08/29  23:44:14
74412         Log: Retry what #6882 attempted.
74413              
74414              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
74415              From: Gisle Aas <gisle@ActiveState.com>
74416              Date: 30 Aug 2000 00:33:09 +0200
74417              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
74418      Branch: perl
74419            ! ext/Opcode/Safe.pm
74420 ____________________________________________________________________________
74421 [  6901] By: jhi                                   on 2000/08/29  22:59:32
74422         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
74423              From: Hugo <hv@crypt.compulink.co.uk>
74424              Date: Mon, 12 Jun 2000 19:36:08 +0100
74425              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
74426      Branch: perl
74427            ! sv.c
74428 ____________________________________________________________________________
74429 [  6900] By: jhi                                   on 2000/08/29  22:58:35
74430         Log: Admit that we are leaking scalars.
74431              
74432              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
74433              From: Spider Boardman <spider@leggy.zk3.dec.com>
74434              Date: Tue, 29 Aug 2000 18:48:29 -0400
74435              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
74436      Branch: perl
74437            ! t/pragma/warnings.t
74438 ____________________________________________________________________________
74439 [  6899] By: jhi                                   on 2000/08/29  20:53:13
74440         Log: Update Changes.
74441      Branch: perl
74442            ! Changes patchlevel.h
74443 ____________________________________________________________________________
74444 [  6898] By: jhi                                   on 2000/08/29  20:46:21
74445         Log: Undo namespace pollution of #6878.
74446              
74447              Subject: Re: Net::protoent does not export 'getproto'
74448              From: Mike Guy <mjtg@cam.ac.uk>
74449              Date: Tue, 29 Aug 2000 21:32:37 +0100
74450              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
74451      Branch: perl
74452            ! lib/Net/protoent.pm
74453 ____________________________________________________________________________
74454 [  6897] By: jhi                                   on 2000/08/29  20:44:29
74455         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
74456              From: Peter Prymmer <pvhp@forte.com>
74457              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
74458              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
74459      Branch: perl
74460            ! pod/perlebcdic.pod
74461 ____________________________________________________________________________
74462 [  6896] By: jhi                                   on 2000/08/29  20:40:57
74463         Log: There's no point repeating the 'revision' (5) of perl5.
74464      Branch: metaconfig/U/perl
74465            ! Devel.U patchlevel.U
74466      Branch: perl
74467            ! Configure config_h.SH
74468 ____________________________________________________________________________
74469 [  6895] By: jhi                                   on 2000/08/29  20:16:58
74470         Log: Regen Configure for #6894.
74471      Branch: metaconfig/U/perl
74472            ! perladmin.U
74473      Branch: perl
74474            ! Configure config_h.SH
74475 ____________________________________________________________________________
74476 [  6894] By: jhi                                   on 2000/08/29  19:59:52
74477         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
74478              From: "Philip Newton" <Philip.Newton@gmx.net>
74479              Date: Tue, 29 Aug 2000 21:39:14 +0200
74480              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
74481      Branch: perl
74482            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
74483            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
74484            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
74485            ! utils/perlbug.PL
74486 ____________________________________________________________________________
74487 [  6893] By: jhi                                   on 2000/08/29  19:55:30
74488         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
74489              From: "Philip Newton" <Philip.Newton@gmx.net>
74490              Date: Tue, 29 Aug 2000 21:39:14 +0200
74491              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
74492      Branch: perl
74493            ! installhtml
74494 ____________________________________________________________________________
74495 [  6892] By: jhi                                   on 2000/08/29  19:53:59
74496         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
74497              From: "Philip Newton" <Philip.Newton@gmx.net>
74498              Date: Tue, 29 Aug 2000 21:48:18 +0200
74499              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
74500      Branch: perl
74501            ! lib/File/Temp.pm
74502 ____________________________________________________________________________
74503 [  6891] By: jhi                                   on 2000/08/29  18:30:03
74504         Log: Nail the ID 20000828.023.
74505      Branch: perl
74506            ! ext/Storable/Storable.xs
74507 ____________________________________________________________________________
74508 [  6890] By: jhi                                   on 2000/08/29  16:50:17
74509         Log: Under usethreads the dumped variable is IN_PAD.
74510              
74511              Subject: Re: [PATCH] Glob dumping
74512              From: Gisle Aas <gisle@ActiveState.com>
74513              Date: 29 Aug 2000 18:45:05 +0200
74514              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
74515      Branch: perl
74516            ! t/lib/peek.t
74517 ____________________________________________________________________________
74518 [  6889] By: jhi                                   on 2000/08/29  15:17:37
74519         Log: Update Changes.
74520      Branch: perl
74521            ! Changes patchlevel.h
74522 ____________________________________________________________________________
74523 [  6888] By: jhi                                   on 2000/08/29  14:49:59
74524         Log: Retract #6882, broke the safe tests.
74525      Branch: perl
74526            ! ext/Opcode/Safe.pm
74527 ____________________________________________________________________________
74528 [  6887] By: jhi                                   on 2000/08/29  14:47:06
74529         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
74530              From: Gisle Aas <gisle@ActiveState.com> 
74531              Date: 09 Jun 2000 20:00:11 +0200
74532              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
74533      Branch: perl
74534            ! utils/perldoc.PL
74535 ____________________________________________________________________________
74536 [  6886] By: jhi                                   on 2000/08/29  14:42:45
74537         Log: The #6881 removed one dump line.
74538      Branch: perl
74539            ! t/lib/peek.t
74540 ____________________________________________________________________________
74541 [  6885] By: jhi                                   on 2000/08/29  14:30:47
74542         Log: Don't forget to tidy up.
74543      Branch: perl
74544            ! t/lib/ftmp-security.t
74545 ____________________________________________________________________________
74546 [  6884] By: jhi                                   on 2000/08/29  14:25:17
74547         Log: Disabling the one test is a bit tricky.
74548      Branch: perl
74549            ! t/lib/ftmp-security.t
74550 ____________________________________________________________________________
74551 [  6883] By: jhi                                   on 2000/08/29  14:16:25
74552         Log: Disable one of the tests for now.
74553      Branch: perl
74554            ! t/lib/ftmp-security.t
74555 ____________________________________________________________________________
74556 [  6882] By: jhi                                   on 2000/08/29  14:05:50
74557         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
74558              From: gisle@aas.no
74559              Date: 29 Aug 2000 10:35:06 -0000
74560              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
74561      Branch: perl
74562            ! ext/Opcode/Safe.pm
74563 ____________________________________________________________________________
74564 [  6881] By: jhi                                   on 2000/08/29  14:03:51
74565         Log: Subject: [PATCH] Glob dumping
74566              From: Gisle Aas <gisle@ActiveState.com>
74567              Date: 29 Aug 2000 07:59:42 -0000
74568              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
74569      Branch: perl
74570            ! dump.c
74571 ____________________________________________________________________________
74572 [  6880] By: jhi                                   on 2000/08/29  14:02:01
74573         Log: Subject: [PATCH] Warnings in B::Deparse
74574              From: <abigail@foad.org>
74575              Date: Tue, 29 Aug 2000 00:00:01 -0400
74576              Message-ID: <20000829040001.2999.qmail@foad.org>
74577      Branch: perl
74578            ! ext/B/B/Deparse.pm
74579 ____________________________________________________________________________
74580 [  6879] By: jhi                                   on 2000/08/29  13:57:26
74581         Log: Missed a change in #6869.
74582      Branch: perl
74583            ! mg.c
74584 ____________________________________________________________________________
74585 [  6878] By: jhi                                   on 2000/08/29  13:45:04
74586         Log: Subject: Net::protoent does not export 'getproto'
74587              From: Yasushi Nakajima <sey@jkc.co.jp>
74588              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
74589      Branch: perl
74590            ! lib/Net/protoent.pm
74591 ____________________________________________________________________________
74592 [  6877] By: jhi                                   on 2000/08/29  13:39:19
74593         Log: Patches all over for people and the files they (hopefully) care about.
74594      Branch: perl
74595            ! AUTHORS Changes MAINTAIN
74596 ____________________________________________________________________________
74597 [  6876] By: jhi                                   on 2000/08/29  12:53:54
74598         Log: Fix for thinko in #6848.
74599              
74600              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
74601              From: Lupe Christoph <lupe@lupe-christoph.de>
74602              Date: Tue, 29 Aug 2000 09:04:08 +0200
74603              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
74604      Branch: perl
74605            ! ext/Thread/Thread.xs
74606 ____________________________________________________________________________
74607 [  6875] By: jhi                                   on 2000/08/29  12:50:14
74608         Log: Update to Getopt::Long 2.24, from Johan Vromans.
74609      Branch: perl
74610            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
74611 ____________________________________________________________________________
74612 [  6874] By: jhi                                   on 2000/08/29  02:09:53
74613         Log: Use minimal @INC in tests, most of the time just '../lib',
74614              so that we simply can't pick up stuff from other Perls than
74615              the one we are testing.  Pointed out by
74616              
74617              From: Mike Guy <mjtg@cam.ac.uk>
74618              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
74619              Date: Fri, 25 Aug 2000 15:15:59 +0100
74620              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
74621      Branch: perl
74622            ! (edit 185 files)
74623 ____________________________________________________________________________
74624 [  6873] By: jhi                                   on 2000/08/29  01:07:11
74625         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
74626              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74627              Date: Mon, 28 Aug 2000 17:45:52 -0700
74628              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
74629      Branch: perl
74630            ! Makefile.SH hints/os2.sh
74631 ____________________________________________________________________________
74632 [  6872] By: jhi                                   on 2000/08/28  23:33:39
74633         Log: Subject: [PATCH bleedperl@6866] spellings
74634              From: marcel@codewerk.com (Marcel Grunauer)
74635              Date: Tue, 29 Aug 2000 01:19:59 +0200
74636              Message-Id: <200008282319.BAA29862@gandalf.local>
74637      Branch: perl
74638            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
74639            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
74640            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
74641 ____________________________________________________________________________
74642 [  6871] By: jhi                                   on 2000/08/28  23:22:09
74643         Log: Take out the SUIDMAIL thing, that will not be
74644              a problem in 5.7.*.
74645      Branch: perl
74646            ! patchlevel.h
74647 ____________________________________________________________________________
74648 [  6870] By: jhi                                   on 2000/08/28  23:19:30
74649         Log: -S is the silent flag, -s is the strip flag.
74650              
74651              Subject: [PATCH] Re: [PATCH] make no-install          
74652              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74653              Date: Mon, 28 Aug 2000 15:12:55 -0700
74654              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
74655      Branch: perl
74656            ! Makefile.SH
74657 ____________________________________________________________________________
74658 [  6869] By: jhi                                   on 2000/08/28  23:12:05
74659         Log: Subject: [PATCH bleedperl@6856] warnings fixes
74660              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
74661              Date: Mon, 28 Aug 2000 23:55:06 +0100
74662              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
74663      Branch: perl
74664            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
74665            ! warnings.h warnings.pl
74666 ____________________________________________________________________________
74667 [  6868] By: jhi                                   on 2000/08/28  21:38:22
74668         Log: Potential cruft.
74669      Branch: perl
74670            ! Makefile.SH
74671 ____________________________________________________________________________
74672 [  6867] By: jhi                                   on 2000/08/28  21:35:36
74673         Log: Update Changes.
74674      Branch: perl
74675            ! Changes patchlevel.h
74676 ____________________________________________________________________________
74677 [  6866] By: jhi                                   on 2000/08/28  21:33:49
74678         Log: Subject: hv.h Doc Patch
74679              From: Fisher Mark <fisherm@tce.com>
74680              Date: Mon, 28 Aug 2000 16:24:59 -0500
74681              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
74682      Branch: perl
74683            ! hv.h
74684 ____________________________________________________________________________
74685 [  6865] By: jhi                                   on 2000/08/28  21:02:15
74686         Log: Add -ld to archname on long tr...double platforms.
74687      Branch: metaconfig
74688            ! U/threads/archname.U
74689      Branch: perl
74690            ! Configure config_h.SH
74691 ____________________________________________________________________________
74692 [  6864] By: jhi                                   on 2000/08/28  20:38:59
74693         Log: An attempt to fix the problem reported in
74694              
74695              Subject: Building perl@6856 using gcc/AIX 4.3.3 
74696              From: Daniel Muino <dmuino@afip.gov.ar> 
74697              Date: Mon, 28 Aug 2000 15:50:01 -0300   
74698              Message-ID: <20000828155001.A14403@con2-dgi>
74699              
74700              I can't test this properly since the gcc installation I have
74701              access to seems to be botched (gcc is calling the AIX cpp,
74702              a losing proposition...)
74703      Branch: perl
74704            ! hints/aix.sh
74705 ____________________________________________________________________________
74706 [  6863] By: jhi                                   on 2000/08/28  18:57:52
74707         Log: Fix for ID 20000828.001, long doubles were not formatted
74708              correctly (showed up in $], which stopped installing perl).
74709      Branch: perl
74710            ! sv.c
74711 ____________________________________________________________________________
74712 [  6862] By: jhi                                   on 2000/08/28  18:07:15
74713         Log: Typo in #6858.
74714      Branch: perl
74715            ! lib/Cwd.pm
74716 ____________________________________________________________________________
74717 [  6861] By: jhi                                   on 2000/08/28  17:57:27
74718         Log: opmini.o may be left around if a build is interrupted.
74719      Branch: perl
74720            ! Makefile.SH
74721 ____________________________________________________________________________
74722 [  6860] By: jhi                                   on 2000/08/28  16:52:50
74723         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
74724              From: Daniel Chetlin <daniel@chetlin.com>
74725              Date: Mon, 28 Aug 2000 01:14:18 -0700
74726              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
74727      Branch: perl
74728            ! lib/overload.pm
74729 ____________________________________________________________________________
74730 [  6859] By: jhi                                   on 2000/08/28  16:08:46
74731         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
74732              From: Nicholas Clark <nick@ccl4.org>
74733              Date: Mon, 28 Aug 2000 16:03:27 +0100
74734              Message-Id: <20000828160327.C49785@plum.flirble.org>
74735      Branch: perl
74736            ! ext/ByteLoader/bytecode.h
74737 ____________________________________________________________________________
74738 [  6858] By: jhi                                   on 2000/08/28  16:02:10
74739         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
74740              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
74741              Date: Mon, 28 Aug 2000 13:08:30 +0200
74742              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
74743      Branch: perl
74744            ! lib/Cwd.pm
74745 ____________________________________________________________________________
74746 [  6857] By: jhi                                   on 2000/08/28  15:42:47
74747         Log: display_format used as a class method without arguments was broken,
74748              reported in
74749              
74750              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
74751              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
74752              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
74753              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
74754      Branch: perl
74755            ! lib/Math/Complex.pm t/lib/complex.t
74756 ____________________________________________________________________________
74757 [  6856] By: jhi                                   on 2000/08/27  22:09:48
74758         Log: Update Changes.
74759      Branch: perl
74760            ! Changes patchlevel.h
74761 ____________________________________________________________________________
74762 [  6855] By: jhi                                   on 2000/08/27  21:59:21
74763         Log: Retract #6853 (false alarm).
74764      Branch: perl
74765            ! lib/ExtUtils/xsubpp
74766 ____________________________________________________________________________
74767 [  6854] By: jhi                                   on 2000/08/27  21:37:44
74768         Log: Update Changes.
74769      Branch: perl
74770            ! Changes patchlevel.h
74771 ____________________________________________________________________________
74772 [  6853] By: jhi                                   on 2000/08/27  21:37:16
74773         Log: Subject: [PATCH perl@6850] workaround for xsubpp
74774              From: Hugo <hv@crypt.compulink.co.uk>
74775              Date: Sun, 27 Aug 2000 22:30:25 +0100
74776              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
74777      Branch: perl
74778            ! lib/ExtUtils/xsubpp
74779 ____________________________________________________________________________
74780 [  6852] By: jhi                                   on 2000/08/27  21:33:58
74781         Log: Big-endian 64-bit patch from Raphael Manfredi.
74782      Branch: perl
74783            ! ext/Storable/Storable.xs
74784 ____________________________________________________________________________
74785 [  6851] By: jhi                                   on 2000/08/27  21:22:21
74786         Log: More ruthless editing from Hugo van der Sanden.
74787      Branch: perl
74788            ! pod/perldelta.pod
74789 ____________________________________________________________________________
74790 [  6850] By: jhi                                   on 2000/08/27  16:11:46
74791         Log: Update Changes.
74792      Branch: perl
74793            ! Changes patchlevel.h
74794 ____________________________________________________________________________
74795 [  6849] By: jhi                                   on 2000/08/27  16:11:05
74796         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
74797      Branch: perl
74798            ! configpm pod/perldelta.pod
74799 ____________________________________________________________________________
74800 [  6848] By: jhi                                   on 2000/08/27  15:35:08
74801         Log: Use the actual thread type, not the pointer-to-struct.
74802      Branch: perl
74803            ! ext/Thread/Thread.xs
74804 ____________________________________________________________________________
74805 [  6847] By: jhi                                   on 2000/08/27  15:30:49
74806         Log: Test nit.
74807      Branch: perl
74808            ! t/pragma/warn/pp_sys
74809 ____________________________________________________________________________
74810 [  6846] By: jhi                                   on 2000/08/27  15:19:02
74811         Log: Passing -R in ldflags makes now it to appear in the default
74812              for lddlflags, just like with -L.
74813              
74814              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74815              From: Lupe Christoph <lupe@lupe-christoph.de>
74816              Date: Sun, 27 Aug 2000 10:28:21 +0200
74817              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
74818      Branch: metaconfig/U/perl
74819            ! dlsrc.U
74820      Branch: perl
74821            ! Configure
74822 ____________________________________________________________________________
74823 [  6845] By: jhi                                   on 2000/08/27  15:08:54
74824         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74825              From: Alan Burlison <Alan.Burlison@uk.sun.com>
74826              Date: Sat, 26 Aug 2000 22:23:27 +0100
74827              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
74828      Branch: perl
74829            ! lib/ExtUtils/MM_Unix.pm
74830 ____________________________________________________________________________
74831 [  6844] By: jhi                                   on 2000/08/27  15:02:37
74832         Log: DJGPP update from Laszlo Molnar.
74833              
74834              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
74835              From: ml1050 <ml1050@freemail.hu>
74836              Date: Sat, 26 Aug 2000 23:24:40 +0200
74837              Message-Id: <20000826232440.A439@freemail.hu>
74838      Branch: perl
74839            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
74840            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
74841 ____________________________________________________________________________
74842 [  6843] By: jhi                                   on 2000/08/27  14:53:58
74843         Log: Subject: installman buglet
74844              From: Lupe Christoph <lupe@lupe-christoph.de>
74845              Date: Sun, 27 Aug 2000 14:38:59 +0200
74846              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
74847      Branch: perl
74848            ! installman
74849 ____________________________________________________________________________
74850 [  6842] By: jhi                                   on 2000/08/27  14:52:08
74851         Log: Can't get the test to reliably work thanks to the
74852              inaccurateness of floating point.  "Resolves" bug ids
74853              20000826.003, 20000826.009, 20000826.010,
74854      Branch: perl
74855            ! t/lib/trig.t
74856 ____________________________________________________________________________
74857 [  6841] By: jhi                                   on 2000/08/26  15:53:58
74858         Log: Update Changes.
74859      Branch: perl
74860            ! Changes patchlevel.h
74861 ____________________________________________________________________________
74862 [  6840] By: jhi                                   on 2000/08/26  14:23:03
74863         Log: grep -e isn't portable.
74864              
74865              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
74866              From: chris@broadband.att.com
74867              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
74868              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
74869      Branch: perl
74870            ! hints/solaris_2.sh
74871 ____________________________________________________________________________
74872 [  6839] By: jhi                                   on 2000/08/26  14:12:23
74873         Log: no-install target a la make -n.
74874              
74875              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
74876              From: <abigail@foad.org>
74877              Date: Sat, 26 Aug 2000 03:57:34 -0400
74878              Message-ID: <20000826075735.18912.qmail@foad.org>
74879      Branch: perl
74880            ! Makefile.SH installman installperl
74881 ____________________________________________________________________________
74882 [  6838] By: jhi                                   on 2000/08/26  14:06:33
74883         Log: Retract #6826 as the #6828 should be do the same
74884              in a More Correct Way.
74885      Branch: perl
74886            ! installperl
74887 ____________________________________________________________________________
74888 [  6837] By: jhi                                   on 2000/08/26  05:24:00
74889         Log: More casting.
74890      Branch: perl
74891            ! ext/Storable/Storable.xs
74892 ____________________________________________________________________________
74893 [  6836] By: jhi                                   on 2000/08/26  05:05:46
74894         Log: Nicer in decimal.
74895      Branch: perl
74896            ! ext/Storable/Storable.xs
74897 ____________________________________________________________________________
74898 [  6835] By: jhi                                   on 2000/08/26  05:03:50
74899         Log: There be no UVdf.
74900      Branch: perl
74901            ! ext/Storable/Storable.xs
74902 ____________________________________________________________________________
74903 [  6834] By: jhi                                   on 2000/08/26  05:00:18
74904         Log: Continue IVdfing and UVxfing.
74905      Branch: perl
74906            ! ext/Storable/Storable.xs
74907 ____________________________________________________________________________
74908 [  6833] By: jhi                                   on 2000/08/26  04:53:14
74909         Log: Use IVdf.
74910      Branch: perl
74911            ! ext/Storable/Storable.xs
74912 ____________________________________________________________________________
74913 [  6832] By: jhi                                   on 2000/08/26  04:40:41
74914         Log: Document PTR2XX and INT2PTR.
74915      Branch: perl
74916            ! pod/perlguts.pod
74917 ____________________________________________________________________________
74918 [  6831] By: jhi                                   on 2000/08/26  04:33:18
74919         Log: Use UVxf, PTR2UV, NVff.
74920      Branch: perl
74921            ! ext/Storable/Storable.xs
74922 ____________________________________________________________________________
74923 [  6830] By: jhi                                   on 2000/08/26  04:31:32
74924         Log: Update the test count.
74925      Branch: perl
74926            ! t/lib/trig.t
74927 ____________________________________________________________________________
74928 [  6829] By: jhi                                   on 2000/08/26  03:05:50
74929         Log: Subject: [PATCH] installation not quite silent yet.
74930              From: <abigail@foad.org>
74931              Date: Fri, 25 Aug 2000 20:07:53 -0400
74932              Message-ID: <20000826000753.7822.qmail@foad.org>
74933      Branch: perl
74934            ! installman installperl
74935 ____________________________________________________________________________
74936 [  6828] By: jhi                                   on 2000/08/26  03:05:14
74937         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
74938              From: Spider Boardman <spider@web.zk3.dec.com>
74939              Date: Fri, 25 Aug 2000 19:12:40 -0400
74940              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
74941      Branch: perl
74942            ! gv.c
74943 ____________________________________________________________________________
74944 [  6827] By: jhi                                   on 2000/08/25  23:54:34
74945         Log: Support preserving extremely big/small angles.
74946      Branch: perl
74947            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
74948 ____________________________________________________________________________
74949 [  6826] By: jhi                                   on 2000/08/25  23:01:20
74950         Log: Patch installperl to be long double-aware.
74951              
74952              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
74953              From: Spider Boardman <spider@web.zk3.dec.com>
74954              Date: Fri, 25 Aug 2000 18:15:23 -0400
74955              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
74956      Branch: perl
74957            ! installperl
74958 ____________________________________________________________________________
74959 [  6825] By: jhi                                   on 2000/08/25  22:58:25
74960         Log: Remove duplicately applied patch shards.
74961              
74962              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
74963              From: Spider Boardman <spider@leggy.zk3.dec.com>
74964              Date: Fri, 25 Aug 2000 16:45:03 -0400
74965              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
74966      Branch: perl
74967            ! t/lib/cgi-html.t
74968 ____________________________________________________________________________
74969 [  6824] By: jhi                                   on 2000/08/25  22:57:00
74970         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
74971              From: Daniel Chetlin <daniel@chetlin.com>
74972              Date: Fri, 25 Aug 2000 12:23:16 -0700
74973              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
74974              
74975              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
74976              From: Daniel Chetlin <daniel@chetlin.com>
74977              Date: Fri, 25 Aug 2000 14:47:19 -0700
74978              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
74979      Branch: perl
74980            ! installman
74981 ____________________________________________________________________________
74982 [  6823] By: jhi                                   on 2000/08/25  22:44:17
74983         Log: Timestamp problem?
74984      Branch: perl
74985            ! uconfig.h uconfig.sh
74986 ____________________________________________________________________________
74987 [  6822] By: jhi                                   on 2000/08/25  19:01:06
74988         Log: One forgotten file from #6816.
74989      Branch: perl
74990            ! vos/config.h
74991 ____________________________________________________________________________
74992 [  6821] By: jhi                                   on 2000/08/25  18:56:39
74993         Log: Regen Changes.
74994      Branch: perl
74995            ! Changes patchlevel.h
74996 ____________________________________________________________________________
74997 [  6820] By: jhi                                   on 2000/08/25  18:52:35
74998         Log: Fix Changes ordering.
74999      Branch: perl
75000            ! Changes
75001 ____________________________________________________________________________
75002 [  6819] By: jhi                                   on 2000/08/25  18:50:25
75003         Log: Update Changes.
75004      Branch: perl
75005            ! Changes patchlevel.h
75006 ____________________________________________________________________________
75007 [  6818] By: jhi                                   on 2000/08/25  18:47:45
75008         Log: Tweak the sfio/useperlio logic, hopefully as wished in
75009              
75010              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
75011              From: Nicholas Clark <nick@babyhippo.co.uk>
75012              Date: Fri, 25 Aug 2000 12:01:45 +0100
75013              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
75014      Branch: metaconfig/U/perl
75015            ! d_sfio.U
75016      Branch: perl
75017            ! Configure
75018 ____________________________________________________________________________
75019 [  6817] By: jhi                                   on 2000/08/25  18:32:51
75020         Log: Allow microperl to assume <math.h>, without it the math
75021              functions like floor() are assumed to return int, which makes
75022              for core dumps in machines where integer and floating register
75023              don't mix.
75024      Branch: perl
75025            ! uconfig.h uconfig.sh
75026 ____________________________________________________________________________
75027 [  6816] By: jhi                                   on 2000/08/25  18:27:17
75028         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
75029              the problem reported in
75030              
75031              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
75032              From: danhale@us.ibm.com
75033              Date: Fri, 25 Aug 2000 10:58:06 -0400
75034              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
75035      Branch: metaconfig/U/perl
75036            + d_socks5_init.U
75037      Branch: perl
75038            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
75039            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
75040            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
75041            ! win32/config.gc win32/config.vc
75042 ____________________________________________________________________________
75043 [  6815] By: jhi                                   on 2000/08/25  17:43:31
75044         Log: A solution for the retrieve_fd autosplit warning,
75045              idea suggested by Mike Guy.
75046      Branch: perl
75047            ! ext/Storable/Storable.pm
75048 ____________________________________________________________________________
75049 [  6814] By: jhi                                   on 2000/08/25  17:16:03
75050         Log: Add install-silent target.
75051      Branch: perl
75052            ! Makefile.SH
75053 ____________________________________________________________________________
75054 [  6813] By: jhi                                   on 2000/08/25  17:14:23
75055         Log: Subject: Re: [PATCH] More silencing of installman.
75056              From: <abigail@foad.org>
75057              Date: Thu, 24 Aug 2000 19:27:03 -0400
75058              Message-ID: <20000824232703.7001.qmail@foad.org>
75059              
75060              Subject: Re: [PATCH] More silencing of installman.
75061              From: <abigail@foad.org>
75062              Date: Fri, 25 Aug 2000 03:00:58 -0400
75063              Message-ID: <20000825070058.10697.qmail@foad.org>
75064      Branch: perl
75065            ! installman
75066 ____________________________________________________________________________
75067 [  6812] By: jhi                                   on 2000/08/25  17:11:28
75068         Log: installperl --verbose and --silent.
75069              
75070              Subject: Re: [PATCH] More silencing of installman.
75071              From: <abigail@foad.org>
75072              Message-ID: <20000825064430.9719.qmail@foad.org>
75073              Date: Fri, 25 Aug 2000 02:44:30 -0400
75074      Branch: perl
75075            ! installperl
75076 ____________________________________________________________________________
75077 [  6811] By: jhi                                   on 2000/08/25  17:05:43
75078         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
75079              From: "Peter J. Farley III" <pjfarley@banet.net>
75080              Date: Thu, 24 Aug 2000 21:58:03 -0400
75081              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
75082              
75083              (applied slightly modified)
75084      Branch: perl
75085            ! lib/ExtUtils/MM_Unix.pm
75086 ____________________________________________________________________________
75087 [  6810] By: jhi                                   on 2000/08/25  17:01:18
75088         Log: Missing parts of 
75089              
75090              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
75091              From: Peter Prymmer <pvhp@forte.com>
75092              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
75093              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
75094      Branch: perl
75095            ! t/lib/cgi-html.t
75096 ____________________________________________________________________________
75097 [  6809] By: jhi                                   on 2000/08/25  16:46:32
75098         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
75099              From: "Craig A. Berry" <craig.berry@psinetcs.com>
75100              Date: Thu, 24 Aug 2000 19:13:11 -0500
75101              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
75102      Branch: perl
75103            ! vms/vms.c
75104 ____________________________________________________________________________
75105 [  6808] By: jhi                                   on 2000/08/25  16:39:22
75106         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
75107              From: Peter Prymmer <pvhp@forte.com>
75108              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
75109              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
75110      Branch: perl
75111            ! configure.com
75112 ____________________________________________________________________________
75113 [  6807] By: jhi                                   on 2000/08/25  16:36:37
75114         Log: Better wording for the vec lvalue diagnostic.
75115              
75116              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
75117              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
75118              Date: Wed, 23 Aug 2000 14:12:16 -0400
75119              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
75120      Branch: perl
75121            ! pod/perldiag.pod
75122 ____________________________________________________________________________
75123 [  6806] By: jhi                                   on 2000/08/24  18:17:22
75124         Log: Subject: [PATCH] More silencing of installman.
75125              From: <abigail@foad.org>
75126              Date: Thu, 24 Aug 2000 14:01:44 -0400
75127              Message-ID: <20000824180144.20062.qmail@foad.org>
75128      Branch: perl
75129            ! installman
75130 ____________________________________________________________________________
75131 [  6805] By: jhi                                   on 2000/08/24  15:00:31
75132         Log: Update Changes.
75133      Branch: perl
75134            ! Changes patchlevel.h
75135 ____________________________________________________________________________
75136 [  6804] By: jhi                                   on 2000/08/24  14:59:07
75137         Log: Regen perltoc.
75138      Branch: perl
75139            ! pod/perltoc.pod
75140 ____________________________________________________________________________
75141 [  6803] By: jhi                                   on 2000/08/24  14:44:39
75142         Log: Show the doc file, not the temp file.
75143      Branch: perl
75144            ! installman
75145 ____________________________________________________________________________
75146 [  6802] By: jhi                                   on 2000/08/24  14:41:53
75147         Log: Continue silencing.
75148      Branch: perl
75149            ! installman
75150 ____________________________________________________________________________
75151 [  6801] By: jhi                                   on 2000/08/24  14:34:40
75152         Log: Actually do something with the silencer option.
75153      Branch: perl
75154            ! installman
75155 ____________________________________________________________________________
75156 [  6800] By: jhi                                   on 2000/08/24  14:26:22
75157         Log: Make installman to recognize the silence flag -S.
75158      Branch: perl
75159            ! installman
75160 ____________________________________________________________________________
75161 [  6799] By: jhi                                   on 2000/08/24  13:49:38
75162         Log: DOS patches and portability/porting notes, from Tim Jenness.
75163      Branch: perl
75164            ! lib/File/Temp.pm
75165 ____________________________________________________________________________
75166 [  6798] By: jhi                                   on 2000/08/24  13:48:27
75167         Log: Create directories in silence.
75168              
75169              Subject: [PATCH] Another silencer for MakeMaker
75170              From: andreas.koenig@anima.de (Andreas J. Koenig)
75171              Date: 24 Aug 2000 14:18:52 +0200
75172              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
75173      Branch: perl
75174            ! lib/ExtUtils/Command.pm
75175 ____________________________________________________________________________
75176 [  6797] By: jhi                                   on 2000/08/24  13:46:42
75177         Log: More liberal parsing of version numbers.
75178              
75179              Subject: Re: CPAN.pm beta for testing available
75180              From: andreas.koenig@anima.de (Andreas J. Koenig)
75181              Date: 24 Aug 2000 13:51:57 +0200
75182              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
75183      Branch: perl
75184            ! lib/CPAN.pm
75185 ____________________________________________________________________________
75186 [  6796] By: jhi                                   on 2000/08/24  13:44:36
75187         Log: Make "make install" by default silent.  A new "install-verbose"
75188              target is verbose.
75189      Branch: perl
75190            ! Makefile.SH
75191 ____________________________________________________________________________
75192 [  6795] By: jhi                                   on 2000/08/24  13:39:14
75193         Log: Add silencer flags to installperl.
75194              
75195              Subject: [PATCH] Making installperl silent.
75196              From: <abigail@foad.org>
75197              Date: Thu, 24 Aug 2000 05:01:45 -0400
75198              Message-ID: <20000824090145.13141.qmail@foad.org>
75199      Branch: perl
75200            ! installperl
75201 ____________________________________________________________________________
75202 [  6794] By: jhi                                   on 2000/08/24  13:35:50
75203         Log: installperl couldn't tell whether it had run tests or not.
75204              
75205              Subject: [PATCH] Re: installperl and t/TEST
75206              From: <abigail@foad.org>
75207              Date: Thu, 24 Aug 2000 04:00:53 -0400
75208              Message-ID: <20000824080053.2494.qmail@foad.org>
75209      Branch: perl
75210            ! Makefile.SH installperl
75211 ____________________________________________________________________________
75212 [  6793] By: jhi                                   on 2000/08/24  13:27:50
75213         Log: Drop the separate perlbc, perlcc -b should be enough.
75214      Branch: perl
75215            - utils/perlbc.PL
75216            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
75217 ____________________________________________________________________________
75218 [  6792] By: jhi                                   on 2000/08/24  04:41:30
75219         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
75220              plus the typo fix from Peter Prymmer.
75221      Branch: perl
75222            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
75223            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
75224 ____________________________________________________________________________
75225 [  6791] By: jhi                                   on 2000/08/24  02:10:43
75226         Log: Replace #6705 with a minimal doc patch.
75227              
75228              Subject: [PATCH 5.6.0] replace change #6705
75229              From: Jan Dubois <jand@ActiveState.com>
75230              Date: Wed, 23 Aug 2000 18:31:51 -0700
75231              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
75232      Branch: perl
75233            ! lib/Win32.pod win32/win32.c
75234 ____________________________________________________________________________
75235 [  6790] By: jhi                                   on 2000/08/23  17:52:00
75236         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
75237              From: Mike Guy <mjtg@cam.ac.uk>
75238              Date: Wed, 23 Aug 2000 18:38:46 +0100
75239              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
75240      Branch: perl
75241            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
75242 ____________________________________________________________________________
75243 [  6789] By: jhi                                   on 2000/08/23  15:34:21
75244         Log: Update Changes.
75245      Branch: perl
75246            ! Changes patchlevel.h
75247 ____________________________________________________________________________
75248 [  6788] By: jhi                                   on 2000/08/23  15:33:40
75249         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
75250              From: Wilfredo Sánchez <wsanchez@apple.com>
75251              Date: Tue, 22 Aug 2000 19:31:27 -0700
75252              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
75253      Branch: perl
75254            ! perl.h
75255 ____________________________________________________________________________
75256 [  6787] By: jhi                                   on 2000/08/23  15:29:31
75257         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
75258              From: Spider Boardman <spider@leggy.zk3.dec.com>
75259              Date: Wed, 23 Aug 2000 10:33:23 -0400
75260              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
75261      Branch: perl
75262            ! lib/Pod/Html.pm
75263 ____________________________________________________________________________
75264 [  6786] By: jhi                                   on 2000/08/23  15:28:11
75265         Log: Bad makefile.
75266      Branch: perl
75267            ! ext/B/Makefile.PL
75268 ____________________________________________________________________________
75269 [  6785] By: jhi                                   on 2000/08/23  14:37:04
75270         Log: Update Changes.
75271      Branch: perl
75272            ! Changes patchlevel.h
75273 ____________________________________________________________________________
75274 [  6784] By: jhi                                   on 2000/08/23  13:58:41
75275         Log: Portability fix from Hugo van der Sanden.
75276      Branch: perl
75277            ! ext/re/Makefile.PL
75278 ____________________________________________________________________________
75279 [  6783] By: jhi                                   on 2000/08/23  13:53:53
75280         Log: Storable support, v-version fixes.
75281              
75282              Subject: CPAN.pm beta for testing available
75283              From: andreas.koenig@anima.de (Andreas J. Koenig)
75284              Date: 22 Aug 2000 23:31:33 +0200
75285              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
75286      Branch: perl
75287            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75288 ____________________________________________________________________________
75289 [  6782] By: jhi                                   on 2000/08/23  13:51:26
75290         Log: Mac and other portability updates from Chris Nandor.
75291      Branch: perl
75292            ! pod/perlmodinstall.pod
75293 ____________________________________________________________________________
75294 [  6781] By: jhi                                   on 2000/08/23  13:47:33
75295         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
75296              From: Peter Prymmer <pvhp@forte.com>
75297              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
75298              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
75299      Branch: perl
75300            ! ext/Storable/Storable.xs
75301 ____________________________________________________________________________
75302 [  6780] By: jhi                                   on 2000/08/23  13:33:34
75303         Log: VMS MMS (make) wants null action.
75304      Branch: perl
75305            ! ext/B/Makefile.PL
75306 ____________________________________________________________________________
75307 [  6779] By: jhi                                   on 2000/08/22  19:44:47
75308         Log: Forgot portability nit.
75309      Branch: perl
75310            ! t/lib/st-forgive.t
75311 ____________________________________________________________________________
75312 [  6778] By: jhi                                   on 2000/08/22  19:35:25
75313         Log: Be portable.
75314      Branch: perl
75315            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
75316            ! t/lib/st-store.t
75317 ____________________________________________________________________________
75318 [  6777] By: jhi                                   on 2000/08/22  18:50:53
75319         Log: Update Changes.
75320      Branch: perl
75321            ! Changes patchlevel.h
75322 ____________________________________________________________________________
75323 [  6776] By: jhi                                   on 2000/08/22  18:44:46
75324         Log: cSVOPo_*v things index into the current PL_curpad
75325              under ithreads, which is different from the curpad
75326              used by the XSUB.  (In other words, the code as-is
75327              before this patch wouldn't work under ithreads.)
75328              From Sarathy.
75329      Branch: perl
75330            ! ext/B/B.xs
75331 ____________________________________________________________________________
75332 [  6775] By: jhi                                   on 2000/08/22  18:18:37
75333         Log: Make the selection of NVff et al stricter.
75334      Branch: metaconfig/U/perl
75335            ! perlxvf.U
75336      Branch: perl
75337            ! Configure config_h.SH
75338 ____________________________________________________________________________
75339 [  6774] By: jhi                                   on 2000/08/22  17:19:42
75340         Log: perldelta nits.
75341      Branch: perl
75342            ! pod/perldelta.pod
75343 ____________________________________________________________________________
75344 [  6773] By: jhi                                   on 2000/08/22  17:06:26
75345         Log: Long double fixes from Spider Boardman.
75346              
75347              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
75348              From: system PRIVILEGED account <root@peano.zk3.dec.com>
75349              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
75350              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
75351      Branch: perl
75352            ! t/lib/bigfltpm.t t/lib/st-06compat.t
75353 ____________________________________________________________________________
75354 [  6772] By: jhi                                   on 2000/08/22  15:04:53
75355         Log: Update Changes.
75356      Branch: perl
75357            ! Changes patchlevel.h
75358 ____________________________________________________________________________
75359 [  6771] By: jhi                                   on 2000/08/22  15:01:44
75360         Log: perldelta fixes from Hugo van der Sanden.
75361      Branch: perl
75362            ! pod/perldelta.pod
75363 ____________________________________________________________________________
75364 [  6770] By: jhi                                   on 2000/08/22  14:34:49
75365         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
75366              From: Hugo <hv@crypt.compulink.co.uk>
75367              Date: Tue, 22 Aug 2000 11:21:53 +0100
75368              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
75369      Branch: perl
75370            ! regcomp.c
75371 ____________________________________________________________________________
75372 [  6769] By: jhi                                   on 2000/08/22  14:30:02
75373         Log: Add Yitzchak, reformat.
75374      Branch: perl
75375            ! Changes config_h.SH
75376 ____________________________________________________________________________
75377 [  6768] By: jhi                                   on 2000/08/22  14:21:35
75378         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
75379              and Spider Boardman.
75380      Branch: metaconfig
75381            ! U/compline/d_gconvert.U
75382      Branch: perl
75383            ! Configure
75384 ____________________________________________________________________________
75385 [  6767] By: jhi                                   on 2000/08/22  14:11:24
75386         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
75387              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75388              Date: Mon, 21 Aug 2000 19:08:31 -0700
75389              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
75390      Branch: perl
75391            - ext/Storable/patchlevel.h
75392            ! MANIFEST ext/Storable/MANIFEST
75393 ____________________________________________________________________________
75394 [  6766] By: jhi                                   on 2000/08/22  13:49:29
75395         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
75396              From: Peter Prymmer <pvhp@forte.com>
75397              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
75398              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
75399      Branch: perl
75400            ! configure.com ext/Storable/Makefile.PL
75401 ____________________________________________________________________________
75402 [  6765] By: jhi                                   on 2000/08/22  13:44:59
75403         Log: Subject: [PATCH blead] B:: missing dependency
75404              From: Hugo <hv@crypt.compulink.co.uk>
75405              Date: Tue, 22 Aug 2000 06:44:33 +0100
75406              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
75407      Branch: perl
75408            ! ext/B/Makefile.PL
75409 ____________________________________________________________________________
75410 [  6764] By: jhi                                   on 2000/08/22  13:38:12
75411         Log: More bytecompiler.
75412      Branch: perl
75413            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
75414 ____________________________________________________________________________
75415 [  6763] By: jhi                                   on 2000/08/22  13:36:44
75416         Log: Bytecompiler patches from Benjamin Stuhl.
75417      Branch: perl
75418            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
75419            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
75420            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
75421            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75422            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
75423            ! perl.c perlapi.h pod/perldelta.pod
75424 ____________________________________________________________________________
75425 [  6762] By: jhi                                   on 2000/08/21  23:43:40
75426         Log: An obsoleted diagnostic.
75427      Branch: perl
75428            ! pod/perldelta.pod
75429 ____________________________________________________________________________
75430 [  6761] By: jhi                                   on 2000/08/21  23:01:45
75431         Log: The #6759 wasn't quite right.
75432      Branch: perl
75433            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
75434            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
75435            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
75436            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
75437            ! t/lib/st-tieditems.t
75438 ____________________________________________________________________________
75439 [  6760] By: jhi                                   on 2000/08/21  22:35:49
75440         Log: Be verydeepclean.
75441      Branch: perl
75442            ! Makefile.SH
75443 ____________________________________________________________________________
75444 [  6759] By: jhi                                   on 2000/08/21  22:25:40
75445         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
75446              From: Peter Prymmer <pvhp@forte.com>
75447              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
75448              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
75449      Branch: perl
75450            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
75451            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
75452            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
75453            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
75454            ! t/lib/st-tieditems.t
75455 ____________________________________________________________________________
75456 [  6758] By: jhi                                   on 2000/08/21  22:22:32
75457         Log: Few more casts, need reported in
75458              
75459              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
75460              From: Mike Stok <mike@stok.co.uk>
75461              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
75462              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
75463              
75464              and
75465              
75466              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
75467              From: abigail@foad.org
75468              Date: 21 Aug 2000 21:31:34 -0000
75469              Message-Id: <20000821213134.30170.qmail@foad.org>
75470      Branch: perl
75471            ! ext/Storable/Storable.xs
75472 ____________________________________________________________________________
75473 [  6757] By: jhi                                   on 2000/08/21  18:37:07
75474         Log: Update Changes.
75475      Branch: perl
75476            ! Changes patchlevel.h
75477 ____________________________________________________________________________
75478 [  6756] By: jhi                                   on 2000/08/21  18:34:02
75479         Log: A pod nit.
75480              
75481              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
75482              From: <abigail@foad.org>
75483              Date: Mon, 21 Aug 2000 14:00:16 -0400
75484              Message-ID: <20000821180016.28627.qmail@foad.org>
75485      Branch: perl
75486            ! pod/perlre.pod
75487 ____________________________________________________________________________
75488 [  6755] By: jhi                                   on 2000/08/21  18:30:56
75489         Log: Use PodParser 1.18 new test.
75490      Branch: perl
75491            ! t/pod/special_seqs.t t/pod/special_seqs.xr
75492 ____________________________________________________________________________
75493 [  6754] By: jhi                                   on 2000/08/21  18:28:35
75494         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
75495              patches cannot be applied since #6712 conflicts.
75496      Branch: perl
75497            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
75498 ____________________________________________________________________________
75499 [  6753] By: jhi                                   on 2000/08/21  18:15:11
75500         Log: Weed out some smaller changes.
75501      Branch: perl
75502            ! pod/perldelta.pod
75503 ____________________________________________________________________________
75504 [  6752] By: jhi                                   on 2000/08/21  18:02:30
75505         Log: Also under djgpp the timestamps are funky.
75506      Branch: perl
75507            ! t/op/stat.t
75508 ____________________________________________________________________________
75509 [  6751] By: jhi                                   on 2000/08/21  17:55:56
75510         Log: Tweak the floating point output routine preferences.
75511      Branch: metaconfig
75512            ! U/compline/d_gconvert.U
75513      Branch: perl
75514            ! Configure
75515 ____________________________________________________________________________
75516 [  6750] By: jhi                                   on 2000/08/21  17:51:29
75517         Log: Unicos/mk requires elaborate paranoia.
75518      Branch: perl
75519            ! lib/Math/Complex.pm
75520 ____________________________________________________________________________
75521 [  6749] By: gsar                                  on 2000/08/21  16:53:31
75522         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
75523      Branch: perl
75524            ! lib/Cwd.pm
75525 ____________________________________________________________________________
75526 [  6748] By: gsar                                  on 2000/08/21  16:22:19
75527         Log: free TLS slot properly on Windows
75528      Branch: perl
75529            ! thread.h win32/perllib.c win32/win32thread.h
75530 ____________________________________________________________________________
75531 [  6747] By: jhi                                   on 2000/08/21  16:20:58
75532         Log: Rename the macro argument because some preprocessors
75533              can't tell the difference and expand arguments also inside
75534              double quoted strings.
75535      Branch: perl
75536            ! regcomp.c
75537 ____________________________________________________________________________
75538 [  6746] By: jhi                                   on 2000/08/21  16:09:41
75539         Log: Support long doubles in Storable.
75540              
75541              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
75542              From: Radu Greab <radu@netsoft.ro>
75543              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
75544              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
75545      Branch: perl
75546            ! ext/Storable/Storable.xs
75547 ____________________________________________________________________________
75548 [  6745] By: jhi                                   on 2000/08/21  15:51:40
75549         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
75550              From: "Fifer, Eric" <EFifer@sanwaint.com>
75551              Date: Mon, 21 Aug 2000 15:34:49 +0100
75552              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
75553      Branch: perl
75554            ! t/pragma/warn/9enabled
75555 ____________________________________________________________________________
75556 [  6744] By: jhi                                   on 2000/08/21  15:39:35
75557         Log: Document the endianness of Alpha more precisely.
75558      Branch: perl
75559            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
75560            ! pod/perlport.pod
75561 ____________________________________________________________________________
75562 [  6743] By: jhi                                   on 2000/08/21  14:47:05
75563         Log: perldelta fixes from the p5p crowd.
75564      Branch: perl
75565            ! pod/perldelta.pod pod/perlop.pod
75566 ____________________________________________________________________________
75567 [  6742] By: jhi                                   on 2000/08/21  13:34:51
75568         Log: Update to Pod::LaTeX 0.53.
75569              
75570              Subject: [PATCH] lib/Pod/LaTeX.pm updates
75571              From: Tim Jenness <timj@jach.hawaii.edu>
75572              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
75573              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
75574      Branch: perl
75575            ! lib/Pod/LaTeX.pm
75576 ____________________________________________________________________________
75577 [  6741] By: jhi                                   on 2000/08/21  13:33:01
75578         Log: Subject: [PATCH] os2.c fix for use64bitint
75579              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75580              Date: Mon, 21 Aug 2000 01:32:25 -0700
75581              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
75582      Branch: perl
75583            ! os2/os2.c
75584 ____________________________________________________________________________
75585 [  6740] By: jhi                                   on 2000/08/21  13:28:52
75586         Log: Array context keeps slithering in.
75587              
75588              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
75589              From: Daniel Chetlin <daniel@chetlin.com>
75590              Date: Sun, 20 Aug 2000 21:40:25 -0700
75591              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
75592      Branch: perl
75593            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
75594            ! pod/perldebtut.pod
75595 ____________________________________________________________________________
75596 [  6739] By: jhi                                   on 2000/08/21  13:23:55
75597         Log: Big-endian quad fixes for Storable from Radu Greab,
75598              plus few explicit null casts for picky compilers.
75599      Branch: perl
75600            ! ext/Storable/Storable.xs
75601 ____________________________________________________________________________
75602 [  6738] By: gsar                                  on 2000/08/21  05:56:13
75603         Log: small tweaks for change#6705: avoid C++ style comments in C code;
75604              use Perl's malloc API rather than the low level system one
75605      Branch: perl
75606            ! win32/win32.c
75607 ____________________________________________________________________________
75608 [  6737] By: gsar                                  on 2000/08/21  05:35:41
75609         Log: add Storable to list of extensions on Windows
75610      Branch: perl
75611            ! win32/Makefile win32/makefile.mk
75612 ____________________________________________________________________________
75613 [  6736] By: jhi                                   on 2000/08/21  02:57:53
75614         Log: Update Changes.
75615      Branch: perl
75616            ! Changes patchlevel.h
75617 ____________________________________________________________________________
75618 [  6735] By: jhi                                   on 2000/08/21  02:57:20
75619         Log: Draft 0.
75620      Branch: perl
75621            ! pod/perldelta.pod
75622 ____________________________________________________________________________
75623 [  6734] By: jhi                                   on 2000/08/21  02:57:03
75624         Log: Add Storable 0.7.2 from Raphael Manfredi,
75625              plus the patch from
75626              
75627              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
75628              From: Radu Greab <radu@netsoft.ro>
75629              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
75630              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
75631              
75632              plus changes to get Storable to compile with
75633              picky ANSI compilers.
75634      Branch: perl
75635            + ext/Storable/ChangeLog ext/Storable/MANIFEST
75636            + ext/Storable/Makefile.PL ext/Storable/README
75637            + ext/Storable/Storable.pm ext/Storable/Storable.xs
75638            + ext/Storable/patchlevel.h t/lib/st-06compat.t
75639            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
75640            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
75641            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
75642            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
75643            + t/lib/st-tieditems.t
75644            ! MANIFEST
75645 ____________________________________________________________________________
75646 [  6733] By: jhi                                   on 2000/08/21  02:29:09
75647         Log: The correct cleaning order is an art.
75648      Branch: perl
75649            ! Makefile.SH
75650 ____________________________________________________________________________
75651 [  6732] By: jhi                                   on 2000/08/21  01:23:39
75652         Log: The #6724 is here.
75653      Branch: perl
75654            ! t/lib/ftmp-security.t
75655 ____________________________________________________________________________
75656 [  6731] By: jhi                                   on 2000/08/20  23:17:03
75657         Log: s/this one/the 5.6.0 release/
75658      Branch: perl
75659            ! pod/perl56delta.pod
75660 ____________________________________________________________________________
75661 [  6730] By: jhi                                   on 2000/08/20  23:07:34
75662         Log: Mention perlebcdic and perlposix-bc.
75663      Branch: perl
75664            ! pod/perlport.pod
75665 ____________________________________________________________________________
75666 [  6729] By: jhi                                   on 2000/08/20  21:32:59
75667         Log: Document the number of exponent digits.
75668      Branch: perl
75669            ! pod/perlfunc.pod
75670 ____________________________________________________________________________
75671 [  6728] By: jhi                                   on 2000/08/20  21:16:47
75672         Log: Use File::Spec->tmpdir().
75673              
75674              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
75675              From: Tim Jenness <timj@jach.hawaii.edu>
75676              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
75677              MIME-Version: 1.0
75678              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
75679      Branch: perl
75680            ! utils/perlbug.PL
75681 ____________________________________________________________________________
75682 [  6727] By: jhi                                   on 2000/08/20  20:43:32
75683         Log: Update Changes.
75684      Branch: perl
75685            ! Changes patchlevel.h
75686 ____________________________________________________________________________
75687 [  6726] By: jhi                                   on 2000/08/20  20:41:44
75688         Log: The veryclean target needs to clobber.
75689      Branch: perl
75690            ! Makefile.SH
75691 ____________________________________________________________________________
75692 [  6725] By: jhi                                   on 2000/08/20  20:37:38
75693         Log: Document odd vs even subreleases and -Dusedevel.
75694      Branch: perl
75695            ! INSTALL
75696 ____________________________________________________________________________
75697 [  6724] By: jhi                                   on 2000/08/20  19:58:05
75698         Log: Use temporary directory instead of current directory.
75699              
75700              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
75701              From: Tim Jenness <timj@jach.hawaii.edu>
75702              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
75703              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
75704      Branch: perl
75705            ! t/lib/ftmp-security.t
75706 ____________________________________________________________________________
75707 [  6723] By: jhi                                   on 2000/08/20  19:55:55
75708         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
75709              From: andreas.koenig@anima.de (Andreas J. Koenig)
75710              Date: 20 Aug 2000 15:52:03 +0200
75711              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
75712      Branch: perl
75713            ! lib/ExtUtils/MM_Unix.pm
75714 ____________________________________________________________________________
75715 [  6722] By: jhi                                   on 2000/08/20  19:46:01
75716         Log: Update to CGI 2.72, from Lincoln Stein.
75717      Branch: perl
75718            ! lib/CGI.pm
75719 ____________________________________________________________________________
75720 [  6721] By: jhi                                   on 2000/08/20  19:43:54
75721         Log: (Replaced by #8364.)
75722              
75723              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
75724              From: Radu Greab <radu@netsoft.ro>
75725              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
75726              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
75727      Branch: perl
75728            ! ext/GDBM_File/GDBM_File.xs
75729 ____________________________________________________________________________
75730 [  6720] By: jhi                                   on 2000/08/20  19:42:01
75731         Log: pp_open() could pass an uninitialized filename down to do_open9().
75732      Branch: perl
75733            ! pp_sys.c
75734 ____________________________________________________________________________
75735 [  6719] By: jhi                                   on 2000/08/20  14:06:41
75736         Log: UTF8 concat fixes.
75737              
75738              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
75739              From: Hugo <hv@crypt.compulink.co.uk>
75740              Date: Sun, 20 Aug 2000 07:30:46 +0100
75741              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
75742      Branch: perl
75743            ! pp_hot.c t/op/append.t
75744 ____________________________________________________________________________
75745 [  6718] By: jhi                                   on 2000/08/20  02:09:37
75746         Log: Let's try #6717 again.
75747      Branch: perl
75748            ! lib/File/Temp.pm
75749 ____________________________________________________________________________
75750 [  6717] By: jhi                                   on 2000/08/20  01:56:55
75751         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
75752              From: "Craig A. Berry" <craig.berry@metamorgs.com>
75753              Date: Sat, 19 Aug 2000 18:15:39 -0500
75754              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
75755      Branch: perl
75756            ! lib/File/Temp.pm
75757 ____________________________________________________________________________
75758 [  6716] By: jhi                                   on 2000/08/19  15:50:11
75759         Log: Update Changes.
75760      Branch: perl
75761            ! Changes patchlevel.h
75762 ____________________________________________________________________________
75763 [  6715] By: jhi                                   on 2000/08/19  15:39:09
75764         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
75765              From: Jonathan D Johnston <jdjohnston2@juno.com>
75766              Date: Thu, 17 Aug 2000 23:13:01 -0400       
75767              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
75768      Branch: perl
75769            ! pod/perlfunc.pod
75770 ____________________________________________________________________________
75771 [  6714] By: jhi                                   on 2000/08/19  15:34:04
75772         Log: Introduce a 'veryclean' target that is like 'distclean'
75773              but also removes *~ and *.orig.
75774      Branch: perl
75775            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
75776            ! utils/Makefile x2p/Makefile.SH
75777 ____________________________________________________________________________
75778 [  6713] By: jhi                                   on 2000/08/19  14:15:45
75779         Log: Put back the long double avoidance code to POSIX.xs
75780              because VMS seems to need it still.
75781      Branch: perl
75782            ! ext/POSIX/POSIX.xs
75783 ____________________________________________________________________________
75784 [  6712] By: jhi                                   on 2000/08/19  14:10:41
75785         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
75786              From: Peter Prymmer <pvhp@forte.com>
75787              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
75788              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
75789      Branch: perl
75790            ! lib/Pod/Find.pm t/pod/find.t
75791 ____________________________________________________________________________
75792 [  6711] By: jhi                                   on 2000/08/19  14:09:19
75793         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
75794              From: Peter Prymmer <pvhp@forte.com>
75795              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
75796              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
75797              cc: vmsperl@perl.org
75798      Branch: perl
75799            ! t/lib/peek.t
75800 ____________________________________________________________________________
75801 [  6710] By: jhi                                   on 2000/08/19  14:08:01
75802         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
75803              From: Jan Dubois <jand@ActiveState.com>
75804              Date: Fri, 18 Aug 2000 16:31:48 -0700
75805              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
75806      Branch: perl
75807            ! win32/win32.c
75808 ____________________________________________________________________________
75809 [  6709] By: jhi                                   on 2000/08/19  14:06:57
75810         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
75811              
75812              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
75813              From: Spider.Boardman@Orb.Nashua.NH.US
75814              Date: Fri, 18 Aug 2000 18:41:14 -0400
75815              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
75816      Branch: perl
75817            ! regcomp.c
75818 ____________________________________________________________________________
75819 [  6708] By: jhi                                   on 2000/08/18  22:04:49
75820         Log: Update Changes.
75821      Branch: perl
75822            ! Changes patchlevel.h
75823 ____________________________________________________________________________
75824 [  6707] By: jhi                                   on 2000/08/18  21:55:14
75825         Log: Add warnif(), check warnings further up the stack,
75826              all the warnings functions now can take an optional object reference.
75827              
75828              Subject: [PATCH bleedperl@6691] warnings pragma update
75829              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
75830              Date: Fri, 18 Aug 2000 22:42:06 +0100
75831              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
75832      Branch: perl
75833            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
75834            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
75835            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
75836 ____________________________________________________________________________
75837 [  6706] By: jhi                                   on 2000/08/18  21:41:45
75838         Log: Typo in pp_complement().
75839              
75840              Subject: [PATCH perl-current] Deparse
75841              From: Peter Scott <Peter@PSDT.com>
75842              Date: Fri, 18 Aug 2000 12:44:37 -0700
75843              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
75844      Branch: perl
75845            ! ext/B/B/Deparse.pm
75846 ____________________________________________________________________________
75847 [  6705] By: jhi                                   on 2000/08/18  21:25:59
75848         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
75849              From: Jan Dubois <jand@ActiveState.com>
75850              Date: Fri, 18 Aug 2000 14:22:51 -0700
75851              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
75852      Branch: perl
75853            ! lib/Win32.pod win32/win32.c
75854 ____________________________________________________________________________
75855 [  6704] By: jhi                                   on 2000/08/18  21:16:14
75856         Log: Don't eat leading os from index entries.
75857              
75858              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
75859              From: Russ Allbery <rra@stanford.edu>
75860              Date: 10 Aug 2000 20:49:25 -0700
75861              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
75862      Branch: perl
75863            ! lib/Pod/Man.pm
75864 ____________________________________________________________________________
75865 [  6703] By: jhi                                   on 2000/08/18  21:07:06
75866         Log: Add [[:blank:]] as suggested in
75867              
75868              Subject: [ID 20000716.024] [=cc=] / [:blank:]
75869              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
75870              Date: Sun, 16 Jul 2000 17:55:29 -0700
75871              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
75872              
75873              (the [=cc=] has already been taken care of by #6439
75874              so the whole bug report can be closed)
75875              
75876              and make [[:space:]] to be equivalent to isspace(3)
75877              (as opposed to \s, which is isSPACE()).  The difference
75878              is that now [[:space:]] matches the mythical vertical tab,
75879              while \s doesn't.
75880      Branch: perl
75881            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
75882            ! regexec.c t/op/pat.t
75883 ____________________________________________________________________________
75884 [  6702] By: jhi                                   on 2000/08/18  18:47:47
75885         Log: The new tests were missing from #6415.
75886      Branch: perl
75887            ! t/op/bop.t
75888 ____________________________________________________________________________
75889 [  6701] By: jhi                                   on 2000/08/18  18:20:40
75890         Log: Document the NDBM_File and ODBM_File as SDBM_File
75891              was documented in #6417.
75892      Branch: perl
75893            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
75894            ! ext/SDBM_File/SDBM_File.pm
75895 ____________________________________________________________________________
75896 [  6700] By: jhi                                   on 2000/08/18  18:10:39
75897         Log: Subject: [PATCH perl@6698] cygwin port
75898              From: "Fifer, Eric" <EFifer@sanwaint.com>
75899              Date: Fri, 18 Aug 2000 17:30:05 +0100
75900              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
75901      Branch: perl
75902            ! lib/File/Temp.pm
75903 ____________________________________________________________________________
75904 [  6699] By: jhi                                   on 2000/08/18  16:21:49
75905         Log: Document code point which makes if (defined %stash::) to work
75906              (noted by Spider Boardman).
75907      Branch: perl
75908            ! op.c
75909 ____________________________________________________________________________
75910 [  6698] By: jhi                                   on 2000/08/18  13:43:27
75911         Log: Update Changes.
75912      Branch: perl
75913            ! Changes patchlevel.h
75914 ____________________________________________________________________________
75915 [  6697] By: jhi                                   on 2000/08/18  13:35:57
75916         Log: Tiny Getopt::Long patch from Johan Vromans.
75917      Branch: perl
75918            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
75919 ____________________________________________________________________________
75920 [  6696] By: jhi                                   on 2000/08/18  13:26:14
75921         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
75922              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
75923              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
75924              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
75925      Branch: perl
75926            ! pod/perldiag.pod pod/perlsyn.pod
75927 ____________________________________________________________________________
75928 [  6695] By: jhi                                   on 2000/08/18  13:13:26
75929         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
75930              From: Daniel Chetlin <daniel@chetlin.com>
75931              Date: Fri, 18 Aug 2000 03:13:36 -0700
75932              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
75933      Branch: perl
75934            ! pod/perlfunc.pod
75935 ____________________________________________________________________________
75936 [  6694] By: jhi                                   on 2000/08/18  13:08:05
75937         Log: Subject: [PATCH] perltrap.pod spring cleaning
75938              From: Daniel Chetlin <daniel@chetlin.com>
75939              Date: Fri, 18 Aug 2000 03:06:54 -0700
75940              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
75941              
75942              plus Mike Guy's nitfix.
75943      Branch: perl
75944            ! pod/perltrap.pod
75945 ____________________________________________________________________________
75946 [  6693] By: jhi                                   on 2000/08/18  13:00:26
75947         Log: Unbuffer the output.
75948              
75949              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
75950              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75951              Date: Thu, 17 Aug 2000 18:39:29 -0700
75952              Message-ID: <RPJn5gzkgydf092yn@efn.org>
75953      Branch: perl
75954            ! t/op/fork.t
75955 ____________________________________________________________________________
75956 [  6692] By: jhi                                   on 2000/08/18  05:19:17
75957         Log: Delete the image, too, not just its MANIFEStation.
75958      Branch: perl
75959            - lib/CGI/eg/wilogo.gif
75960 ____________________________________________________________________________
75961 [  6691] By: jhi                                   on 2000/08/18  05:10:26
75962         Log: Propagate new Configure vars.
75963      Branch: perl
75964            ! configure.com epoc/config.sh uconfig.h uconfig.sh
75965            ! vos/config.def vos/config.h vos/config_h.SH_orig
75966            ! win32/config.bc win32/config.gc win32/config.vc
75967            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75968 ____________________________________________________________________________
75969 [  6690] By: jhi                                   on 2000/08/18  04:30:56
75970         Log: Update Changes.
75971      Branch: perl
75972            ! Changes patchlevel.h
75973 ____________________________________________________________________________
75974 [  6689] By: jhi                                   on 2000/08/18  04:12:30
75975         Log: Fix the lib/complex failure of
75976              
75977              From: abigail@foad.org
75978              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
75979              Date: 15 Aug 2000 04:06:38 -0000
75980              Message-Id: <20000815040638.8524.qmail@foad.org> 
75981              
75982              Linux long double accuracy issue: something that
75983              when printed with %g looks like "2" but int() of it is 1.
75984      Branch: perl
75985            ! lib/Math/Complex.pm
75986 ____________________________________________________________________________
75987 [  6688] By: jhi                                   on 2000/08/18  03:15:35
75988         Log: The byteorder code in #6671 was wrong.
75989      Branch: perl
75990            ! configpm
75991 ____________________________________________________________________________
75992 [  6687] By: jhi                                   on 2000/08/18  02:08:42
75993         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
75994              From: Jan Dubois <jand@ActiveState.com>
75995              Date: Thu, 17 Aug 2000 18:31:55 -0700
75996              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
75997      Branch: perl
75998            ! sv.c
75999 ____________________________________________________________________________
76000 [  6686] By: jhi                                   on 2000/08/18  02:04:15
76001         Log: Use NVs in POSIX math, not doubles.
76002              
76003              From: abigail@foad.org
76004              Subject: [ID 20000817.014] POSIX & modfl
76005              Date: 17 Aug 2000 20:49:18 -0000
76006              Message-Id: <20000817204918.23123.qmail@foad.org>
76007      Branch: perl
76008            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
76009 ____________________________________________________________________________
76010 [  6685] By: jhi                                   on 2000/08/18  02:02:12
76011         Log: Introduce NVef, NVff, and NVgf, use the middle one.
76012              (helps for lib/peek + Linux + long doubles)  Reported in
76013              
76014              From: abigail@foad.org
76015              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
76016              Date: 15 Aug 2000 04:06:38 -0000
76017              Message-Id: <20000815040638.8524.qmail@foad.org> 
76018              
76019              (note: the lib/complex failure has not yet been addressed)
76020      Branch: metaconfig/U/perl
76021            ! perlxvf.U
76022      Branch: perl
76023            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76024            ! config_h.SH dump.c perl.h pod/perlguts.pod
76025 ____________________________________________________________________________
76026 [  6684] By: jhi                                   on 2000/08/17  23:22:19
76027         Log: Add byteorder to the myconfig output.
76028      Branch: perl
76029            ! myconfig.SH
76030 ____________________________________________________________________________
76031 [  6683] By: jhi                                   on 2000/08/17  23:20:19
76032         Log: The image doth not exist, spotted by Johan Vromans.
76033      Branch: perl
76034            ! MANIFEST
76035 ____________________________________________________________________________
76036 [  6682] By: jhi                                   on 2000/08/17  22:38:16
76037         Log: Document what the backtick returns if the command fails.
76038      Branch: perl
76039            ! pod/perlop.pod
76040 ____________________________________________________________________________
76041 [  6681] By: jhi                                   on 2000/08/17  22:33:12
76042         Log: Do not use prototyping here.
76043              
76044              Subject: [ID 20000817.016] [PATCH] Peek.xs
76045              From: abigail@foad.org
76046              Date: 17 Aug 2000 20:55:56 -0000
76047              Message-Id: <20000817205556.24270.qmail@foad.org>
76048      Branch: perl
76049            ! ext/Devel/Peek/Makefile.PL
76050 ____________________________________________________________________________
76051 [  6680] By: jhi                                   on 2000/08/17  19:46:43
76052         Log: Don't propose using modules built for 5.005 if no binary
76053              compatibility with 5.005 is attempted.
76054              
76055              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
76056              Subject: Minor nit with 5.7.0 (6655)
76057              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
76058              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
76059      Branch: metaconfig
76060            ! U/installdirs/inc_version_list.U
76061      Branch: perl
76062            ! Configure config_h.SH
76063 ____________________________________________________________________________
76064 [  6679] By: jhi                                   on 2000/08/17  19:16:39
76065         Log: Microperl config update.
76066      Branch: perl
76067            ! uconfig.h uconfig.sh
76068 ____________________________________________________________________________
76069 [  6678] By: jhi                                   on 2000/08/17  19:16:13
76070         Log: The #6648 wasn't protective enough for limited platforms
76071              (like microperl).
76072      Branch: perl
76073            ! dump.c sv.c
76074 ____________________________________________________________________________
76075 [  6677] By: jhi                                   on 2000/08/17  14:46:35
76076         Log: Update Changes.
76077      Branch: perl
76078            ! Changes patchlevel.h
76079 ____________________________________________________________________________
76080 [  6676] By: jhi                                   on 2000/08/17  14:44:02
76081         Log: Add perlebcdic from Peter Prymmer, regen toc.
76082      Branch: perl
76083            + pod/perlebcdic.pod
76084            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
76085 ____________________________________________________________________________
76086 [  6675] By: jhi                                   on 2000/08/17  14:41:52
76087         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
76088      Branch: perl
76089            ! pod/perldebtut.pod
76090 ____________________________________________________________________________
76091 [  6674] By: jhi                                   on 2000/08/17  14:29:43
76092         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
76093              
76094              Subject: [ID 20000724.006] -DLEAKTEST problem
76095              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
76096              Date: Tue, 25 Jul 2000 00:36:32 -0500
76097              Message-Id: <20000725003632.A26186@www.llamacom.com>
76098              
76099              Reminder sent
76100              
76101              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
76102              From: Hugo <hv@crypt.compulink.co.uk>
76103              Date: Thu, 17 Aug 2000 15:23:42 +0100
76104              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
76105      Branch: perl
76106            ! util.c
76107 ____________________________________________________________________________
76108 [  6673] By: jhi                                   on 2000/08/17  04:07:10
76109         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
76110              From: John Peacock <JPeacock@UnivPress.com>
76111              Date: Tue, 01 Aug 2000 09:38:12 -0400
76112              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
76113      Branch: perl
76114            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
76115 ____________________________________________________________________________
76116 [  6672] By: jhi                                   on 2000/08/17  03:04:35
76117         Log: Subject: [PATCH] Cwd.pm now uses strict
76118              From: Tim Jenness <timj@jach.hawaii.edu>
76119              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
76120              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
76121      Branch: perl
76122            ! lib/Cwd.pm
76123 ____________________________________________________________________________
76124 [  6671] By: jhi                                   on 2000/08/17  02:16:35
76125         Log: Make $Config{byteorder} more magical so that it is
76126              dynamically computed: nice for 'fat binaries'.
76127              
76128              Subject: [PATCH]: default byteorder
76129              From: Wilfredo Sánchez <wsanchez@apple.com>
76130              Date: Mon, 31 Jul 2000 19:45:31 -0700
76131              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
76132      Branch: perl
76133            ! configpm
76134 ____________________________________________________________________________
76135 [  6670] By: gsar                                  on 2000/08/17  01:22:21
76136         Log: move WNOHANG definition to where other such things are
76137      Branch: perl
76138            ! win32/win32.h
76139 ____________________________________________________________________________
76140 [  6669] By: jhi                                   on 2000/08/17  01:19:17
76141         Log: Update Changes.
76142      Branch: perl
76143            ! Changes patchlevel.h
76144 ____________________________________________________________________________
76145 [  6668] By: jhi                                   on 2000/08/17  01:16:29
76146         Log: Doc nits spotted by Richard Soderberg.
76147      Branch: perl
76148            ! README.posix-bc README.vmesa
76149 ____________________________________________________________________________
76150 [  6667] By: jhi                                   on 2000/08/17  01:12:11
76151         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
76152              From: "Casey R. Tweten" <crt@kiski.net>
76153              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
76154              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
76155      Branch: perl
76156            ! pod/perldebtut.pod
76157 ____________________________________________________________________________
76158 [  6666] By: jhi                                   on 2000/08/17  01:09:31
76159         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
76160              From: "Casey R. Tweten" <crt@kiski.net>
76161              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
76162              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
76163      Branch: perl
76164            ! lib/Shell.pm
76165 ____________________________________________________________________________
76166 [  6665] By: gsar                                  on 2000/08/17  01:03:52
76167         Log: add "ok" targets from change#6632 in makefile.mk
76168      Branch: perl
76169            ! pod/perlport.pod win32/Makefile win32/makefile.mk
76170 ____________________________________________________________________________
76171 [  6664] By: gsar                                  on 2000/08/17  00:56:11
76172         Log: avoid warnings from dense compiler
76173      Branch: perl
76174            ! win32/win32.c
76175 ____________________________________________________________________________
76176 [  6663] By: jhi                                   on 2000/08/17  00:51:49
76177         Log: Tweak the regex compilation errors once more.
76178      Branch: perl
76179            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
76180            ! t/op/regmesg.t t/pragma/warn/regcomp
76181 ____________________________________________________________________________
76182 [  6662] By: gsar                                  on 2000/08/17  00:28:19
76183         Log: trailing new %ENV entries weren't being pushed into the real
76184              environment of subprocesses on Windows
76185      Branch: perl
76186            ! t/op/magic.t win32/perlhost.h
76187 ____________________________________________________________________________
76188 [  6661] By: gsar                                  on 2000/08/17  00:19:20
76189         Log: waitpid() now handles externally spawned pids correctly;
76190              fixes for backtick/wait/waitpid failures on Windows 9x
76191              
76192              these changes make the pid returned by process functions on
76193              Windows 9x always positive by clearing the high bit (which
76194              is always set on Win9x); pseudo-process PIDs are likewise
76195              always negative now on Win9x (just as on NT/2000)
76196      Branch: perl
76197            ! pp_sys.c win32/perlhost.h win32/win32.c
76198 ____________________________________________________________________________
76199 [  6660] By: jhi                                   on 2000/08/17  00:04:32
76200         Log: Retract #6645.
76201      Branch: perl
76202            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76203            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
76204            ! t/op/sprintf.t
76205 ____________________________________________________________________________
76206 [  6659] By: gsar                                  on 2000/08/16  23:59:28
76207         Log: on windows, the return values from wait() and waitpid() don't
76208              match those of pseudo-pids
76209      Branch: perl
76210            ! pp_sys.c t/op/fork.t util.c win32/win32.c
76211 ____________________________________________________________________________
76212 [  6658] By: gsar                                  on 2000/08/16  23:56:14
76213         Log: pod nit seen in passing
76214      Branch: perl
76215            ! pod/perlfunc.pod
76216 ____________________________________________________________________________
76217 [  6657] By: gsar                                  on 2000/08/16  23:53:42
76218         Log: change#6328 could make close(SOCKET) return false on windows
76219              when it shouldn't
76220      Branch: perl
76221            ! win32/win32sck.c
76222 ____________________________________________________________________________
76223 [  6656] By: gsar                                  on 2000/08/16  23:46:57
76224         Log: check that the number pseudo children doesn't exceed
76225              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
76226              the WaitForMultipleObjects() limit that would cause wait()
76227              to crash)
76228              
76229              wait() and waitpid() could potentially be rewritten to use
76230              more than one thread to do the waiting to eliminate this
76231              limitation
76232      Branch: perl
76233            ! win32/perlhost.h
76234 ____________________________________________________________________________
76235 [  6655] By: jhi                                   on 2000/08/16  14:11:05
76236         Log: Update Changes.
76237      Branch: perl
76238            ! Changes patchlevel.h
76239 ____________________________________________________________________________
76240 [  6654] By: jhi                                   on 2000/08/16  14:10:12
76241         Log: Update to perldebtut 1.9, from Richard Foley.
76242      Branch: perl
76243            ! pod/perldebtut.pod
76244 ____________________________________________________________________________
76245 [  6653] By: jhi                                   on 2000/08/16  14:08:17
76246         Log: Change the regx compilation error markers to use = instead of <
76247              since pod makes using the latter quite messy.  Reported in
76248              ID 20000814.006 by Abigail and in
76249              Subject: Unknown escape E<> ?
76250              From: Lupe Christoph <lupe@lupe-christoph.de>
76251              Date: Fri, 11 Aug 2000 00:30:27 +0200
76252              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
76253      Branch: perl
76254            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
76255            ! t/op/regmesg.t t/pragma/warn/regcomp
76256 ____________________________________________________________________________
76257 [  6652] By: jhi                                   on 2000/08/16  13:25:31
76258         Log: Change the perlbug address to perl.org since it's more forgiving.
76259              
76260              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
76261              From: abigail@foad.org
76262              Date: 15 Aug 2000 04:15:40 -0000
76263              Message-Id: <20000815041540.8633.qmail@foad.org>
76264      Branch: perl
76265            ! utils/perlbug.PL
76266 ____________________________________________________________________________
76267 [  6651] By: jhi                                   on 2000/08/16  13:22:35
76268         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
76269              From: Tim Jenness <timj@jach.hawaii.edu>
76270              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
76271              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
76272      Branch: perl
76273            ! lib/Cwd.pm
76274 ____________________________________________________________________________
76275 [  6650] By: jhi                                   on 2000/08/16  13:18:13
76276         Log: Update to CPAN 1.57.
76277              
76278              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
76279              From: andreas.koenig@anima.de (Andreas J. Koenig)
76280              Date: 16 Aug 2000 15:09:46 +0200
76281              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
76282      Branch: perl
76283            ! lib/CPAN.pm
76284 ____________________________________________________________________________
76285 [  6649] By: jhi                                   on 2000/08/16  13:12:31
76286         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
76287              From: "Larry W. Virden" <lvirden@cas.org>
76288              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
76289              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
76290      Branch: perl
76291            ! README.hpux
76292 ____________________________________________________________________________
76293 [  6648] By: jhi                                   on 2000/08/16  13:03:53
76294         Log: The numeric locale was reset to "C" by s?printf and never restored.
76295              
76296              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
76297              From: Christian Kirsch <ck@held.mind.de>
76298              Date: Wed, 9 Aug 2000 17:05:17 +0200
76299              Message-Id: <20000809170517.A25389@held>
76300              
76301              No test since adding the failing example to locale.t
76302              does not fail -- probably because the locale settings are so
76303              thoroughly tweaked by that time.  Running the example standalone
76304              does fail, though.  UPDATE: test case added at change #7540.
76305      Branch: perl
76306            ! dump.c perl.h pp.c pp_ctl.c sv.c
76307 ____________________________________________________________________________
76308 [  6647] By: jhi                                   on 2000/08/16  00:07:54
76309         Log: Update Changes and test semi-automatic patchlevel updating.
76310      Branch: perl
76311            ! Changes patchlevel.h
76312 ____________________________________________________________________________
76313 [  6646] By: jhi                                   on 2000/08/15  23:35:07
76314         Log: Fix a dependency problem.
76315              
76316              Subject: [PATCH: 6640] VMS Makefile.SH update
76317              From: Peter Prymmer <pvhp@forte.com>
76318              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
76319              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
76320      Branch: perl
76321            ! vms/descrip_mms.template
76322 ____________________________________________________________________________
76323 [  6645] By: jhi                                   on 2000/08/15  23:33:23
76324         Log: (Retracted by #6660)
76325              
76326              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
76327              From: Dominic Dunlop <domo@computer.org>
76328              Date: Tue, 15 Aug 2000 22:20:52 +0200
76329              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
76330      Branch: metaconfig/U/perl
76331            + d_printfed.U
76332      Branch: perl
76333            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76334            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
76335            ! t/op/sprintf.t
76336 ____________________________________________________________________________
76337 [  6644] By: jhi                                   on 2000/08/15  21:17:20
76338         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
76339              From: abigail@foad.org
76340              Date: 15 Aug 2000 20:12:41 -0000
76341              Message-Id: <20000815201241.25556.qmail@foad.org>
76342      Branch: perl
76343            ! INSTALL
76344 ____________________________________________________________________________
76345 [  6643] By: jhi                                   on 2000/08/15  21:15:28
76346         Log: (an already applied patch)
76347      Branch: perl
76348            ! lib/CGI.pm
76349 ____________________________________________________________________________
76350 [  6642] By: gsar                                  on 2000/08/15  19:54:05
76351         Log: magic callbacks all need to have same type signature
76352      Branch: perl
76353            ! embed.pl mg.c proto.h
76354 ____________________________________________________________________________
76355 [  6641] By: jhi                                   on 2000/08/15  17:56:27
76356         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)
76357              From: Mike Guy <mjtg@cam.ac.uk>
76358              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
76359              Date: Tue, 15 Aug 2000 18:26:45 +0100
76360              
76361              Only the peek.t part applied, not the hash quality part.
76362      Branch: perl
76363            ! t/lib/peek.t
76364 ____________________________________________________________________________
76365 [  6640] By: jhi                                   on 2000/08/15  16:37:37
76366         Log: Update Changes.
76367      Branch: perl
76368            ! Changes
76369 ____________________________________________________________________________
76370 [  6639] By: jhi                                   on 2000/08/15  16:34:55
76371         Log: Missed a file from #6638.
76372      Branch: perl
76373            ! lib/File/Temp.pm
76374 ____________________________________________________________________________
76375 [  6638] By: jhi                                   on 2000/08/15  16:33:19
76376         Log: Subject: [PATCH perl@6620] cygwin port
76377              From: "Fifer, Eric" <EFifer@sanwaint.com>
76378              Date: Tue, 15 Aug 2000 17:00:49 +0100
76379              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
76380      Branch: perl
76381            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
76382 ____________________________________________________________________________
76383 [  6637] By: jhi                                   on 2000/08/15  16:29:22
76384         Log: Subject: [PATCH] debugger exit code should reflect user exit code
76385              From: Mike Guy <mjtg@cam.ac.uk>
76386              Date: Tue, 15 Aug 2000 16:55:59 +0100
76387              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
76388      Branch: perl
76389            ! lib/perl5db.pl
76390 ____________________________________________________________________________
76391 [  6636] By: jhi                                   on 2000/08/15  15:30:58
76392         Log: Update Changes.
76393      Branch: perl
76394            ! Changes
76395 ____________________________________________________________________________
76396 [  6635] By: jhi                                   on 2000/08/15  15:27:21
76397         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
76398      Branch: metaconfig
76399            ! U/mkglossary U/mksample
76400      Branch: metaconfig/U/perl
76401            ! Devel.U
76402      Branch: perl
76403            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76404 ____________________________________________________________________________
76405 [  6634] By: jhi                                   on 2000/08/15  14:11:55
76406         Log: Don't blow limited stacks, a lower number is enough to
76407              tickle the lookbehind limit.
76408              
76409              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
76410              From: Dominic Dunlop <domo@computer.org>
76411              Date: Tue, 15 Aug 2000 13:51:24 +0200
76412              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
76413      Branch: perl
76414            ! t/op/regmesg.t
76415 ____________________________________________________________________________
76416 [  6633] By: jhi                                   on 2000/08/15  14:01:46
76417         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
76418              From: Mike Guy <mjtg@cam.ac.uk>
76419              Date: Tue, 15 Aug 2000 12:10:50 +0100
76420              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
76421      Branch: perl
76422            ! utils/perldoc.PL
76423 ____________________________________________________________________________
76424 [  6632] By: jhi                                   on 2000/08/15  13:58:48
76425         Log: make ok etc also for win32.
76426              
76427              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
76428              From: Prymmer/Kahn <pvhp@best.com>
76429              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
76430              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
76431      Branch: perl
76432            ! win32/Makefile
76433 ____________________________________________________________________________
76434 [  6631] By: jhi                                   on 2000/08/15  13:45:03
76435         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
76436      Branch: perl
76437            ! lib/Test.pm
76438 ____________________________________________________________________________
76439 [  6630] By: jhi                                   on 2000/08/15  03:25:09
76440         Log: Update Changes.
76441      Branch: perl
76442            ! Changes
76443 ____________________________________________________________________________
76444 [  6629] By: jhi                                   on 2000/08/15  03:23:53
76445         Log: magic_regdatum_set() is void, not int.
76446      Branch: perl
76447            ! embed.pl mg.c proto.h
76448 ____________________________________________________________________________
76449 [  6628] By: jhi                                   on 2000/08/15  03:08:02
76450         Log: Make the user to give up his firstborn, err, to knowingly
76451              verify installing an unstable developer release.  Also bump
76452              the release to 5.7.0, but leave a patch tag in the local
76453              patches saying that this is not yet the real thing.
76454      Branch: metaconfig
76455            ! U/modified/Instruct.U
76456      Branch: metaconfig/U/perl
76457            + Devel.U
76458      Branch: perl
76459            ! Configure patchlevel.h
76460 ____________________________________________________________________________
76461 [  6627] By: jhi                                   on 2000/08/14  22:32:52
76462         Log: README.os2 update.
76463              
76464              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
76465              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76466              Date: Wed, 02 Aug 2000 21:55:09 -0700
76467              Message-ID: <tsPi5gzkgegX092yn@efn.org>
76468      Branch: perl
76469            ! README.os2
76470 ____________________________________________________________________________
76471 [  6626] By: jhi                                   on 2000/08/14  21:00:02
76472         Log: Subject: Re: File::Temp problems on VMS in bleedperl
76473              From: Tim Jenness <timj@jach.hawaii.edu>
76474              cc: vmsperl@perl.org
76475              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
76476              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
76477      Branch: perl
76478            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
76479 ____________________________________________________________________________
76480 [  6625] By: jhi                                   on 2000/08/14  20:52:16
76481         Log: Add SUIDMAIL as was done for the CERT alert.
76482      Branch: perl
76483            ! patchlevel.h
76484 ____________________________________________________________________________
76485 [  6624] By: jhi                                   on 2000/08/14  20:48:50
76486         Log: Subject: sfio2000
76487              From: Daniel Muino <dmuino@afip.gov.ar>
76488              Date: Mon, 14 Aug 2000 16:58:11 -0300
76489              Message-ID: <20000814165811.B16368@con2-dgi>
76490      Branch: perl
76491            ! perlsdio.h perlsfio.h
76492 ____________________________________________________________________________
76493 [  6623] By: jhi                                   on 2000/08/14  20:47:36
76494         Log: Subject: warning: storage class after type is obsolescent
76495              From: Daniel Muino <dmuino@afip.gov.ar>
76496              Date: Mon, 14 Aug 2000 16:42:47 -0300
76497              Message-ID: <20000814164247.A16368@con2-dgi>
76498      Branch: perl
76499            ! regcomp.pl regnodes.h
76500 ____________________________________________________________________________
76501 [  6622] By: jhi                                   on 2000/08/14  20:43:05
76502         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
76503              From: abigail@foad.org
76504              Date: 14 Aug 2000 20:00:10 -0000
76505              Message-Id: <20000814200010.27271.qmail@foad.org>
76506      Branch: perl
76507            ! Changes
76508 ____________________________________________________________________________
76509 [  6621] By: jhi                                   on 2000/08/14  15:23:05
76510         Log: Update Changes.
76511      Branch: perl
76512            ! Changes
76513 ____________________________________________________________________________
76514 [  6620] By: jhi                                   on 2000/08/14  15:22:14
76515         Log: Subject: Re: [PATCH] @+, @- readonly
76516              From: Mike Guy <mjtg@cam.ac.uk>
76517              Date: Mon, 14 Aug 2000 15:26:55 +0100
76518              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
76519      Branch: perl
76520            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
76521            ! sv.c t/op/pat.t
76522 ____________________________________________________________________________
76523 [  6619] By: jhi                                   on 2000/08/14  14:12:08
76524         Log: Update Changes.
76525      Branch: perl
76526            ! Changes
76527 ____________________________________________________________________________
76528 [  6618] By: jhi                                   on 2000/08/14  14:09:34
76529         Log: For now remove the mail code.
76530      Branch: perl
76531            ! perl.c
76532 ____________________________________________________________________________
76533 [  6617] By: jhi                                   on 2000/08/14  14:08:28
76534         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
76535      Branch: perl
76536            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
76537            ! pod/perlfaq8.pod pod/perlsec.pod
76538 ____________________________________________________________________________
76539 [  6616] By: jhi                                   on 2000/08/14  14:00:11
76540         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
76541              From: Mike Guy <mjtg@cam.ac.uk>
76542              Date: Mon, 14 Aug 2000 08:26:02 +0100
76543              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
76544      Branch: perl
76545            ! lib/perl5db.pl
76546 ____________________________________________________________________________
76547 [  6615] By: jhi                                   on 2000/08/14  13:58:45
76548         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
76549              From: Mike Guy <mjtg@cam.ac.uk>
76550              Date: Mon, 14 Aug 2000 08:04:22 +0100
76551              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
76552      Branch: perl
76553            ! gv.c mg.c t/op/pat.t
76554 ____________________________________________________________________________
76555 [  6614] By: jhi                                   on 2000/08/14  13:56:45
76556         Log: Subject: Test fails / warnings with perl-current #6612
76557              From: Mike Guy <mjtg@cam.ac.uk>
76558              Date: Mon, 14 Aug 2000 07:57:23 +0100
76559              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
76560      Branch: perl
76561            ! t/lib/b.t t/lib/peek.t
76562 ____________________________________________________________________________
76563 [  6613] By: jhi                                   on 2000/08/14  13:45:33
76564         Log: VMS configure.com update continues.
76565      Branch: perl
76566            - vms/configure.com
76567            ! MANIFEST configure.com
76568 ____________________________________________________________________________
76569 [  6612] By: jhi                                   on 2000/08/13  22:13:35
76570         Log: Update Changes.
76571      Branch: perl
76572            ! Changes
76573 ____________________________________________________________________________
76574 [  6611] By: jhi                                   on 2000/08/13  16:21:45
76575         Log: Upgrade to CGI 2.71, from Lincoln Stein.
76576      Branch: perl
76577            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
76578 ____________________________________________________________________________
76579 [  6610] By: jhi                                   on 2000/08/13  15:09:16
76580         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
76581              From: Mike Guy <mjtg@cam.ac.uk>
76582              Date: Sun, 13 Aug 2000 13:45:51 +0100
76583              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
76584      Branch: perl
76585            ! t/op/regmesg.t
76586 ____________________________________________________________________________
76587 [  6609] By: jhi                                   on 2000/08/13  14:31:26
76588         Log: Andreas says that 1.56 is fine, so reverting back to it.
76589      Branch: perl
76590            ! lib/CPAN.pm
76591 ____________________________________________________________________________
76592 [  6608] By: jhi                                   on 2000/08/13  05:34:20
76593         Log: Update Changes.
76594      Branch: perl
76595            ! Changes
76596 ____________________________________________________________________________
76597 [  6607] By: jhi                                   on 2000/08/13  05:32:01
76598         Log: Put back the \z changes of #5406 to CPAN.pm.
76599      Branch: perl
76600            ! lib/CPAN.pm
76601 ____________________________________________________________________________
76602 [  6606] By: jhi                                   on 2000/08/13  05:20:16
76603         Log: Fix-n-skip the tests under 5005threads.
76604      Branch: perl
76605            ! t/lib/b.t
76606 ____________________________________________________________________________
76607 [  6605] By: jhi                                   on 2000/08/13  05:07:48
76608         Log: Fix the test for 5005threads.
76609      Branch: perl
76610            ! t/lib/peek.t
76611 ____________________________________________________________________________
76612 [  6604] By: jhi                                   on 2000/08/13  03:35:37
76613         Log: Should have deleted this in #6603.
76614      Branch: perl
76615            - vms/subconfigure.com
76616 ____________________________________________________________________________
76617 [  6603] By: jhi                                   on 2000/08/12  18:29:32
76618         Log: Rewrite of vms/subconfigure.com as configure.com,
76619              from Peter Prymmer and the vmsperl crew.
76620      Branch: perl
76621            + vms/configure.com
76622            ! MANIFEST
76623 ____________________________________________________________________________
76624 [  6602] By: jhi                                   on 2000/08/11  13:00:01
76625         Log: PlainText.pm is dead.
76626      Branch: perl
76627            - lib/Pod/PlainText.pm
76628            ! MANIFEST
76629 ____________________________________________________________________________
76630 [  6601] By: jhi                                   on 2000/08/11  04:06:45
76631         Log: Update Changes.
76632      Branch: perl
76633            ! Changes
76634 ____________________________________________________________________________
76635 [  6600] By: jhi                                   on 2000/08/11  04:06:10
76636         Log: Add a few missing files, update MANIFEST.
76637      Branch: perl
76638            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
76639            + lib/Pod/PlainText.pm t/pod/find.t
76640            ! MANIFEST t/op/regmesg.t
76641 ____________________________________________________________________________
76642 [  6599] By: jhi                                   on 2000/08/11  03:31:10
76643         Log: Add Perl debugging tutorial, regen toc. 
76644              
76645              Subject: perldebtut.pod
76646              From: Richard Foley <Richard.Foley@m.dasa.de>
76647              Date: Wed, 09 Aug 2000 10:17:15 +0200
76648              Message-id: <3991138B.262247B8@m.dasa.de>
76649      Branch: perl
76650            + pod/perldebtut.pod
76651            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
76652 ____________________________________________________________________________
76653 [  6598] By: jhi                                   on 2000/08/11  02:48:56
76654         Log: tiny Changes edit
76655      Branch: perl
76656            ! Changes
76657 ____________________________________________________________________________
76658 [  6597] By: jhi                                   on 2000/08/11  02:39:04
76659         Log: Tests for #6589.
76660              
76661              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
76662              From: simon@brecon.co.uk (Simon Cozens)
76663              Date: 11 Aug 2000 02:24:52 GMT
76664              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
76665      Branch: perl
76666            ! t/lib/b.t
76667 ____________________________________________________________________________
76668 [  6596] By: jhi                                   on 2000/08/11  01:50:07
76669         Log: Update Changes.
76670      Branch: perl
76671            ! Changes
76672 ____________________________________________________________________________
76673 [  6595] By: jhi                                   on 2000/08/11  01:47:16
76674         Log: nitfix
76675      Branch: perl
76676            ! Changes
76677 ____________________________________________________________________________
76678 [  6594] By: jhi                                   on 2000/08/11  01:36:16
76679         Log: Subject: Getting perlio and threads to compile
76680              From: Lupe Christoph <lupe@lupe-christoph.de>
76681              Date: Wed, 9 Aug 2000 11:35:54 +0200
76682              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
76683              
76684              (the Solaris version changes in Configure skipped)
76685      Branch: perl
76686            ! hints/solaris_2.sh thread.h
76687 ____________________________________________________________________________
76688 [  6593] By: jhi                                   on 2000/08/11  01:30:16
76689         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
76690              From: simon@brecon.co.uk (Simon Cozens)
76691              Date: 1 Aug 2000 06:55:19 GMT
76692              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
76693      Branch: perl
76694            ! lib/utf8.pm
76695 ____________________________________________________________________________
76696 [  6592] By: jhi                                   on 2000/08/11  01:26:39
76697         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
76698              From: Peter Scott <Peter@PeterScott.com>
76699              Date: Thu, 10 Aug 2000 08:23:27 -0700
76700              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
76701      Branch: perl
76702            ! lib/perl5db.pl
76703 ____________________________________________________________________________
76704 [  6591] By: jhi                                   on 2000/08/11  01:22:02
76705         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
76706              From: Hugo <hv@crypt.compulink.co.uk>
76707              Date: Thu, 10 Aug 2000 19:23:04 +0100
76708              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
76709      Branch: perl
76710            ! regexec.c t/op/pat.t
76711 ____________________________________________________________________________
76712 [  6590] By: jhi                                   on 2000/08/11  01:19:19
76713         Log: Preprocessing and postprocessing for File::Find.
76714              
76715              Subject: Patch to Find::File.pm to allow alphabetical results
76716              From: Joe Smith <jsmith@inwap.com>
76717              Date: Wed, 9 Aug 2000 02:44:54 -0700
76718              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
76719      Branch: perl
76720            ! lib/File/Find.pm
76721 ____________________________________________________________________________
76722 [  6589] By: jhi                                   on 2000/08/11  01:12:39
76723         Log: B::Deparse didn't do sub attributes.
76724              
76725              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
76726              From: simon@brecon.co.uk (Simon Cozens)
76727              Date: 9 Aug 2000 04:49:20 GMT
76728              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
76729      Branch: perl
76730            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
76731 ____________________________________________________________________________
76732 [  6588] By: jhi                                   on 2000/08/11  01:06:40
76733         Log: Subject: debugger "d" command doesnt check line number
76734              From: Mike Guy <mjtg@cam.ac.uk>
76735              Date: Tue, 08 Aug 2000 21:54:29 +0100
76736              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
76737      Branch: perl
76738            ! lib/perl5db.pl mg.c pod/perldiag.pod
76739 ____________________________________________________________________________
76740 [  6587] By: jhi                                   on 2000/08/11  00:45:03
76741         Log: sleep(1) does not necessarily return 1.
76742              
76743              Subject: [PATCH bleadperl] op/lex_assign.t  
76744              From: Hugo <hv@crypt.compulink.co.uk>
76745              Date: Thu, 03 Aug 2000 14:34:22 +0100        
76746              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
76747      Branch: perl
76748            ! t/op/lex_assign.t
76749 ____________________________________________________________________________
76750 [  6586] By: jhi                                   on 2000/08/11  00:31:50
76751         Log: Document the IO::Select timeout.
76752      Branch: perl
76753            ! ext/IO/lib/IO/Select.pm
76754 ____________________________________________________________________________
76755 [  6585] By: jhi                                   on 2000/08/11  00:13:54
76756         Log: Forgot contributor.
76757      Branch: perl
76758            ! Changes
76759 ____________________________________________________________________________
76760 [  6584] By: jhi                                   on 2000/08/11  00:09:19
76761         Log: detypo
76762      Branch: perl
76763            ! Changes
76764 ____________________________________________________________________________
76765 [  6583] By: jhi                                   on 2000/08/11  00:07:53
76766         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
76767              
76768              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
76769              From: Mike Guy <mjtg@cam.ac.uk> 
76770              Date: Thu, 10 Aug 2000 15:50:54 +0100
76771              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
76772      Branch: perl
76773            ! sv.c t/op/int.t
76774 ____________________________________________________________________________
76775 [  6582] By: jhi                                   on 2000/08/10  23:29:32
76776         Log: Update Changes.
76777      Branch: perl
76778            ! Changes
76779 ____________________________________________________________________________
76780 [  6581] By: jhi                                   on 2000/08/10  23:26:16
76781         Log: Put back the std @INC thing.
76782      Branch: perl
76783            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
76784            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
76785            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
76786            ! t/lib/gol-oo.t
76787 ____________________________________________________________________________
76788 [  6580] By: jhi                                   on 2000/08/10  23:03:34
76789         Log: Update to CGI 2.70, from Lincoln Stein.
76790      Branch: perl
76791            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
76792            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
76793            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
76794            ! t/lib/cgi-request.t
76795 ____________________________________________________________________________
76796 [  6579] By: jhi                                   on 2000/08/10  22:41:50
76797         Log: Update to CPAN 1.56, from Andreas König.
76798      Branch: perl
76799            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76800 ____________________________________________________________________________
76801 [  6578] By: jhi                                   on 2000/08/10  22:38:13
76802         Log: Update to Pod::Parser 1.17, from Brad Appleton.
76803      Branch: perl
76804            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
76805            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
76806            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
76807            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
76808            ! t/pod/include.t t/pod/included.t t/pod/lref.t
76809            ! t/pod/multiline_items.t t/pod/nested_items.t
76810            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
76811            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
76812            ! t/pod/special_seqs.t
76813 ____________________________________________________________________________
76814 [  6577] By: jhi                                   on 2000/08/10  22:35:41
76815         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
76816      Branch: perl
76817            ! AUTHORS MAINTAIN
76818 ____________________________________________________________________________
76819 [  6576] By: jhi                                   on 2000/08/10  22:24:54
76820         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
76821      Branch: perl
76822            + t/lib/gol-oo.t
76823            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
76824            ! t/lib/gol-compat.t t/lib/gol-linkage.t
76825 ____________________________________________________________________________
76826 [  6575] By: jhi                                   on 2000/08/10  22:02:07
76827         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
76828      Branch: perl
76829            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
76830 ____________________________________________________________________________
76831 [  6574] By: jhi                                   on 2000/08/10  21:55:03
76832         Log: Iterating perl6 description.
76833      Branch: perl
76834            ! pod/perlfaq1.pod
76835 ____________________________________________________________________________
76836 [  6573] By: jhi                                   on 2000/08/10  21:48:26
76837         Log: Revert the sv.c part of #6559, a better fix is needed.
76838      Branch: perl
76839            ! sv.c
76840 ____________________________________________________________________________
76841 [  6572] By: jhi                                   on 2000/08/10  20:33:43
76842         Log: It's the 2ndO'ROSSC.
76843      Branch: perl
76844            ! pod/perlfaq1.pod
76845 ____________________________________________________________________________
76846 [  6571] By: jhi                                   on 2000/08/10  15:55:48
76847         Log: detypo
76848      Branch: perl
76849            ! pod/perlfaq1.pod
76850 ____________________________________________________________________________
76851 [  6570] By: jhi                                   on 2000/08/10  14:11:17
76852         Log: An exceptionally sticky typo.
76853      Branch: perl
76854            ! Changes
76855 ____________________________________________________________________________
76856 [  6569] By: jhi                                   on 2000/08/10  14:09:33
76857         Log: detypo (and test Changes updating script)
76858      Branch: perl
76859            ! Changes
76860 ____________________________________________________________________________
76861 [  6568] By: jhi                                   on 2000/08/10  14:07:07
76862         Log: Update Changes.
76863      Branch: perl
76864            ! Changes
76865 ____________________________________________________________________________
76866 [  6567] By: jhi                                   on 2000/08/10  14:06:19
76867         Log: Amend the description of Perl6.
76868              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
76869              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
76870              Date: Wed, 9 Aug 2000 22:11:06 -0500
76871              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
76872      Branch: perl
76873            ! pod/perlfaq1.pod
76874 ____________________________________________________________________________
76875 [  6566] By: jhi                                   on 2000/08/10  13:58:57
76876         Log: Subject: Remove dead entry in perldiag
76877              From: Mike Guy <mjtg@cam.ac.uk>
76878              Date: Thu, 10 Aug 2000 14:19:19 +0100
76879              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
76880      Branch: perl
76881            ! pod/perldiag.pod
76882 ____________________________________________________________________________
76883 [  6565] By: jhi                                   on 2000/08/10  13:51:48
76884         Log: Zero entries were skipped, fix from Adrian Goalby
76885              <argoalby@yahoo.co.uk>
76886      Branch: perl
76887            ! lib/unicode/Number.pl lib/unicode/mktables.PL
76888 ____________________________________________________________________________
76889 [  6564] By: jhi                                   on 2000/08/10  13:00:12
76890         Log: Subject: [PATCH 5.6.0] cygwin port
76891              From: "Fifer, Eric" <EFifer@sanwaint.com>
76892              Date: Thu, 10 Aug 2000 13:15:36 +0100
76893              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
76894      Branch: perl
76895            ! README.cygwin hints/cygwin.sh
76896 ____________________________________________________________________________
76897 [  6563] By: jhi                                   on 2000/08/10  12:55:16
76898         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
76899      Branch: perl
76900            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
76901 ____________________________________________________________________________
76902 [  6562] By: gsar                                  on 2000/08/10  08:38:39
76903         Log: warn is a macro, avoid using at a variable to avoid warnings
76904              in some configurations; readdir.t is too conservative in
76905              estimating number of *.t's
76906      Branch: perl
76907            ! t/op/readdir.t util.c
76908 ____________________________________________________________________________
76909 [  6561] By: jhi                                   on 2000/08/09  23:35:42
76910         Log: Update Changes.
76911      Branch: perl
76912            ! Changes
76913 ____________________________________________________________________________
76914 [  6560] By: jhi                                   on 2000/08/09  23:05:47
76915         Log: Subject: Re: enhanced(?) regex error messages
76916              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
76917              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
76918              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
76919              
76920              (plus two small patches sent privately)
76921              (this still seems to leave few test failures)
76922      Branch: perl
76923            + t/op/regmesg.t
76924            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
76925            ! t/pragma/warn/regcomp
76926 ____________________________________________________________________________
76927 [  6559] By: jhi                                   on 2000/08/09  20:41:18
76928         Log: (The fix did work but was not right, retracted in #6573)
76929              
76930              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
76931              From: Christian Kirsch <ck@held.mind.de>
76932              Date: Wed, 9 Aug 2000 17:05:17 +0200
76933              Message-Id: <20000809170517.A25389@held>
76934      Branch: perl
76935            ! sv.c t/pragma/locale.t
76936 ____________________________________________________________________________
76937 [  6558] By: jhi                                   on 2000/08/08  22:34:08
76938         Log: Tiny updates on the contributors list.
76939      Branch: perl
76940            ! Changes
76941 ____________________________________________________________________________
76942 [  6557] By: jhi                                   on 2000/08/08  19:34:28
76943         Log: Double check that we have a dirhandle.
76944      Branch: perl
76945            ! util.c
76946 ____________________________________________________________________________
76947 [  6556] By: jhi                                   on 2000/08/08  19:01:51
76948         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
76949              May be repopulated with fresh maintained examples.
76950      Branch: perl
76951            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
76952            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
76953            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
76954            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
76955            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
76956            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
76957            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
76958            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
76959            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
76960            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
76961            + lib/CGI/eg/wilogo_gif.uu
76962            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
76963            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
76964            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
76965            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
76966            - eg/cgi/frameset.cgi eg/cgi/index.html
76967            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
76968            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
76969            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
76970            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
76971            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
76972            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
76973            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
76974            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
76975            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
76976            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
76977            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
76978            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
76979            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
76980            - eg/van/vanish eg/who eg/wrapsuid
76981            ! MANIFEST
76982 ____________________________________________________________________________
76983 [  6555] By: jhi                                   on 2000/08/08  18:51:08
76984         Log: Delete chat2 as requested by Randal.
76985              
76986              Subject: Re: perlfaq8 coyness
76987              From: merlyn@stonehenge.com (Randal L. Schwartz) 
76988              Date: 15 May 2000 18:52:42 -0700 
76989              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
76990      Branch: perl
76991            - lib/chat2.pl
76992            ! MANIFEST
76993 ____________________________________________________________________________
76994 [  6554] By: jhi                                   on 2000/08/08  18:31:35
76995         Log: Regen global.sym.
76996      Branch: perl
76997            ! global.sym
76998 ____________________________________________________________________________
76999 [  6553] By: jhi                                   on 2000/08/08  18:28:13
77000         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
77001              (either perlbug or p5p ate the original), plus regen
77002              perlapi and perltoc. 
77003      Branch: perl
77004            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
77005            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
77006            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
77007            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
77008            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
77009            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
77010            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
77011            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
77012            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
77013            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
77014 ____________________________________________________________________________
77015 [  6552] By: jhi                                   on 2000/08/08  18:06:29
77016         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
77017              From: Mike Guy <mjtg@cam.ac.uk>
77018              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
77019              Date: Tue, 08 Aug 2000 15:51:27 +0100
77020      Branch: perl
77021            ! doop.c sv.h t/op/join.t t/pragma/overload.t
77022 ____________________________________________________________________________
77023 [  6551] By: jhi                                   on 2000/08/08  18:01:11
77024         Log: Re-apply #6549.
77025      Branch: perl
77026            ! lib/perl5db.pl
77027 ____________________________________________________________________________
77028 [  6550] By: jhi                                   on 2000/08/08  17:43:08
77029         Log: Accidental retraction of #6549.
77030      Branch: perl
77031            ! lib/perl5db.pl
77032 ____________________________________________________________________________
77033 [  6549] By: jhi                                   on 2000/08/08  17:40:04
77034         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
77035              From: Mike Guy <mjtg@cam.ac.uk>
77036              Date: Mon, 07 Aug 2000 21:49:58 +0100
77037              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
77038      Branch: perl
77039            ! lib/perl5db.pl
77040 ____________________________________________________________________________
77041 [  6548] By: jhi                                   on 2000/08/08  17:37:57
77042         Log: Document here-doc better.
77043              
77044              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
77045              From: Mike Guy <mjtg@cam.ac.uk>
77046              Date: Mon, 07 Aug 2000 14:02:09 +0100
77047              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
77048      Branch: perl
77049            ! pod/perldata.pod
77050 ____________________________________________________________________________
77051 [  6547] By: jhi                                   on 2000/08/08  17:33:34
77052         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
77053              From: "Randy J. Ray" <rjray@redhat.com>
77054              Date: Mon, 07 Aug 2000 19:12:25 -0700
77055              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
77056      Branch: perl
77057            ! perl.c pod/perlrun.pod
77058 ____________________________________________________________________________
77059 [  6546] By: jhi                                   on 2000/08/08  17:29:26
77060         Log: Subject: Re: enhanced(?) regex error messages 
77061              From: Hugo <hv@crypt.compulink.co.uk>
77062              Date: Tue, 08 Aug 2000 03:25:51 +0100
77063              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
77064              
77065              plus Capitalize the error messages, plus perldiag them.
77066      Branch: perl
77067            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
77068 ____________________________________________________________________________
77069 [  6545] By: jhi                                   on 2000/08/08  13:59:28
77070         Log: Augment #6539 a bit: don't croak if there's magic in the air.
77071              
77072              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
77073              From: Hugo <hv@crypt.compulink.co.uk>
77074              Date: Tue, 08 Aug 2000 03:02:03 +0100
77075              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
77076      Branch: perl
77077            ! pp.c t/op/bless.t
77078 ____________________________________________________________________________
77079 [  6544] By: jhi                                   on 2000/08/07  21:11:52
77080         Log: Make the test -w clean.
77081      Branch: perl
77082            ! t/op/bless.t
77083 ____________________________________________________________________________
77084 [  6543] By: jhi                                   on 2000/08/07  19:49:53
77085         Log: use warnings instead of $^W.
77086      Branch: perl
77087            ! t/op/bless.t
77088 ____________________________________________________________________________
77089 [  6542] By: jhi                                   on 2000/08/07  17:41:41
77090         Log: Disable a portability warning Because We Know What We Are Doing.
77091      Branch: perl
77092            ! t/op/bless.t
77093 ____________________________________________________________________________
77094 [  6541] By: jhi                                   on 2000/08/07  17:29:51
77095         Log: Tiny tidying on report_evil_fh().
77096      Branch: perl
77097            ! util.c
77098 ____________________________________________________________________________
77099 [  6540] By: jhi                                   on 2000/08/07  16:37:38
77100         Log: Make regular expression parse error messages easier to understand.
77101              
77102              Subject: Re: enhanced(?) regex error messages
77103              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
77104              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
77105              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
77106      Branch: perl
77107            ! regcomp.c
77108 ____________________________________________________________________________
77109 [  6539] By: jhi                                   on 2000/08/07  16:12:27
77110         Log: Make bless(REF, REF) a fatal error, add bless tests.
77111              
77112              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
77113              From: Hugo <hv@crypt.compulink.co.uk>
77114              Date: Mon, 07 Aug 2000 16:59:38 +0100
77115              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
77116      Branch: perl
77117            + t/op/bless.t
77118            ! MANIFEST pod/perldiag.pod pp.c sv.c
77119 ____________________________________________________________________________
77120 [  6538] By: jhi                                   on 2000/08/07  15:59:43
77121         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
77122              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
77123              Date: Thu, 3 Aug 2000 14:29:21 -0700
77124              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
77125      Branch: perl
77126            ! lib/lib_pm.PL
77127 ____________________________________________________________________________
77128 [  6537] By: jhi                                   on 2000/08/07  15:47:18
77129         Log: Retract #6419 for now since it breaks in AFS and MachTen.
77130      Branch: perl
77131            ! lib/Cwd.pm
77132 ____________________________________________________________________________
77133 [  6536] By: jhi                                   on 2000/08/07  15:05:29
77134         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
77135              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
77136              The security hole exists only in suidperls, which isn't
77137              installed or even built by default.
77138      Branch: perl
77139            ! perl.c
77140 ____________________________________________________________________________
77141 [  6535] By: jhi                                   on 2000/08/07  14:45:14
77142         Log: tr memory corruption fix from Simon Cozens.
77143      Branch: perl
77144            ! doop.c
77145 ____________________________________________________________________________
77146 [  6534] By: jhi                                   on 2000/08/06  11:38:16
77147         Log: Document a bit that UDP is not what you might think.
77148              
77149              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
77150              From: Lupe Christoph <lupe@lupe-christoph.de>
77151              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
77152              Date: Mon, 24 Jul 2000 08:59:15 +0200
77153      Branch: perl
77154            ! pod/perlipc.pod
77155 ____________________________________________________________________________
77156 [  6533] By: jhi                                   on 2000/08/06  11:35:01
77157         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
77158              From: Jeff Pinyan <jeffp@hut.crusoe.net>
77159              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
77160              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
77161      Branch: perl
77162            ! pod/perlfunc.pod
77163 ____________________________________________________________________________
77164 [  6532] By: jhi                                   on 2000/08/06  03:45:41
77165         Log: Have symbols for the IoTYPEs.
77166      Branch: perl
77167            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
77168 ____________________________________________________________________________
77169 [  6531] By: jhi                                   on 2000/08/06  01:33:55
77170         Log: Continue fixing the io warnings.  This also
77171              sort of fixes bug ID 20000802.003: the core dump
77172              is no more.  Whether the current behaviour is correct
77173              (giving a warning: "Not a format reference"), is another matter.
77174      Branch: perl
77175            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
77176            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
77177 ____________________________________________________________________________
77178 [  6530] By: jhi                                   on 2000/08/05  21:33:12
77179         Log: Change the Policy policy: now -Dprefix= with an existing
77180              Policy.sh and prefix == siteprefix == vendorprefix, then all
77181              of them follow along the new prefix.
77182              
77183              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
77184              From: Andy Dougherty <doughera@lafayette.edu>
77185              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
77186              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
77187      Branch: perl
77188            ! Policy_sh.SH
77189 ____________________________________________________________________________
77190 [  6529] By: jhi                                   on 2000/08/05  18:57:28
77191         Log: Zap lib/Sys directory when cleaning up.
77192      Branch: perl
77193            ! Makefile.SH
77194 ____________________________________________________________________________
77195 [  6528] By: jhi                                   on 2000/08/05  18:40:44
77196         Log: Essential prototype changes were missing from #6527.
77197              Also make report_evil_fh() more bomb-proof.
77198      Branch: perl
77199            ! embed.h util.c
77200 ____________________________________________________________________________
77201 [  6527] By: jhi                                   on 2000/08/05  03:22:05
77202         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
77203              From: "Ronald F. Guilmette" <rfg@monkeys.com>
77204              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
77205              Message-Id: <200007242247.PAA52177@monkeys.com>
77206      Branch: perl
77207            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
77208 ____________________________________________________________________________
77209 [  6526] By: jhi                                   on 2000/08/04  21:23:27
77210         Log: gcc versions might have (parentheses) in them.
77211      Branch: metaconfig/U/perl
77212            ! gccvers.U
77213      Branch: perl
77214            ! Configure config_h.SH
77215 ____________________________________________________________________________
77216 [  6525] By: jhi                                   on 2000/08/04  20:23:12
77217         Log: Weed buglets pointed out by
77218              
77219              From: Lupe Christoph <lupe@lupe-christoph.de>
77220              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
77221              Date: Fri, 4 Aug 2000 17:34:39 +0200
77222              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
77223      Branch: metaconfig/U/perl
77224            ! gccvers.U uselfs.U
77225      Branch: perl
77226            ! Configure config_h.SH
77227 ____________________________________________________________________________
77228 [  6524] By: jhi                                   on 2000/08/04  19:02:08
77229         Log: Warn under -w if lstat(FH) is attempted.
77230              
77231              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
77232              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
77233              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
77234              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
77235      Branch: perl
77236            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
77237            ! t/pragma/warn/pp_sys
77238 ____________________________________________________________________________
77239 [  6523] By: jhi                                   on 2000/08/04  12:31:11
77240         Log: Subject: New perlcc, take 2
77241              From: simon@brecon.co.uk (Simon Cozens)
77242              Date: 4 Aug 2000 06:21:04 GMT
77243              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
77244      Branch: perl
77245            ! utils/perlcc.PL
77246 ____________________________________________________________________________
77247 [  6522] By: jhi                                   on 2000/08/04  12:26:33
77248         Log: Subject: Re: Array vs. List context
77249              From: Daniel Chetlin <daniel@chetlin.com>
77250              Date: Fri, 4 Aug 2000 00:22:44 -0700
77251              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
77252      Branch: perl
77253            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
77254            ! pod/perlfaq4.pod
77255 ____________________________________________________________________________
77256 [  6521] By: jhi                                   on 2000/08/04  12:22:38
77257         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
77258              From: Raymund Will <ray@caldera.de>
77259              Date: Fri, 4 Aug 2000 12:07:09 +0200
77260              Message-Id: <20000804120709.A14982@caldera.de>
77261      Branch: perl
77262            ! configure.gnu
77263 ____________________________________________________________________________
77264 [  6520] By: jhi                                   on 2000/08/04  04:09:06
77265         Log: After the #6519 a warning about stat() is just that,
77266              not about a filetest, which now have their own warning.
77267      Branch: perl
77268            ! pod/perldiag.pod
77269 ____________________________________________________________________________
77270 [  6519] By: jhi                                   on 2000/08/04  04:06:30
77271         Log: In the warnings call filehandles consistently so;
77272              add "unopened" warning for stat().
77273      Branch: perl
77274            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
77275            ! t/pragma/warn/pp_sys
77276 ____________________________________________________________________________
77277 [  6518] By: jhi                                   on 2000/08/04  02:55:35
77278         Log: Subject: Minor tweak to perlvar.pod
77279              From: "Stephen P. Potter" <spp@ds.net>
77280              Date: Tue, 18 Apr 2000 09:26:03 -0400
77281              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
77282      Branch: perl
77283            ! pod/perlvar.pod
77284 ____________________________________________________________________________
77285 [  6517] By: jhi                                   on 2000/08/04  02:50:08
77286         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
77287              From: "Clinton Pierce" <cpierce1@ford.com>
77288              Date: Wed, 21 Jul 1999 16:45:31 -0400
77289              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
77290              
77291              Fix by Stephen Potter (visible in the bug db but not in p5p?)
77292      Branch: perl
77293            ! pod/perlfunc.pod pod/perlop.pod
77294 ____________________________________________________________________________
77295 [  6516] By: jhi                                   on 2000/08/04  02:09:25
77296         Log: This is 6512.  Really.
77297      Branch: perl
77298            ! dump.c
77299 ____________________________________________________________________________
77300 [  6515] By: jhi                                   on 2000/08/04  01:25:50
77301         Log: mention the idea of @( and @)
77302      Branch: perl
77303            ! Todo-5.6
77304 ____________________________________________________________________________
77305 [  6514] By: bailey                                on 2000/08/04  01:18:46
77306         Log: YA resync with mainstem, including VMS patches from others
77307      Branch: vmsperl
77308           +> (branch 48 files)
77309            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
77310           !> (integrate 354 files)
77311 ____________________________________________________________________________
77312 [  6513] By: jhi                                   on 2000/08/04  01:18:18
77313         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
77314              From: Mark Dickinson <dickins3@fas.harvard.edu>
77315              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
77316              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
77317      Branch: perl
77318            ! t/op/grent.t t/op/pwent.t
77319 ____________________________________________________________________________
77320 [  6512] By: jhi                                   on 2000/08/04  01:14:06
77321         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
77322              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77323              Date: Wed, 02 Aug 2000 10:51:01 +0100
77324              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
77325      Branch: perl
77326            ! sv.c
77327 ____________________________________________________________________________
77328 [  6511] By: jhi                                   on 2000/08/04  00:57:00
77329         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
77330              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77331              Date: Thu, 03 Aug 2000 17:20:04 -0700
77332              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
77333      Branch: metaconfig
77334            ! U/modified/Cppsym.U
77335      Branch: perl
77336            ! Configure config_h.SH
77337 ____________________________________________________________________________
77338 [  6510] By: jhi                                   on 2000/08/04  00:25:28
77339         Log: detypo
77340      Branch: perl
77341            ! Makefile.SH
77342 ____________________________________________________________________________
77343 [  6509] By: jhi                                   on 2000/08/03  23:43:18
77344         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
77345              From: Dominic Dunlop <domo@computer.org>
77346              Date: Thu, 3 Aug 2000 22:16:46 +0200
77347              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
77348      Branch: perl
77349            ! t/op/sprintf.t
77350 ____________________________________________________________________________
77351 [  6508] By: jhi                                   on 2000/08/03  23:40:37
77352         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
77353              From: Hugo <hv@crypt.compulink.co.uk>
77354              Date: Thu, 03 Aug 2000 18:25:30 +0100
77355              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
77356      Branch: perl
77357            ! regcomp.c t/op/re_tests
77358 ____________________________________________________________________________
77359 [  6507] By: jhi                                   on 2000/08/03  23:38:28
77360         Log: Subject: [PATCH] sv.h documentation - SvLEN
77361              From: Mike Guy <mjtg@cam.ac.uk>
77362              Date: Thu, 03 Aug 2000 14:43:09 +0100
77363              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
77364      Branch: perl
77365            ! sv.h
77366 ____________________________________________________________________________
77367 [  6506] By: jhi                                   on 2000/08/03  15:49:14
77368         Log: Disable the fix_pl hack for now.
77369      Branch: perl
77370            ! Makefile.SH
77371 ____________________________________________________________________________
77372 [  6505] By: jhi                                   on 2000/08/03  13:49:04
77373         Log: Add a URL for FSF.
77374              
77375              Subject: Patch for README
77376              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
77377              Date: Wed, 2 Aug 2000 13:25:09 -0500
77378              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
77379      Branch: perl
77380            ! README
77381 ____________________________________________________________________________
77382 [  6504] By: jhi                                   on 2000/08/03  13:29:19
77383         Log: Be more informative on what is skipped and why,
77384              also repeat the list at the end.
77385      Branch: perl
77386            ! Porting/p4desc
77387 ____________________________________________________________________________
77388 [  6503] By: jhi                                   on 2000/08/03  13:07:05
77389         Log: Circumvent the removal of .patch by fix_pl.
77390              
77391              Subject: Re: [ID 20000802.011] unable to 'make test'          
77392              From: simon@brecon.co.uk (Simon Cozens) 
77393              Date: 3 Aug 2000 04:17:00 GMT
77394              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
77395      Branch: perl
77396            ! Makefile.SH
77397 ____________________________________________________________________________
77398 [  6502] By: jhi                                   on 2000/08/03  00:14:34
77399         Log: Add the missing setproctitle unit.
77400      Branch: metaconfig/U/perl
77401            + d_setproctitle.U
77402 ____________________________________________________________________________
77403 [  6501] By: jhi                                   on 2000/08/03  00:00:26
77404         Log: The subtest 4 may fail also on VOBS, as pointed out
77405              by Nick Ing-Simmons in November 1999, bug id 19991124.003
77406              (but the failure in that bug report isn't the subtest 4).
77407      Branch: perl
77408            ! t/op/stat.t
77409 ____________________________________________________________________________
77410 [  6500] By: jhi                                   on 2000/08/02  23:49:30
77411         Log: Better skip message for the test; one of the two problems in
77412              
77413              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
77414              From: Lupe Christoph <lupe@lupe-christoph.de>
77415              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
77416              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
77417      Branch: perl
77418            ! t/op/numconvert.t
77419 ____________________________________________________________________________
77420 [  6499] By: jhi                                   on 2000/08/02  22:49:16
77421         Log: Allow "no Module;" even if there is no 'unimport'.
77422              
77423              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
77424              From: mjd@plover.com
77425              Date: 24 Mar 2000 15:24:34 -0000
77426              Message-Id: <20000324152434.15160.qmail@plover.com>
77427      Branch: perl
77428            ! gv.c
77429 ____________________________________________________________________________
77430 [  6498] By: jhi                                   on 2000/08/02  22:42:58
77431         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
77432              that are hopefully soon put into use.
77433      Branch: perl
77434            ! opcode.h opcode.pl opnames.h
77435 ____________________________________________________________________________
77436 [  6497] By: gsar                                  on 2000/08/02  22:28:59
77437         Log: require.t needs binmode() to work on windows
77438      Branch: perl
77439            ! t/comp/require.t
77440 ____________________________________________________________________________
77441 [  6496] By: jhi                                   on 2000/08/02  22:08:51
77442         Log: Document the IVdf UVuf UVof UVxf.
77443      Branch: perl
77444            ! pod/perlguts.pod
77445 ____________________________________________________________________________
77446 [  6495] By: jhi                                   on 2000/08/02  21:54:26
77447         Log: detypo #6494
77448      Branch: perl
77449            ! ext/Data/Dumper/Dumper.xs
77450 ____________________________________________________________________________
77451 [  6494] By: jhi                                   on 2000/08/02  21:49:17
77452         Log: Dump UVs as UVs in Data::Dumper.
77453              
77454              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
77455              From: Gurusamy Sarathy <gsar@ActiveState.com>
77456              Date: Thu, 27 Apr 2000 12:26:25 -0700
77457              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
77458      Branch: perl
77459            ! ext/Data/Dumper/Dumper.xs
77460 ____________________________________________________________________________
77461 [  6493] By: jhi                                   on 2000/08/02  17:01:58
77462         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
77463              From: Hugo <hv@crypt.compulink.co.uk>
77464              Date: Wed, 02 Aug 2000 14:53:56 +0100
77465              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
77466      Branch: perl
77467            ! regexec.c t/op/re_tests
77468 ____________________________________________________________________________
77469 [  6492] By: jhi                                   on 2000/08/02  15:02:46
77470         Log: The new setproctitle() feature is available only in 
77471              bleeding edge FreeBSD.  From Paul Saab.
77472      Branch: perl
77473            ! mg.c
77474 ____________________________________________________________________________
77475 [  6491] By: jhi                                   on 2000/08/02  13:34:36
77476         Log: The tr utf8 patching continues.
77477              
77478              Subject: Re: #6469, too many tests claimed in require.t
77479              From: simon@brecon.co.uk (Simon Cozens)
77480              Date: 2 Aug 2000 02:37:17 GMT
77481              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
77482              
77483              (the logic of the test was the wrong way round in the patch)
77484      Branch: perl
77485            ! doop.c
77486 ____________________________________________________________________________
77487 [  6490] By: jhi                                   on 2000/08/02  13:27:38
77488         Log: The name of a filehandle does not have <these>.
77489      Branch: perl
77490            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
77491            ! t/pragma/warn/pp_sys util.c
77492 ____________________________________________________________________________
77493 [  6489] By: jhi                                   on 2000/08/02  04:26:46
77494         Log: Remove the extraneous "main::" prefix from all the
77495              "opened only for", "on closed", and "never opened" warnings.
77496              
77497              Subject: Re: inappropriate warning
77498              From: Gurusamy Sarathy <gsar@ActiveState.com>
77499              Date: Mon, 20 Mar 2000 11:28:02 -0800
77500              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
77501      Branch: perl
77502            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
77503            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
77504            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
77505 ____________________________________________________________________________
77506 [  6488] By: jhi                                   on 2000/08/02  03:02:57
77507         Log: memcpy has n o in it, as pinted ut by Sarathy.
77508      Branch: perl
77509            ! pod/perlguts.pod
77510 ____________________________________________________________________________
77511 [  6487] By: jhi                                   on 2000/08/02  02:44:51
77512         Log: Document in one place the memory abstractions used in Perl core.
77513              
77514              Subject: Re: Memory abstraction
77515              From: simon@brecon.co.uk (Simon Cozens)
77516              Date: 2 Aug 2000 02:20:23 GMT
77517              Organization: Earth.li Origins
77518      Branch: perl
77519            ! pod/perlguts.pod
77520 ____________________________________________________________________________
77521 [  6486] By: jhi                                   on 2000/08/02  02:41:57
77522         Log: regen_headers, regen perltoc.
77523      Branch: perl
77524            ! perlapi.c pod/perltoc.pod
77525 ____________________________________________________________________________
77526 [  6485] By: jhi                                   on 2000/08/02  01:43:33
77527         Log: "This little thing tests for a file .patch, and if it contains
77528              a number, pops into patchlevel.h" (making it easier to track
77529              which development version people are reporting bugs against)
77530              
77531              Subject: Patchlevel autogeneration for repository perls
77532              From: simon@brecon.co.uk (Simon Cozens)
77533              Date: 14 Jul 2000 07:12:15 GMT
77534              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
77535      Branch: perl
77536            + fix_pl
77537            ! MANIFEST Makefile.SH
77538 ____________________________________________________________________________
77539 [  6484] By: jhi                                   on 2000/08/02  01:32:54
77540         Log: FreeBSD 3.* updates from
77541              
77542              From: Paul Saab <ps@yahoo-inc.com>
77543              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
77544              Date: Tue, 1 Aug 2000 15:41:39 -0700
77545              Message-Id: <20000801154139.A53740@yahoo-inc.com>
77546      Branch: perl
77547            ! hints/freebsd.sh
77548 ____________________________________________________________________________
77549 [  6483] By: jhi                                   on 2000/08/02  01:27:44
77550         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
77551              instead one must use setproctitle().  This was already addressed
77552              by change #6457, but the below has a new variant for FreeBSD 4.0
77553              or later, and the matter is also documented more.
77554              
77555              From: Paul Saab <ps@yahoo-inc.com>
77556              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
77557              Date: Tue, 1 Aug 2000 15:41:39 -0700
77558              Message-Id: <20000801154139.A53740@yahoo-inc.com>
77559      Branch: metaconfig/U/perl
77560            + i_libutil.U
77561      Branch: perl
77562            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
77563 ____________________________________________________________________________
77564 [  6482] By: jhi                                   on 2000/08/01  22:17:32
77565         Log: The test from this
77566              
77567              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
77568              Date: Sat, 15 Apr 2000 17:03:44 +0100
77569              From: Tom Hughes <tom@compton.nu>
77570              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
77571              
77572              was missing, the code change went in as #5989
77573              (which had a different test?)
77574      Branch: perl
77575            ! t/op/misc.t
77576 ____________________________________________________________________________
77577 [  6481] By: jhi                                   on 2000/08/01  21:48:38
77578         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
77579              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
77580              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
77581              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
77582      Branch: perl
77583            ! perl.h
77584 ____________________________________________________________________________
77585 [  6480] By: jhi                                   on 2000/08/01  18:05:28
77586         Log: Make p4desc to skip non-mainperl branches by default.
77587      Branch: perl
77588            ! Porting/p4desc
77589 ____________________________________________________________________________
77590 [  6479] By: jhi                                   on 2000/08/01  17:29:19
77591         Log: If gccosandvers is equal to osname, clear gccosandvers.
77592      Branch: metaconfig/U/perl
77593            ! gccvers.U
77594      Branch: perl
77595            ! Configure config_h.SH
77596 ____________________________________________________________________________
77597 [  6478] By: jhi                                   on 2000/08/01  15:54:08
77598         Log: BOM patching from Simon Cozens.
77599      Branch: perl
77600            ! toke.c
77601 ____________________________________________________________________________
77602 [  6477] By: jhi                                   on 2000/08/01  04:50:33
77603         Log: Stash away the largefiles flags and libswanted.
77604      Branch: perl
77605            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
77606 ____________________________________________________________________________
77607 [  6476] By: gsar                                  on 2000/08/01  04:24:24
77608         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
77609              on Windows)
77610      Branch: perl
77611            ! t/pragma/utf8.t utf8.c win32/win32.c
77612 ____________________________________________________________________________
77613 [  6475] By: jhi                                   on 2000/08/01  03:35:24
77614         Log: Make chr() for values >127 to create utf8 when under utf8.
77615              
77616              Subject: Re: uft8/chr()
77617              From: simon@brecon.co.uk (Simon Cozens)
77618              Date: 1 Aug 2000 02:37:02 GMT
77619              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
77620      Branch: perl
77621            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
77622 ____________________________________________________________________________
77623 [  6474] By: jhi                                   on 2000/08/01  02:36:18
77624         Log: In Digital UNIX warn if gcc explicitly chosen because even
77625              2.95.2 is known to cause problems.
77626      Branch: perl
77627            ! hints/dec_osf.sh
77628 ____________________________________________________________________________
77629 [  6473] By: jhi                                   on 2000/08/01  02:00:56
77630         Log: Make the safety catch for buggy gccs work with triple version
77631              numbers like 2.95.2.  Reported in
77632              
77633              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
77634              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
77635              Date: Mon, 31 Jul 2000 14:55:06 +0200
77636              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
77637      Branch: perl
77638            ! hints/dec_osf.sh
77639 ____________________________________________________________________________
77640 [  6472] By: jhi                                   on 2000/08/01  01:13:33
77641         Log: Subject: fix and question re: waitpid() under win32
77642              From: Brian Clarke <clarke@appliedmeta.com>
77643              Date: Fri, 28 Jul 2000 15:18:29 -0400
77644              Message-ID: <3981DC85.290314EB@appliedmeta.com>
77645              
77646              Slightly reformatted and WNOHANG # define moved to win32.h
77647              so that also POSIX.xs sees it, as suggsted by Sarathy.
77648      Branch: perl
77649            ! win32/win32.c win32/win32.h
77650 ____________________________________________________________________________
77651 [  6471] By: jhi                                   on 2000/08/01  00:55:05
77652         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
77653              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77654              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
77655              Date: Mon, 31 Jul 2000 13:28:51 +0100
77656              
77657              (aka ID 20000730.002)
77658      Branch: perl
77659            ! op.c t/op/tr.t
77660 ____________________________________________________________________________
77661 [  6470] By: jhi                                   on 2000/07/31  23:34:42
77662         Log: Document the problem with -P in HP-UX and its workaround.
77663              
77664              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
77665              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
77666              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
77667              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
77668      Branch: perl
77669            ! README.hpux
77670 ____________________________________________________________________________
77671 [  6469] By: jhi                                   on 2000/07/31  04:15:02
77672         Log: The swallow_bom() saga continues.  The #23 of require.t
77673              (UTF16-LE) still fails (silently, no output) but the #22
77674              (UTF16-BE) seems to be working now.  The root of the
77675              failure may be in sv_gets(): is it UTF-16LE-aware,
77676              especially when it comes to line endings? 
77677      Branch: perl
77678            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
77679            ! t/comp/require.t toke.c utf8.c
77680 ____________________________________________________________________________
77681 [  6468] By: jhi                                   on 2000/07/30  19:05:48
77682         Log: Find green threads before native threads.
77683              
77684              Subject: Re: Patch to jpl/JNI/Makefile.PL
77685              From: Jens Thomsen <jens@fiend.cis.com>
77686              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
77687              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
77688      Branch: perl
77689            ! jpl/JNI/Makefile.PL
77690 ____________________________________________________________________________
77691 [  6467] By: jhi                                   on 2000/07/30  18:36:22
77692         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
77693      Branch: perl
77694            ! doop.c
77695 ____________________________________________________________________________
77696 [  6466] By: jhi                                   on 2000/07/30  04:37:29
77697         Log: A new version of the "remove UPPERACSE string comparison"
77698              operators.  The problem with the previous one (change #6454)
77699              was that it was for Perl 5.6.0.  From Paul Marquess.
77700      Branch: perl
77701            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
77702            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
77703            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
77704 ____________________________________________________________________________
77705 [  6465] By: jhi                                   on 2000/07/29  22:39:56
77706         Log: Do not upgrade SVs into utf8 just because they participate
77707              in eq or cmp.  Reported and fix suggested in
77708              
77709              Subject: [ID 20000720.009] sv_eq UTF8 bug
77710              From: "Simon Cozens" <simon@othersideofthe.earth.li>
77711              Date: 21 Jul 2000 04:37:29 -0000
77712              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
77713              
77714              Exercise for the kind reader: should we or should we not
77715              cache the utf8 conversion alongside the SV? (as magic,
77716              as the strxfrm()ed version is cached under use locale)
77717              Argue both for and against.
77718      Branch: perl
77719            ! sv.c
77720 ____________________________________________________________________________
77721 [  6464] By: jhi                                   on 2000/07/29  22:36:22
77722         Log: Subject: UTF8 concat
77723              From: simon@brecon.co.uk (Simon Cozens) 
77724              Date: 30 Jun 2000 06:13:25 GMT
77725              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
77726              
77727              (with a memory leak fixed, plus a few casts added)
77728              
77729              This also seems to help for
77730              
77731              Subject: [ID 20000716.015] join UTF8 weirdness
77732              From: root <root@ak-71.mind.de> 
77733              Date: Sat, 15 Jul 2000 15:29:54 +0200
77734              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
77735              
77736              (from Andreas König)
77737      Branch: perl
77738            ! pp_hot.c
77739 ____________________________________________________________________________
77740 [  6463] By: jhi                                   on 2000/07/29  00:55:39
77741         Log: Tune the comments and hopefully stop a memory leak.
77742      Branch: perl
77743            ! toke.c utf8.c
77744 ____________________________________________________________________________
77745 [  6462] By: jhi                                   on 2000/07/29  00:16:53
77746         Log: The problem described in this
77747              
77748              Subject: [ID 20000322.018] named chars aren't magical enough
77749              From: root <root@dixie.cscaper.com>     
77750              Date: Wed, 22 Mar 2000 18:37:42 -0700
77751              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
77752              
77753              has been fixed in perl 5.6.0 but just in case added a test
77754              to keep it away.  (The report from Joseph Hall.)
77755      Branch: perl
77756            ! t/lib/charnames.t
77757 ____________________________________________________________________________
77758 [  6461] By: jhi                                   on 2000/07/28  23:56:36
77759         Log: Tiny fixes for #6460.
77760      Branch: metaconfig/U/perl
77761            ! gccvers.U
77762      Branch: perl
77763            ! Configure config_h.SH
77764 ____________________________________________________________________________
77765 [  6460] By: jhi                                   on 2000/07/28  23:24:41
77766         Log: Warn if the version of the operating system used to compile gcc
77767              differs from the current version of the operating system.
77768              Also display the gcc compilation os and version in myconfig.
77769              Inspiration from
77770              
77771              Subject: Re: [ID 20000710.003] ERRORS!!         
77772              From: "Kurt D. Starsinic" <kstar@chapin.edu>
77773              Date: Mon, 10 Jul 2000 15:54:16 -0400
77774              Message-ID: <20000710155416.A1384@O2.chapin.edu>
77775      Branch: metaconfig/U/perl
77776            ! gccvers.U
77777      Branch: perl
77778            ! Configure config_h.SH myconfig.SH
77779 ____________________________________________________________________________
77780 [  6459] By: jhi                                   on 2000/07/28  22:00:32
77781         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
77782              letter to $Config{osvers}.
77783      Branch: metaconfig
77784            ! U/modified/Oldconfig.U
77785      Branch: perl
77786            ! Configure config_h.SH
77787 ____________________________________________________________________________
77788 [  6458] By: jhi                                   on 2000/07/28  04:15:39
77789         Log: Back out #6454, doesn't seem to work.
77790              (Reason: that patch was for perl 5.6.0, not perl-current)
77791              (A version of the patch for perl-current came in later as #6466)
77792      Branch: perl
77793            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
77794            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
77795            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
77796 ____________________________________________________________________________
77797 [  6457] By: jhi                                   on 2000/07/27  23:31:49
77798         Log: Use setproctitle() if available to modify $0.
77799              
77800              Subject: setting $* on BSD4 broken
77801              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
77802              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
77803              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
77804      Branch: metaconfig
77805            ! U/modified/Myinit.U
77806      Branch: perl
77807            ! Configure config_h.SH mg.c
77808 ____________________________________________________________________________
77809 [  6456] By: jhi                                   on 2000/07/27  14:50:47
77810         Log: Allow "no AutoLoader;", based on change #6444,
77811              suggested by Graham Barr.
77812      Branch: perl
77813            ! lib/AutoLoader.pm
77814 ____________________________________________________________________________
77815 [  6455] By: jhi                                   on 2000/07/27  14:19:10
77816         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
77817              From: rspier@pobox.com (Robert Spier)
77818              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
77819              Message-ID: <14720.15855.787664.424783@rls.cx>
77820      Branch: perl
77821            ! pod/perldiag.pod
77822 ____________________________________________________________________________
77823 [  6454] By: jhi                                   on 2000/07/27  14:03:02
77824         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
77825              for a long time).
77826              
77827              Reported in
77828              
77829              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
77830              From: Ryan Herbert <rherbert@sycamorehq.com>
77831              Date: Mon, 17 Jul 2000 11:40:42 -0400
77832              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
77833              
77834              Patched in
77835              
77836              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
77837              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
77838              Date: Wed, 26 Jul 2000 23:40:18 +0100
77839              Message-ID: <000001bff752$79511880$0a17073e@tiny>
77840              
77841              based on an earlier patch from Stephen P. Potter.
77842              
77843              (Removed later by change #6458 because this patch was for
77844              perl 5.6.0, not perl-current)
77845      Branch: perl
77846            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
77847            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
77848            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
77849 ____________________________________________________________________________
77850 [  6453] By: jhi                                   on 2000/07/27  13:48:02
77851         Log: Subject: [PATCH] fixes bug 20000508.004
77852              From: Michael Stevens <mstevens@globnix.org>
77853              Date: Thu, 27 Jul 2000 13:49:04 +0100
77854              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
77855      Branch: perl
77856            ! pod/perldata.pod
77857 ____________________________________________________________________________
77858 [  6452] By: jhi                                   on 2000/07/26  23:51:26
77859         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
77860              and Craig A. Berry.
77861      Branch: perl
77862            ! lib/File/Temp.pm pod/perlport.pod
77863 ____________________________________________________________________________
77864 [  6451] By: jhi                                   on 2000/07/26  19:43:30
77865         Log: Be wary of close()s, too.
77866              
77867              Subject: Re: [PATCH] perlbug cleanup
77868              From: Tim Jenness <t.jenness@jach.hawaii.edu>
77869              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
77870              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
77871      Branch: perl
77872            ! utils/perlbug.PL
77873 ____________________________________________________________________________
77874 [  6450] By: jhi                                   on 2000/07/26  18:41:40
77875         Log: Subject: Minor doc patch: handy.h
77876              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
77877              Date: Wed, 26 Jul 2000 15:34:25 -0300
77878              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
77879      Branch: perl
77880            ! handy.h pod/perlapi.pod
77881 ____________________________________________________________________________
77882 [  6449] By: jhi                                   on 2000/07/26  18:23:55
77883         Log: Subject: [PATCH] minor doc change - perlguts
77884              From: Michael Stevens <mstevens@globnix.org>
77885              Date: Thu, 13 Jul 2000 12:39:18 +0100
77886              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
77887      Branch: perl
77888            ! pod/perlguts.pod
77889 ____________________________________________________________________________
77890 [  6448] By: jhi                                   on 2000/07/26  18:20:30
77891         Log: open() wariness in perlbug.
77892              
77893              Subject: [PATCH] perlbug cleanup
77894              From: Michael Stevens <mstevens@globnix.org>
77895              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
77896              Date: Thu, 13 Jul 2000 15:52:23 +0100
77897      Branch: perl
77898            ! utils/perlbug.PL
77899 ____________________________________________________________________________
77900 [  6447] By: jhi                                   on 2000/07/26  18:13:04
77901         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
77902      Branch: perl
77903            ! lib/File/Temp.pm t/lib/ftmp-security.t
77904 ____________________________________________________________________________
77905 [  6446] By: jhi                                   on 2000/07/26  18:06:32
77906         Log: docfix from Peter Scott <Peter@PSDT.com>.
77907      Branch: perl
77908            ! pod/perlfunc.pod
77909 ____________________________________________________________________________
77910 [  6445] By: jhi                                   on 2000/07/26  17:53:31
77911         Log: Fix *foo{FORMAT}.
77912              
77913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77914              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
77915              Date: Wed, 26 Jul 2000 19:51:02 +0200
77916              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
77917              
77918              From: Graham Barr <gbarr@pobox.com>
77919              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
77920              Date: Wed, 26 Jul 2000 17:38:36 +0100
77921              Message-ID: <20000726173836.L472@pobox.com>
77922      Branch: perl
77923            ! pp.c sv.c t/op/gv.t
77924 ____________________________________________________________________________
77925 [  6444] By: jhi                                   on 2000/07/26  17:49:14
77926         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
77927              from Graham Barr in the module list.
77928      Branch: perl
77929            ! gv.c pod/perlobj.pod
77930 ____________________________________________________________________________
77931 [  6443] By: jhi                                   on 2000/07/26  16:06:56
77932         Log: More split() doc and test patches from Mike Guy.
77933      Branch: perl
77934            ! pod/perlfunc.pod t/op/split.t
77935 ____________________________________________________________________________
77936 [  6442] By: jhi                                   on 2000/07/26  16:05:30
77937         Log: MacOS nits from Matthias Neeracher.
77938      Branch: perl
77939            ! perl.c pp_ctl.c
77940 ____________________________________________________________________________
77941 [  6441] By: jhi                                   on 2000/07/26  04:39:57
77942         Log: Subject: [PATCH] split /^/
77943              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77944              Date: Tue, 25 Jul 2000 14:18:57 +0100
77945              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
77946              
77947              (with notes from tchrist and gbarr)
77948      Branch: perl
77949            ! pod/perlfunc.pod t/op/split.t
77950 ____________________________________________________________________________
77951 [  6440] By: jhi                                   on 2000/07/26  04:32:32
77952         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
77953              From: Peter Prymmer <pvhp@forte.com>
77954              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
77955              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
77956      Branch: perl
77957            ! vms/munchconfig.c
77958 ____________________________________________________________________________
77959 [  6439] By: jhi                                   on 2000/07/26  04:31:01
77960         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
77961              to be fatal errors (instead of by default ignoring them, and
77962              ignoring with a bug: even though -w gave an error, the opening [
77963              was left in)  Reported in:
77964              
77965              Subject: [ID 20000716.024] [=cc=] / [:blank:]
77966              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
77967              Date: Sun, 16 Jul 2000 17:55:29 -0700
77968              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
77969      Branch: perl
77970            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
77971 ____________________________________________________________________________
77972 [  6438] By: jhi                                   on 2000/07/25  15:41:15
77973         Log: Subject: [PATCH] av.c apidoc
77974              From: simon@brecon.co.uk (Simon Cozens)
77975              Date: 24 Jul 2000 06:40:52 GMT
77976              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
77977      Branch: perl
77978            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
77979            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
77980 ____________________________________________________________________________
77981 [  6437] By: jhi                                   on 2000/07/25  14:05:36
77982         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
77983              From: "Stephen P. Potter" <spp@ds.net>
77984              Date: Mon, 24 Jul 2000 14:22:23 -0400
77985              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
77986      Branch: perl
77987            ! pod/perllocale.pod
77988 ____________________________________________________________________________
77989 [  6436] By: jhi                                   on 2000/07/25  14:02:03
77990         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
77991              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77992              Date: Mon, 24 Jul 2000 18:04:28 +0100
77993              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
77994      Branch: perl
77995            ! t/lib/syslfs.t t/op/lfs.t
77996 ____________________________________________________________________________
77997 [  6435] By: jhi                                   on 2000/07/25  13:59:28
77998         Log: Get UTF16 BOMs working.  Patch from
77999              
78000              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
78001              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78002              Date: Tue, 25 Jul 2000 12:52:45 +0100
78003              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
78004              
78005              and notes from
78006              
78007              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
78008              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78009              Date: Tue, 25 Jul 2000 11:43:25 +0100
78010              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
78011      Branch: perl
78012            ! t/comp/require.t toke.c utf8.c
78013 ____________________________________________________________________________
78014 [  6434] By: jhi                                   on 2000/07/25  02:39:54
78015         Log: Make the "uninit variable" warning to say "concat or string"
78016              or "join or string" when in concat or join .
78017              
78018              Subject: Re: [ID 20000403.009] uninitialised concatenation???
78019              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78020              Date: Tue, 04 Apr 2000 18:22:58 +0100
78021              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
78022              
78023              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
78024              From: William R Ward <hermit@BayView.COM>
78025              Date: Thu, 30 Mar 2000 19:50:03 -0800
78026              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
78027      Branch: perl
78028            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
78029            ! t/pragma/warn/op t/pragma/warn/sv
78030 ____________________________________________________________________________
78031 [  6433] By: jhi                                   on 2000/07/24  17:52:56
78032         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
78033      Branch: perl
78034            ! lib/File/Spec/VMS.pm
78035 ____________________________________________________________________________
78036 [  6432] By: jhi                                   on 2000/07/24  17:44:44
78037         Log: Test cases for #6431.
78038              
78039              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
78040              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78041              Date: Mon, 24 Jul 2000 15:32:29 +0100
78042              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
78043      Branch: perl
78044            ! t/op/pat.t t/op/split.t
78045 ____________________________________________________________________________
78046 [  6431] By: jhi                                   on 2000/07/24  17:43:17
78047         Log: Bind op fix.
78048              
78049              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
78050              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78051              Date: Mon, 17 Jul 2000 20:04:56 +0100
78052              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
78053      Branch: perl
78054            ! op.c
78055 ____________________________________________________________________________
78056 [  6430] By: jhi                                   on 2000/07/24  03:42:42
78057         Log: Subject: [ID 20000716.023] syslog test fails without sockets
78058              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78059              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
78060              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
78061      Branch: metaconfig/U/perl
78062            ! Extensions.U
78063      Branch: perl
78064            ! Configure config_h.SH
78065 ____________________________________________________________________________
78066 [  6429] By: jhi                                   on 2000/07/24  03:11:52
78067         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
78068              case, but add also notes explaining the relationship of this
78069              patch and the earlier notes by Sarathy.
78070              
78071              Subject: Map is still slow
78072              From: "Ben Tilly" <ben_tilly@hotmail.com>
78073              Date: Sat, 15 Jul 2000 17:23:27 EDT
78074              Message-ID: <20000715212327.21656.qmail@hotmail.com>
78075      Branch: perl
78076            ! pp_ctl.c
78077 ____________________________________________________________________________
78078 [  6428] By: jhi                                   on 2000/07/24  02:58:52
78079         Log: Documentation to explain the behaviour of map().
78080              
78081              Subject: Re: Map is still slow 
78082              From: Gurusamy Sarathy <gsar@ActiveState.com>
78083              Date: Sat, 15 Jul 2000 16:05:09 -0700
78084              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
78085      Branch: perl
78086            ! pp_ctl.c
78087 ____________________________________________________________________________
78088 [  6427] By: jhi                                   on 2000/07/24  02:50:03
78089         Log: Add tests for
78090              [ID 19991110.003] another matching finding by pcre author
78091              which has already been fixed by some patch, as verified in
78092              
78093              Subject: Re: two regex bugs from the mists of time (well, last November)
78094              From: Hugo <hv@crypt.compulink.co.uk>
78095              Date: Sat, 22 Jul 2000 18:12:58 +0100
78096              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
78097      Branch: perl
78098            ! t/op/re_tests
78099 ____________________________________________________________________________
78100 [  6426] By: jhi                                   on 2000/07/24  02:11:20
78101         Log: A missing 'break' after the [[:space:]] switch case.
78102              
78103              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
78104              From: "Stephen P. Potter" <spp@ds.net>
78105              Date: Tue, 18 Jul 2000 16:25:17 -0400
78106              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
78107      Branch: perl
78108            ! regcomp.c
78109 ____________________________________________________________________________
78110 [  6425] By: jhi                                   on 2000/07/24  02:06:12
78111         Log: The output might have been produced in the wrong order.
78112              
78113              Subject: [ID 20000720.003] [PATCH] t/op/write.t
78114              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78115              Date: Thu, 20 Jul 2000 18:49:18 +0100
78116              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
78117      Branch: perl
78118            ! t/op/write.t
78119 ____________________________________________________________________________
78120 [  6424] By: jhi                                   on 2000/07/24  02:00:07
78121         Log: Use STDOUT consistently.
78122              
78123              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
78124              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78125              Date: Thu, 20 Jul 2000 18:04:01 +0100
78126              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
78127      Branch: perl
78128            ! lib/Test/Harness.pm
78129 ____________________________________________________________________________
78130 [  6423] By: jhi                                   on 2000/07/24  01:54:54
78131         Log: Protect against "wild next"s, that is, callbacks doing "next"
78132              instead of "return".
78133              
78134              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
78135              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78136              Date: Tue, 18 Jul 2000 11:30:16 +0100
78137              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
78138      Branch: perl
78139            ! lib/File/Find.pm
78140 ____________________________________________________________________________
78141 [  6422] By: jhi                                   on 2000/07/24  01:35:47
78142         Log: Out-of-date note removed.
78143              
78144              Subject: [PATCH] documentation perlipc
78145              From: rspier@pobox.com (Robert Spier)
78146              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
78147              Message-ID: <14711.35178.572612.502654@rls.cx>
78148      Branch: perl
78149            ! pod/perlipc.pod
78150 ____________________________________________________________________________
78151 [  6421] By: jhi                                   on 2000/07/24  00:09:18
78152         Log: Send all installperl messages to STDERR and be -w clean.
78153              
78154              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
78155              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78156              Date: Sat, 22 Jul 2000 14:02:11 +0100
78157              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
78158      Branch: perl
78159            ! installperl
78160 ____________________________________________________________________________
78161 [  6420] By: jhi                                   on 2000/07/24  00:04:19
78162         Log: Decutandpasto.
78163              
78164              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
78165              From: "Richard Soderberg" <rs@crystalflame.net>
78166              Date: Sun, 23 Jul 2000 01:37:23 -0700
78167              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
78168      Branch: perl
78169            ! pod/perlipc.pod
78170 ____________________________________________________________________________
78171 [  6419] By: jhi                                   on 2000/07/24  00:01:12
78172         Log: A cleaner abs_path().
78173              Subject: Re: unix alternative to Cwd.pm
78174              From: Jeff Pinyan <jeffp@crusoe.net>
78175              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
78176              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
78177      Branch: perl
78178            ! lib/Cwd.pm
78179 ____________________________________________________________________________
78180 [  6418] By: jhi                                   on 2000/07/23  23:48:56
78181         Log: Detypo.
78182              
78183              Subject: [PATCH perl-current] Typo in hints/powerux.sh
78184              From: "Richard Soderberg" <rs@crystalflame.net>
78185              Date: Sun, 23 Jul 2000 01:27:33 -0700
78186              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
78187      Branch: perl
78188            ! hints/powerux.sh
78189 ____________________________________________________________________________
78190 [  6417] By: jhi                                   on 2000/07/17  22:13:31
78191         Log: Subject: SDBM_File documentation
78192              From: mjd@plover.com
78193              Date: 16 Jul 2000 17:41:17 -0000
78194              Message-ID: <20000716174117.18515.qmail@plover.com>
78195      Branch: perl
78196            ! ext/SDBM_File/SDBM_File.pm
78197 ____________________________________________________________________________
78198 [  6416] By: jhi                                   on 2000/07/17  19:13:26
78199         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
78200      Branch: perl
78201            ! hints/mpeix.sh mpeix/relink
78202 ____________________________________________________________________________
78203 [  6415] By: jhi                                   on 2000/07/15  14:11:02
78204         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
78205              the utf8 'characters' can be more than one octet).
78206              
78207              Date: Sat, 15 Jul 2000 00:21:56 +0100
78208              From: Tom Hughes <tom@compton.nu>
78209              Subject: Re: [ID 20000714.002]
78210              Message-ID: <db2334de49.tom@compton.compton.nu>
78211              
78212              Reported in
78213              
78214              Subject: [ID 20000714.002]
78215              From: "Simon Cozens" <simon@othersideofthe.earth.li>
78216              Date: 14 Jul 2000 15:13:09 -0000
78217              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
78218      Branch: perl
78219            ! doop.c
78220 ____________________________________________________________________________
78221 [  6414] By: jhi                                   on 2000/07/15  03:13:41
78222         Log: another VMS build tweak from Peter Prymmer
78223      Branch: perl
78224            ! vms/descrip_mms.template
78225 ____________________________________________________________________________
78226 [  6413] By: jhi                                   on 2000/07/15  03:10:40
78227         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
78228      Branch: perl
78229            ! vms/perlvms.pod
78230 ____________________________________________________________________________
78231 [  6412] By: jhi                                   on 2000/07/15  00:31:05
78232         Log: More docs for sv functions.
78233              
78234              Subject: [PATCH cfgperl] sv.c apidoc
78235              From: simon@brecon.co.uk (Simon Cozens)
78236              Date: 13 Jul 2000 09:00:20 GMT
78237              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
78238              
78239              Subject: Re: [PATCH cfgperl] sv.c apidoc
78240              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78241              Date: Thu, 13 Jul 2000 12:27:41 +0100
78242              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
78243              
78244              Subject: Re: [PATCH cfgperl] sv.c apidoc
78245              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78246              Date: Thu, 13 Jul 2000 13:23:09 +0100
78247              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
78248              
78249              Subject: Re: [PATCH cfgperl] sv.c apidoc
78250              From: simon@brecon.co.uk (Simon Cozens)
78251              Date: 14 Jul 2000 06:51:02 GMT
78252              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
78253      Branch: perl
78254            ! embed.pl pod/perlapi.pod sv.c
78255 ____________________________________________________________________________
78256 [  6411] By: jhi                                   on 2000/07/15  00:10:41
78257         Log: lib/b test fixes from Peter Prymmer.
78258      Branch: perl
78259            ! t/lib/b.t
78260 ____________________________________________________________________________
78261 [  6410] By: jhi                                   on 2000/07/15  00:02:09
78262         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
78263              From: Hugo <hv@crypt.compulink.co.uk>
78264              Date: Fri, 14 Jul 2000 23:05:20 +0100
78265              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
78266              
78267              Didn't anymore apply, but that point still could use another fix.
78268      Branch: perl
78269            ! pod/perlfunc.pod
78270 ____________________________________________________________________________
78271 [  6409] By: jhi                                   on 2000/07/14  23:15:15
78272         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
78273              not in pod, from Peter Prymmer
78274      Branch: perl
78275            ! vms/descrip_mms.template
78276 ____________________________________________________________________________
78277 [  6408] By: jhi                                   on 2000/07/14  20:35:05
78278         Log: The bug report
78279              [ID 19991110.002] minimal matching discrepancy found by pcre author
78280              seems to have been fixed (though differently from what was suggested
78281              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
78282      Branch: perl
78283            ! t/op/re_tests
78284 ____________________________________________________________________________
78285 [  6407] By: jhi                                   on 2000/07/14  17:38:08
78286         Log: Fix AutoSplit to use File::Spec the right way in VMS,
78287              from Peter Prymmer.
78288      Branch: perl
78289            ! lib/AutoSplit.pm
78290 ____________________________________________________________________________
78291 [  6406] By: jhi                                   on 2000/07/14  14:13:22
78292         Log: Merge perlhacktut into perlhack, update perlguts.
78293              
78294              Subject: Re: Perlhacktut
78295              From: simon@brecon.co.uk (Simon Cozens)
78296              Date: 14 Jul 2000 06:49:21 GMT
78297              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
78298              
78299              Subject: Re: Perlhacktut
78300              From: simon@brecon.co.uk (Simon Cozens)
78301              Date: 14 Jul 2000 07:09:45 GMT
78302              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
78303      Branch: perl
78304            ! pod/perlguts.pod pod/perlhack.pod
78305 ____________________________________________________________________________
78306 [  6405] By: jhi                                   on 2000/07/14  14:02:31
78307         Log: Integrate with Sarathy.
78308      Branch: cfgperl
78309           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
78310           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
78311           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
78312 ____________________________________________________________________________
78313 [  6404] By: gsar                                  on 2000/07/14  12:15:02
78314         Log: PERL_OBJECT build tweaks
78315      Branch: perl
78316            ! toke.c
78317 ____________________________________________________________________________
78318 [  6403] By: gsar                                  on 2000/07/14  11:23:41
78319         Log: inconsistent types needs casts
78320      Branch: perl
78321            ! toke.c
78322 ____________________________________________________________________________
78323 [  6402] By: gsar                                  on 2000/07/14  11:12:04
78324         Log: typos in change#6399, regen headers
78325      Branch: perl
78326            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
78327 ____________________________________________________________________________
78328 [  6401] By: gsar                                  on 2000/07/14  10:59:12
78329         Log: typecasts needed for change#6394
78330      Branch: perl
78331            ! toke.c
78332 ____________________________________________________________________________
78333 [  6400] By: gsar                                  on 2000/07/14  10:49:37
78334         Log: integrate cfgperl contents into mainline
78335      Branch: perl
78336           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
78337           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
78338 ____________________________________________________________________________
78339 [  6399] By: gsar                                  on 2000/07/14  10:38:35
78340         Log: enable UTF-16 filter by default if relevant BOM is seen; various
78341              cleanups (typos, misformatted code, and small bugs)
78342      Branch: perl
78343            ! doop.c embed.pl mg.c op.c pp.c toke.c
78344 ____________________________________________________________________________
78345 [  6398] By: gsar                                  on 2000/07/14  08:55:38
78346         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
78347              name suggests anyway)
78348      Branch: perl
78349            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
78350 ____________________________________________________________________________
78351 [  6397] By: gsar                                  on 2000/07/14  08:44:33
78352         Log: move new variables to the end of the interpreter structure (for
78353              bincompat in code that doesn't #include XSUB.h)
78354      Branch: perl
78355            ! intrpvar.h
78356 ____________________________________________________________________________
78357 [  6396] By: gsar                                  on 2000/07/14  08:13:58
78358         Log: MakeMaker should not remove editor backups (*~) on `make clean`
78359              by default (completes change#6383)
78360      Branch: perl
78361            ! lib/ExtUtils/MM_Unix.pm
78362 ____________________________________________________________________________
78363 [  6395] By: jhi                                   on 2000/07/14  05:20:33
78364         Log: Replace change #6337 with a better one.
78365              
78366              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
78367              From: Hugo <hv@crypt.compulink.co.uk>
78368              Date: Fri, 14 Jul 2000 04:16:20 +0100
78369              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
78370      Branch: cfgperl
78371            ! regexec.c t/op/re_tests
78372 ____________________________________________________________________________
78373 [  6394] By: jhi                                   on 2000/07/14  01:33:59
78374         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
78375      Branch: cfgperl
78376            ! embed.pl global.sym proto.h toke.c
78377 ____________________________________________________________________________
78378 [  6393] By: jhi                                   on 2000/07/13  23:41:23
78379         Log: remove discarded test
78380      Branch: cfgperl
78381            ! MANIFEST
78382 ____________________________________________________________________________
78383 [  6392] By: jhi                                   on 2000/07/13  23:32:25
78384         Log: The {multiplier} of a fixed substring was overlooked which
78385              caused a wrong initial search offset for that substring.
78386              
78387              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
78388              From: Hugo <hv@crypt.compulink.co.uk>
78389              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
78390              Date: Thu, 13 Jul 2000 19:27:13 +0100
78391      Branch: cfgperl
78392            ! regcomp.c t/op/re_tests
78393 ____________________________________________________________________________
78394 [  6391] By: jhi                                   on 2000/07/13  16:37:42
78395         Log: typo fix from Craig Berry
78396      Branch: cfgperl
78397            ! vms/subconfigure.com
78398 ____________________________________________________________________________
78399 [  6390] By: jhi                                   on 2000/07/13  13:20:12
78400         Log: Integrate with Sarathy.
78401      Branch: cfgperl
78402            - t/op/method2entersub.t
78403           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
78404           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
78405           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
78406           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
78407 ____________________________________________________________________________
78408 [  6389] By: jhi                                   on 2000/07/13  13:18:48
78409         Log: Detypo from Peter Prymmer, part of #6388.
78410      Branch: cfgperl
78411            ! Configure config_h.SH
78412      Branch: metaconfig
78413            ! U/modified/d_longlong.U
78414 ____________________________________________________________________________
78415 [  6388] By: gsar                                  on 2000/07/13  06:33:40
78416         Log: typos (spotted by Peter Prymmer)
78417      Branch: perl
78418            ! Configure t/lib/english.t
78419 ____________________________________________________________________________
78420 [  6387] By: gsar                                  on 2000/07/13  05:35:28
78421         Log: new selfloader.t in change#6183 doesn't close DATA handles,
78422              and thus fails to clean up tmp files on dosish platforms
78423      Branch: perl
78424            ! t/lib/selfloader.t
78425 ____________________________________________________________________________
78426 [  6386] By: gsar                                  on 2000/07/12  21:42:39
78427         Log: sprintf test tweaks (from Dominic Dunlop)
78428      Branch: perl
78429            ! t/op/sprintf.t
78430 ____________________________________________________________________________
78431 [  6385] By: gsar                                  on 2000/07/12  21:33:46
78432         Log: fix bugs in processing %v-*d and similar format specs (from
78433              Avi Finkel <avi@finkel.org>)
78434      Branch: perl
78435            ! sv.c t/op/sprintf.t
78436 ____________________________________________________________________________
78437 [  6384] By: gsar                                  on 2000/07/12  16:04:19
78438         Log: readd missing perldelta.pod changes from changes#6339,6376
78439      Branch: perl
78440            ! pod/perldelta.pod
78441 ____________________________________________________________________________
78442 [  6383] By: gsar                                  on 2000/07/12  16:00:51
78443         Log: don't clobber *.orig files on *clean targets
78444      Branch: perl
78445            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
78446 ____________________________________________________________________________
78447 [  6382] By: gsar                                  on 2000/07/12  07:59:12
78448         Log: fix broken integrations in cfgperl
78449      Branch: cfgperl
78450           !> Changes pod/perldelta.pod
78451 ____________________________________________________________________________
78452 [  6381] By: gsar                                  on 2000/07/12  07:42:17
78453         Log: integrate cfgperl changes into mainline
78454      Branch: perl
78455            ! Changes
78456           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
78457           !> pod/perlre.pod
78458 ____________________________________________________________________________
78459 [  6380] By: gsar                                  on 2000/07/12  07:31:00
78460         Log: get sprintf.t to adjust properly for 3-digit exponents
78461      Branch: perl
78462            ! t/op/sprintf.t
78463 ____________________________________________________________________________
78464 [  6379] By: gsar                                  on 2000/07/12  06:40:04
78465         Log: change#6174 needs corresponding change in win32/config_h.PL,
78466              which grovels through config_h.SH to find the config.h name
78467      Branch: perl
78468            ! win32/config_h.PL
78469 ____________________________________________________________________________
78470 [  6378] By: jhi                                   on 2000/07/12  05:03:59
78471         Log: Do the cc sanity check both before the hints and
78472              after the cc selction.
78473      Branch: cfgperl
78474            ! Configure config_h.SH
78475      Branch: metaconfig
78476            ! U/modified/Oldconfig.U U/modified/cc.U
78477      Branch: metaconfig/U/perl
78478            + Checkcc.U
78479 ____________________________________________________________________________
78480 [  6377] By: jhi                                   on 2000/07/12  02:49:22
78481         Log: Fix nits noticed by Boston.pm.
78482      Branch: cfgperl
78483            ! pod/perlre.pod
78484 ____________________________________________________________________________
78485 [  6376] By: jhi                                   on 2000/07/11  21:22:13
78486         Log: Configure cosmetics and perldelta.
78487      Branch: cfgperl
78488            ! Configure config_h.SH pod/perldelta.pod
78489      Branch: metaconfig
78490            ! U/modified/cc.U
78491 ____________________________________________________________________________
78492 [  6375] By: gsar                                  on 2000/07/11  21:17:35
78493         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
78494      Branch: perl
78495            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
78496            ! win32/win32sck.c
78497 ____________________________________________________________________________
78498 [  6374] By: gsar                                  on 2000/07/11  20:48:50
78499         Log: tweak for build failure under multiplicity
78500      Branch: perl
78501            ! toke.c
78502 ____________________________________________________________________________
78503 [  6373] By: gsar                                  on 2000/07/11  20:37:23
78504         Log: integrate cfgperl changes#6325..6373 into mainline
78505              (NOTE: today's batch of integrations still untested)
78506      Branch: perl
78507           +> ext/DynaLoader/hints/netbsd.pl
78508            ! Changes
78509           !> (integrate 26 files)
78510 ____________________________________________________________________________
78511 [  6372] By: jhi                                   on 2000/07/11  20:30:36
78512         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
78513              regen perltoc.
78514      Branch: cfgperl
78515            + pod/perlbook.pod
78516            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
78517            ! pod/perltoc.pod
78518 ____________________________________________________________________________
78519 [  6371] By: jhi                                   on 2000/07/11  20:08:56
78520         Log: Minor cleanups on the booklist.
78521      Branch: cfgperl
78522            ! pod/perlfaq2.pod
78523 ____________________________________________________________________________
78524 [  6370] By: jhi                                   on 2000/07/11  19:31:13
78525         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
78526      Branch: cfgperl
78527            ! t/pragma/overload.t
78528 ____________________________________________________________________________
78529 [  6369] By: gsar                                  on 2000/07/11  19:27:48
78530         Log: integrate cfgperl changes#6293..6324 into mainline
78531      Branch: perl
78532           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
78533            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
78534           !> (integrate 30 files)
78535 ____________________________________________________________________________
78536 [  6368] By: gsar                                  on 2000/07/11  19:18:57
78537         Log: skip integrate of problematic change#6292 from cfgperl into mainline
78538      Branch: perl
78539           !> pp_hot.c
78540 ____________________________________________________________________________
78541 [  6367] By: gsar                                  on 2000/07/11  19:17:21
78542         Log: integrate cfgperl changes#6288..6290 into mainline
78543      Branch: perl
78544           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
78545 ____________________________________________________________________________
78546 [  6366] By: gsar                                  on 2000/07/11  19:11:18
78547         Log: integrate cfgperl changes#6268..6282 into mainline
78548      Branch: perl
78549           !> (integrate 30 files)
78550 ____________________________________________________________________________
78551 [  6365] By: gsar                                  on 2000/07/11  18:57:00
78552         Log: delete new accidentally branched file
78553      Branch: perl
78554            - t/op/method2entersub.t
78555 ____________________________________________________________________________
78556 [  6364] By: gsar                                  on 2000/07/11  18:55:13
78557         Log: skip integrate of change#6267 from cfgperl into mainline (the
78558              method call optimization is flawed without additional hints
78559              from user about immutableness of @ISA and no runtime method
78560              definitions)
78561      Branch: perl
78562           +> t/op/method2entersub.t
78563           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
78564           !> perl.h t/op/sprintf.t xsutils.c
78565 ____________________________________________________________________________
78566 [  6363] By: gsar                                  on 2000/07/11  18:49:43
78567         Log: integrate cfgperl changes#6261..6266 into mainline
78568      Branch: perl
78569           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
78570           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
78571           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
78572           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
78573 ____________________________________________________________________________
78574 [  6362] By: gsar                                  on 2000/07/11  18:43:26
78575         Log: integrate cfgperl changes#6252..6260 into mainline
78576      Branch: perl
78577           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
78578           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
78579           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
78580           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
78581 ____________________________________________________________________________
78582 [  6361] By: gsar                                  on 2000/07/11  18:37:12
78583         Log: skip integrate of problematic change#6251 from cfgperl into mainline
78584      Branch: perl
78585           !> lib/Exporter.pm
78586 ____________________________________________________________________________
78587 [  6360] By: gsar                                  on 2000/07/11  18:34:56
78588         Log: integrate cfgperl change#6250 into mainline
78589      Branch: perl
78590           +> t/op/my_stash.t
78591           !> MANIFEST embed.pl proto.h toke.c
78592 ____________________________________________________________________________
78593 [  6359] By: gsar                                  on 2000/07/11  18:21:19
78594         Log: integrate cfgperl changes#6242..6249 into mainline
78595      Branch: perl
78596           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
78597           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
78598           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
78599           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
78600           !> t/lib/peek.t utf8.c
78601 ____________________________________________________________________________
78602 [  6358] By: gsar                                  on 2000/07/11  18:15:45
78603         Log: skip integrate of problematic change#6241 from cfgperl into mainline
78604      Branch: perl
78605           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
78606 ____________________________________________________________________________
78607 [  6357] By: jhi                                   on 2000/07/11  18:15:16
78608         Log: Fix for
78609              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
78610              From: Roderick Schertler <roderick@argon.org> 
78611              Date: Tue, 11 Jul 2000 13:55:05 -0400 
78612              Message-Id: <200007111755.NAA05077@jones.argon.org> 
78613      Branch: cfgperl
78614            ! doio.c
78615 ____________________________________________________________________________
78616 [  6356] By: jhi                                   on 2000/07/11  18:12:51
78617         Log: Typo in #6341.
78618      Branch: cfgperl
78619            ! pp_hot.c
78620 ____________________________________________________________________________
78621 [  6355] By: gsar                                  on 2000/07/11  18:12:10
78622         Log: integrate cfgperl changes#6231..6240 into mainline
78623      Branch: perl
78624           +> pod/perlutil.pod
78625           !> (integrate 35 files)
78626 ____________________________________________________________________________
78627 [  6354] By: jhi                                   on 2000/07/11  18:04:34
78628         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
78629              From: Dominic Dunlop <domo@computer.org> 
78630              Date: Tue, 11 Jul 2000 12:27:33 +0200 
78631              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
78632              
78633              Replaces change #6268.
78634      Branch: cfgperl
78635            ! t/op/sprintf.t
78636 ____________________________________________________________________________
78637 [  6353] By: gsar                                  on 2000/07/11  17:59:51
78638         Log: skip integrate of problematic change#6230 from cfgperl into mainline
78639              (a later version of File::Spec is already in mainline)
78640      Branch: perl
78641           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
78642           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
78643 ____________________________________________________________________________
78644 [  6352] By: gsar                                  on 2000/07/11  17:57:48
78645         Log: integrate cfgperl changes#6224..6229 into mainline
78646      Branch: perl
78647           +> lib/lib.pm.PL
78648            - lib/lib.pm
78649           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
78650           !> lib/English.pm op.c t/lib/english.t
78651 ____________________________________________________________________________
78652 [  6351] By: gsar                                  on 2000/07/11  17:50:10
78653         Log: skip integrate of problematic change#6223 from cfgperl into mainline
78654      Branch: perl
78655           !> doio.c
78656 ____________________________________________________________________________
78657 [  6350] By: gsar                                  on 2000/07/11  17:48:28
78658         Log: integrate cfgperl changes#6220..6222 into mainline
78659      Branch: perl
78660           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
78661           !> toke.c utf8.c win32/win32.h
78662 ____________________________________________________________________________
78663 [  6349] By: gsar                                  on 2000/07/11  17:46:13
78664         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
78665              mainline
78666      Branch: perl
78667           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
78668           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
78669           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
78670 ____________________________________________________________________________
78671 [  6348] By: jhi                                   on 2000/07/11  17:45:49
78672         Log: README.posix-bc podified from Thomas Dorner.
78673      Branch: cfgperl
78674            ! README.posix-bc
78675 ____________________________________________________________________________
78676 [  6347] By: gsar                                  on 2000/07/11  17:42:04
78677         Log: integrate cfgperl change#6217 into mainline
78678      Branch: perl
78679           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
78680           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
78681           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
78682 ____________________________________________________________________________
78683 [  6346] By: gsar                                  on 2000/07/11  17:39:37
78684         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
78685              mainline
78686      Branch: perl
78687           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
78688           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
78689           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
78690           !> perlapi.h pod/perlapi.pod
78691 ____________________________________________________________________________
78692 [  6345] By: gsar                                  on 2000/07/11  17:36:42
78693         Log: integrate cfgperl changes#6207..6210 into mainline
78694      Branch: perl
78695           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
78696           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
78697 ____________________________________________________________________________
78698 [  6344] By: gsar                                  on 2000/07/11  17:31:20
78699         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
78700              mainline
78701      Branch: perl
78702           !> (integrate 40 files)
78703 ____________________________________________________________________________
78704 [  6343] By: gsar                                  on 2000/07/11  17:19:08
78705         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
78706      Branch: perl
78707           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
78708            ! Changes
78709           !> (integrate 34 files)
78710 ____________________________________________________________________________
78711 [  6342] By: jhi                                   on 2000/07/11  16:05:48
78712         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
78713              To: perl5-porters@perl.org
78714              From: Karsten Sperling <spiff@phreax.net>
78715              Date: Mon, 10 Jul 2000 15:12:52 +0200
78716              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
78717      Branch: cfgperl
78718            ! lib/Symbol.pm
78719 ____________________________________________________________________________
78720 [  6341] By: jhi                                   on 2000/07/11  15:59:23
78721         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
78722              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78723              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
78724              Date: Fri, 07 Jul 2000 17:57:16 +0100
78725      Branch: cfgperl
78726            ! pp_hot.c
78727 ____________________________________________________________________________
78728 [  6340] By: jhi                                   on 2000/07/11  15:55:47
78729         Log: Subject: Re: format bug report  [Patch]
78730              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78731              Date: Wed, 05 Jul 2000 13:12:52 +0200
78732              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
78733              
78734              Subject: Re: format bug report  [Patch]
78735              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78736              Date: Wed, 05 Jul 2000 14:10:01 +0200
78737              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
78738      Branch: cfgperl
78739            ! t/op/write.t toke.c
78740 ____________________________________________________________________________
78741 [  6339] By: jhi                                   on 2000/07/11  13:54:09
78742         Log: Be less forgiving about ambiguous and illegal tr ranges.
78743              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
78744              From: Mark-Jason Dominus <mjd@plover.com>
78745              Date: Tue, 04 Jul 2000 10:00:12 -0400
78746              Message-ID: <20000704140012.17772.qmail@plover.com>
78747              
78748              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
78749              From: Mark-Jason Dominus <mjd@plover.com>
78750              Date: Wed, 05 Jul 2000 09:37:36 -0400
78751              Message-ID: <20000705133736.27293.qmail@plover.com>
78752      Branch: cfgperl
78753            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
78754 ____________________________________________________________________________
78755 [  6338] By: jhi                                   on 2000/07/11  13:31:24
78756         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
78757              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78758              Date: Tue, 11 Jul 2000 13:50:51 +0100
78759              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
78760      Branch: cfgperl
78761            ! sv.c
78762 ____________________________________________________________________________
78763 [  6337] By: jhi                                   on 2000/07/11  13:29:14
78764         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
78765              From: Hugo <hv@crypt.compulink.co.uk>
78766              Date: Tue, 11 Jul 2000 12:44:50 +0100
78767              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
78768      Branch: cfgperl
78769            ! regexec.c t/op/re_tests
78770 ____________________________________________________________________________
78771 [  6336] By: jhi                                   on 2000/07/11  13:26:47
78772         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
78773              From: simon@brecon.co.uk (Simon Cozens)
78774              Date: 7 Jul 2000 11:26:09 GMT
78775              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
78776      Branch: cfgperl
78777            ! mg.c
78778 ____________________________________________________________________________
78779 [  6335] By: jhi                                   on 2000/07/11  13:23:37
78780         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
78781              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
78782              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
78783              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
78784      Branch: cfgperl
78785            + ext/DynaLoader/hints/netbsd.pl
78786            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
78787 ____________________________________________________________________________
78788 [  6334] By: jhi                                   on 2000/07/11  13:20:38
78789         Log: Subject: PATCH perlguts.pod: Document D and d magic types
78790              From: mjd@plover.com
78791              Date: 5 Jul 2000 18:01:51 -0000
78792              Message-ID: <20000705180151.29413.qmail@plover.com>
78793      Branch: cfgperl
78794            ! pod/perlguts.pod
78795 ____________________________________________________________________________
78796 [  6333] By: jhi                                   on 2000/07/11  13:15:51
78797         Log: Precedence goof, fix based on
78798              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
78799              From: Hugo <hv@crypt.compulink.co.uk>
78800              Date: Tue, 11 Jul 2000 12:52:38 +0100
78801              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
78802      Branch: cfgperl
78803            ! t/op/taint.t
78804 ____________________________________________________________________________
78805 [  6332] By: jhi                                   on 2000/07/11  12:40:17
78806         Log: Integrate with Sarathy.
78807      Branch: cfgperl
78808           !> win32/win32sck.c
78809 ____________________________________________________________________________
78810 [  6331] By: jhi                                   on 2000/07/10  20:14:16
78811         Log: Sprinkle ldlibpath.
78812      Branch: cfgperl
78813            ! pod/Makefile.SH
78814 ____________________________________________________________________________
78815 [  6330] By: jhi                                   on 2000/07/10  17:54:49
78816         Log: More POSIX.pod tweaks.
78817      Branch: cfgperl
78818            ! ext/POSIX/POSIX.pod
78819 ____________________________________________________________________________
78820 [  6329] By: jhi                                   on 2000/07/10  14:02:12
78821         Log: Reorder perl.pod once more.
78822      Branch: cfgperl
78823            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
78824 ____________________________________________________________________________
78825 [  6328] By: gsar                                  on 2000/07/10  07:06:00
78826         Log: accept() leaks memory on windows due to incorrect ordering of
78827              closesocket() and fclose() calls
78828      Branch: perl
78829            ! win32/win32sck.c
78830 ____________________________________________________________________________
78831 [  6327] By: gsar                                  on 2000/07/10  06:49:17
78832         Log: winsock options weren't being set in all threads under ithreads
78833              (caused send()s from second and subsequent threads to fail)
78834      Branch: perl
78835            ! win32/win32sck.c
78836 ____________________________________________________________________________
78837 [  6326] By: jhi                                   on 2000/07/08  02:45:40
78838         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
78839              was cast to an unsigned (32-bit) integer with wild abandon.
78840      Branch: cfgperl
78841            ! ext/Devel/DProf/DProf.xs
78842 ____________________________________________________________________________
78843 [  6325] By: jhi                                   on 2000/07/07  18:50:33
78844         Log: Remove perlbook, update perlfaq book listing,
78845              rearrange perl.pod, regenerate perltoc.
78846      Branch: cfgperl
78847            - pod/perlbook.pod
78848            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
78849            ! pod/perlfaq2.pod pod/perltoc.pod
78850 ____________________________________________________________________________
78851 [  6324] By: jhi                                   on 2000/07/07  14:03:40
78852         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
78853      Branch: cfgperl
78854            ! sv.h toke.c
78855 ____________________________________________________________________________
78856 [  6323] By: jhi                                   on 2000/07/06  16:03:55
78857         Log: Fix complaints of buildtoc.
78858      Branch: cfgperl
78859            + lib/Win32.pod
78860            - pod/Win32.pod
78861            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
78862 ____________________________________________________________________________
78863 [  6322] By: jhi                                   on 2000/07/06  15:15:52
78864         Log: Add =head1 NAMEs so that buildtoc is happy.
78865              (The CGI::Util nit reported to Lincoln.)
78866      Branch: cfgperl
78867            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
78868            ! pod/perltoc.pod
78869 ____________________________________________________________________________
78870 [  6321] By: jhi                                   on 2000/07/06  03:16:04
78871         Log: Config is being used.
78872      Branch: cfgperl
78873            ! t/op/method.t
78874 ____________________________________________________________________________
78875 [  6320] By: jhi                                   on 2000/07/06  03:13:13
78876         Log: Integrate with Sarathy.
78877      Branch: cfgperl
78878           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
78879 ____________________________________________________________________________
78880 [  6319] By: jhi                                   on 2000/07/06  03:11:46
78881         Log: Autogenerate pod/Makefile and pod/buildtoc.
78882              buildtoc also checks whether the existing pods are
78883              mentioned in MANIFEST and perl.pod, and vice versa.
78884              (None of the thusly found discrepancies fixed yet.)
78885              roffitall also needs to be autogenerated similarly but it
78886              seems so badly out of date that I didn't touch it yet.
78887      Branch: cfgperl
78888            + pod/Makefile.SH pod/buildtoc.PL
78889            - pod/Makefile pod/buildtoc
78890            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
78891 ____________________________________________________________________________
78892 [  6318] By: gsar                                  on 2000/07/05  22:10:54
78893         Log: fix UNC path handling on Windows under ithreads, and chdir()
78894              return value when given a non-existent directory
78895      Branch: perl
78896            ! win32/vdir.h
78897 ____________________________________________________________________________
78898 [  6317] By: gsar                                  on 2000/07/05  22:08:19
78899         Log: winsock cleanup never done on Windows (leads to handle leaks)
78900      Branch: perl
78901            ! win32/perllib.c win32/win32sck.c
78902 ____________________________________________________________________________
78903 [  6316] By: gsar                                  on 2000/07/05  22:06:19
78904         Log: some debugger output does not go to the socket when RemotePort is set
78905      Branch: perl
78906            ! lib/perl5db.pl
78907 ____________________________________________________________________________
78908 [  6315] By: jhi                                   on 2000/07/05  00:25:21
78909         Log: Integrate with Sarathy, preliminary fix for unicos
78910              alignment problems in [ID 20000612.002] Perl problem on Cray system.
78911      Branch: cfgperl
78912            ! sv.h
78913           !> pp_hot.c
78914 ____________________________________________________________________________
78915 [  6314] By: gsar                                  on 2000/07/04  23:34:02
78916         Log: tyop in change#6306
78917      Branch: perl
78918            ! pp_hot.c
78919 ____________________________________________________________________________
78920 [  6313] By: jhi                                   on 2000/07/04  22:14:38
78921         Log: Multiline string literals ENONPORTABLE.
78922      Branch: cfgperl
78923            ! pp_hot.c
78924 ____________________________________________________________________________
78925 [  6312] By: jhi                                   on 2000/07/04  20:34:44
78926         Log: Integrate with Sarathy.
78927      Branch: cfgperl
78928           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
78929           !> t/op/method.t
78930 ____________________________________________________________________________
78931 [  6311] By: jhi                                   on 2000/07/04  20:30:56
78932         Log: More POSIX.pod embellishment.
78933      Branch: cfgperl
78934            ! ext/POSIX/POSIX.pod
78935 ____________________________________________________________________________
78936 [  6310] By: gsar                                  on 2000/07/04  17:28:48
78937         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
78938      Branch: perl
78939            ! t/lib/b.t
78940 ____________________________________________________________________________
78941 [  6309] By: jhi                                   on 2000/07/04  17:22:18
78942         Log: The #6308 required a little bit more.
78943      Branch: cfgperl
78944            ! Makefile.SH win32/Makefile
78945 ____________________________________________________________________________
78946 [  6308] By: jhi                                   on 2000/07/04  16:35:24
78947         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
78948      Branch: cfgperl
78949            + lib/lib_pm.PL
78950            - lib/lib.pm.PL
78951            ! MANIFEST Makefile.SH
78952 ____________________________________________________________________________
78953 [  6307] By: jhi                                   on 2000/07/04  16:28:58
78954         Log: Win32 patches for cfgperl from Sarathy.
78955      Branch: cfgperl
78956            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
78957            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
78958            ! thread.h toke.c util.c win32/Makefile win32/win32.c
78959 ____________________________________________________________________________
78960 [  6306] By: gsar                                  on 2000/07/04  16:28:40
78961         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
78962              (from Richard Soderberg <rs@oregonnet.com>)
78963      Branch: perl
78964            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
78965 ____________________________________________________________________________
78966 [  6305] By: jhi                                   on 2000/07/04  16:24:24
78967         Log: Integrate with Sarathy.
78968      Branch: cfgperl
78969           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
78970           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
78971           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
78972           !> proto.h win32/win32.c
78973 ____________________________________________________________________________
78974 [  6304] By: gsar                                  on 2000/07/04  16:17:24
78975         Log: missing perldiag entry for unpack("w",...) diagnostic (from
78976              Andreas Koenig)
78977      Branch: perl
78978            ! pod/perldiag.pod
78979 ____________________________________________________________________________
78980 [  6303] By: gsar                                  on 2000/07/04  16:14:44
78981         Log: remove rel2abs prototypes (from Barrie Slaymaker)
78982      Branch: perl
78983            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
78984            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
78985 ____________________________________________________________________________
78986 [  6302] By: gsar                                  on 2000/07/04  04:59:35
78987         Log: adjust change#6299
78988      Branch: perl
78989            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
78990            ! win32/win32.c
78991 ____________________________________________________________________________
78992 [  6301] By: jhi                                   on 2000/07/04  04:50:07
78993         Log: Integrate with Sarathy.
78994      Branch: cfgperl
78995           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
78996           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
78997           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
78998 ____________________________________________________________________________
78999 [  6300] By: gsar                                  on 2000/07/04  04:42:09
79000         Log: PERL_OBJECT build tweak
79001      Branch: perl
79002            ! perl.h
79003 ____________________________________________________________________________
79004 [  6299] By: gsar                                  on 2000/07/04  04:37:00
79005         Log: fix memory leak on Windows (PL_sys_intern contents were never
79006              freed)
79007      Branch: perl
79008            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
79009            ! perlapi.c proto.h win32/win32.c
79010 ____________________________________________________________________________
79011 [  6298] By: gsar                                  on 2000/07/04  04:15:59
79012         Log: fix large memory leak that has been around for ever, masked by
79013              -DPURIFY (most of the arenas were never freed!)
79014      Branch: perl
79015            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
79016 ____________________________________________________________________________
79017 [  6297] By: gsar                                  on 2000/07/04  04:07:46
79018         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
79019      Branch: perl
79020            ! perl.c
79021 ____________________________________________________________________________
79022 [  6296] By: jhi                                   on 2000/06/30  18:28:37
79023         Log: Elaborate POSIX.pod.  Still needs work.
79024      Branch: cfgperl
79025            ! ext/POSIX/POSIX.pod
79026 ____________________________________________________________________________
79027 [  6295] By: jhi                                   on 2000/06/30  14:58:18
79028         Log: Point to perlipc for more SysV IPC examples.
79029      Branch: cfgperl
79030            ! pod/perlfunc.pod
79031 ____________________________________________________________________________
79032 [  6294] By: gsar                                  on 2000/06/30  14:47:45
79033         Log: slurp mode fix in change#4736 still not quite right
79034      Branch: perl
79035            ! pp_hot.c t/io/argv.t
79036 ____________________________________________________________________________
79037 [  6293] By: jhi                                   on 2000/06/30  12:02:55
79038         Log: Integrate with Sarathy.
79039      Branch: cfgperl
79040           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
79041 ____________________________________________________________________________
79042 [  6292] By: jhi                                   on 2000/06/30  12:01:11
79043         Log: From: simon@brecon.co.uk (Simon Cozens)
79044              Subject: UTF8 concat
79045              Date: 30 Jun 2000 06:13:25 GMT
79046              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
79047      Branch: cfgperl
79048            ! pp_hot.c
79049 ____________________________________________________________________________
79050 [  6291] By: gsar                                  on 2000/06/30  04:37:33
79051         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
79052              when @_ is modified, causing coredumps
79053      Branch: perl
79054            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
79055 ____________________________________________________________________________
79056 [  6290] By: jhi                                   on 2000/06/30  02:21:44
79057         Log: Integrate with Sarathy.
79058      Branch: cfgperl
79059           !> vms/vms.c vms/vmsish.h
79060 ____________________________________________________________________________
79061 [  6289] By: jhi                                   on 2000/06/30  02:21:02
79062         Log: Check VERSIONs.
79063      Branch: cfgperl
79064            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
79065            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
79066            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
79067 ____________________________________________________________________________
79068 [  6288] By: jhi                                   on 2000/06/30  02:18:52
79069         Log: Integrate with Sarathy.
79070      Branch: cfgperl
79071           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
79072           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
79073           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
79074           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
79075 ____________________________________________________________________________
79076 [  6287] By: gsar                                  on 2000/06/30  02:17:08
79077         Log: integrate vmsperl changes into mainline
79078      Branch: perl
79079           !> vms/vms.c vms/vmsish.h
79080 ____________________________________________________________________________
79081 [  6285] By: gsar                                  on 2000/06/30  02:05:28
79082         Log: localize %INC in a Safe compartment so that use/require work
79083              (many other magic globals probably need similar treatment)
79084      Branch: perl
79085            ! ext/Opcode/Opcode.xs
79086 ____________________________________________________________________________
79087 [  6284] By: gsar                                  on 2000/06/30  01:54:54
79088         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
79089              about Windows
79090      Branch: perl
79091            ! pod/perlembed.pod
79092 ____________________________________________________________________________
79093 [  6283] By: jhi                                   on 2000/06/30  01:50:10
79094         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
79095              From: Barrie Slaymaker <barries@jester.slaysys.com>
79096              Date: Wed, 28 Jun 2000 11:35:29 -0400
79097              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
79098      Branch: perl
79099            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
79100            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
79101            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
79102            ! lib/File/Spec/Win32.pm
79103 ____________________________________________________________________________
79104 [  6282] By: jhi                                   on 2000/06/29  22:57:22
79105         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
79106              From: Dan Sugalski <dan@sidhe.org>
79107              Date: Tue, 06 Jun 2000 11:59:50 -0400
79108              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
79109      Branch: cfgperl
79110            ! vms/vms.c
79111 ____________________________________________________________________________
79112 [  6281] By: jhi                                   on 2000/06/29  22:52:50
79113         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
79114              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
79115              Date: Wed, 7 Jun 2000 04:02:04 -0500
79116              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
79117      Branch: cfgperl
79118            ! utils/h2xs.PL
79119 ____________________________________________________________________________
79120 [  6280] By: jhi                                   on 2000/06/29  22:45:47
79121         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
79122              From: rspier@pobox.com (Robert Spier)
79123              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
79124              Message-ID: <14654.31913.845602.610277@rls.cx>
79125      Branch: cfgperl
79126            ! utils/h2xs.PL
79127 ____________________________________________________________________________
79128 [  6279] By: jhi                                   on 2000/06/29  22:38:16
79129         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
79130              From: Tim Ayers <tayers@bridge.com>
79131              Date: Thu, 08 Jun 2000 08:11:06 +0200
79132              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
79133              [resent by Richard Foley, Message-Id probably wrong]
79134      Branch: cfgperl
79135            ! pod/perlsub.pod
79136 ____________________________________________________________________________
79137 [  6278] By: jhi                                   on 2000/06/29  22:21:45
79138         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
79139              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
79140              Date: Fri, 09 Jun 2000 12:39:27 -0400
79141              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
79142              (plus update the version "number" of Text::Wrap)
79143      Branch: cfgperl
79144            ! lib/Text/Wrap.pm
79145 ____________________________________________________________________________
79146 [  6277] By: jhi                                   on 2000/06/29  22:13:10
79147         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
79148              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79149              Date: Mon, 12 Jun 2000 14:55:59 +0100
79150              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
79151      Branch: cfgperl
79152            ! pod/perlfunc.pod
79153 ____________________________________________________________________________
79154 [  6276] By: jhi                                   on 2000/06/29  22:11:06
79155         Log: Subject: [PATCH] Re: eval documentation: context
79156              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79157              Date: Mon, 12 Jun 2000 15:07:29 +0100
79158              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
79159      Branch: cfgperl
79160            ! pod/perlfunc.pod
79161 ____________________________________________________________________________
79162 [  6275] By: jhi                                   on 2000/06/29  21:59:46
79163         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
79164              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
79165              Date: Tue, 13 Jun 2000 02:43:48 -0500
79166              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
79167      Branch: cfgperl
79168            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
79169 ____________________________________________________________________________
79170 [  6274] By: jhi                                   on 2000/06/29  21:56:14
79171         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
79172              From: Andy Dougherty <doughera@lafayette.edu>
79173              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
79174              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
79175      Branch: cfgperl
79176            ! ext/File/Glob/Glob.pm
79177 ____________________________________________________________________________
79178 [  6273] By: jhi                                   on 2000/06/29  21:49:09
79179         Log: Subject: [PATCH] xsub attributes
79180              From: Doug MacEachern <dougm@covalent.net>
79181              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
79182              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
79183      Branch: cfgperl
79184            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
79185            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
79186 ____________________________________________________________________________
79187 [  6272] By: jhi                                   on 2000/06/29  21:41:28
79188         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
79189              From: Tom Phoenix <rootbeer@redcat.com>
79190              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
79191              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
79192      Branch: cfgperl
79193            ! lib/Net/Ping.pm
79194 ____________________________________________________________________________
79195 [  6271] By: jhi                                   on 2000/06/29  21:36:55
79196         Log: Subject: PATCH pod/perltie.pod
79197              From: Ian Phillipps <Ian.Phillipps@iname.com>
79198              Date: Fri, 16 Jun 2000 00:17:19 +0100
79199              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
79200              (only the first hunk, the second hunk had already been done
79201              by some other patch)
79202      Branch: cfgperl
79203            ! pod/perltie.pod
79204 ____________________________________________________________________________
79205 [  6270] By: jhi                                   on 2000/06/29  21:24:51
79206         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
79207              From: Nicholas Clark <nick@talking.bollo.cx>
79208              Date: Fri, 23 Jun 2000 16:21:15 +0100
79209              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
79210      Branch: cfgperl
79211            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
79212            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
79213 ____________________________________________________________________________
79214 [  6269] By: jhi                                   on 2000/06/29  19:38:15
79215         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
79216              silence few compiler warnings.
79217      Branch: cfgperl
79218            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
79219 ____________________________________________________________________________
79220 [  6268] By: jhi                                   on 2000/06/29  18:21:50
79221         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
79222              From: Dominic Dunlop <domo@computer.org> 
79223              Date: Thu, 29 Jun 2000 12:32:39 +0200 
79224              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
79225      Branch: cfgperl
79226            ! t/op/sprintf.t
79227 ____________________________________________________________________________
79228 [  6267] By: jhi                                   on 2000/06/29  18:16:07
79229         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
79230              From: Doug MacEachern <dougm@covalent.net>
79231              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
79232              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
79233      Branch: cfgperl
79234            + t/op/method2entersub.t
79235            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
79236            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
79237            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
79238            ! xsutils.c
79239 ____________________________________________________________________________
79240 [  6266] By: jhi                                   on 2000/06/29  15:11:15
79241         Log: Subject: [PATCH 5.6.0] cygwin port
79242              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
79243              From: "Fifer, Eric" <EFifer@sanwaint.com>
79244              Date: Thu, 29 Jun 2000 12:58:29 +0100
79245      Branch: cfgperl
79246            ! cygwin/Makefile.SHs
79247 ____________________________________________________________________________
79248 [  6265] By: jhi                                   on 2000/06/29  15:04:05
79249         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
79250              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79251              Date: Wed, 28 Jun 2000 17:50:12 -0700
79252              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
79253      Branch: cfgperl
79254            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
79255 ____________________________________________________________________________
79256 [  6264] By: jhi                                   on 2000/06/29  15:00:57
79257         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
79258              From: Marty Lucich <marty@netcom.com>
79259              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
79260              Message-Id: <200006282116.OAA11148@netcom.com>
79261              ccdlflags update (the BSD/OS 4.1 part had already been taken
79262              care of by #6141).
79263      Branch: cfgperl
79264            ! hints/bsdos.sh
79265 ____________________________________________________________________________
79266 [  6263] By: jhi                                   on 2000/06/29  13:47:44
79267         Log: tr fixes from Simon Cozens
79268      Branch: cfgperl
79269            ! doop.c
79270 ____________________________________________________________________________
79271 [  6262] By: jhi                                   on 2000/06/28  18:46:01
79272         Log: Subject: 5.6.0 Patch for EPOC
79273              From: Olaf Flebbe <o.flebbe@gmx.de>
79274              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
79275              Message-ID: <23449.960929969@www11.gmx.net>
79276      Branch: cfgperl
79277            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
79278            ! epoc/epocish.h
79279 ____________________________________________________________________________
79280 [  6261] By: jhi                                   on 2000/06/28  18:29:07
79281         Log: Subject: Re: [PATCH cfgperl] BOMs away!
79282              From: simon@brecon.co.uk (Simon Cozens)
79283              Date: 17 Jun 2000 11:49:57 GMT
79284              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
79285      Branch: cfgperl
79286            ! pod/perldiag.pod t/comp/require.t toke.c
79287 ____________________________________________________________________________
79288 [  6260] By: jhi                                   on 2000/06/28  17:47:16
79289         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
79290              From: simon@brecon.co.uk (Simon Cozens) 
79291              Date: 17 Jun 2000 11:56:44 GMT 
79292              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
79293              pack U0, pack C0
79294      Branch: cfgperl
79295            ! pod/perlfunc.pod pp.c t/op/pack.t
79296 ____________________________________________________________________________
79297 [  6259] By: jhi                                   on 2000/06/28  16:43:17
79298         Log: perlnewmod was missing from MANIFEST.
79299      Branch: cfgperl
79300            ! MANIFEST
79301 ____________________________________________________________________________
79302 [  6258] By: jhi                                   on 2000/06/28  15:54:30
79303         Log: linenumber tweak
79304      Branch: cfgperl
79305            ! t/pragma/warn/regcomp
79306 ____________________________________________________________________________
79307 [  6257] By: jhi                                   on 2000/06/28  15:50:44
79308         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
79309              From: Doug MacEachern <dougm@covalent.net>
79310              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
79311              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
79312              (one part of the patch had been applied earlier)
79313      Branch: cfgperl
79314            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
79315 ____________________________________________________________________________
79316 [  6256] By: jhi                                   on 2000/06/28  15:40:22
79317         Log: tweaks from Simon Cozens to further fix tr/// under utf8
79318      Branch: cfgperl
79319            ! doop.c
79320 ____________________________________________________________________________
79321 [  6255] By: jhi                                   on 2000/06/28  15:33:45
79322         Log: small thinko tweaks
79323      Branch: cfgperl
79324            ! lib/IPC/Open3.pm t/op/my_stash.t
79325 ____________________________________________________________________________
79326 [  6254] By: jhi                                   on 2000/06/28  15:33:25
79327         Log: Subject: tr///, help wanted.
79328              From: simon@brecon.co.uk (Simon Cozens)
79329              Date: 28 Jun 2000 11:29:04 GMT
79330              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
79331      Branch: cfgperl
79332            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
79333            ! pp_proto.h proto.h t/op/tr.t
79334 ____________________________________________________________________________
79335 [  6253] By: jhi                                   on 2000/06/28  15:09:17
79336         Log: Paranoia tweak on #6249.
79337              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
79338              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
79339              Date: Sun, 25 Jun 2000 23:43:12 -0400
79340              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
79341      Branch: cfgperl
79342            ! lib/IPC/Open3.pm
79343 ____________________________________________________________________________
79344 [  6252] By: jhi                                   on 2000/06/28  15:01:38
79345         Log: Document #6249 and #6251.
79346      Branch: cfgperl
79347            ! lib/Exporter.pm lib/IPC/Open3.pm
79348 ____________________________________________________________________________
79349 [  6251] By: jhi                                   on 2000/06/28  14:50:43
79350         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
79351              From: Doug MacEachern <dougm@covalent.net>
79352              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
79353              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
79354      Branch: cfgperl
79355            ! lib/Exporter.pm
79356 ____________________________________________________________________________
79357 [  6250] By: jhi                                   on 2000/06/28  14:45:23
79358         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
79359              From: Doug MacEachern <dougm@covalent.net>
79360              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
79361              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
79362      Branch: cfgperl
79363            + t/op/my_stash.t
79364            ! MANIFEST embed.pl global.sym proto.h toke.c
79365 ____________________________________________________________________________
79366 [  6249] By: jhi                                   on 2000/06/28  14:36:34
79367         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
79368              From: Frank Tobin <ftobin@uiuc.edu>
79369              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
79370              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
79371      Branch: cfgperl
79372            ! lib/IPC/Open3.pm
79373 ____________________________________________________________________________
79374 [  6248] By: jhi                                   on 2000/06/28  14:11:25
79375         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
79376              From: Mark-Jason Dominus <mjd@plover.com>
79377              Date: Tue, 27 Jun 2000 22:36:42 -0400
79378              Message-ID: <20000628023642.12166.qmail@plover.com>
79379      Branch: cfgperl
79380            ! pod/perlfunc.pod
79381 ____________________________________________________________________________
79382 [  6247] By: jhi                                   on 2000/06/27  12:46:37
79383         Log: Tweak $VERSION, patch from Doug MacEachern.
79384      Branch: cfgperl
79385            ! lib/File/Spec.pm
79386 ____________________________________________________________________________
79387 [  6246] By: jhi                                   on 2000/06/27  03:34:46
79388         Log: Allow for standalone testing.
79389      Branch: cfgperl
79390            ! t/lib/filefunc.t t/lib/filespec.t
79391 ____________________________________________________________________________
79392 [  6245] By: jhi                                   on 2000/06/27  02:50:02
79393         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
79394              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
79395              Date: Sat, 24 Jun 2000 13:06:20 +0100
79396              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
79397      Branch: cfgperl
79398            ! ext/DynaLoader/DynaLoader_pm.PL
79399 ____________________________________________________________________________
79400 [  6244] By: jhi                                   on 2000/06/27  02:46:10
79401         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
79402              From: Doug MacEachern <dougm@covalent.net>
79403              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
79404              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
79405      Branch: cfgperl
79406            ! gv.c sv.c t/lib/peek.t
79407 ____________________________________________________________________________
79408 [  6243] By: jhi                                   on 2000/06/27  02:38:07
79409         Log: Subject: [PATCH] is_utf8_string
79410              From: simon@brecon.co.uk (Simon Cozens)
79411              Date: 26 Jun 2000 02:25:59 GMT
79412              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
79413      Branch: cfgperl
79414            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
79415            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
79416            ! proto.h utf8.c
79417 ____________________________________________________________________________
79418 [  6242] By: jhi                                   on 2000/06/27  02:24:00
79419         Log: Subject: [PATCH] bytes<->utf8 fixes
79420              From: simon@brecon.co.uk (Simon Cozens)
79421              Date: 26 Jun 2000 04:55:45 GMT
79422              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
79423      Branch: cfgperl
79424            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
79425 ____________________________________________________________________________
79426 [  6241] By: jhi                                   on 2000/06/27  02:12:42
79427         Log: Do no -warn on \_, only on \alpha.
79428              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
79429              From: David Dyck <dcd@tc.fluke.com>
79430              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
79431              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
79432      Branch: cfgperl
79433            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
79434 ____________________________________________________________________________
79435 [  6240] By: jhi                                   on 2000/06/27  02:00:01
79436         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
79437              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
79438              Date: Mon, 26 Jun 2000 18:40:14 +0100
79439              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
79440      Branch: cfgperl
79441            ! utils/h2xs.PL
79442 ____________________________________________________________________________
79443 [  6239] By: jhi                                   on 2000/06/27  01:53:40
79444         Log: Configure maintenance.  Sever some dependency cycles,
79445              separate gccversion from the cc unit,
79446              address [ID 20000623.006] Configure script patch for using gcc on AIX
79447              (but solve it a little bit differently),
79448              unduplex some accidentally duplicated units,
79449              suggest using gcc if no cc available
79450              (p5p thread: "Solaris configure: counterproposal", 1999-09)
79451      Branch: cfgperl
79452            ! Configure Todo-5.6 config_h.SH
79453      Branch: metaconfig
79454            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
79455            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
79456      Branch: metaconfig/U/perl
79457            + gccvers.U
79458            ! d_getespwnam.U d_getprpwnam.U i_prot.U
79459 ____________________________________________________________________________
79460 [  6238] By: jhi                                   on 2000/06/25  18:04:56
79461         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
79462              From: Dan Sugalski <dan@sidhe.org>
79463              Date: Fri, 23 Jun 2000 17:00:00 -0400
79464              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
79465      Branch: cfgperl
79466            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
79467 ____________________________________________________________________________
79468 [  6237] By: jhi                                   on 2000/06/25  16:36:45
79469         Log: Tweak embed.pl, regen headers.
79470      Branch: cfgperl
79471            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
79472            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
79473            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
79474            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
79475            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
79476 ____________________________________________________________________________
79477 [  6236] By: jhi                                   on 2000/06/25  15:26:42
79478         Log: Regen headers.
79479      Branch: cfgperl
79480            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
79481            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
79482            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
79483            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
79484            ! regnodes.h warnings.h
79485 ____________________________________________________________________________
79486 [  6235] By: jhi                                   on 2000/06/23  19:39:35
79487         Log: The thread begun by
79488              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
79489              From: Kevin.Ruscoe@ubsw.com
79490              Date: Fri, 16 Jun 2000 16:38:51 +0100
79491              Message-Id: <H000019b03c300d6@MHS>
79492      Branch: cfgperl
79493            ! hints/solaris_2.sh
79494 ____________________________________________________________________________
79495 [  6234] By: jhi                                   on 2000/06/23  19:23:36
79496         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
79497              because when run as services (Win32ese for daemons)
79498              no environment variables are set and tmpdir ends up as /tmp,
79499              which is ambiguous.
79500              
79501              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
79502              From: matt@sergeant.org
79503              Date: 16 Jun 2000 16:30:43 -0000
79504              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
79505      Branch: cfgperl
79506            ! lib/File/Spec/Win32.pm
79507 ____________________________________________________________________________
79508 [  6233] By: jhi                                   on 2000/06/23  19:18:58
79509         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
79510              From: Mark-Jason Dominus <mjd@plover.com>
79511              Date: Fri, 16 Jun 2000 20:53:04 -0400
79512              Message-ID: <20000617005304.8008.qmail@plover.com>
79513      Branch: cfgperl
79514            ! op.h
79515 ____________________________________________________________________________
79516 [  6232] By: jhi                                   on 2000/06/23  16:10:02
79517         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
79518              From: simon@brecon.co.uk (Simon Cozens)
79519              Date: 19 Jun 2000 15:18:27 GMT
79520              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
79521              
79522              plus update pod/Makefile and regenerate perltoc
79523      Branch: cfgperl
79524            + pod/perlutil.pod
79525            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
79526 ____________________________________________________________________________
79527 [  6231] By: jhi                                   on 2000/06/23  15:19:18
79528         Log: Subject: [PATCH 5.6.0] cygwin port
79529              From: "Fifer, Eric" <EFifer@sanwaint.com>
79530              Date: Tue, 20 Jun 2000 14:30:58 +0100
79531              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
79532      Branch: cfgperl
79533            ! README.cygwin lib/File/Find.pm
79534 ____________________________________________________________________________
79535 [  6230] By: jhi                                   on 2000/06/23  14:25:21
79536         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
79537      Branch: cfgperl
79538            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
79539            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
79540            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
79541            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
79542 ____________________________________________________________________________
79543 [  6229] By: jhi                                   on 2000/06/23  14:13:34
79544         Log: Subject: README.hpux version 0.6.1
79545              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
79546              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
79547              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
79548      Branch: cfgperl
79549            ! README.hpux
79550 ____________________________________________________________________________
79551 [  6228] By: jhi                                   on 2000/06/23  14:07:20
79552         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
79553              From: Doug MacEachern <dougm@covalent.net>
79554              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
79555              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
79556      Branch: cfgperl
79557            ! op.c
79558 ____________________________________________________________________________
79559 [  6227] By: jhi                                   on 2000/06/23  14:01:06
79560         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
79561              From: Doug MacEachern <dougm@covalent.net>
79562              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
79563              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
79564      Branch: cfgperl
79565            + lib/lib.pm.PL
79566            - lib/lib.pm
79567            ! MANIFEST Makefile.SH
79568 ____________________________________________________________________________
79569 [  6226] By: jhi                                   on 2000/06/23  13:53:07
79570         Log: Subject: [PATCH] remove forward declarations in Socket.pm
79571              From: Doug MacEachern <dougm@covalent.net>
79572              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
79573              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
79574              
79575              From: Doug MacEachern <dougm@covalent.net>
79576              Subject: Re: [PATCH] remove forward declarations in Socket.pm
79577              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
79578              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
79579      Branch: cfgperl
79580            ! ext/Socket/Socket.pm op.c
79581 ____________________________________________________________________________
79582 [  6225] By: jhi                                   on 2000/06/23  13:41:52
79583         Log: Add source code filenames to apidoc.
79584              From: simon@brecon.co.uk (Simon Cozens)
79585              Subject: [PATCH embed.pl] Source X-ref
79586              Date: 22 Jun 2000 02:18:49 GMT
79587              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
79588      Branch: cfgperl
79589            ! embed.pl
79590 ____________________________________________________________________________
79591 [  6224] By: jhi                                   on 2000/06/23  13:32:33
79592         Log: A way to avoid English.pm performance hit.
79593              From: root <root@jester.slaysys.com>
79594              Subject: [YAPATCH English.pm] My turn to putt again
79595              Date: Thu, 22 Jun 2000 20:33:58 -0400
79596              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
79597      Branch: cfgperl
79598            ! lib/English.pm t/lib/english.t
79599 ____________________________________________________________________________
79600 [  6223] By: jhi                                   on 2000/06/23  13:27:06
79601         Log: Avoid double close().
79602              Subject: [PATCH] avoid double close()
79603              From: Doug MacEachern <dougm@covalent.net>
79604              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
79605              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
79606      Branch: cfgperl
79607            ! doio.c
79608 ____________________________________________________________________________
79609 [  6222] By: jhi                                   on 2000/06/23  13:25:54
79610         Log: doc typo fix
79611              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
79612              From: Ian Phillipps <Ian.Phillipps@iname.com>
79613              Date: Fri, 23 Jun 2000 10:40:58 +0100
79614              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
79615      Branch: cfgperl
79616            ! lib/Pod/Usage.pm
79617 ____________________________________________________________________________
79618 [  6221] By: jhi                                   on 2000/06/23  13:24:15
79619         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
79620              From: simon@brecon.co.uk (Simon Cozens)
79621              Subject: [PATCH] Eliminate tr///[CU][CU]
79622              Date: 23 Jun 2000 11:05:40 GMT
79623              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
79624      Branch: cfgperl
79625            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
79626 ____________________________________________________________________________
79627 [  6220] By: jhi                                   on 2000/06/22  16:07:51
79628         Log: Win32 patches from Benjamin Stuhl.
79629      Branch: cfgperl
79630            ! makedef.pl win32/win32.h
79631 ____________________________________________________________________________
79632 [  6219] By: jhi                                   on 2000/06/22  16:06:34
79633         Log: Bytecode patches from Benjamin Stuhl.
79634      Branch: cfgperl
79635            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
79636            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
79637            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
79638 ____________________________________________________________________________
79639 [  6218] By: jhi                                   on 2000/06/15  23:54:16
79640         Log: Bytecode patches from Benjamin Stuhl.
79641      Branch: cfgperl
79642            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
79643 ____________________________________________________________________________
79644 [  6217] By: jhi                                   on 2000/06/09  13:38:29
79645         Log: Rename the fdpid locking and integrate with Sarathy.
79646      Branch: cfgperl
79647            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
79648            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
79649            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
79650            ! win32/win32.c
79651           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
79652 ____________________________________________________________________________
79653 [  6216] By: gsar                                  on 2000/06/08  14:54:21
79654         Log: be more optimal about clearing @_
79655      Branch: perl
79656            ! cop.h
79657 ____________________________________________________________________________
79658 [  6215] By: gsar                                  on 2000/06/08  14:33:04
79659         Log: tweak comment about @DB::args
79660      Branch: perl
79661            ! av.h pp_ctl.c
79662 ____________________________________________________________________________
79663 [  6214] By: gsar                                  on 2000/06/08  13:57:54
79664         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
79665              caller() wants to populate @DB::args with it (causes a coredump
79666              in Carp::confess())
79667      Branch: perl
79668            ! cop.h t/op/runlevel.t
79669 ____________________________________________________________________________
79670 [  6213] By: gsar                                  on 2000/06/08  07:06:35
79671         Log: back out change#6106 (seems problematic)
79672      Branch: perl
79673            ! hints/solaris_2.sh
79674 ____________________________________________________________________________
79675 [  6212] By: jhi                                   on 2000/06/07  03:10:36
79676         Log: Continuing mopup for #6204.
79677      Branch: cfgperl
79678            ! ext/B/defsubs_h.PL
79679 ____________________________________________________________________________
79680 [  6211] By: jhi                                   on 2000/06/07  02:41:50
79681         Log: Mopup for #6204.
79682              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
79683              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
79684              This is comes from const() where POK isn't on when expected.
79685      Branch: cfgperl
79686            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
79687            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
79688            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
79689            ! perlapi.h pod/perlapi.pod
79690 ____________________________________________________________________________
79691 [  6210] By: jhi                                   on 2000/06/07  01:56:29
79692         Log: Mopup for #6207 and #6209.
79693      Branch: cfgperl
79694            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
79695 ____________________________________________________________________________
79696 [  6209] By: jhi                                   on 2000/06/07  01:33:12
79697         Log: Lock PL_fdpid against race conditions, based on:
79698              Subject: [PATCH 5.6.0]subprocess fixup for threads
79699              From: Dan Sugalski <dan@sidhe.org>
79700              To: perl5-porters@perl.org
79701              Date: Tue, 11 Apr 2000 17:02:32 -0400
79702              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
79703      Branch: cfgperl
79704            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
79705            ! win32/win32.c
79706 ____________________________________________________________________________
79707 [  6208] By: jhi                                   on 2000/06/07  01:05:23
79708         Log: Regen headers for #6207.
79709      Branch: cfgperl
79710            ! embed.h global.sym objXSUB.h proto.h
79711 ____________________________________________________________________________
79712 [  6207] By: jhi                                   on 2000/06/06  23:43:13
79713         Log: Subject: [PATCH 5.6.0] Threadsafe patches
79714              From: Dan Sugalski <dan@sidhe.org>
79715              To: perl5-porters@perl.org
79716              Date: Mon, 08 May 2000 18:08:13 -0400
79717              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
79718      Branch: cfgperl
79719            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
79720            ! proto.h sv.h util.c
79721 ____________________________________________________________________________
79722 [  6206] By: jhi                                   on 2000/06/06  23:21:23
79723         Log: Subject: [PATCH] Eliminate $a/$b in pod
79724              From: David Glasser <me@davidglasser.net>
79725              To: perl5-porters@perl.org
79726              Date: Mon, 29 May 2000 21:15:59 -0400
79727              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
79728      Branch: cfgperl
79729            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
79730            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
79731            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
79732            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
79733            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
79734            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
79735            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
79736            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
79737            ! pod/perlvar.pod pod/perlxs.pod
79738 ____________________________________________________________________________
79739 [  6205] By: jhi                                   on 2000/06/06  23:12:14
79740         Log: Subject: [PATCH] Win32 improvements
79741              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
79742              To: gsar@activestate.com, perl5-porters@perl.org
79743              Date: Mon, 29 May 2000 17:22:24 PDT
79744              Message-ID: <20000530002224.91142.qmail@hotmail.com>
79745              (MUA had mangled many lines by wordwrapping)
79746      Branch: cfgperl
79747            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
79748 ____________________________________________________________________________
79749 [  6204] By: jhi                                   on 2000/06/06  23:01:50
79750         Log: Subject: [PATCH] B::Bytecode patches
79751              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
79752              To: gsar@activestate.com, jhi@iki.fi
79753              Cc: perl5-porters@perl.org
79754              Message-ID: <20000602202526.48694.qmail@hotmail.com>
79755              (MUA had mangled many lines by wordwrapping)
79756      Branch: cfgperl
79757            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
79758            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
79759            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
79760            ! intrpvar.h perl.c
79761 ____________________________________________________________________________
79762 [  6203] By: jhi                                   on 2000/06/06  22:32:43
79763         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
79764              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79765              Date: Tue, 06 Jun 2000 13:07:45 -0700
79766              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
79767      Branch: cfgperl
79768            ! pod/perldiag.pod
79769 ____________________________________________________________________________
79770 [  6202] By: jhi                                   on 2000/06/06  19:38:35
79771         Log: Integrate with Sarathy.
79772      Branch: cfgperl
79773           !> perl.c
79774 ____________________________________________________________________________
79775 [  6201] By: gsar                                  on 2000/06/06  00:42:59
79776         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
79777              does a PUSHMARK that's never ever POPMARKed; in general, only
79778              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
79779              Perl_eval_[sp]v() don't because they don't take any incoming
79780              arguments (this leak has been around since the original version
79781              of perl_eval_pv() in 5.003_97e)
79782      Branch: perl
79783            ! perl.c
79784 ____________________________________________________________________________
79785 [  6200] By: jhi                                   on 2000/06/04  03:44:52
79786         Log: Update to cperl-mode.el 4.31 from
79787              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
79788              Subject: A couple of notes
79789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79790              To: Mailing list Perl5 <perl5-porters@perl.org>
79791              Date: Sat, 3 Jun 2000 23:33:32 -0400
79792              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
79793      Branch: cfgperl
79794            ! emacs/cperl-mode.el
79795 ____________________________________________________________________________
79796 [  6199] By: jhi                                   on 2000/06/03  15:11:05
79797         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
79798              From: Dan Sugalski <dan@sidhe.org>
79799              To: perl5-porters@perl.org, vmsperl@perl.org
79800              Date: Fri, 02 Jun 2000 17:30:51 -0400
79801              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
79802      Branch: cfgperl
79803            ! vms/descrip_mms.template vms/gen_shrfls.pl
79804 ____________________________________________________________________________
79805 [  6198] By: jhi                                   on 2000/06/03  14:59:15
79806         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
79807              From: Dan Sugalski <dan@sidhe.org>
79808              To: vmsperl@perl.org, perl5-porters@perl.org
79809              Date: Fri, 02 Jun 2000 16:00:41 -0400
79810              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
79811              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
79812      Branch: cfgperl
79813            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
79814            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
79815            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
79816 ____________________________________________________________________________
79817 [  6197] By: jhi                                   on 2000/06/03  14:41:30
79818         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
79819              From: John Borwick <jhborwic@unity.ncsu.edu>
79820              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
79821              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
79822      Branch: cfgperl
79823            ! pod/perlsyn.pod
79824 ____________________________________________________________________________
79825 [  6196] By: jhi                                   on 2000/06/03  14:38:09
79826         Log: Integrate with Sarathy.
79827      Branch: cfgperl
79828           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
79829           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
79830           !> vms/perly_c.vms
79831 ____________________________________________________________________________
79832 [  6195] By: gsar                                  on 2000/06/02  22:43:13
79833         Log: fix yet another eval"" leak under USE_ITHREADS
79834      Branch: perl
79835            ! op.c
79836 ____________________________________________________________________________
79837 [  6194] By: gsar                                  on 2000/06/02  18:22:06
79838         Log: fix small eval"" memory leaks under USE_ITHREADS
79839      Branch: perl
79840            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
79841            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
79842            ! vms/perly_c.vms
79843 ____________________________________________________________________________
79844 [  6193] By: jhi                                   on 2000/06/01  13:03:56
79845         Log: Signals-be-gone for microperl.
79846      Branch: cfgperl
79847            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
79848 ____________________________________________________________________________
79849 [  6192] By: jhi                                   on 2000/06/01  12:52:02
79850         Log: Integrate with Sarathy.
79851      Branch: cfgperl
79852           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
79853           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
79854           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
79855           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
79856           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
79857           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
79858           !> t/op/vec.t utils/h2xs.PL
79859 ____________________________________________________________________________
79860 [  6191] By: gsar                                  on 2000/06/01  09:38:21
79861         Log: vec() loses numericalness (modified version of patch suggested
79862              by Robin Barker)
79863      Branch: perl
79864            ! doop.c t/op/vec.t
79865 ____________________________________________________________________________
79866 [  6190] By: gsar                                  on 2000/06/01  09:26:15
79867         Log: submit missing embed.pl change
79868      Branch: perl
79869            ! embed.pl
79870 ____________________________________________________________________________
79871 [  6189] By: gsar                                  on 2000/06/01  09:05:34
79872         Log: counting tr/// corrupts later operation (from M.J.T Guy)
79873      Branch: perl
79874            ! doop.c t/op/tr.t
79875 ____________________________________________________________________________
79876 [  6188] By: gsar                                  on 2000/06/01  08:58:39
79877         Log: h2xs tweaks
79878      Branch: perl
79879            ! utils/h2xs.PL
79880 ____________________________________________________________________________
79881 [  6187] By: gsar                                  on 2000/06/01  08:50:07
79882         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
79883              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
79884      Branch: perl
79885            + lib/Pod/LaTeX.pm
79886            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
79887            ! pod/pod2latex.PL
79888 ____________________________________________________________________________
79889 [  6186] By: gsar                                  on 2000/06/01  08:24:40
79890         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
79891              <wolfgang.laun@alcatel.at>)
79892      Branch: perl
79893            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
79894            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
79895 ____________________________________________________________________________
79896 [  6185] By: gsar                                  on 2000/06/01  08:12:00
79897         Log: remove incorrect documentation about implicit split to @_ in
79898              list context, which never really worked in perl 5 (from
79899              M.J.T. Guy)
79900      Branch: perl
79901            ! pod/perlfunc.pod pod/perltrap.pod
79902 ____________________________________________________________________________
79903 [  6184] By: gsar                                  on 2000/06/01  07:52:27
79904         Log: tweak for change#6127
79905      Branch: perl
79906            ! perl.c
79907 ____________________________________________________________________________
79908 [  6183] By: gsar                                  on 2000/06/01  07:41:02
79909         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
79910              <nick@ccl4.org>)
79911      Branch: perl
79912            + t/lib/selfloader.t
79913            ! MANIFEST lib/SelfLoader.pm
79914 ____________________________________________________________________________
79915 [  6182] By: jhi                                   on 2000/06/01  00:34:42
79916         Log: Be Cleaner Part Deux.
79917      Branch: cfgperl
79918            ! Makefile.SH
79919 ____________________________________________________________________________
79920 [  6181] By: jhi                                   on 2000/06/01  00:32:09
79921         Log: Integrate with Sarathy.
79922      Branch: cfgperl
79923           !> pp.c t/op/arith.t
79924 ____________________________________________________________________________
79925 [  6180] By: jhi                                   on 2000/06/01  00:31:13
79926         Log: microperl nits from Simon Cozens.
79927      Branch: cfgperl
79928            + uconfig.h
79929            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
79930            ! unixish.h
79931 ____________________________________________________________________________
79932 [  6179] By: gsar                                  on 2000/05/31  22:37:51
79933         Log: buggy modulus on UVs introduced by change#3378 (resulted in
79934              4063328477 % 65535 amounting to 27406, instead of 27407)
79935      Branch: perl
79936            ! pp.c t/op/arith.t
79937 ____________________________________________________________________________
79938 [  6178] By: jhi                                   on 2000/05/31  21:52:41
79939         Log: Be cleaner.
79940      Branch: cfgperl
79941            ! Makefile.SH
79942 ____________________________________________________________________________
79943 [  6177] By: jhi                                   on 2000/05/31  21:47:33
79944         Log: Substitution utf8 patch from Simon Cozens.
79945      Branch: cfgperl
79946            ! pp_hot.c
79947 ____________________________________________________________________________
79948 [  6176] By: jhi                                   on 2000/05/31  21:45:34
79949         Log: Single-quoted utf8 patch from Simon Cozens.
79950      Branch: cfgperl
79951            ! toke.c
79952 ____________________________________________________________________________
79953 [  6175] By: jhi                                   on 2000/05/31  21:40:18
79954         Log: Integrate with Sarathy.
79955      Branch: cfgperl
79956           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
79957 ____________________________________________________________________________
79958 [  6174] By: jhi                                   on 2000/05/31  21:37:31
79959         Log: microperl changes from Simon Cozens; Makefile for microperl
79960              written from scratch; few casts added as microperl compilation
79961              doesn't have all prototypes available.
79962      Branch: cfgperl
79963            + Makefile.micro README.micro Todo.micro uconfig.sh
79964            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
79965            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
79966      Branch: metaconfig
79967            + U/modified/Config_h.U
79968 ____________________________________________________________________________
79969 [  6173] By: jhi                                   on 2000/05/31  20:00:24
79970         Log: metaconfig maintenance.
79971      Branch: metaconfig
79972            + U/modified/Inhdr.U U/typedefs/inotype.U
79973      Branch: metaconfig/U/perl
79974            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
79975            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
79976 ____________________________________________________________________________
79977 [  6172] By: gsar                                  on 2000/05/31  05:05:42
79978         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
79979              (from Ilya Zakharevich)
79980      Branch: perl
79981            ! regexec.c t/op/re_tests
79982 ____________________________________________________________________________
79983 [  6171] By: gsar                                  on 2000/05/31  05:01:47
79984         Log: scalar() doesn't force scalar context when used in void context
79985              (from Simon Cozens)
79986      Branch: perl
79987            ! op.c t/op/wantarray.t
79988 ____________________________________________________________________________
79989 [  6170] By: gsar                                  on 2000/05/31  04:41:33
79990         Log: change#6142 needs tweaks to tests to work where there's no symlink()
79991              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
79992      Branch: perl
79993            ! t/lib/filefind.t
79994 ____________________________________________________________________________
79995 [  6169] By: gsar                                  on 2000/05/31  04:29:49
79996         Log: integrate cfgperl contents into mainline
79997      Branch: perl
79998           +> pod/perlmodlib.PL pod/perlnewmod.pod
79999           !> (integrate 42 files)
80000 ____________________________________________________________________________
80001 [  6168] By: jhi                                   on 2000/05/30  22:53:37
80002         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
80003      Branch: cfgperl
80004            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80005            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
80006            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
80007            ! win32/config.bc win32/config.gc win32/config.vc
80008            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
80009            ! win32/config_h.PL win32/config_sh.PL
80010      Branch: metaconfig/U/perl
80011            ! perlxv.U
80012 ____________________________________________________________________________
80013 [  6167] By: jhi                                   on 2000/05/30  22:20:21
80014         Log: tweak todo 
80015      Branch: cfgperl
80016            ! Todo-5.6
80017 ____________________________________________________________________________
80018 [  6166] By: jhi                                   on 2000/05/30  22:11:51
80019         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
80020              in case somebody wants to write an extension for more
80021              shadow database interfaces.
80022      Branch: cfgperl
80023            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80024            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
80025            ! vos/config.def vos/config.h vos/config_h.SH_orig
80026            ! win32/config.bc win32/config.gc win32/config.vc
80027            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
80028      Branch: metaconfig
80029            ! U/modified/Myinit.U
80030      Branch: metaconfig/U/perl
80031            + d_getespwnam.U d_getprpwnam.U i_prot.U
80032 ____________________________________________________________________________
80033 [  6165] By: jhi                                   on 2000/05/30  18:35:34
80034         Log: Integrate with Sarathy.
80035      Branch: cfgperl
80036           !> op.c
80037 ____________________________________________________________________________
80038 [  6164] By: jhi                                   on 2000/05/30  18:30:16
80039         Log: detypo
80040      Branch: cfgperl
80041            ! Configure config_h.SH
80042      Branch: metaconfig/U/perl
80043            ! perlxv.U
80044 ____________________________________________________________________________
80045 [  6163] By: gsar                                  on 2000/05/30  03:24:03
80046         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
80047      Branch: perl
80048            ! op.c
80049 ____________________________________________________________________________
80050 [  6162] By: gsar                                  on 2000/05/30  03:09:38
80051         Log: fix memory leak in method call optimization (change#3768);
80052              made C<eval "$x->foo()"> leak
80053      Branch: perl
80054            ! op.c
80055 ____________________________________________________________________________
80056 [  6161] By: jhi                                   on 2000/05/29  17:56:26
80057         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
80058              both from Simon Cozens.
80059      Branch: cfgperl
80060            + pod/perlmodlib.PL pod/perlnewmod.pod
80061            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
80062            ! pod/perlmodlib.pod pod/perltoc.pod
80063 ____________________________________________________________________________
80064 [  6160] By: jhi                                   on 2000/05/29  17:23:55
80065         Log: Changes for the File::Temp 0.08 (change #6159) test suite
80066              to fit better into the Perl distribution test framework.
80067      Branch: cfgperl
80068            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
80069            ! t/lib/ftmp-tempfile.t
80070 ____________________________________________________________________________
80071 [  6159] By: jhi                                   on 2000/05/29  16:55:36
80072         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
80073      Branch: cfgperl
80074            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80075            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80076 ____________________________________________________________________________
80077 [  6158] By: bailey                                on 2000/05/29  16:22:08
80078         Log: Add fallback to tmpfile for use in cases where user's relying on
80079              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
80080              Lane's patch)
80081      Branch: vmsperl
80082            ! vms/vms.c vms/vmsish.h
80083 ____________________________________________________________________________
80084 [  6157] By: jhi                                   on 2000/05/29  03:10:36
80085         Log: Regen Configure to jive with #6149.
80086      Branch: cfgperl
80087            ! Configure
80088      Branch: metaconfig
80089            ! U/modified/Getfile.U
80090 ____________________________________________________________________________
80091 [  6156] By: jhi                                   on 2000/05/29  03:01:38
80092         Log: Integrate with Sarathy.
80093      Branch: cfgperl
80094           +> ext/DynaLoader/dl_mac.xs
80095           !> (integrate 38 files)
80096 ____________________________________________________________________________
80097 [  6155] By: gsar                                  on 2000/05/28  21:15:58
80098         Log: small bug in change#6144; remove random \xA0 character that snuck
80099              in via change#6145
80100      Branch: perl
80101            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
80102 ____________________________________________________________________________
80103 [  6154] By: gsar                                  on 2000/05/28  21:04:19
80104         Log: avoid type mismatch warning
80105      Branch: perl
80106            ! perl.c
80107 ____________________________________________________________________________
80108 [  6153] By: gsar                                  on 2000/05/28  20:58:31
80109         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
80110              <nick@Bagpuss.uk.boo.com>)
80111      Branch: perl
80112            ! lib/Test/Harness.pm
80113 ____________________________________________________________________________
80114 [  6152] By: gsar                                  on 2000/05/28  20:53:42
80115         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
80116      Branch: perl
80117            ! regexec.c
80118 ____________________________________________________________________________
80119 [  6151] By: gsar                                  on 2000/05/28  20:50:28
80120         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
80121      Branch: perl
80122            ! regexec.c
80123 ____________________________________________________________________________
80124 [  6150] By: gsar                                  on 2000/05/28  20:39:58
80125         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
80126      Branch: perl
80127            ! pod/perlrequick.pod
80128 ____________________________________________________________________________
80129 [  6149] By: gsar                                  on 2000/05/28  20:35:16
80130         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
80131              <troc@netrus.net>)
80132      Branch: perl
80133            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
80134            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
80135            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
80136            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
80137 ____________________________________________________________________________
80138 [  6148] By: gsar                                  on 2000/05/28  20:21:07
80139         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
80140      Branch: perl
80141            ! lib/ExtUtils/MM_Unix.pm
80142 ____________________________________________________________________________
80143 [  6147] By: gsar                                  on 2000/05/28  20:12:41
80144         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
80145              (from Peter Prymmer)
80146      Branch: perl
80147            ! vms/subconfigure.com
80148 ____________________________________________________________________________
80149 [  6146] By: gsar                                  on 2000/05/28  20:06:15
80150         Log: doc typo
80151      Branch: perl
80152            ! lib/warnings.pm warnings.h warnings.pl
80153 ____________________________________________________________________________
80154 [  6145] By: gsar                                  on 2000/05/28  18:44:33
80155         Log: make xsubpp skip embedded pod (from Matthias Neeracher
80156              <neeri@iis.ee.ethz.ch>)
80157      Branch: perl
80158            ! lib/ExtUtils/xsubpp
80159 ____________________________________________________________________________
80160 [  6144] By: gsar                                  on 2000/05/28  18:42:49
80161         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
80162              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
80163              <neeri@iis.ee.ethz.ch>)
80164      Branch: perl
80165            ! lib/AutoSplit.pm
80166 ____________________________________________________________________________
80167 [  6143] By: gsar                                  on 2000/05/28  18:41:12
80168         Log: MacOS support, part 1 (from Matthias Neeracher
80169              <neeri@iis.ee.ethz.ch>)
80170      Branch: perl
80171            + ext/DynaLoader/dl_mac.xs
80172            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
80173            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
80174            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
80175            ! util.h
80176 ____________________________________________________________________________
80177 [  6142] By: gsar                                  on 2000/05/28  18:21:51
80178         Log: File::Find fails to chdir when chasing symlinks (from
80179              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80180      Branch: perl
80181            ! lib/File/Find.pm t/lib/filefind.t
80182 ____________________________________________________________________________
80183 [  6141] By: jhi                                   on 2000/05/28  14:25:15
80184         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
80185              forwarded by Peter Seebach from the bsdi-users mailing list.
80186              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
80187      Branch: perl
80188            ! hints/bsdos.sh
80189 ____________________________________________________________________________
80190 [  6140] By: jhi                                   on 2000/05/28  14:11:57
80191         Log: Integrate with Sarathy.
80192      Branch: cfgperl
80193           +> (branch 30 files)
80194           !> (integrate 93 files)
80195 ____________________________________________________________________________
80196 [  6139] By: gsar                                  on 2000/05/28  10:01:48
80197         Log: revise mktables.PL for bugs and newness in Unicode 3.0
80198              (from James Bence <jbence@amgen.com>)
80199      Branch: perl
80200            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
80201            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
80202            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
80203            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
80204            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
80205            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
80206            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
80207            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
80208            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
80209            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
80210            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
80211            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
80212            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
80213            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
80214            + lib/unicode/Is/SylWU.pl
80215            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
80216            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
80217            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
80218            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
80219            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
80220            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
80221            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
80222            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
80223            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
80224            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
80225            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
80226            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
80227            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
80228            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
80229            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
80230            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
80231            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
80232            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
80233            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
80234            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
80235            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
80236            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
80237            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
80238            ! lib/unicode/Makefile lib/unicode/mktables.PL
80239 ____________________________________________________________________________
80240 [  6138] By: gsar                                  on 2000/05/28  08:50:32
80241         Log: add note about the handling of negative indices to tied arrays
80242              (from Michael G Schwern <schwern@pobox.com>)
80243      Branch: perl
80244            ! pod/perltie.pod
80245 ____________________________________________________________________________
80246 [  6137] By: gsar                                  on 2000/05/28  08:46:10
80247         Log: fix bogus redeclaration warning for "our" variables in different
80248              scopes
80249      Branch: perl
80250            ! op.c t/pragma/strict-vars
80251 ____________________________________________________________________________
80252 [  6136] By: gsar                                  on 2000/05/28  08:31:20
80253         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
80254      Branch: perl
80255            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
80256 ____________________________________________________________________________
80257 [  6135] By: gsar                                  on 2000/05/28  08:17:50
80258         Log: enable Test::Harness to dynamically determine column width etc.
80259              (from Rob Napier <rnapier@employees.org>)
80260      Branch: perl
80261            ! lib/Test/Harness.pm
80262 ____________________________________________________________________________
80263 [  6134] By: gsar                                  on 2000/05/28  08:13:39
80264         Log: make Test::Harness use wait.h/WCOREDUMP if available
80265              (from Ben Tilly <ben_tilly@hotmail.com>)
80266      Branch: perl
80267            ! lib/Test/Harness.pm
80268 ____________________________________________________________________________
80269 [  6133] By: gsar                                  on 2000/05/28  08:08:05
80270         Log: elide bogus test in change#6132
80271      Branch: perl
80272            ! t/pragma/warn/9enabled
80273 ____________________________________________________________________________
80274 [  6132] By: gsar                                  on 2000/05/28  08:03:14
80275         Log: warnings::enabled() doesn't fall back to looking at $^W if
80276              caller isn't using lexical warnings (from Paul Marquess)
80277      Branch: perl
80278            ! pp_ctl.c t/pragma/warn/9enabled
80279 ____________________________________________________________________________
80280 [  6131] By: gsar                                  on 2000/05/28  07:57:47
80281         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
80282      Branch: perl
80283            ! ext/POSIX/POSIX.pm
80284 ____________________________________________________________________________
80285 [  6130] By: gsar                                  on 2000/05/28  07:29:12
80286         Log: fix places that mean C<"word" character> but say C<alphanumeric
80287              character>
80288      Branch: perl
80289            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
80290 ____________________________________________________________________________
80291 [  6129] By: gsar                                  on 2000/05/28  07:18:41
80292         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
80293      Branch: perl
80294            ! vms/test.com
80295 ____________________________________________________________________________
80296 [  6128] By: gsar                                  on 2000/05/28  07:12:55
80297         Log: new perlxstut example for passing/returning refs to arrays
80298              (from David Lowe <dlowe@pootpoot.com>)
80299      Branch: perl
80300            ! pod/perlxstut.pod
80301 ____________________________________________________________________________
80302 [  6127] By: gsar                                  on 2000/05/28  07:02:50
80303         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
80304              failed (from Gisle Aas)
80305      Branch: perl
80306            ! cop.h perl.c
80307 ____________________________________________________________________________
80308 [  6126] By: gsar                                  on 2000/05/28  06:39:53
80309         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
80310              (reworked variant of patch suggested by Simon Cozens)
80311      Branch: perl
80312            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
80313            ! pp_hot.c proto.h t/op/gv.t
80314 ____________________________________________________________________________
80315 [  6125] By: gsar                                  on 2000/05/28  05:14:55
80316         Log: enable propagating exception objects via Perl_croak() in XS code
80317              (from Gisle Aas)
80318      Branch: perl
80319            ! util.c
80320 ____________________________________________________________________________
80321 [  6124] By: gsar                                  on 2000/05/28  05:07:28
80322         Log: integrate vmsperl contents into mainline
80323      Branch: perl
80324           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
80325           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
80326           !> vms/vmsish.h
80327 ____________________________________________________________________________
80328 [  6123] By: gsar                                  on 2000/05/28  05:03:53
80329         Log: clarify gotcha with #line directives (from Rocco Caputo
80330              <troc@netrus.net>)
80331      Branch: perl
80332            ! pod/perldebug.pod pod/perlsyn.pod
80333 ____________________________________________________________________________
80334 [  6122] By: gsar                                  on 2000/05/28  04:58:29
80335         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
80336              (from Mark-Jason Dominus)
80337      Branch: perl
80338            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
80339            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
80340            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
80341            ! toke.c
80342 ____________________________________________________________________________
80343 [  6121] By: bailey                                on 2000/05/25  04:46:54
80344         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
80345              lists (based on fixes by Craig Berry)
80346      Branch: vmsperl
80347            ! lib/File/Spec/VMS.pm
80348 ____________________________________________________________________________
80349 [  6120] By: bailey                                on 2000/05/25  04:25:38
80350         Log: Add missing escape (Charles Lane)
80351      Branch: vmsperl
80352            ! t/op/lex_assign.t
80353 ____________________________________________________________________________
80354 [  6119] By: bailey                                on 2000/05/25  04:21:25
80355         Log: Quiet error messages in vmsish.t (Charles Lane)
80356      Branch: vmsperl
80357            ! vms/ext/vmsish.t
80358 ____________________________________________________________________________
80359 [  6118] By: bailey                                on 2000/05/25  04:17:57
80360         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
80361              Flatten case labels in switch statements uniformly (Charles Bailey)
80362      Branch: vmsperl
80363            ! vms/vms.c
80364 ____________________________________________________________________________
80365 [  6117] By: bailey                                on 2000/05/25  03:58:09
80366         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
80367      Branch: vmsperl
80368            ! vms/vmsish.h
80369 ____________________________________________________________________________
80370 [  6116] By: bailey                                on 2000/05/25  03:11:15
80371         Log: Miscellaneous cosmetic fixes (Charles Lane)
80372      Branch: vmsperl
80373            ! lib/ExtUtils/MM_VMS.pm
80374 ____________________________________________________________________________
80375 [  6115] By: bailey                                on 2000/05/25  03:10:36
80376         Log: Add bounds checking for several strings (Charles Lane)
80377      Branch: vmsperl
80378            ! vms/vms.c
80379 ____________________________________________________________________________
80380 [  6114] By: bailey                                on 2000/05/25  02:25:34
80381         Log: Urk -- undo previous removal of vmsish 'exit' change
80382      Branch: vmsperl
80383            ! vms/ext/vmsish.pm vms/vmsish.h
80384 ____________________________________________________________________________
80385 [  6113] By: bailey                                on 2000/05/24  02:24:40
80386         Log: Ugly workaround for version-specific RTL error
80387      Branch: vmsperl
80388            ! vms/vms.c
80389 ____________________________________________________________________________
80390 [  6112] By: bailey                                on 2000/05/24  02:19:55
80391         Log: Check for existence of file before trying to delete
80392      Branch: vmsperl
80393            ! vms/test.com
80394 ____________________________________________________________________________
80395 [  6111] By: bailey                                on 2000/05/23  23:35:13
80396         Log: Resync with mainline prior to post-5.6.0 updates
80397      Branch: vmsperl
80398           +> (branch 49 files)
80399            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
80400            ! vms/ext/vmsish.pm
80401           !> (integrate 334 files)
80402 ____________________________________________________________________________
80403 [  6110] By: jhi                                   on 2000/05/23  19:28:32
80404         Log: todo tweak
80405      Branch: cfgperl
80406            ! Todo-5.6
80407 ____________________________________________________________________________
80408 [  6109] By: jhi                                   on 2000/05/18  17:38:54
80409         Log: Integrate with Sarathy.
80410      Branch: cfgperl
80411           !> mg.c perl.h win32/perlhost.h
80412 ____________________________________________________________________________
80413 [  6108] By: gsar                                  on 2000/05/17  02:24:56
80414         Log: reenable fake signal handling on Windows, bugs and all
80415      Branch: perl
80416            ! mg.c perl.h win32/perlhost.h
80417 ____________________________________________________________________________
80418 [  6107] By: jhi                                   on 2000/05/15  18:01:41
80419         Log: Tweak the todo list.
80420      Branch: cfgperl
80421            ! Todo-5.6
80422 ____________________________________________________________________________
80423 [  6106] By: jhi                                   on 2000/05/15  13:41:48
80424         Log: The (Configure) script refuses to go on, after asking for
80425              'You may also choose to try maximal 64-bitness....'.
80426              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
80427              -- Patrick Zima
80428              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
80429      Branch: cfgperl
80430            ! hints/solaris_2.sh
80431 ____________________________________________________________________________
80432 [  6105] By: jhi                                   on 2000/05/11  14:37:43
80433         Log: Integrate with Sarathy.
80434      Branch: cfgperl
80435           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
80436           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
80437 ____________________________________________________________________________
80438 [  6104] By: gsar                                  on 2000/05/11  03:39:07
80439         Log: PL_sys_intern was being initialized too late on windows
80440      Branch: perl
80441            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
80442            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
80443 ____________________________________________________________________________
80444 [  6103] By: jhi                                   on 2000/05/09  19:42:20
80445         Log: Test tweaking for Unicos continues.
80446      Branch: cfgperl
80447            ! t/op/64bitint.t
80448 ____________________________________________________________________________
80449 [  6102] By: jhi                                   on 2000/05/09  16:47:27
80450         Log: The test suite tweak in #6101 wasn't quite right.
80451      Branch: cfgperl
80452            ! t/lib/complex.t
80453 ____________________________________________________________________________
80454 [  6101] By: jhi                                   on 2000/05/09  15:35:34
80455         Log: Hints and test tweaks for Unicos.
80456      Branch: cfgperl
80457            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
80458 ____________________________________________________________________________
80459 [  6100] By: jhi                                   on 2000/05/08  21:15:06
80460         Log: More compilation tweakery from Allen Smith.
80461      Branch: cfgperl
80462            ! hints/irix_6.sh
80463 ____________________________________________________________________________
80464 [  6099] By: jhi                                   on 2000/05/08  19:21:18
80465         Log: Tweaks for the cc bugs from Allen Smith.
80466      Branch: cfgperl
80467            ! hints/irix_6.sh
80468 ____________________________________________________________________________
80469 [  6098] By: jhi                                   on 2000/05/08  19:13:37
80470         Log: Add a note about other, yet unsupported, shadow password APIs.
80471      Branch: cfgperl
80472            ! pp_sys.c
80473 ____________________________________________________________________________
80474 [  6097] By: jhi                                   on 2000/05/08  18:46:34
80475         Log: Add a note about possible compilation problems from Allen Smith.
80476      Branch: cfgperl
80477            ! hints/irix_6.sh
80478 ____________________________________________________________________________
80479 [  6096] By: jhi                                   on 2000/05/08  17:33:10
80480         Log: Integrate with Sarathy.
80481      Branch: cfgperl
80482           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
80483           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
80484 ____________________________________________________________________________
80485 [  6095] By: jhi                                   on 2000/05/08  16:21:33
80486         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
80487              might be useful in future.
80488      Branch: cfgperl
80489            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80490            ! config_h.SH
80491      Branch: metaconfig
80492            ! U/installdirs/inc_version_list.U
80493      Branch: metaconfig/U/perl
80494            ! perlxv.U
80495 ____________________________________________________________________________
80496 [  6094] By: gsar                                  on 2000/05/08  14:22:22
80497         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
80498      Branch: perl
80499            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
80500            ! hints/cygwin.sh pp_sys.c
80501 ____________________________________________________________________________
80502 [  6093] By: gsar                                  on 2000/05/08  12:52:28
80503         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
80504              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
80505      Branch: perl
80506            ! pp_sys.c sv.c win32/perlhost.h
80507 ____________________________________________________________________________
80508 [  6092] By: jhi                                   on 2000/05/07  22:40:34
80509         Log: Regen perltoc with the fixed buildtoc.
80510      Branch: cfgperl
80511            ! pod/perltoc.pod
80512 ____________________________________________________________________________
80513 [  6091] By: jhi                                   on 2000/05/07  22:24:16
80514         Log: Integrate with Sarathy.
80515      Branch: cfgperl
80516           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
80517           !> t/op/substr.t toke.c
80518 ____________________________________________________________________________
80519 [  6090] By: gsar                                  on 2000/05/07  19:47:07
80520         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
80521              [NI]OK; added tests for both
80522      Branch: perl
80523            ! perl.c pp_hot.c sv.c t/op/substr.t
80524 ____________________________________________________________________________
80525 [  6089] By: gsar                                  on 2000/05/07  18:18:38
80526         Log: buildtoc tweak to fix newline lossage
80527      Branch: perl
80528            ! pod/buildtoc
80529 ____________________________________________________________________________
80530 [  6088] By: jhi                                   on 2000/05/07  16:35:36
80531         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
80532              because we do not use those.  The HAS_GETSPNAM remains,
80533              though, because we still do use that.
80534      Branch: cfgperl
80535            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80536            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
80537            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
80538            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
80539            ! win32/config.vc win32/config_H.bc win32/config_H.gc
80540            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80541 ____________________________________________________________________________
80542 [  6087] By: gsar                                  on 2000/05/07  16:05:16
80543         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
80544      Branch: perl
80545            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
80546 ____________________________________________________________________________
80547 [  6086] By: jhi                                   on 2000/05/07  15:27:07
80548         Log: Integrate with Sarathy.
80549      Branch: cfgperl
80550           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80551           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80552           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
80553           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
80554           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
80555           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
80556 ____________________________________________________________________________
80557 [  6085] By: gsar                                  on 2000/05/07  05:52:02
80558         Log: repeat operator (x) doesn't preserve utf8-ness
80559      Branch: perl
80560            ! pp.c t/op/substr.t
80561 ____________________________________________________________________________
80562 [  6084] By: gsar                                  on 2000/05/07  05:39:55
80563         Log: substr() does not preserve utf8-ness (from Stefan Eissing
80564              <Eissing@medicaldataservice.de>); added tests
80565      Branch: perl
80566            ! pp.c t/op/substr.t
80567 ____________________________________________________________________________
80568 [  6083] By: gsar                                  on 2000/05/07  05:24:46
80569         Log: note about undocumented caller() return value (from M.J.T. Guy);
80570              yet another peek.t tweak
80571      Branch: perl
80572            ! pod/perlfunc.pod t/lib/peek.t
80573 ____________________________________________________________________________
80574 [  6082] By: gsar                                  on 2000/05/07  05:08:40
80575         Log: peek.t non-portable to ithreads
80576      Branch: perl
80577            ! t/lib/peek.t
80578 ____________________________________________________________________________
80579 [  6081] By: gsar                                  on 2000/05/07  04:17:04
80580         Log: better default perlbug categories for ok reports (from Richard Foley)
80581      Branch: perl
80582            ! utils/perlbug.PL
80583 ____________________________________________________________________________
80584 [  6080] By: gsar                                  on 2000/05/07  04:08:07
80585         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
80586              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80587      Branch: perl
80588            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80589            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80590            ! AUTHORS MAINTAIN MANIFEST
80591 ____________________________________________________________________________
80592 [  6079] By: gsar                                  on 2000/05/07  04:01:38
80593         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
80594      Branch: perl
80595            ! lib/Carp/Heavy.pm
80596 ____________________________________________________________________________
80597 [  6078] By: gsar                                  on 2000/05/07  01:24:19
80598         Log: workaround for CRT bug in chdir() (from Charles Lane, via
80599              Peter Prymmer)
80600      Branch: perl
80601            ! iperlsys.h vms/vms.c vms/vmsish.h
80602 ____________________________________________________________________________
80603 [  6077] By: gsar                                  on 2000/05/07  01:22:23
80604         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
80605              and Tom Phoenix)
80606      Branch: perl
80607            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
80608 ____________________________________________________________________________
80609 [  6076] By: gsar                                  on 2000/05/06  17:36:29
80610         Log: integrate cfgperl contents into mainline
80611      Branch: perl
80612           +> t/lib/peek.t
80613           !> Configure MANIFEST Porting/Glossary Porting/config.sh
80614           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
80615           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
80616           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
80617 ____________________________________________________________________________
80618 [  6075] By: jhi                                   on 2000/05/05  18:56:10
80619         Log: Make the test more portable.
80620      Branch: cfgperl
80621            ! t/lib/peek.t
80622 ____________________________________________________________________________
80623 [  6074] By: jhi                                   on 2000/05/05  18:49:20
80624         Log: Introduce t/lib/peek.t.
80625      Branch: cfgperl
80626            + t/lib/peek.t
80627            ! MANIFEST
80628 ____________________________________________________________________________
80629 [  6073] By: jhi                                   on 2000/05/05  14:30:45
80630         Log: Complex tweaks.
80631      Branch: cfgperl
80632            ! lib/Math/Complex.pm t/lib/complex.t
80633 ____________________________________________________________________________
80634 [  6072] By: jhi                                   on 2000/05/05  12:27:13
80635         Log: Integrate with Sarathy.
80636      Branch: cfgperl
80637           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
80638           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
80639           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
80640           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
80641 ____________________________________________________________________________
80642 [  6071] By: gsar                                  on 2000/05/05  02:24:46
80643         Log: misformatted perllocal.pod (from Tim Jenness
80644              <t.jenness@jach.hawaii.edu>)
80645      Branch: perl
80646            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
80647 ____________________________________________________________________________
80648 [  6070] By: gsar                                  on 2000/05/05  02:16:52
80649         Log: remove misleading comment (from M.J.T. Guy)
80650      Branch: perl
80651            ! t/lib/anydbm.t
80652 ____________________________________________________________________________
80653 [  6069] By: gsar                                  on 2000/05/05  02:15:13
80654         Log: File::Spec compatibility update (from Barrie Slaymaker
80655              <barries@slaysys.com>)
80656      Branch: perl
80657            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
80658            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
80659 ____________________________________________________________________________
80660 [  6068] By: gsar                                  on 2000/05/05  02:01:50
80661         Log: note about values()
80662      Branch: perl
80663            ! pod/perlfunc.pod
80664 ____________________________________________________________________________
80665 [  6067] By: gsar                                  on 2000/05/05  01:33:09
80666         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
80667      Branch: perl
80668            ! win32/win32.c
80669 ____________________________________________________________________________
80670 [  6066] By: gsar                                  on 2000/05/05  01:23:43
80671         Log: s/END/CHECK/
80672      Branch: perl
80673            ! perl.c
80674 ____________________________________________________________________________
80675 [  6065] By: jhi                                   on 2000/05/04  17:30:22
80676         Log: Integrate with Sarathy.
80677      Branch: cfgperl
80678           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
80679 ____________________________________________________________________________
80680 [  6064] By: gsar                                  on 2000/05/04  17:26:14
80681         Log: change#5905 wasn't quite right--it's intent only applies when arguments
80682              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
80683      Branch: perl
80684            ! pp_sys.c sv.c
80685 ____________________________________________________________________________
80686 [  6063] By: gsar                                  on 2000/05/04  16:52:29
80687         Log: tokeq() could read unallocated field in argument
80688      Branch: perl
80689            ! toke.c
80690 ____________________________________________________________________________
80691 [  6062] By: gsar                                  on 2000/05/04  16:34:51
80692         Log: additional tests for utf8.t
80693      Branch: perl
80694            ! t/pragma/utf8.t
80695 ____________________________________________________________________________
80696 [  6061] By: gsar                                  on 2000/05/04  16:09:28
80697         Log: change#5921 neglected to make eq honor "use bytes"
80698      Branch: perl
80699            ! sv.c
80700 ____________________________________________________________________________
80701 [  6060] By: jhi                                   on 2000/05/04  15:30:16
80702         Log: Integrate with Sarathy.
80703      Branch: cfgperl
80704           !> perl.c regcomp.c t/pragma/utf8.t
80705 ____________________________________________________________________________
80706 [  6059] By: jhi                                   on 2000/05/04  15:26:37
80707         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
80708              in natively 64-bit platforms where a long is a quad (no need
80709              for long longs).  Also added bias for IVs.
80710      Branch: cfgperl
80711            ! toke.c
80712 ____________________________________________________________________________
80713 [  6058] By: gsar                                  on 2000/05/04  00:19:14
80714         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
80715              (spotted by Donald Kinzer <dkinzer@premia.com>)
80716      Branch: perl
80717            ! perl.c
80718 ____________________________________________________________________________
80719 [  6057] By: gsar                                  on 2000/05/03  18:34:01
80720         Log: fix broken parsing of /\x{ab}/
80721      Branch: perl
80722            ! regcomp.c t/pragma/utf8.t
80723 ____________________________________________________________________________
80724 [  6056] By: jhi                                   on 2000/05/03  17:57:16
80725         Log: The search of infinity continues, this time simplified.
80726      Branch: cfgperl
80727            ! lib/Math/Complex.pm
80728 ____________________________________________________________________________
80729 [  6055] By: jhi                                   on 2000/05/03  17:45:30
80730         Log: Detypo.
80731      Branch: cfgperl
80732            ! hints/unicos.sh
80733 ____________________________________________________________________________
80734 [  6054] By: jhi                                   on 2000/05/02  22:28:27
80735         Log: Be more forgiving in POSIX about HUGE_VALL.
80736      Branch: cfgperl
80737            ! ext/POSIX/POSIX.xs
80738 ____________________________________________________________________________
80739 [  6053] By: jhi                                   on 2000/05/02  22:25:05
80740         Log: Integrate with Sarathy.
80741      Branch: cfgperl
80742           !> hints/irix_6.sh pod/perlop.pod
80743 ____________________________________________________________________________
80744 [  6052] By: jhi                                   on 2000/05/02  22:24:31
80745         Log: Unicos hint tweak.
80746      Branch: cfgperl
80747            ! hints/unicos.sh
80748 ____________________________________________________________________________
80749 [  6051] By: jhi                                   on 2000/05/02  22:21:26
80750         Log: Complex tweakery.
80751      Branch: cfgperl
80752            ! lib/Math/Complex.pm t/lib/complex.t
80753 ____________________________________________________________________________
80754 [  6050] By: jhi                                   on 2000/05/02  19:26:22
80755         Log: Use setxxent()/endxxent().
80756      Branch: cfgperl
80757            ! t/op/grent.t t/op/pwent.t
80758 ____________________________________________________________________________
80759 [  6049] By: jhi                                   on 2000/05/02  19:06:02
80760         Log: Test both the scalar and list contexts.
80761      Branch: cfgperl
80762            ! t/op/grent.t t/op/pwent.t
80763 ____________________________________________________________________________
80764 [  6048] By: gsar                                  on 2000/05/02  18:29:10
80765         Log: add note about how $( doesn't interpolate in REs (from
80766              Philip Newton <newton@ficus.frogspace.net>)
80767      Branch: perl
80768            ! pod/perlop.pod
80769 ____________________________________________________________________________
80770 [  6047] By: jhi                                   on 2000/05/02  17:41:24
80771         Log: Call getspnam() only iff needed.
80772      Branch: cfgperl
80773            ! pp_sys.c
80774 ____________________________________________________________________________
80775 [  6046] By: gsar                                  on 2000/05/02  17:07:25
80776         Log: libscheck has insufficient checks for n32 libs (from
80777              Albert Chin-A-Young <china@thewrittenword.com>)
80778      Branch: perl
80779            ! hints/irix_6.sh
80780 ____________________________________________________________________________
80781 [  6045] By: jhi                                   on 2000/05/02  13:57:17
80782         Log: Integrate with Sarathy.
80783      Branch: cfgperl
80784           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
80785           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
80786 ____________________________________________________________________________
80787 [  6044] By: gsar                                  on 2000/05/02  06:48:19
80788         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
80789              such that underscores are only ignored in literal numbers,
80790              "\x{...}", and hex/oct argument
80791      Branch: perl
80792            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
80793 ____________________________________________________________________________
80794 [  6043] By: gsar                                  on 2000/05/02  02:22:29
80795         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
80796      Branch: perl
80797            ! pod/perlretut.pod
80798 ____________________________________________________________________________
80799 [  6042] By: gsar                                  on 2000/05/02  02:17:51
80800         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
80801      Branch: perl
80802            ! pod/perltrap.pod
80803 ____________________________________________________________________________
80804 [  6041] By: gsar                                  on 2000/05/02  01:53:51
80805         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
80806              to compensate
80807      Branch: perl
80808            ! Porting/makerel
80809 ____________________________________________________________________________
80810 [  6040] By: gsar                                  on 2000/05/02  01:51:57
80811         Log: missing files in MANIFEST
80812      Branch: perl
80813            ! MANIFEST
80814 ____________________________________________________________________________
80815 [  6039] By: jhi                                   on 2000/05/02  00:36:46
80816         Log: Infinite problems.
80817      Branch: cfgperl
80818            ! lib/Math/Complex.pm
80819 ____________________________________________________________________________
80820 [  6038] By: jhi                                   on 2000/05/02  00:06:38
80821         Log: pwent/spent #ifdef imbalance.
80822      Branch: cfgperl
80823            ! pp_sys.c
80824 ____________________________________________________________________________
80825 [  6037] By: jhi                                   on 2000/05/01  22:50:11
80826         Log: Use HUGE_VALL if applicable.
80827      Branch: cfgperl
80828            ! ext/POSIX/POSIX.xs util.c
80829 ____________________________________________________________________________
80830 [  6036] By: jhi                                   on 2000/05/01  22:20:53
80831         Log: Correct Freudian slip.
80832      Branch: cfgperl
80833            ! pp_sys.c
80834 ____________________________________________________________________________
80835 [  6035] By: jhi                                   on 2000/05/01  21:07:38
80836         Log: Continue on the pwent/spent case.
80837      Branch: cfgperl
80838            ! pp_sys.c
80839 ____________________________________________________________________________
80840 [  6034] By: jhi                                   on 2000/05/01  17:45:14
80841         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
80842              adjustments in 6032 conflicted badly with this, will have
80843              to revisit them later.
80844      Branch: cfgperl
80845           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
80846           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
80847           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
80848           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
80849           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
80850           !> t/lib/cgi-html.t t/lib/cgi-request.t
80851 ____________________________________________________________________________
80852 [  6033] By: jhi                                   on 2000/05/01  17:40:49
80853         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
80854      Branch: cfgperl
80855            ! pp_sys.c
80856 ____________________________________________________________________________
80857 [  6032] By: gsar                                  on 2000/05/01  15:56:32
80858         Log: whitespace adjustments
80859      Branch: perl
80860            ! pp_sys.c
80861 ____________________________________________________________________________
80862 [  6031] By: gsar                                  on 2000/05/01  15:19:41
80863         Log: small nits in diagnostics.pm (from Robin Barker)
80864      Branch: perl
80865            ! lib/diagnostics.pm pod/perldiag.pod
80866 ____________________________________________________________________________
80867 [  6030] By: gsar                                  on 2000/05/01  08:39:18
80868         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
80869              for @- and @+ (from Johan Vromans)
80870      Branch: perl
80871            ! lib/English.pm pod/perlvar.pod
80872 ____________________________________________________________________________
80873 [  6029] By: gsar                                  on 2000/05/01  08:16:10
80874         Log: add CGI.pm v2.66 (from Lincoln Stein)
80875      Branch: perl
80876            + lib/CGI/Util.pm t/lib/cgi-pretty.t
80877            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
80878            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
80879            ! t/lib/cgi-html.t t/lib/cgi-request.t
80880 ____________________________________________________________________________
80881 [  6028] By: gsar                                  on 2000/05/01  06:34:41
80882         Log: Pod::Man generates groff-incompatible macro definition (from
80883              Tom Christiansen)
80884      Branch: perl
80885            ! lib/Pod/Man.pm
80886 ____________________________________________________________________________
80887 [  6027] By: gsar                                  on 2000/05/01  06:31:36
80888         Log: podlators-1.02 update (from Russ Allbery)
80889      Branch: perl
80890            ! lib/Pod/Man.pm lib/Pod/Text.pm
80891 ____________________________________________________________________________
80892 [  6026] By: jhi                                   on 2000/04/30  23:24:23
80893         Log: Integrate with Sarathy.
80894      Branch: cfgperl
80895           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
80896           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
80897           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
80898           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
80899           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
80900           !> t/lib/syslog.t toke.c win32/win32.h
80901 ____________________________________________________________________________
80902 [  6025] By: gsar                                  on 2000/04/30  18:17:47
80903         Log: Is{Alnum,Alpha,Word} don't match titlecase
80904              
80905              TODO: IsSpace is defined recursively!
80906              
80907              (both spotted by Larry)
80908      Branch: perl
80909            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
80910            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
80911 ____________________________________________________________________________
80912 [  6024] By: gsar                                  on 2000/04/30  17:50:19
80913         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
80914              (from Hugo van der Sanden)
80915      Branch: perl
80916            ! toke.c
80917 ____________________________________________________________________________
80918 [  6023] By: gsar                                  on 2000/04/30  17:14:43
80919         Log: debugger stomps on $. (from M.J.T. Guy)
80920      Branch: perl
80921            ! lib/perl5db.pl
80922 ____________________________________________________________________________
80923 [  6022] By: gsar                                  on 2000/04/30  16:59:22
80924         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
80925      Branch: perl
80926            ! sv.c
80927 ____________________________________________________________________________
80928 [  6021] By: gsar                                  on 2000/04/29  21:00:08
80929         Log: remove Win2K issue in pod (fixed by change#6020)
80930      Branch: perl
80931            ! README.win32 pod/perl56delta.pod
80932 ____________________________________________________________________________
80933 [  6020] By: gsar                                  on 2000/04/29  20:51:49
80934         Log: test tweak
80935      Branch: perl
80936            ! t/lib/open3.t
80937 ____________________________________________________________________________
80938 [  6019] By: gsar                                  on 2000/04/29  20:34:27
80939         Log: windows portability tweaks
80940      Branch: perl
80941            ! t/lib/b.t win32/win32.h
80942 ____________________________________________________________________________
80943 [  6018] By: gsar                                  on 2000/04/29  19:55:24
80944         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
80945              make _PATH_LOG() return "" if unavailable
80946      Branch: perl
80947            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
80948            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
80949 ____________________________________________________________________________
80950 [  6017] By: jhi                                   on 2000/04/28  22:49:46
80951         Log: Integrate with Sarathy.
80952      Branch: cfgperl
80953           !> op.c perl.c pod/perldiag.pod t/lib/b.t
80954 ____________________________________________________________________________
80955 [  6016] By: jhi                                   on 2000/04/28  22:46:14
80956         Log: Do not warn that an infinity does not look like a number.
80957      Branch: cfgperl
80958            ! sv.c
80959 ____________________________________________________________________________
80960 [  6015] By: gsar                                  on 2000/04/28  22:35:49
80961         Log: tweak test for portability
80962      Branch: perl
80963            ! t/lib/b.t
80964 ____________________________________________________________________________
80965 [  6014] By: gsar                                  on 2000/04/28  22:05:31
80966         Log: glob() loading File::Glob behind the scenes may cause syntax errors
80967      Branch: perl
80968            ! op.c
80969 ____________________________________________________________________________
80970 [  6013] By: gsar                                  on 2000/04/28  21:25:22
80971         Log: tweak change#5945 to display correct switch name in diagnostic
80972      Branch: perl
80973            ! perl.c pod/perldiag.pod
80974 ____________________________________________________________________________
80975 [  6012] By: jhi                                   on 2000/04/28  21:08:12
80976         Log: Integrate with Sarathy.
80977      Branch: cfgperl
80978           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
80979           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
80980           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
80981 ____________________________________________________________________________
80982 [  6011] By: jhi                                   on 2000/04/28  21:04:46
80983         Log: &HUGE_VAL is not defined, it exists.
80984      Branch: cfgperl
80985            ! lib/Math/Complex.pm
80986 ____________________________________________________________________________
80987 [  6010] By: gsar                                  on 2000/04/28  21:02:58
80988         Log: clarify note about shadow password support (from
80989              gellyfish@gellyfish.com)
80990      Branch: perl
80991            ! pod/perlfunc.pod
80992 ____________________________________________________________________________
80993 [  6009] By: gsar                                  on 2000/04/28  21:00:00
80994         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
80995      Branch: perl
80996            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
80997 ____________________________________________________________________________
80998 [  6008] By: gsar                                  on 2000/04/28  20:56:33
80999         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
81000      Branch: perl
81001            ! installperl vms/subconfigure.com
81002 ____________________________________________________________________________
81003 [  6007] By: gsar                                  on 2000/04/28  20:51:21
81004         Log: note about compile failures and END blocks (from M.J.T. Guy)
81005      Branch: perl
81006            ! pod/perl56delta.pod pod/perlmod.pod
81007 ____________________________________________________________________________
81008 [  6006] By: jhi                                   on 2000/04/28  20:42:14
81009         Log: Regen Configure.
81010      Branch: cfgperl
81011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81012            ! config_h.SH
81013 ____________________________________________________________________________
81014 [  6005] By: gsar                                  on 2000/04/28  20:41:16
81015         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
81016      Branch: perl
81017            ! utils/perldoc.PL
81018 ____________________________________________________________________________
81019 [  6004] By: jhi                                   on 2000/04/28  20:28:21
81020         Log: Integrate with Sarathy.
81021      Branch: cfgperl
81022           !> Configure INSTALL Porting/Glossary Porting/config.sh
81023           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
81024           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
81025           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
81026           !> win32/config.vc win32/win32.c
81027 ____________________________________________________________________________
81028 [  6003] By: gsar                                  on 2000/04/28  20:11:20
81029         Log: allow REG_EXPAND_SZ keys in Windows registry (from
81030              John Clayton <John.Clayton@barclayscapital.com>)
81031      Branch: perl
81032            ! win32/win32.c
81033 ____________________________________________________________________________
81034 [  6002] By: gsar                                  on 2000/04/28  19:34:16
81035         Log: destructive sv_setsv() can lose UV-ness from source, causing
81036              numeric promotions/comparisons to fail to do the right thing
81037      Branch: perl
81038            ! sv.c
81039 ____________________________________________________________________________
81040 [  6001] By: gsar                                  on 2000/04/28  18:44:15
81041         Log: support additional library locations via $Config{otherlibdirs}
81042              (from Andy Dougherty)
81043      Branch: perl
81044            ! Configure INSTALL Porting/Glossary Porting/config.sh
81045            ! Porting/config_H config_h.SH epoc/config.sh perl.c
81046            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
81047            ! win32/config.bc win32/config.gc win32/config.vc
81048 ____________________________________________________________________________
81049 [  6000] By: gsar                                  on 2000/04/28  18:26:58
81050         Log: reworked otherlibdirs.U (from Andy Dougherty)
81051      Branch: metaconfig
81052            ! U/installdirs/otherlibdirs.U
81053 ____________________________________________________________________________
81054 [  5999] By: gsar                                  on 2000/04/28  18:17:07
81055         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
81056      Branch: perl
81057            ! t/pragma/warn/toke toke.c
81058 ____________________________________________________________________________
81059 [  5998] By: jhi                                   on 2000/04/28  13:32:17
81060         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
81061      Branch: cfgperl
81062            ! lib/Math/Complex.pm
81063 ____________________________________________________________________________
81064 [  5997] By: jhi                                   on 2000/04/28  13:14:04
81065         Log: Preserve $!.
81066      Branch: cfgperl
81067            ! lib/Math/Complex.pm
81068 ____________________________________________________________________________
81069 [  5996] By: jhi                                   on 2000/04/28  12:59:23
81070         Log: Integrate with Sarathy.
81071      Branch: cfgperl
81072           +> pod/perlrequick.pod pod/perlretut.pod
81073           !> (integrate 51 files)
81074 ____________________________________________________________________________
81075 [  5995] By: gsar                                  on 2000/04/28  09:37:36
81076         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
81077      Branch: perl
81078            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
81079 ____________________________________________________________________________
81080 [  5994] By: gsar                                  on 2000/04/28  09:33:26
81081         Log: fix for missed accounting for null byte in pack("Z",...) (from
81082              M.J.T. Guy)
81083      Branch: perl
81084            ! pp.c t/op/pack.t
81085 ____________________________________________________________________________
81086 [  5993] By: gsar                                  on 2000/04/28  09:30:05
81087         Log: various minor tweaks seen on p5p
81088      Branch: perl
81089            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
81090 ____________________________________________________________________________
81091 [  5992] By: gsar                                  on 2000/04/28  09:08:19
81092         Log: pod nit (from Simon Cozens)
81093      Branch: perl
81094            ! pod/perlop.pod
81095 ____________________________________________________________________________
81096 [  5991] By: gsar                                  on 2000/04/28  09:06:36
81097         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
81098      Branch: perl
81099            ! README.posix-bc hints/posix-bc.sh
81100 ____________________________________________________________________________
81101 [  5990] By: gsar                                  on 2000/04/28  08:54:52
81102         Log: use $ENV{LIB} to search for libs under Visual C compiler
81103              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
81104      Branch: perl
81105            ! lib/ExtUtils/Liblist.pm
81106 ____________________________________________________________________________
81107 [  5989] By: gsar                                  on 2000/04/28  08:27:12
81108         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
81109              itself and no other (from Tom Hughes)
81110      Branch: perl
81111            ! t/op/array.t toke.c
81112 ____________________________________________________________________________
81113 [  5988] By: gsar                                  on 2000/04/28  08:01:38
81114         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
81115              <paul@miraclefish.com>)
81116      Branch: perl
81117            ! lib/ExtUtils/MakeMaker.pm
81118 ____________________________________________________________________________
81119 [  5987] By: gsar                                  on 2000/04/28  07:53:09
81120         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
81121      Branch: perl
81122            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
81123 ____________________________________________________________________________
81124 [  5986] By: gsar                                  on 2000/04/28  07:44:17
81125         Log: add regular expressions tutorial and quick-start guide (from
81126              Mark Kvale <kvale@phy.ucsf.edu>)
81127      Branch: perl
81128            + pod/perlrequick.pod pod/perlretut.pod
81129            ! AUTHORS MAINTAIN MANIFEST
81130 ____________________________________________________________________________
81131 [  5985] By: gsar                                  on 2000/04/28  07:30:28
81132         Log: forked child may not exit correctly if it failed to open
81133              /dev/console (from Graham Barr)
81134      Branch: perl
81135            ! ext/Sys/Syslog/Syslog.pm
81136 ____________________________________________________________________________
81137 [  5984] By: gsar                                  on 2000/04/28  07:27:20
81138         Log: attributes::reftype() doesn't work on tied argument
81139      Branch: perl
81140            ! xsutils.c
81141 ____________________________________________________________________________
81142 [  5983] By: gsar                                  on 2000/04/28  07:15:04
81143         Log: numeric conversion of non-number in change#3378 tramples on
81144              OOK offset, causing segfaults
81145      Branch: perl
81146            ! sv.c
81147 ____________________________________________________________________________
81148 [  5982] By: gsar                                  on 2000/04/28  04:48:25
81149         Log: avoid error in IO::Socket::INET when given an unknown service name
81150              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
81151      Branch: perl
81152            ! ext/IO/lib/IO/Socket/INET.pm
81153 ____________________________________________________________________________
81154 [  5981] By: gsar                                  on 2000/04/28  04:31:31
81155         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
81156              prototype mismatch with CORE::glob(); update pod and tests to
81157              suit (File::Glob::glob() is still available for backward
81158              compatibility, but should be considered deprecated)
81159      Branch: perl
81160            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
81161            ! t/lib/glob-taint.t
81162 ____________________________________________________________________________
81163 [  5980] By: gsar                                  on 2000/04/28  03:47:29
81164         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
81165              <ghudson@mit.edu>)
81166      Branch: metaconfig
81167            ! U/modified/Options.U
81168      Branch: perl
81169            ! Configure
81170 ____________________________________________________________________________
81171 [  5979] By: gsar                                  on 2000/04/28  03:07:54
81172         Log: under useithreads, constant pad entries could inadvertently be
81173              shared across threads (from Eric Blood <eblood@xmission.com>);
81174              added Eric's test case to testsuite
81175      Branch: perl
81176            ! op.c t/op/misc.t
81177 ____________________________________________________________________________
81178 [  5978] By: gsar                                  on 2000/04/27  21:13:00
81179         Log: sync version numbers in File::Spec with the ones on CPAN
81180              (from Barrie Slaymaker)
81181      Branch: perl
81182            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
81183            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
81184            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
81185 ____________________________________________________________________________
81186 [  5977] By: gsar                                  on 2000/04/27  21:07:29
81187         Log: autoquote barewords followed by newline and arrow properly
81188              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
81189      Branch: perl
81190            ! t/pragma/warn/toke toke.c
81191 ____________________________________________________________________________
81192 [  5976] By: gsar                                  on 2000/04/27  20:41:20
81193         Log: DB_File v1.73 update (from Paul Marquess)
81194      Branch: perl
81195            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
81196            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
81197 ____________________________________________________________________________
81198 [  5975] By: gsar                                  on 2000/04/27  20:34:24
81199         Log: allow sort() reentrancy (variant of patch suggested by
81200              Hugo van der Sanden)
81201      Branch: perl
81202            ! pp_ctl.c t/op/sort.t
81203 ____________________________________________________________________________
81204 [  5974] By: gsar                                  on 2000/04/27  19:46:57
81205         Log: change#4197 somehow missed initializing PL_errors, meaning
81206              sytax error queueing wasn't working outside eval"" at all;
81207              also fixed eval"" to localize PL_error_count, so that compile-time
81208              eval's don't clobber the error state of the outer context
81209      Branch: perl
81210            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
81211            ! t/pragma/warn/toke
81212 ____________________________________________________________________________
81213 [  5973] By: gsar                                  on 2000/04/27  18:29:05
81214         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
81215      Branch: perl
81216            ! regcomp.c regexec.c t/op/re_tests
81217 ____________________________________________________________________________
81218 [  5972] By: jhi                                   on 2000/04/27  18:22:41
81219         Log: Integrate with Sarathy.
81220      Branch: cfgperl
81221           +> t/lib/b.t t/lib/syslog.t
81222           !> (integrate 31 files)
81223 ____________________________________________________________________________
81224 [  5971] By: jhi                                   on 2000/04/27  18:18:46
81225         Log: Unicos tweaks from Mark P. Lutz.
81226      Branch: cfgperl
81227            ! hints/unicos.sh lib/Math/Complex.pm
81228 ____________________________________________________________________________
81229 [  5970] By: gsar                                  on 2000/04/27  18:05:11
81230         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
81231              IV is >32bits
81232      Branch: perl
81233            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
81234 ____________________________________________________________________________
81235 [  5969] By: gsar                                  on 2000/04/27  17:50:56
81236         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
81237      Branch: perl
81238            + t/lib/syslog.t
81239            ! MANIFEST ext/Sys/Syslog/Syslog.pm
81240 ____________________________________________________________________________
81241 [  5968] By: gsar                                  on 2000/04/27  17:44:49
81242         Log: tolerate spaces in group names in test on solaris (from David Boyce
81243              <dsb@boyski.com>)
81244      Branch: perl
81245            ! t/op/groups.t
81246 ____________________________________________________________________________
81247 [  5967] By: gsar                                  on 2000/04/27  17:41:22
81248         Log: improved docs on the warn_uninit diagnostic (from David Glasser
81249              and Simon Cozens)
81250      Branch: perl
81251            ! pod/perldiag.pod
81252 ____________________________________________________________________________
81253 [  5966] By: gsar                                  on 2000/04/27  16:54:58
81254         Log: add testsuite for B backends, fix bug in B::Deparse (from
81255              Simon Cozens <simon@brecon.co.uk>)
81256      Branch: perl
81257            + t/lib/b.t
81258            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
81259 ____________________________________________________________________________
81260 [  5965] By: gsar                                  on 2000/04/27  16:10:37
81261         Log: avoid "will not stay shared" warnings for our variables (from
81262              Robin Barker)
81263      Branch: perl
81264            ! op.c t/pragma/warn/op
81265 ____________________________________________________________________________
81266 [  5964] By: gsar                                  on 2000/04/27  07:05:05
81267         Log: reformat to 72 columns (again)
81268      Branch: perl
81269            ! pod/perldiag.pod
81270 ____________________________________________________________________________
81271 [  5963] By: gsar                                  on 2000/04/27  06:28:31
81272         Log: patch from Larry to make (\&) prototype work; added tests for
81273              the same
81274      Branch: perl
81275            ! op.c t/comp/proto.t
81276 ____________________________________________________________________________
81277 [  5962] By: gsar                                  on 2000/04/27  06:15:47
81278         Log: updated README.hpux (from Jeff Okamoto)
81279      Branch: perl
81280            ! README.hpux
81281 ____________________________________________________________________________
81282 [  5961] By: gsar                                  on 2000/04/27  05:55:03
81283         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
81284      Branch: perl
81285            ! emacs/cperl-mode.el
81286 ____________________________________________________________________________
81287 [  5960] By: gsar                                  on 2000/04/27  05:49:26
81288         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
81289      Branch: perl
81290            ! INSTALL
81291 ____________________________________________________________________________
81292 [  5959] By: gsar                                  on 2000/04/27  05:33:41
81293         Log: doubled words in pods (from Simon Cozens
81294              <simon.p.cozens@jp.pwcglobal.com>)
81295      Branch: perl
81296            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
81297            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
81298            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
81299            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
81300            ! pod/perltootc.pod
81301 ____________________________________________________________________________
81302 [  5958] By: gsar                                  on 2000/04/27  05:11:39
81303         Log: change#3569 deleted some essential code, revert; avoid use of
81304              atexit() to make DynaLoader work properly on AIX under mod_perl
81305              (from Jens-Uwe Mager <jum@helios.de>)
81306      Branch: perl
81307            ! ext/DynaLoader/dl_aix.xs
81308 ____________________________________________________________________________
81309 [  5957] By: gsar                                  on 2000/04/27  04:54:51
81310         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
81311      Branch: perl
81312            ! pod/perlmod.pod
81313 ____________________________________________________________________________
81314 [  5956] By: gsar                                  on 2000/04/27  04:51:47
81315         Log: better diagnostics on failed tests (from Ilya Zakharevich)
81316      Branch: perl
81317            ! t/op/lex_assign.t
81318 ____________________________________________________________________________
81319 [  5955] By: gsar                                  on 2000/04/27  04:26:44
81320         Log: longstanding bug exposed by change#3307: sort arguments weren't
81321              compiled with the right wantarray context (ensuing runtime lookup
81322              via block_gimme() was getting the incidental context of the
81323              sort() itself)
81324      Branch: perl
81325            ! op.c t/op/sort.t
81326 ____________________________________________________________________________
81327 [  5954] By: gsar                                  on 2000/04/26  23:42:12
81328         Log: integrate cfgperl contents into mainline
81329      Branch: perl
81330           !> (integrate 30 files)
81331 ____________________________________________________________________________
81332 [  5953] By: jhi                                   on 2000/04/26  23:06:42
81333         Log: Integrate with Sarathy.
81334      Branch: cfgperl
81335           !> README.win32 ext/B/B/Deparse.pm
81336           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
81337           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
81338           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
81339           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
81340           !> utils/perldoc.PL vms/perlvms.pod
81341 ____________________________________________________________________________
81342 [  5952] By: jhi                                   on 2000/04/26  23:03:46
81343         Log: Undo "use integer" addition from 64bitint as it seems
81344              to break most of the subtests in Digital UNIX;
81345              Unicos needs to find another way.
81346      Branch: cfgperl
81347            ! t/op/64bitint.t
81348 ____________________________________________________________________________
81349 [  5951] By: jhi                                   on 2000/04/26  22:57:53
81350         Log: Be more robust on "extreme" (large absolute value)
81351              arguments.  Originally reported by Daniel Connelly
81352              as a problem with asinh() on large negative arguments,
81353              asinh() used to bail out because an argument to log()
81354              ended up being zero.  Ilya Zakharevich proposed using
81355              Taylor's series in such cases, which for such large
81356              arguments is a very good approximation.
81357      Branch: cfgperl
81358            ! lib/Math/Complex.pm t/lib/complex.t
81359 ____________________________________________________________________________
81360 [  5950] By: gsar                                  on 2000/04/25  19:13:12
81361         Log: reformat perldiag to avoid long lines
81362      Branch: perl
81363            ! pod/perldiag.pod
81364 ____________________________________________________________________________
81365 [  5949] By: gsar                                  on 2000/04/25  18:41:11
81366         Log: make perldoc use the pod2man from the same version (from
81367              M.J.T. Guy)
81368      Branch: perl
81369            ! utils/perldoc.PL
81370 ____________________________________________________________________________
81371 [  5948] By: gsar                                  on 2000/04/25  18:21:57
81372         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
81373              <kompas@kompas.usr.onet.pl>)
81374      Branch: perl
81375            ! lib/vars.pm
81376 ____________________________________________________________________________
81377 [  5947] By: gsar                                  on 2000/04/25  18:11:53
81378         Log: use &dl_error rather than &dl_load_file as the guard for calling
81379              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
81380              statically built perl)
81381      Branch: perl
81382            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
81383 ____________________________________________________________________________
81384 [  5946] By: jhi                                   on 2000/04/25  17:37:54
81385         Log: Document that tr() is not tr(1).
81386      Branch: cfgperl
81387            ! pod/perlop.pod
81388 ____________________________________________________________________________
81389 [  5945] By: gsar                                  on 2000/04/25  16:34:33
81390         Log: make module name mandatory after -M switch; reorder perldiag
81391              alphabetically (from Mark-Jason Dominus)
81392      Branch: perl
81393            ! perl.c pod/perldiag.pod
81394 ____________________________________________________________________________
81395 [  5944] By: jhi                                   on 2000/04/25  01:15:18
81396         Log: On second thoughts frexp() does have two arguments.
81397      Branch: cfgperl
81398            ! perl.h
81399 ____________________________________________________________________________
81400 [  5943] By: jhi                                   on 2000/04/24  22:56:32
81401         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
81402              Now pp_ncmp() returns undef is either operand is a NaN.
81403      Branch: cfgperl
81404            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81405            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
81406            ! vms/subconfigure.com vos/config.def vos/config.h
81407            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
81408            ! win32/config.vc win32/config_H.bc win32/config_H.gc
81409            ! win32/config_H.vc
81410      Branch: metaconfig/U/perl
81411            + d_modfl.U
81412 ____________________________________________________________________________
81413 [  5942] By: jhi                                   on 2000/04/24  19:45:17
81414         Log: Regen Configure to match #5937.
81415      Branch: cfgperl
81416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81417            ! config_h.SH
81418      Branch: metaconfig
81419            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
81420 ____________________________________________________________________________
81421 [  5941] By: jhi                                   on 2000/04/24  19:24:11
81422         Log: Further Unicos fixes for Mark Lutz.
81423      Branch: cfgperl
81424            ! hints/unicos.sh pp_ctl.c
81425 ____________________________________________________________________________
81426 [  5940] By: jhi                                   on 2000/04/24  19:09:06
81427         Log: Various Unicos 10.0.0.6 fixes.
81428              
81429              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
81430              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
81431              Reply-To: tecmpl1@triton.ca.boeing.com 
81432              To: perl5-porters@perl.org 
81433              Date: Fri, 14 Apr 2000 20:21:00 GMT 
81434              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
81435      Branch: cfgperl
81436            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
81437 ____________________________________________________________________________
81438 [  5939] By: gsar                                  on 2000/04/24  19:01:24
81439         Log: more pod nits (from Larry Virden)
81440      Branch: perl
81441            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
81442            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
81443            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
81444 ____________________________________________________________________________
81445 [  5938] By: gsar                                  on 2000/04/24  18:54:01
81446         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
81447      Branch: perl
81448            ! ext/B/B/Deparse.pm
81449 ____________________________________________________________________________
81450 [  5937] By: jhi                                   on 2000/04/24  17:39:00
81451         Log: Integrate with Sarathy.
81452      Branch: cfgperl
81453           +> (branch 31 files)
81454           !> (integrate 73 files)
81455 ____________________________________________________________________________
81456 [  5936] By: gsar                                  on 2000/04/24  17:30:06
81457         Log: additional tests for change#5934 (from Paul Marquess, who also
81458              sent in the same fix)
81459      Branch: perl
81460            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
81461            ! t/pragma/warn/5nolint t/pragma/warn/6default
81462 ____________________________________________________________________________
81463 [  5935] By: jhi                                   on 2000/04/24  17:26:05
81464         Log: Do not assume sign propagation.
81465              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
81466              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
81467              To: payner@ncifcrf.gov, perl5-porters@perl.org 
81468              Date: Tue, 18 Apr 2000 18:24:49 +0100 
81469              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
81470      Branch: cfgperl
81471            ! t/op/bop.t t/op/misc.t
81472 ____________________________________________________________________________
81473 [  5934] By: gsar                                  on 2000/04/24  17:16:54
81474         Log: propagate lexical warnings from surrounding scope correctly
81475              within string eval()
81476      Branch: perl
81477            ! pp_ctl.c t/pragma/warn/pp_ctl
81478 ____________________________________________________________________________
81479 [  5933] By: jhi                                   on 2000/04/24  17:01:07
81480         Log: Flatten the cpp jungle doing the nosuid checking.
81481      Branch: cfgperl
81482            ! perl.c
81483 ____________________________________________________________________________
81484 [  5932] By: gsar                                  on 2000/04/24  09:08:14
81485         Log: add rsignal(), whichsig() and do_join() to public API list
81486              (mod_perl uses them to good advantage)
81487      Branch: perl
81488            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
81489 ____________________________________________________________________________
81490 [  5931] By: gsar                                  on 2000/04/24  09:01:40
81491         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
81492      Branch: perl
81493            ! pp_hot.c regexec.c t/op/pat.t
81494 ____________________________________________________________________________
81495 [  5930] By: gsar                                  on 2000/04/24  08:58:33
81496         Log: small os390 tweaks (from Peter Prymmer)
81497      Branch: perl
81498            ! config_h.SH makedepend.SH
81499 ____________________________________________________________________________
81500 [  5929] By: gsar                                  on 2000/04/24  08:55:25
81501         Log: pod nits
81502      Branch: perl
81503            ! pod/perlguts.pod
81504 ____________________________________________________________________________
81505 [  5928] By: gsar                                  on 2000/04/24  08:50:13
81506         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
81507      Branch: perl
81508            ! ext/IO/lib/IO/Poll.pm
81509 ____________________________________________________________________________
81510 [  5927] By: gsar                                  on 2000/04/24  08:43:24
81511         Log: arrange for next() to resume at the unstack op rather than the
81512              loop conditional, so that scope cleanup happens correctly
81513              (from Stephen McCamant)
81514      Branch: perl
81515            ! op.c pp_ctl.c t/op/misc.t
81516 ____________________________________________________________________________
81517 [  5926] By: gsar                                  on 2000/04/24  08:18:40
81518         Log: on windows, reserve 16M of stack rather than 128M (allows more
81519              threads to run concurrently)
81520      Branch: perl
81521            ! win32/Makefile win32/makefile.mk
81522 ____________________________________________________________________________
81523 [  5925] By: gsar                                  on 2000/04/24  08:13:52
81524         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
81525      Branch: perl
81526            ! toke.c
81527 ____________________________________________________________________________
81528 [  5924] By: gsar                                  on 2000/04/24  08:08:59
81529         Log: avoid using uninitialized memory in require version check
81530      Branch: perl
81531            ! pp_ctl.c universal.c
81532 ____________________________________________________________________________
81533 [  5923] By: gsar                                  on 2000/04/24  07:20:14
81534         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
81535      Branch: perl
81536            ! ext/IO/lib/IO/Poll.pm
81537 ____________________________________________________________________________
81538 [  5922] By: gsar                                  on 2000/04/24  07:08:42
81539         Log: commentary about IoTYPE() (from Nathan Torkington)
81540      Branch: perl
81541            ! sv.h
81542 ____________________________________________________________________________
81543 [  5921] By: gsar                                  on 2000/04/24  06:58:26
81544         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
81545              by fix
81546      Branch: perl
81547            ! sv.c t/lib/charnames.t t/pragma/utf8.t
81548 ____________________________________________________________________________
81549 [  5920] By: gsar                                  on 2000/04/24  06:37:59
81550         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
81551      Branch: perl
81552            ! doop.c t/op/ver.t
81553 ____________________________________________________________________________
81554 [  5919] By: gsar                                  on 2000/04/24  06:21:58
81555         Log: Configure might miss old directories when prefix must be
81556              expanded (from Robin Barker)
81557      Branch: metaconfig
81558            ! U/installdirs/inc_version_list.U
81559      Branch: perl
81560            ! Configure
81561 ____________________________________________________________________________
81562 [  5918] By: gsar                                  on 2000/04/24  06:16:11
81563         Log: VMS nits in glob() test (from Charles Lane)
81564      Branch: perl
81565            ! t/lib/glob-basic.t
81566 ____________________________________________________________________________
81567 [  5917] By: gsar                                  on 2000/04/24  06:11:56
81568         Log: various pod nits (from Larry Virden and others)
81569      Branch: perl
81570            ! README.amiga README.hpux README.machten README.os2
81571            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
81572            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
81573            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
81574            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
81575            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
81576            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
81577            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
81578            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
81579 ____________________________________________________________________________
81580 [  5916] By: gsar                                  on 2000/04/24  05:52:43
81581         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
81582              <wjones@tc.fluke.com>)
81583      Branch: perl
81584            ! t/lib/glob-basic.t
81585 ____________________________________________________________________________
81586 [  5915] By: gsar                                  on 2000/04/24  05:07:01
81587         Log: supported platforms mixed up
81588      Branch: perl
81589            ! pod/perl56delta.pod pod/perlport.pod
81590 ____________________________________________________________________________
81591 [  5914] By: gsar                                  on 2000/04/24  04:56:08
81592         Log: caller() wasn't returning the right number of elements for
81593              eval {...}
81594      Branch: perl
81595            ! pp_ctl.c t/pragma/warn/9enabled
81596 ____________________________________________________________________________
81597 [  5913] By: gsar                                  on 2000/04/24  04:35:41
81598         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
81599              Mark-Jason Dominus)
81600      Branch: perl
81601            ! pod/perlfunc.pod
81602 ____________________________________________________________________________
81603 [  5912] By: gsar                                  on 2000/04/24  04:17:15
81604         Log: fix totally broken caching in UNIVERSAL::isa() (from
81605              Nick Ing-Simmons)
81606      Branch: perl
81607            ! t/op/universal.t universal.c
81608 ____________________________________________________________________________
81609 [  5911] By: gsar                                  on 2000/04/24  03:39:47
81610         Log: add linebreak properties from unicode/LineBrk.txt (from
81611              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
81612      Branch: perl
81613            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
81614            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
81615            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
81616            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
81617            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
81618            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
81619            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
81620            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
81621            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
81622            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
81623            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
81624            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
81625            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
81626            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
81627            + lib/unicode/Is/LbrkZW.pl
81628            ! lib/unicode/mktables.PL
81629 ____________________________________________________________________________
81630 [  5910] By: gsar                                  on 2000/04/24  03:23:10
81631         Log: typo in pod
81632      Branch: perl
81633            ! ext/Thread/Thread.pm
81634 ____________________________________________________________________________
81635 [  5909] By: gsar                                  on 2000/04/24  03:22:03
81636         Log: mode argument to do_binmode() should be file mode, not boolean
81637      Branch: perl
81638            ! pp_sys.c
81639 ____________________________________________________________________________
81640 [  5908] By: gsar                                  on 2000/04/16  16:51:08
81641         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
81642              always returns a valid GV even when the symbol is trapped by strictures
81643              (avoids coredumps)
81644              
81645              TODO: the C<package;> hack needs similar treatment
81646      Branch: perl
81647            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
81648            ! t/pragma/strict-vars
81649 ____________________________________________________________________________
81650 [  5907] By: jhi                                   on 2000/03/31  23:42:56
81651         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
81652              an assumption which #5905 demolished.
81653      Branch: cfgperl
81654            ! pp_sys.c
81655 ____________________________________________________________________________
81656 [  5906] By: jhi                                   on 2000/03/31  18:54:37
81657         Log: Typo in #5905.
81658      Branch: cfgperl
81659            ! t/op/64bitint.t
81660 ____________________________________________________________________________
81661 [  5905] By: jhi                                   on 2000/03/31  18:50:54
81662         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
81663              reported by Joseph N. Hall.  The bug was that even with use64bitint
81664              one had to use the prefixes q, L, or ll with printf/sprintf,
81665              contrary to the documentation and common sense.
81666      Branch: cfgperl
81667            ! sv.c t/op/64bitint.t
81668 ____________________________________________________________________________
81669 [  5904] By: gsar                                  on 2000/03/28  02:31:32
81670         Log: add Changes, perldelta.pod
81671      Branch: perl
81672            + Changes pod/perldelta.pod
81673 ____________________________________________________________________________
81674 [  5903] By: gsar                                  on 2000/03/28  02:03:55
81675         Log: rename Changes and perldelta.pod
81676      Branch: perl
81677           +> Changes5.6 pod/perl56delta.pod
81678            - Changes pod/perldelta.pod
81679            ! MANIFEST
81680 ____________________________________________________________________________
81681 [  5902] By: gsar                                  on 2000/03/28  01:59:14
81682         Log: create maint-5.6 branch
81683      Branch: maint-5.6/perl
81684           +> (branch 1611 files)
81685 ____________________________________________________________________________
81686 [  5901] By: jhi                                   on 2000/03/23  05:48:43
81687         Log: Integrate with Sarathy.
81688      Branch: cfgperl
81689           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
81690 ____________________________________________________________________________
81691 [  5900] By: gsar                                  on 2000/03/23  05:42:43
81692         Log: three guesses on what this is :-)
81693      Branch: perl
81694            ! Changes