Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33
34 ____________________________________________________________________________
35 [  8403] By: jhi                                   on 2001/01/11  04:38:24
36         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
37              From: Hugo <hv@crypt.compulink.co.uk>
38              Date: Mon, 30 Oct 2000 01:33:26 +0000
39              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
40      Branch: perl
41            ! regexec.c t/op/re_tests
42 ____________________________________________________________________________
43 [  8402] By: jhi                                   on 2001/01/11  04:26:12
44         Log: Integrate perlio.
45      Branch: perl
46           !> scope.h util.c
47 ____________________________________________________________________________
48 [  8401] By: nick                                  on 2001/01/10  22:52:55
49         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
50              (So Alan and Ilya can try setting via hints.)
51              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
52              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
53              doing the save everywhere seems to restart read() correctly, but just
54              doing it once "round" the handler does not.
55      Branch: perlio
56            ! scope.h
57 ____________________________________________________________________________
58 [  8400] By: jhi                                   on 2001/01/10  21:57:54
59         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
60              of IRIX, HP-UX is unaffected.
61      Branch: perl
62            ! perl.h
63 ____________________________________________________________________________
64 [  8399] By: nick                                  on 2001/01/10  21:29:19
65         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
66      Branch: perlio
67            ! util.c
68 ____________________________________________________________________________
69 [  8398] By: jhi                                   on 2001/01/10  20:55:31
70         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
71              also have ReusePort.
72      Branch: perl
73            ! ext/IO/lib/IO/Socket/INET.pm
74 ____________________________________________________________________________
75 [  8397] By: jhi                                   on 2001/01/10  20:50:57
76         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
77              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
78              Date: Wed, 10 Jan 2001 01:38:13 -0800
79              Message-ID: <20010110013813.B41744@yahoo-inc.com>
80      Branch: perl
81            ! ext/IO/lib/IO/Socket/INET.pm
82 ____________________________________________________________________________
83 [  8396] By: jhi                                   on 2001/01/10  20:49:30
84         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
85              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
86              Date: Wed, 10 Jan 2001 01:37:32 -0800
87              Message-ID: <20010110013732.A41744@yahoo-inc.com>
88      Branch: perl
89            ! ext/Socket/Socket.pm
90 ____________________________________________________________________________
91 [  8395] By: jhi                                   on 2001/01/10  20:41:37
92         Log: Test for bug id 20010105.016 (fixed by #8378).
93      Branch: perl
94            ! t/op/split.t
95 ____________________________________________________________________________
96 [  8394] By: jhi                                   on 2001/01/10  20:26:32
97         Log: Integrate perlio.
98      Branch: perl
99            ! util.c
100 ____________________________________________________________________________
101 [  8393] By: nick                                  on 2001/01/10  19:34:30
102         Log: Back out Simon's pid hackery for now.
103      Branch: perlio
104            ! util.c
105 ____________________________________________________________________________
106 [  8392] By: nick                                  on 2001/01/10  19:23:13
107         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
108      Branch: perlio
109           !> (integrate 29 files)
110 ____________________________________________________________________________
111 [  8391] By: jhi                                   on 2001/01/10  18:43:15
112         Log: Subject: [PATCH] Fix my_pclose segfault
113              From: Simon Cozens <simon@cozens.net>
114              Date: Wed, 10 Jan 2001 18:39:35 +0000
115              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
116      Branch: perl
117            ! util.c
118 ____________________________________________________________________________
119 [  8390] By: jhi                                   on 2001/01/10  18:42:08
120         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
121              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
122              Date:     Wed, 10 Jan 2001 13:23:02 EST
123              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
124      Branch: perl
125            ! ext/Opcode/Opcode.xs
126 ____________________________________________________________________________
127 [  8389] By: jhi                                   on 2001/01/10  15:16:07
128         Log: Turn off the integer preservation for now.
129      Branch: perl
130            ! perl.h
131 ____________________________________________________________________________
132 [  8388] By: jhi                                   on 2001/01/10  15:01:25
133         Log: Few more IDE/editor nits from p5p.
134      Branch: perl
135            ! pod/perlfaq3.pod
136 ____________________________________________________________________________
137 [  8387] By: jhi                                   on 2001/01/10  06:53:16
138         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
139              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
140              Date: Tue, 9 Jan 2001 23:16:02 +0000
141              Message-ID: <20010109231602.A81101@plum.flirble.org>
142      Branch: perl
143            ! sv.c
144 ____________________________________________________________________________
145 [  8386] By: jhi                                   on 2001/01/10  03:17:54
146         Log: Test cases for #8385 (from Simon's "torture.pl")
147      Branch: perl
148            ! t/op/tr.t
149 ____________________________________________________________________________
150 [  8385] By: jhi                                   on 2001/01/10  03:17:11
151         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
152              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
153              Date: Wed, 10 Jan 2001 11:39:39 +0900
154              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
155              
156              Some more UTF-8 tr cases fixed.
157      Branch: perl
158            ! doop.c
159 ____________________________________________________________________________
160 [  8384] By: jhi                                   on 2001/01/09  22:45:40
161         Log: Allow the locale test needing POSIX and the taint test
162              needing IPC::SysV to run under 'minitest' (basically,
163              bail out if loading the extension fails)
164      Branch: perl
165            ! t/op/misc.t t/op/taint.t
166 ____________________________________________________________________________
167 [  8383] By: jhi                                   on 2001/01/09  21:36:04
168         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
169              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
170              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
171              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
172      Branch: perl
173            ! t/io/openpid.t
174 ____________________________________________________________________________
175 [  8382] By: jhi                                   on 2001/01/09  21:06:08
176         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
177              Should finish up the bug id 20001205.022.
178      Branch: perl
179            ! pp.c pp_hot.c scope.c
180 ____________________________________________________________________________
181 [  8381] By: jhi                                   on 2001/01/09  18:27:43
182         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
183              From: Andy Dougherty <doughera@lafayette.edu>
184              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
185              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
186              
187              More robust yacc/bison error detection.
188      Branch: perl
189            ! t/comp/proto.t
190 ____________________________________________________________________________
191 [  8380] By: jhi                                   on 2001/01/09  15:21:38
192         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
193              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
194              Date:     Tue, 9 Jan 2001 07:53:55 EST
195              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
196      Branch: perl
197            ! t/op/misc.t vms/test.com
198 ____________________________________________________________________________
199 [  8379] By: jhi                                   on 2001/01/09  15:20:38
200         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
201              From: jhi@cc.hut.fi
202              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
203              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
204              
205              The #8378 fixed this.
206      Branch: perl
207            ! t/op/tr.t
208 ____________________________________________________________________________
209 [  8378] By: jhi                                   on 2001/01/09  15:05:32
210         Log: Subject: One more patch for UTF8 
211              From: Inaba Hiroto <inaba@st.rim.or.jp>
212              Date: Tue, 09 Jan 2001 01:04:32 +0900
213              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
214              
215              UTF-8 fixes for 'x' and tr///.
216      Branch: perl
217            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
218            ! regcomp.c regexec.c toke.c utf8.c
219 ____________________________________________________________________________
220 [  8377] By: jhi                                   on 2001/01/09  14:32:17
221         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
222      Branch: perl
223            ! t/op/length.t
224 ____________________________________________________________________________
225 [  8376] By: jhi                                   on 2001/01/09  04:32:32
226         Log: integrate changes #7775, #8316, #8316 from mainline
227      Branch: maint-5.6/perl
228            ! hints/solaris_2.sh
229 ____________________________________________________________________________
230 [  8375] By: jhi                                   on 2001/01/09  04:26:43
231         Log: Update Changes.
232      Branch: perl
233            ! Changes patchlevel.h
234 ____________________________________________________________________________
235 [  8374] By: jhi                                   on 2001/01/09  04:14:32
236         Log: IDE/editor section tweaking.
237      Branch: perl
238            ! pod/perlfaq3.pod
239 ____________________________________________________________________________
240 [  8373] By: jhi                                   on 2001/01/09  02:38:26
241         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
242              From: Peter Prymmer <pvhp@forte.com>
243              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
244              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
245              
246              In preparation os OS/390 dynamic loading.
247      Branch: perl
248            ! README.os390 hints/os390.sh
249 ____________________________________________________________________________
250 [  8372] By: jhi                                   on 2001/01/09  00:24:30
251         Log: Integrate with perlio.
252      Branch: perl
253           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
254 ____________________________________________________________________________
255 [  8371] By: nick                                  on 2001/01/08  23:54:33
256         Log: Fix "scalars leaked" bugs caused by overload magic
257              (Highlighted by Ilya's DESTROY optimization.)
258      Branch: perlio
259            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
260 ____________________________________________________________________________
261 [  8370] By: nick                                  on 2001/01/08  20:19:41
262         Log: Integrate mainline
263      Branch: perlio
264           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
265           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
266           !> t/op/64bitint.t
267 ____________________________________________________________________________
268 [  8369] By: jhi                                   on 2001/01/08  17:30:52
269         Log: save_delete() Safefree() doesn't (anymore?) work with shared
270              strings, one test failure in op/misc and almost all of lib/b.
271              (Outcomments #8369.)
272      Branch: perl
273            ! scope.c
274 ____________________________________________________________________________
275 [  8368] By: jhi                                   on 2001/01/08  14:47:10
276         Log: (Outcommented by #8369.)
277              
278              Subject: Re: Perl BugID 20001205.022 ---- save_delete
279              From: Simon Cozens <simon@cozens.net>
280              Date: Sat, 6 Jan 2001 11:48:40 +0000
281              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
282              
283              The save_delete() does need the Safefree.
284      Branch: perl
285            ! scope.c
286 ____________________________________________________________________________
287 [  8367] By: bailey                                on 2001/01/08  08:53:52
288         Log: Once again syncing after too long an absence
289      Branch: vmsperl
290           +> (branch 55 files)
291            - MAINTAIN fix_pl vos/config.def vos/config.h
292            - vos/config_h.SH_orig
293           !> (integrate 498 files)
294 ____________________________________________________________________________
295 [  8366] By: jhi                                   on 2001/01/08  02:42:59
296         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
297              From: nick@ccl4.org
298              Date: Sun, 7 Jan 2001 21:07:18 +0000
299              Message-Id: <20010107210717.D1048@plum.flirble.org>
300      Branch: perl
301            ! sv.c t/op/64bitint.t
302 ____________________________________________________________________________
303 [  8365] By: jhi                                   on 2001/01/08  02:35:16
304         Log: Subject: [PATCH] environ nit
305              From: Simon Cozens <simon@cozens.net>
306              Date: Sun, 7 Jan 2001 17:57:07 +0000
307              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
308              
309              Use environ only if we have it.
310      Branch: perl
311            ! mg.c
312 ____________________________________________________________________________
313 [  8364] By: jhi                                   on 2001/01/08  02:24:51
314         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
315      Branch: perl
316            ! ext/GDBM_File/GDBM_File.xs
317 ____________________________________________________________________________
318 [  8363] By: jhi                                   on 2001/01/08  02:19:24
319         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
320              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
321              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
322              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
323      Branch: perl
324            ! dump.c op.c
325 ____________________________________________________________________________
326 [  8362] By: jhi                                   on 2001/01/08  02:17:43
327         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
328              From: Doug MacEachern <dougm@covalent.net>
329              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
330              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
331              
332              Allow AUTOLOAD to be an xsub and allow such xsubs
333              to avoid use of $AUTOLOAD.
334      Branch: perl
335            ! gv.c
336 ____________________________________________________________________________
337 [  8361] By: jhi                                   on 2001/01/08  02:16:07
338         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
339              From: Radu Greab <radu@netsoft.ro>
340              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
341              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
342              
343              No need for the potentially unportable $SIG{CHLD}.
344      Branch: perl
345            ! t/io/pipe.t
346 ____________________________________________________________________________
347 [  8360] By: jhi                                   on 2001/01/08  01:58:23
348         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
349      Branch: perl
350            ! lib/Getopt/Long.pm
351 ____________________________________________________________________________
352 [  8359] By: jhi                                   on 2001/01/08  01:55:44
353         Log: Integrate perlio.
354      Branch: perl
355           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
356           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
357           !> utf8.c win32/Makefile
358 ____________________________________________________________________________
359 [  8358] By: jhi                                   on 2001/01/07  21:16:50
360         Log: Update the EPOC cross SDK URL.
361      Branch: perl
362            ! README.epoc
363 ____________________________________________________________________________
364 [  8357] By: jhi                                   on 2001/01/07  21:16:09
365         Log: Update the EPOC cross SDK URL.
366      Branch: maint-5.6/perl
367            ! README.epoc
368 ____________________________________________________________________________
369 [  8356] By: nick                                  on 2001/01/06  21:47:52
370         Log: FILE * in XS code for PerlIO world:
371              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
372              - Add FILE * T_STDIO typemap.
373              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
374      Branch: perlio
375            ! lib/ExtUtils/typemap perlio.c perlio.h
376 ____________________________________________________________________________
377 [  8355] By: jhi                                   on 2001/01/06  20:27:15
378         Log: integrate change #8336 from mainline
379              
380              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
381      Branch: maint-5.6/perl
382            ! hv.c
383 ____________________________________________________________________________
384 [  8354] By: jhi                                   on 2001/01/06  20:24:29
385         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
386              From: Robin Barker <rmb1@cise.npl.co.uk>
387              Date: Fri, 22 Dec 2000 12:17:38 GMT
388              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
389              
390              The patch reformats some long =item lines so they give
391              correct output via pod2man | nroff -man
392              
393              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
394              From: Robin Barker <rmb1@cise.npl.co.uk>
395              Date: Tue, 2 Jan 2001 15:35:03 GMT
396              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
397              
398              Here is a _further_ patch which corrects a few more errors:
399              * an empty C<=item> in CPAN.pm
400              * patching the wrong file (pod/perlamiga.pod not README.amiga)
401              * leaving empty C<=item>s which formatted incorrectly
402              * over long C<=item>s revealed by latest patch to Pod::Man
403      Branch: maint-5.6/perl
404            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
405            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
406            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
407            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
408            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
409            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
410 ____________________________________________________________________________
411 [  8353] By: jhi                                   on 2001/01/06  20:21:10
412         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
413              
414              UTF-8 hash keys.
415      Branch: maint-5.6/perl
416            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
417 ____________________________________________________________________________
418 [  8352] By: jhi                                   on 2001/01/06  20:18:44
419         Log: Forgotten from #8438.
420      Branch: maint-5.6/perl
421            ! epoc/epocish.h
422 ____________________________________________________________________________
423 [  8351] By: jhi                                   on 2001/01/06  20:18:12
424         Log: Forgotten from #8347.
425      Branch: maint-5.6/perl
426            ! config_h.SH
427 ____________________________________________________________________________
428 [  8350] By: jhi                                   on 2001/01/06  20:00:19
429         Log: Thinko in #8347.
430      Branch: maint-5.6/perl
431            ! regcomp.c
432 ____________________________________________________________________________
433 [  8349] By: jhi                                   on 2001/01/06  18:05:30
434         Log: Copy the FAQ3 IDE section from the development branch,
435              changes originally by Peter Prymmer.
436      Branch: maint-5.6/perl
437            ! pod/perlfaq3.pod
438 ____________________________________________________________________________
439 [  8348] By: jhi                                   on 2001/01/06  18:03:02
440         Log: EPOC updates for TRIAL1.
441              
442              Subject: [5.6.1 trial1] EPOC update
443              From: Olaf Flebbe <O.Flebbe@science-computing.de>
444              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
445              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
446              
447              Subject: epoc patch2 for perl-5.6.1-trial1
448              From: Olaf Flebbe <O.Flebbe@science-computing.de>
449              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
450              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
451      Branch: maint-5.6/perl
452            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
453            ! epoc/epocish.c
454 ____________________________________________________________________________
455 [  8347] By: jhi                                   on 2001/01/06  17:29:10
456         Log: integrate changes #7710,7824,7973 from mainline,
457              plus VMS nits from Peter Prymmer and Dan Sugalski.
458              
459              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
460              library (getprotobyname and getprotobynumber are outversioned by
461              the same calls in libc, at least for xlc version 3.
462              
463              Add HAS_SBRK_PROTO.
464              
465              Fixes for signedness warnings noticed by VMSperlers.
466      Branch: maint-5.6/perl
467            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
468            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
469            ! sv.c vms/descrip_mms.template vos/config.alpha.def
470            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
471            ! win32/config.bc win32/config.gc win32/config.vc
472 ____________________________________________________________________________
473 [  8346] By: nick                                  on 2001/01/06  14:36:01
474         Log: Fixup accumulated integrate muddles (perlio == devperl again)
475      Branch: perlio
476            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
477 ____________________________________________________________________________
478 [  8345] By: nick                                  on 2001/01/06  14:24:58
479         Log: Integrate mainline
480      Branch: perlio
481           !> (integrate 55 files)
482 ____________________________________________________________________________
483 [  8344] By: jhi                                   on 2001/01/06  02:24:02
484         Log: Subject: [patch] PerlIO_cleanup() prototype
485              From: Doug MacEachern <dougm@covalent.net>
486              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
487              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
488      Branch: perl
489            ! perlio.h
490 ____________________________________________________________________________
491 [  8343] By: jhi                                   on 2001/01/06  01:04:09
492         Log: IRIX compiler noticed that the bof initialization might be
493              bypassed by control flow.
494      Branch: perl
495            ! toke.c
496 ____________________________________________________________________________
497 [  8342] By: jhi                                   on 2001/01/06  00:10:48
498         Log: Update Changes.
499      Branch: perl
500            ! Changes patchlevel.h
501 ____________________________________________________________________________
502 [  8341] By: jhi                                   on 2001/01/05  23:52:33
503         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
504      Branch: perl
505            ! toke.c
506 ____________________________________________________________________________
507 [  8340] By: jhi                                   on 2001/01/05  22:44:08
508         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
509              From: Radu Greab <radu@netsoft.ro>
510              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
511              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
512      Branch: perl
513            ! t/io/pipe.t util.c
514 ____________________________________________________________________________
515 [  8339] By: jhi                                   on 2001/01/05  22:35:17
516         Log: Subject: [PATCH] format and rewording in perlfaq.pod
517              From: Robin Barker <rmb1@cise.npl.co.uk>
518              Date: Fri, 5 Jan 2001 18:51:20 GMT
519              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
520      Branch: perl
521            ! pod/perlfaq.pod
522 ____________________________________________________________________________
523 [  8338] By: jhi                                   on 2001/01/05  22:31:17
524         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
525              From: Peter Prymmer <pvhp@forte.com>
526              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
527              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
528      Branch: perl
529            ! utils/perlbug.PL
530 ____________________________________________________________________________
531 [  8337] By: jhi                                   on 2001/01/05  18:15:11
532         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
533              From: Robin Barker <rmb1@cise.npl.co.uk>
534              Date: Tue, 2 Jan 2001 15:24:07 GMT
535              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
536              
537              If you call configure as C<./Configure> or C<sh ./Configure>,
538              $src is set to the absolute path name, not '.'.
539              
540              This, in turn, means -Dmksymlink tries to do its stuff because
541              it does not think it is in the src directory.
542              
543              (plus a metaconfig nitfix)
544      Branch: metaconfig
545            ! U/compline/ccflags.U U/modified/src.U
546      Branch: perl
547            ! Configure config_h.SH
548 ____________________________________________________________________________
549 [  8336] By: jhi                                   on 2001/01/05  17:48:32
550         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
551              From: Alan Burlison <Alan.Burlison@uk.sun.com>
552              Message-ID: <3A5606C4.473D2226@uk.sun.com>
553              Date: Fri, 05 Jan 2001 17:39:16 +0000
554      Branch: perl
555            ! hv.c
556 ____________________________________________________________________________
557 [  8335] By: jhi                                   on 2001/01/05  16:05:44
558         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
559      Branch: perl
560            ! lib/Getopt/Long.pm
561 ____________________________________________________________________________
562 [  8334] By: jhi                                   on 2001/01/05  16:00:51
563         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
564              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
565              Date: Fri, 05 Jan 2001 13:46:51 +0100
566              Message-ID: <13693.978698811@nice.ram.loc>
567              
568              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
569              accurate reading of the "atime".  
570      Branch: perl
571            ! t/io/fs.t
572 ____________________________________________________________________________
573 [  8333] By: jhi                                   on 2001/01/05  15:57:37
574         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
575              From: Simon Cozens <simon@cozens.net>
576              Date: Fri, 8 Dec 2000 13:33:31 +0000
577              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
578              
579              A lost patch fragment.
580      Branch: perl
581            ! doop.c
582 ____________________________________________________________________________
583 [  8332] By: jhi                                   on 2001/01/05  15:40:42
584         Log: Do away with strncpy() and a fixed length buffer.
585      Branch: perl
586            ! utf8.c
587 ____________________________________________________________________________
588 [  8331] By: jhi                                   on 2001/01/05  15:03:07
589         Log: Tests for #8329 and #8330.
590      Branch: perl
591            ! t/op/bop.t
592 ____________________________________________________________________________
593 [  8330] By: jhi                                   on 2001/01/05  15:02:38
594         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
595              raw 8-bit form to the UTF-8 string.
596      Branch: perl
597            ! toke.c
598 ____________________________________________________________________________
599 [  8329] By: jhi                                   on 2001/01/05  14:55:13
600         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
601              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
602              Date: Fri, 5 Jan 2001 12:28:52 +0100
603              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
604              
605              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
606              no effect.  (changed the strncpy() to Copy())
607      Branch: perl
608            ! toke.c
609 ____________________________________________________________________________
610 [  8328] By: jhi                                   on 2001/01/05  06:44:27
611         Log: UTF-8 cleanup.
612      Branch: perl
613            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
614            ! regexec.c sv.c toke.c
615 ____________________________________________________________________________
616 [  8327] By: jhi                                   on 2001/01/05  01:11:29
617         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')
618              From: Radu Greab <radu@netsoft.ro>
619              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
620              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
621              
622              Cleans up Harness to not use FileHandle, which uses IO.
623      Branch: perl
624            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
625 ____________________________________________________________________________
626 [  8326] By: jhi                                   on 2001/01/05  00:56:37
627         Log: Update Changes.
628      Branch: perl
629            ! Changes patchlevel.h
630 ____________________________________________________________________________
631 [  8325] By: jhi                                   on 2001/01/05  00:53:18
632         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
633              From: Peter Prymmer <pvhp@forte.com>
634              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
635              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
636              
637              plus a couple more tailing whitespace removals.
638      Branch: perl
639            ! win32/Makefile
640 ____________________________________________________________________________
641 [  8324] By: jhi                                   on 2001/01/05  00:47:39
642         Log: Add some Unicode chop() tests.
643      Branch: perl
644            ! t/op/chop.t
645 ____________________________________________________________________________
646 [  8323] By: jhi                                   on 2001/01/05  00:47:23
647         Log: Unify UTF-8 malformedness handling.
648      Branch: perl
649            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
650 ____________________________________________________________________________
651 [  8322] By: jhi                                   on 2001/01/04  22:21:54
652         Log: The new $issymlink was unknown to Mksymlinks.
653      Branch: metaconfig/U/perl
654            ! Mksymlinks.U issymlink.U
655      Branch: perl
656            ! Configure config_h.SH
657 ____________________________________________________________________________
658 [  8321] By: jhi                                   on 2001/01/04  21:51:05
659         Log: The test didn't work under the core test framework.
660      Branch: perl
661            ! t/lib/st-lock.t
662 ____________________________________________________________________________
663 [  8320] By: jhi                                   on 2001/01/04  21:14:22
664         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
665      Branch: perl
666            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
667 ____________________________________________________________________________
668 [  8319] By: jhi                                   on 2001/01/04  20:46:17
669         Log: Typo in #8312 when manually appying a problematic patch fragment.
670      Branch: perl
671            ! ext/Storable/Storable.xs
672 ____________________________________________________________________________
673 [  8318] By: jhi                                   on 2001/01/04  20:43:01
674         Log: The $sh_c didn't fly.
675      Branch: metaconfig
676            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
677            ! U/modified/Loc.U U/modified/myhostname.U
678            ! U/modified/spitshell.U
679      Branch: metaconfig/U/perl
680            ! issymlink.U
681      Branch: perl
682            ! Configure config_h.SH
683 ____________________________________________________________________________
684 [  8317] By: jhi                                   on 2001/01/04  19:58:01
685         Log: AIX builtin test -h is broken, changes based on
686              
687              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
688              Date: Tue, 02 Jan 2001 11:24:39 +0100
689              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
690              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
691      Branch: metaconfig
692            + U/modified/spitshell.U
693            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
694            ! U/modified/Loc.U U/modified/myhostname.U
695      Branch: metaconfig/U/perl
696            ! Mksymlinks.U issymlink.U
697      Branch: perl
698            ! Configure
699 ____________________________________________________________________________
700 [  8316] By: jhi                                   on 2001/01/04  19:02:22
701         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
702              From: Andy Dougherty <doughera@lafayette.edu>
703              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
704              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
705              
706              Beware of GNU ld.
707      Branch: perl
708            ! hints/solaris_2.sh
709 ____________________________________________________________________________
710 [  8315] By: jhi                                   on 2001/01/04  18:56:48
711         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
712              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
713              Date: Wed, 3 Jan 2001 07:58:51 +0100
714              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
715      Branch: perl
716            ! hints/solaris_2.sh
717 ____________________________________________________________________________
718 [  8314] By: jhi                                   on 2001/01/04  18:54:07
719         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
720              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
721              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
722              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
723              
724              Doc tweak on #8313.
725      Branch: perl
726            ! ext/B/B/Deparse.pm
727 ____________________________________________________________________________
728 [  8313] By: jhi                                   on 2001/01/04  18:52:27
729         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
730              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
731              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
732              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
733              
734              Make the peephole optimizer to bypass more null ops and
735              and rewrite the deparse handling of continue blocks.
736      Branch: perl
737            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
738 ____________________________________________________________________________
739 [  8312] By: jhi                                   on 2001/01/04  18:47:39
740         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
741      Branch: perl
742            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
743            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
744            ! t/lib/st-lock.t
745 ____________________________________________________________________________
746 [  8311] By: jhi                                   on 2001/01/04  18:36:08
747         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
748              filter to be run on each .pm during the pm_to_blib() phase,
749              a fixed version of
750              
751              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
752              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
753              Date: Wed, 03 Jan 2001 22:01:30 +0100
754              Message-ID: <5296.978555690@nice.ram.loc>
755      Branch: perl
756            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
757            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
758            ! lib/ExtUtils/MakeMaker.pm
759 ____________________________________________________________________________
760 [  8310] By: jhi                                   on 2001/01/04  18:32:54
761         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
762              From: Robin Barker <rmb1@cise.npl.co.uk>
763              Date: Tue, 2 Jan 2001 15:35:03 GMT
764              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
765      Branch: perl
766            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
767            ! pod/perlrequick.pod
768 ____________________________________________________________________________
769 [  8309] By: jhi                                   on 2001/01/04  18:29:07
770         Log: Subject: Re: [patch] static-ize XS()
771              From: Doug MacEachern <dougm@covalent.net>
772              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
773              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
774              
775              Provide prototypes for the XS functions.
776      Branch: perl
777            ! lib/ExtUtils/xsubpp
778 ____________________________________________________________________________
779 [  8308] By: jhi                                   on 2001/01/04  18:27:44
780         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
781              From: Doug MacEachern <dougm@covalent.net>
782              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
783              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
784      Branch: perl
785            ! lib/ExtUtils/typemap
786 ____________________________________________________________________________
787 [  8307] By: jhi                                   on 2001/01/04  18:25:25
788         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
789              From: Doug MacEachern <dougm@covalent.net>
790              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
791              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
792              
793              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
794      Branch: perl
795            ! lib/ExtUtils/MM_Unix.pm
796 ____________________________________________________________________________
797 [  8306] By: jhi                                   on 2001/01/04  18:23:00
798         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
799              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
800              Date: Thu, 4 Jan 2001 12:47:10 +0100 
801              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
802              
803              The toke.c part only, patching embed.h and proto.h is futile.
804      Branch: perl
805            ! toke.c
806 ____________________________________________________________________________
807 [  8305] By: jhi                                   on 2001/01/04  18:05:51
808         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
809              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
810              Date: Thu, 4 Jan 2001 17:50:12 +0100 
811              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
812      Branch: perl
813            ! toke.c
814 ____________________________________________________________________________
815 [  8304] By: jhi                                   on 2001/01/04  18:03:26
816         Log: Subject: [PATCH perl@8269]
817              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
818              Date: Thu, 4 Jan 2001 12:53:39 +0100 
819              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
820              
821              If running byacc write-enable also perly.h.
822      Branch: perl
823            ! Makefile.SH
824 ____________________________________________________________________________
825 [  8303] By: jhi                                   on 2001/01/04  15:40:49
826         Log: Rewrite pp_concat() in terms of sv_catsv().
827      Branch: perl
828            ! pp_hot.c
829 ____________________________________________________________________________
830 [  8302] By: nick                                  on 2001/01/03  22:43:22
831         Log: Integrate mainline.
832      Branch: perlio
833           !> ext/Encode/Encode.xs sv.c utf8.c
834 ____________________________________________________________________________
835 [  8301] By: jhi                                   on 2001/01/02  23:40:26
836         Log: Variable naming tweak.
837      Branch: perl
838            ! sv.c
839 ____________________________________________________________________________
840 [  8300] By: jhi                                   on 2001/01/02  23:40:02
841         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
842              in is_utf8_string().
843      Branch: perl
844            ! utf8.c
845 ____________________________________________________________________________
846 [  8299] By: jhi                                   on 2001/01/02  22:14:40
847         Log: Integrate perlio.
848      Branch: perl
849           !> pp.c pp_hot.c win32/Makefile
850 ____________________________________________________________________________
851 [  8298] By: nick                                  on 2001/01/02  22:03:06
852         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
853      Branch: perlio
854            ! pp.c pp_hot.c
855 ____________________________________________________________________________
856 [  8297] By: jhi                                   on 2001/01/02  04:26:28
857         Log: Signedness nit.
858      Branch: perl
859            ! ext/Encode/Encode.xs
860 ____________________________________________________________________________
861 [  8296] By: nick                                  on 2001/01/01  23:49:36
862         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
863      Branch: perlio
864            ! win32/Makefile
865 ____________________________________________________________________________
866 [  8295] By: jhi                                   on 2001/01/01  23:05:48
867         Log: Integrate perlio.
868      Branch: perl
869           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
870           !> t/lib/encode.t
871 ____________________________________________________________________________
872 [  8294] By: nick                                  on 2001/01/01  22:48:34
873         Log: Integrate mainline
874      Branch: perlio
875            ! pp_hot.c t/lib/encode.t
876           !> (integrate 65 files)
877 ____________________________________________________________________________
878 [  8293] By: nick                                  on 2001/01/01  21:58:50
879         Log: More rigor in UTF-8-ness of Encode's toUnicode
880              XS export some of the utf8 internal functions.
881              Test some of the functions.
882              Fix pp_concat() bug shown by said tests.
883      Branch: perlio
884            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
885            ! t/lib/encode.t
886 ____________________________________________________________________________
887 [  8292] By: jhi                                   on 2001/01/01  18:11:44
888         Log: Integrate perlio.
889      Branch: perl
890           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
891           !> ext/Encode/encengine.c ext/Encode/encode.h
892 ____________________________________________________________________________
893 [  8291] By: jhi                                   on 2001/01/01  18:10:58
894         Log: Podify README.mpeix (a new version from the web),
895              add a dummy NAME to Carp::Heavy, regen toc.
896      Branch: perl
897            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
898            ! pod/perltoc.pod
899 ____________________________________________________________________________
900 [  8290] By: nick                                  on 2001/01/01  17:43:47
901         Log: Loose the "Loading..." warning.
902              Another bug in fallback support
903      Branch: perlio
904            ! ext/Encode/Encode.pm ext/Encode/encengine.c
905 ____________________________________________________________________________
906 [  8289] By: jhi                                   on 2001/01/01  00:01:57
907         Log: Bump up Larry's copyright.
908      Branch: perl
909            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
910            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
911            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
912            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
913            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
914            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
915            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
916            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
917 ____________________________________________________________________________
918 [  8288] By: nick                                  on 2000/12/31  21:27:53
919         Log: Fix .ucm reading - forgot a chr()
920              Start of .ucm write (for .enc to .ucm)
921      Branch: perlio
922            ! ext/Encode/compile
923 ____________________________________________________________________________
924 [  8287] By: jhi                                   on 2000/12/31  18:15:56
925         Log: Comment away a diagnostic message as noted by Craig A. Berry
926              (the unexpected message was confusing testing)
927      Branch: perl
928            ! ext/Encode/Encode.pm
929 ____________________________________________________________________________
930 [  8286] By: jhi                                   on 2000/12/31  18:14:51
931         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
932              Date: Sun, 31 Dec 2000 11:17:37 -0600
933              From: "Craig A. Berry" <craigberry@mac.com>
934              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
935      Branch: perl
936            ! ext/Encode/Makefile.PL
937 ____________________________________________________________________________
938 [  8285] By: nick                                  on 2000/12/31  18:11:54
939         Log: Start of support of ICU-style .ucm files:
940              - teach compile how to read a .ucm file
941              - first guess at how to represent fallbacks in "tries".
942              - use fallbacks if check == 0
943              - new return code to indicate we used one.
944      Branch: perlio
945            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
946            ! ext/Encode/encengine.c ext/Encode/encode.h
947 ____________________________________________________________________________
948 [  8284] By: jhi                                   on 2000/12/31  18:04:41
949         Log: Pacify picky VMS compiler.
950              
951              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
952              From: "Craig A. Berry" <craig.berry@psinetcs.com>
953              Date: Sat, 30 Dec 2000 18:10:02 -0600
954              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
955      Branch: perl
956            ! sv.c
957 ____________________________________________________________________________
958 [  8283] By: jhi                                   on 2000/12/31  16:11:47
959         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
960      Branch: perl
961            ! t/lib/glob-basic.t
962 ____________________________________________________________________________
963 [  8282] By: jhi                                   on 2000/12/31  15:26:11
964         Log: Integrate perlio.
965      Branch: perl
966           !> makedef.pl opcode.pl os2/os2.c perlio.c
967 ____________________________________________________________________________
968 [  8281] By: nick                                  on 2000/12/31  10:06:15
969         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
970              is available to be exported
971      Branch: perlio
972            ! makedef.pl perlio.c
973 ____________________________________________________________________________
974 [  8280] By: nick                                  on 2000/12/31  09:41:26
975         Log: Ilya's OS2 patch (testing for damage on Win32)
976      Branch: perlio
977            ! makedef.pl opcode.pl os2/os2.c
978 ____________________________________________________________________________
979 [  8279] By: jhi                                   on 2000/12/30  21:52:07
980         Log: Test nits.
981      Branch: perl
982            ! t/lib/syslfs.t t/op/lfs.t
983 ____________________________________________________________________________
984 [  8278] By: jhi                                   on 2000/12/30  21:47:49
985         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
986              From: andreas.koenig@anima.de (Andreas J. Koenig)
987              Date: 30 Dec 2000 22:35:37 +0100
988              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
989              
990              The 32-bit wraparound test wasn't quite right.
991      Branch: perl
992            ! t/lib/syslfs.t t/op/lfs.t
993 ____________________________________________________________________________
994 [  8277] By: jhi                                   on 2000/12/30  21:33:44
995         Log: Subject: [PATCH] open() example in perlfunc.pod 
996              From: Karsten Sperling <s_sperli@ira.uka.de>
997              Date: Sat, 30 Dec 2000 22:27:09 +0100
998              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
999      Branch: perl
1000            ! pod/perlfunc.pod
1001 ____________________________________________________________________________
1002 [  8276] By: jhi                                   on 2000/12/30  20:32:40
1003         Log: Not quite that many tests yet.
1004      Branch: perl
1005            ! t/op/pat.t
1006 ____________________________________________________________________________
1007 [  8275] By: jhi                                   on 2000/12/30  20:26:58
1008         Log: Integrate perlio.
1009      Branch: perl
1010           !> toke.c
1011 ____________________________________________________________________________
1012 [  8274] By: jhi                                   on 2000/12/30  20:24:56
1013         Log: Signedness nit.
1014      Branch: perl
1015            ! utf8.c
1016 ____________________________________________________________________________
1017 [  8273] By: jhi                                   on 2000/12/30  20:15:46
1018         Log: Add a test case for 20000731.001 which was fixed by the #8267.
1019      Branch: perl
1020            ! t/op/pat.t
1021 ____________________________________________________________________________
1022 [  8272] By: nick                                  on 2000/12/30  19:47:51
1023         Log: Tweak for MULTIPLICITY/USE_PERLIO
1024      Branch: perlio
1025            ! toke.c
1026 ____________________________________________________________________________
1027 [  8271] By: nick                                  on 2000/12/30  19:46:45
1028         Log: Integrate mainline
1029      Branch: perlio
1030           +> lib/unicode/distinct.pm
1031           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
1032           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
1033           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
1034 ____________________________________________________________________________
1035 [  8270] By: jhi                                   on 2000/12/30  19:39:50
1036         Log: Subject: RE: perl@8269
1037              From: "Richard Soderberg" <rs@crystalflame.net>
1038              Date: Sat, 30 Dec 2000 11:36:27 -0800
1039              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
1040              
1041              A missing aTHX_.
1042      Branch: perl
1043            ! toke.c
1044 ____________________________________________________________________________
1045 [  8269] By: jhi                                   on 2000/12/30  18:55:48
1046         Log: Update Changes.
1047      Branch: perl
1048            ! Changes patchlevel.h
1049 ____________________________________________________________________________
1050 [  8268] By: jhi                                   on 2000/12/30  17:18:40
1051         Log: Add a test for Unicode split //.  The #8267 was the cure.
1052      Branch: perl
1053            ! t/op/split.t
1054 ____________________________________________________________________________
1055 [  8267] By: jhi                                   on 2000/12/30  17:14:19
1056         Log: Subject: more UTF8 test suites and an UTF8 patch
1057              From: Inaba Hiroto <inaba@st.rim.or.jp>
1058              Date: Sat, 30 Dec 2000 14:27:10 +0900
1059              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
1060              
1061              Just the patch part for now, and the pragma renamed
1062              as unicode::distinct.
1063      Branch: perl
1064            + lib/unicode/distinct.pm
1065            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
1066            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
1067            ! regcomp.h regexec.c sv.c toke.c utf8.c
1068 ____________________________________________________________________________
1069 [  8266] By: nick                                  on 2000/12/30  16:40:49
1070         Log: Integrate mainline
1071      Branch: perlio
1072           +> lib/Pod/Text/Overstrike.pm
1073           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
1074           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
1075           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
1076           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
1077           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
1078 ____________________________________________________________________________
1079 [  8265] By: jhi                                   on 2000/12/30  07:28:55
1080         Log: The sv_catsv() fix, take two.
1081      Branch: perl
1082            ! sv.c t/op/join.t
1083 ____________________________________________________________________________
1084 [  8264] By: jhi                                   on 2000/12/30  06:19:18
1085         Log: Undo all the join-related changes since #8248: relevant
1086              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
1087              The new sv_catsv() doesn't fly so it must go back to
1088              the drawing board.
1089      Branch: perl
1090            ! sv.c t/op/join.t t/pragma/utf8.t
1091 ____________________________________________________________________________
1092 [  8263] By: jhi                                   on 2000/12/30  01:08:32
1093         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
1094      Branch: perl
1095            ! sv.c
1096 ____________________________________________________________________________
1097 [  8262] By: jhi                                   on 2000/12/30  00:45:14
1098         Log: Retract #8261.
1099      Branch: perl
1100            ! hv.c util.c
1101 ____________________________________________________________________________
1102 [  8261] By: jhi                                   on 2000/12/30  00:38:32
1103         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
1104      Branch: perl
1105            ! hv.c util.c
1106 ____________________________________________________________________________
1107 [  8260] By: jhi                                   on 2000/12/29  22:51:33
1108         Log: (Retracted by #8264)  More fixing for #8251.
1109      Branch: perl
1110            ! sv.c
1111 ____________________________________________________________________________
1112 [  8259] By: jhi                                   on 2000/12/29  18:27:30
1113         Log: Subject: podlators 1.06 released
1114              From: Russ Allbery <rra@stanford.edu>
1115              Date: 25 Dec 2000 05:09:30 -0800
1116              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
1117      Branch: perl
1118            + lib/Pod/Text/Overstrike.pm
1119            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
1120            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
1121 ____________________________________________________________________________
1122 [  8258] By: jhi                                   on 2000/12/29  18:20:45
1123         Log: Make the large file tests more robust/talkative as suggested by
1124              
1125              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1126              From: andreas.koenig@anima.de (Andreas J. Koenig)
1127              Date: 29 Dec 2000 14:23:01 +0100
1128              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
1129      Branch: perl
1130            ! t/lib/syslfs.t t/op/lfs.t
1131 ____________________________________________________________________________
1132 [  8257] By: jhi                                   on 2000/12/29  17:48:04
1133         Log: Further VMS piping fixes from Charles Lane:
1134              
1135              In summary, error messages produced when a subprocess terminated
1136              abnormally were being sent not just to the parent process, but to
1137              grandparents, because of default values for error output that were
1138              not completely overridden when the subprocess was started.
1139              
1140              This patch fixes this behavior by defining user-mode (i.e., temporary
1141              for the duration of the program) logical names for SYS$OUTPUT and
1142              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
1143              changes to make it so that the user-mode logicals are the ones that
1144              control where Perl's error messages go if it terminates abnormally.
1145              
1146              I also added some gratuitous fixes to the indentation of braces in
1147              the piping code.  It just looked ugly, before.
1148      Branch: perl
1149            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
1150 ____________________________________________________________________________
1151 [  8256] By: jhi                                   on 2000/12/29  17:45:12
1152         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
1153              From: "Casey R. Tweten" <crt@kiski.net>
1154              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
1155              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
1156              
1157              Tests for for #8240.
1158      Branch: perl
1159            ! t/pragma/constant.t
1160 ____________________________________________________________________________
1161 [  8255] By: jhi                                   on 2000/12/29  17:43:07
1162         Log: Subject: Re: [PATCH] Interesting syntax idea
1163              From: Simon Cozens <simon@cozens.net>
1164              Date: Fri, 29 Dec 2000 14:34:04 +0000
1165              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
1166              
1167              Tests for #8254.
1168      Branch: perl
1169            ! t/pragma/sub_lval.t
1170 ____________________________________________________________________________
1171 [  8254] By: jhi                                   on 2000/12/29  17:42:11
1172         Log: Subject: [PATCH] Interesting syntax idea
1173              From: Simon Cozens <simon@cozens.net>
1174              Date: Wed, 27 Dec 2000 05:08:57 +0000
1175              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
1176              
1177              Make opens + bareword assigns do typeglob assigns.
1178      Branch: perl
1179            ! op.c
1180 ____________________________________________________________________________
1181 [  8253] By: jhi                                   on 2000/12/29  17:36:45
1182         Log: Output the (apparent) version of gcc, as suggested by
1183              
1184              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
1185              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
1186              Date: 26 Dec 2000 04:29:17 -0500
1187              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
1188              
1189              (The patch as such didn't any more apply as the misparsing had
1190              already been addressed in #6474.)  Also change the wording about
1191              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
1192      Branch: perl
1193            ! hints/dec_osf.sh
1194 ____________________________________________________________________________
1195 [  8252] By: nick                                  on 2000/12/29  12:14:31
1196         Log: Integrate mainline
1197      Branch: perlio
1198           !> (integrate 27 files)
1199 ____________________________________________________________________________
1200 [  8251] By: jhi                                   on 2000/12/29  08:45:46
1201         Log: (Retracted by #8264)
1202              
1203              (Fixed by #8260.)
1204              
1205              sv_catsv() needs one more byte space than seems reasonable.
1206              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
1207              Curiouser and curiouser.
1208      Branch: perl
1209            ! sv.c
1210 ____________________________________________________________________________
1211 [  8250] By: jhi                                   on 2000/12/29  07:57:52
1212         Log: More split // UTF-8 tests.
1213      Branch: perl
1214            ! t/pragma/utf8.t
1215 ____________________________________________________________________________
1216 [  8249] By: jhi                                   on 2000/12/29  07:54:51
1217         Log: (Retracted by #8264)  More join() testing which was good because
1218              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
1219      Branch: perl
1220            ! pp.c t/op/join.t utf8.c utf8.h
1221 ____________________________________________________________________________
1222 [  8248] By: jhi                                   on 2000/12/29  07:08:32
1223         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
1224              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
1225              that the only cases to care about are byte+byte and byte+character.
1226              
1227              TODO: See how well pp_concat() could be implemented in terms
1228              of sv_catsv().
1229      Branch: perl
1230            ! doop.c sv.c t/op/join.t utf8.h
1231 ____________________________________________________________________________
1232 [  8247] By: jhi                                   on 2000/12/29  06:35:23
1233         Log: Signedness nit.
1234      Branch: perl
1235            ! pp_hot.c
1236 ____________________________________________________________________________
1237 [  8246] By: jhi                                   on 2000/12/29  01:23:31
1238         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
1239              From: Lupe Christoph <lupe@lupe-christoph.de>
1240              Date: Thu, 28 Dec 2000 23:00:00 +0100
1241              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
1242              
1243              Suggest rsync --delete --dry-run.
1244      Branch: perl
1245            ! pod/perlhack.pod
1246 ____________________________________________________________________________
1247 [  8245] By: jhi                                   on 2000/12/28  23:57:05
1248         Log: The maxiters upper limit sanity check (guarding against
1249              non-progress) assumed bytes instead of characters in s///
1250              and split().
1251      Branch: perl
1252            ! pp.c pp_hot.c
1253 ____________________________________________________________________________
1254 [  8244] By: jhi                                   on 2000/12/28  23:34:08
1255         Log: Make some panic messages a bit more logical.
1256      Branch: perl
1257            ! doop.c pod/perldiag.pod pp.c pp_hot.c
1258 ____________________________________________________________________________
1259 [  8243] By: jhi                                   on 2000/12/28  22:59:16
1260         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
1261              From: Simon Cozens <simon@cozens.net>
1262              Date: Wed, 27 Dec 2000 02:30:03 +0000
1263              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
1264      Branch: perl
1265            ! pp.c t/pragma/sub_lval.t
1266 ____________________________________________________________________________
1267 [  8242] By: jhi                                   on 2000/12/28  22:56:53
1268         Log: Subject: [PATCH blead] Fix B::Terse indentation
1269              From: Daniel Chetlin <daniel@chetlin.com>
1270              Date: Wed, 27 Dec 2000 06:43:30 -0800
1271              Message-ID: <20001227064329.B9573@darkstar>
1272      Branch: perl
1273            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
1274 ____________________________________________________________________________
1275 [  8241] By: jhi                                   on 2000/12/28  22:48:59
1276         Log: The latter patch from the
1277              
1278              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
1279              From: Peter Prymmer <pvhp@forte.com> 
1280              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
1281              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
1282              
1283              (the former patch from the above should have been
1284              taken care of by Nick I-S)
1285      Branch: perl
1286            ! win32/Makefile
1287 ____________________________________________________________________________
1288 [  8240] By: jhi                                   on 2000/12/28  22:45:22
1289         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
1290              From: "Casey R. Tweten" <crt@kiski.net>
1291              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
1292              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
1293      Branch: perl
1294            ! lib/constant.pm
1295 ____________________________________________________________________________
1296 [  8239] By: jhi                                   on 2000/12/28  22:37:45
1297         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
1298              From: Simon Cozens <simon@cozens.net>
1299              Date: Wed, 27 Dec 2000 14:12:44 +0000
1300              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
1301      Branch: perl
1302            ! t/op/method.t t/op/sort.t toke.c
1303 ____________________________________________________________________________
1304 [  8238] By: jhi                                   on 2000/12/28  22:30:32
1305         Log: Subject: [PATCH perl@8229] Call.pm
1306              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1307              Date: Mon, 25 Dec 2000 10:47:15 -0000
1308              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
1309      Branch: perl
1310            ! ext/Filter/Util/Call/Call.pm
1311 ____________________________________________________________________________
1312 [  8237] By: jhi                                   on 2000/12/28  22:19:21
1313         Log: Subject: [PATCH blead] Fix problem with `&' prototype
1314              From: Daniel Chetlin <daniel@chetlin.com>
1315              Date: Wed, 27 Dec 2000 15:55:32 -0800
1316              Message-ID: <20001227155532.D9573@darkstar>
1317      Branch: perl
1318            ! op.c t/comp/proto.t
1319 ____________________________________________________________________________
1320 [  8236] By: jhi                                   on 2000/12/28  22:09:25
1321         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
1322              From: Daniel Chetlin <daniel@chetlin.com>
1323              Date: Sun, 24 Dec 2000 04:09:49 -0800
1324              Message-ID: <20001224040949.B3090@darkstar>
1325      Branch: perl
1326            ! gv.c mg.c t/op/attrs.t
1327 ____________________________________________________________________________
1328 [  8235] By: jhi                                   on 2000/12/28  22:07:11
1329         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
1330              From: Jan Dubois <jand@ActiveState.com>
1331              Date: Tue, 26 Dec 2000 20:57:31 -0800
1332              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
1333      Branch: perl
1334            ! win32/win32.c
1335 ____________________________________________________________________________
1336 [  8234] By: jhi                                   on 2000/12/28  21:52:42
1337         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
1338              From: Simon Cozens <simon@cozens.net>
1339              Date: Thu, 28 Dec 2000 20:33:13 +0000
1340              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
1341      Branch: perl
1342            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
1343 ____________________________________________________________________________
1344 [  8233] By: jhi                                   on 2000/12/28  19:40:49
1345         Log: Integrate perlio.
1346      Branch: perl
1347           !> ext/Encode/Makefile.PL ext/Encode/compile
1348 ____________________________________________________________________________
1349 [  8232] By: nick                                  on 2000/12/23  16:06:00
1350         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
1351              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
1352      Branch: perlio
1353            ! ext/Encode/Makefile.PL
1354 ____________________________________________________________________________
1355 [  8231] By: nick                                  on 2000/12/23  14:30:34
1356         Log: "Compiled" encode build cleanup
1357              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
1358              - .c files do not export sub-tables
1359      Branch: perlio
1360            ! ext/Encode/Makefile.PL ext/Encode/compile
1361 ____________________________________________________________________________
1362 [  8230] By: nick                                  on 2000/12/23  12:50:37
1363         Log: Integrate mainline
1364      Branch: perlio
1365           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1366           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1367           !> pod/perl5004delta.pod pod/perl5005delta.pod
1368           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
1369           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
1370           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
1371           !> pod/perlsub.pod
1372 ____________________________________________________________________________
1373 [  8229] By: jhi                                   on 2000/12/22  15:32:12
1374         Log: Integrate perlio.
1375      Branch: perl
1376           +> win32/distclean.bat
1377           !> MANIFEST t/io/utf8.t
1378 ____________________________________________________________________________
1379 [  8228] By: jhi                                   on 2000/12/22  15:29:40
1380         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
1381              From: Robin Barker <rmb1@cise.npl.co.uk>
1382              Date: Fri, 22 Dec 2000 12:17:38 GMT
1383              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
1384      Branch: perl
1385            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1386            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1387            ! pod/perl5004delta.pod pod/perl5005delta.pod
1388            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
1389            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
1390            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
1391            ! pod/perlsub.pod
1392 ____________________________________________________________________________
1393 [  8227] By: jhi                                   on 2000/12/22  15:24:28
1394         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
1395              From: "John L. Allen" <allen@grumman.com>
1396              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
1397              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
1398              
1399              Document APPLLIB_EXP.
1400      Branch: perl
1401            ! INSTALL
1402 ____________________________________________________________________________
1403 [  8226] By: nick                                  on 2000/12/21  22:11:50
1404         Log: Handy script for when one forgets to "dmake clean" 
1405      Branch: perlio
1406            + win32/distclean.bat
1407            ! MANIFEST
1408 ____________________________________________________________________________
1409 [  8225] By: nick                                  on 2000/12/21  21:54:04
1410         Log: CRLF platform issue with io/utf8 fix.
1411      Branch: perlio
1412            ! t/io/utf8.t
1413 ____________________________________________________________________________
1414 [  8224] By: nick                                  on 2000/12/21  21:02:20
1415         Log: Integrate mainline
1416      Branch: perlio
1417           !> Changes Configure Makefile.SH Porting/Glossary
1418           !> Porting/config.sh Porting/config_H configure.com
1419           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
1420           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
1421           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
1422           !> win32/config.bc win32/config.gc win32/config.vc
1423 ____________________________________________________________________________
1424 [  8223] By: jhi                                   on 2000/12/21  17:09:16
1425         Log: Update Changes.
1426      Branch: perl
1427            ! Changes patchlevel.h
1428 ____________________________________________________________________________
1429 [  8222] By: jhi                                   on 2000/12/21  16:24:01
1430         Log: Metaconfig unit changes for #8221.
1431      Branch: metaconfig/U/perl
1432           +> issymlink.U
1433            - testsyml.U
1434            ! Mksymlinks.U
1435 ____________________________________________________________________________
1436 [  8221] By: jhi                                   on 2000/12/21  16:23:48
1437         Log: Rename testsyml to issymlink.
1438      Branch: perl
1439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1440            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
1441            ! win32/config.vc
1442 ____________________________________________________________________________
1443 [  8220] By: jhi                                   on 2000/12/21  15:47:26
1444         Log: Robustness support for #8218 (symlink forest) since the GNU
1445              tools seem to be overly picky about symlinkage depths.
1446      Branch: perl
1447            ! Makefile.SH t/io/fs.t
1448 ____________________________________________________________________________
1449 [  8219] By: jhi                                   on 2000/12/21  15:38:27
1450         Log: Metaconfig changes for #8218.
1451      Branch: metaconfig
1452            ! U/modified/Oldconfig.U
1453      Branch: metaconfig/U/perl
1454            + Mksymlinks.U
1455            ! testsyml.U
1456 ____________________________________________________________________________
1457 [  8218] By: jhi                                   on 2000/12/21  15:37:57
1458         Log: Add Configure option -Dmksymlinks which will create a symlink
1459              forest if the current/build differs from the source directory.
1460              TODO: mkdir -p is not portable.
1461      Branch: perl
1462            ! Configure
1463 ____________________________________________________________________________
1464 [  8217] By: jhi                                   on 2000/12/21  14:39:12
1465         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
1466              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
1467              Date: Thu, 21 Dec 2000 09:38:18 GMT
1468              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
1469              
1470              The ofs became an SV.
1471      Branch: perl
1472            ! ext/Thread/Thread.xs
1473 ____________________________________________________________________________
1474 [  8216] By: jhi                                   on 2000/12/21  05:40:21
1475         Log: The polymorphism seems to have fixed 20000517.001.
1476      Branch: perl
1477            ! t/pragma/utf8.t
1478 ____________________________________________________________________________
1479 [  8215] By: jhi                                   on 2000/12/21  04:44:52
1480         Log: read() documentation tweak for 20001121.004.
1481      Branch: perl
1482            ! pod/perlfunc.pod
1483 ____________________________________________________________________________
1484 [  8214] By: jhi                                   on 2000/12/21  03:54:11
1485         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
1486      Branch: perl
1487            ! pp_sys.c t/op/misc.t
1488 ____________________________________________________________________________
1489 [  8213] By: jhi                                   on 2000/12/21  00:28:10
1490         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
1491              From: Peter Prymmer <pvhp@forte.com>
1492              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
1493              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
1494      Branch: perl
1495            ! configure.com
1496 ____________________________________________________________________________
1497 [  8212] By: jhi                                   on 2000/12/21  00:26:21
1498         Log: Edit edit edit.
1499      Branch: perl
1500            ! pod/perlfaq3.pod
1501 ____________________________________________________________________________
1502 [  8211] By: jhi                                   on 2000/12/20  18:52:46
1503         Log: Update Changes.
1504      Branch: perl
1505            ! Changes patchlevel.h
1506 ____________________________________________________________________________
1507 [  8210] By: jhi                                   on 2000/12/20  18:34:47
1508         Log: Yet another editor edit.
1509      Branch: perl
1510            ! pod/perlfaq3.pod
1511 ____________________________________________________________________________
1512 [  8209] By: jhi                                   on 2000/12/20  15:33:28
1513         Log: More Win32 Perling.
1514      Branch: perl
1515            ! pod/perlfaq3.pod
1516 ____________________________________________________________________________
1517 [  8208] By: jhi                                   on 2000/12/20  15:07:46
1518         Log: More Win32 editor/IDE/shell hints.
1519      Branch: perl
1520            ! pod/perlfaq3.pod
1521 ____________________________________________________________________________
1522 [  8207] By: jhi                                   on 2000/12/20  03:54:08
1523         Log: Subject: [PATCH] obscure timing knowledge
1524              From: Nicholas Clark <nick@ccl4.org>
1525              Date: Tue, 19 Dec 2000 19:22:31 +0000
1526              Message-ID: <20001219192231.F2827@plum.flirble.org>
1527      Branch: perl
1528            ! sv.c
1529 ____________________________________________________________________________
1530 [  8206] By: jhi                                   on 2000/12/20  03:45:57
1531         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
1532              From: Spider Boardman <spider@leggy.zk3.dec.com>
1533              Date: Tue, 19 Dec 2000 21:30:16 -0500
1534              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
1535      Branch: perl
1536            ! sv.c
1537 ____________________________________________________________________________
1538 [  8205] By: jhi                                   on 2000/12/19  23:02:01
1539         Log: Update Changes.
1540      Branch: perl
1541            ! Changes patchlevel.h
1542 ____________________________________________________________________________
1543 [  8204] By: jhi                                   on 2000/12/19  22:58:18
1544         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
1545              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
1546              on editors and diffing/patching.
1547      Branch: perl
1548            ! t/op/utf8decode.t
1549 ____________________________________________________________________________
1550 [  8203] By: nick                                  on 2000/12/19  21:36:16
1551         Log: Integrate mainline (forgot my own change...)
1552      Branch: perlio
1553           !> ext/Encode/compile
1554 ____________________________________________________________________________
1555 [  8202] By: nick                                  on 2000/12/19  21:34:42
1556         Log: Integrate mainline.
1557      Branch: perlio
1558           !> (integrate 61 files)
1559 ____________________________________________________________________________
1560 [  8201] By: nick                                  on 2000/12/19  21:34:06
1561         Log: Avoid looking for File::Glob when we don't need it.
1562      Branch: perl
1563            ! ext/Encode/compile
1564 ____________________________________________________________________________
1565 [  8200] By: jhi                                   on 2000/12/19  18:35:49
1566         Log: Update Changes.
1567      Branch: perl
1568            ! Changes patchlevel.h
1569 ____________________________________________________________________________
1570 [  8199] By: jhi                                   on 2000/12/19  18:35:07
1571         Log: Microperl tweaks.
1572      Branch: perl
1573            ! sv.c uconfig.h uconfig.sh
1574 ____________________________________________________________________________
1575 [  8198] By: jhi                                   on 2000/12/19  18:29:59
1576         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
1577      Branch: perl
1578            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1579            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
1580 ____________________________________________________________________________
1581 [  8197] By: jhi                                   on 2000/12/19  17:55:29
1582         Log: In VMS embedded perls couldn't access the statically built Socket,
1583              from Charles Lane.
1584      Branch: perl
1585            ! configure.com
1586 ____________________________________________________________________________
1587 [  8196] By: jhi                                   on 2000/12/19  17:49:50
1588         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
1589              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
1590              Date: Sun, 17 Dec 2000 19:11:44 -0000
1591              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
1592      Branch: perl
1593            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1594            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
1595 ____________________________________________________________________________
1596 [  8195] By: jhi                                   on 2000/12/19  17:47:53
1597         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
1598              From: Jonathan Stowe <gellyfish@gellyfish.com>
1599              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
1600              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
1601      Branch: perl
1602            ! utils/h2xs.PL
1603 ____________________________________________________________________________
1604 [  8194] By: jhi                                   on 2000/12/19  17:46:28
1605         Log: Subject: Re: useless use of void context work-around
1606              From: andreas.koenig@anima.de (Andreas J. Koenig)
1607              Date: 16 Dec 2000 15:13:36 +0100
1608              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
1609              
1610              Document (comment) the q(di ds ig) trick in the code.
1611      Branch: perl
1612            ! op.c
1613 ____________________________________________________________________________
1614 [  8193] By: jhi                                   on 2000/12/19  17:10:57
1615         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
1616              From: "Mark J. Reed" <mreed@strange.turner.com>
1617              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
1618              Message-Id: <200012160222.VAA13986@strange.turner.com>
1619      Branch: perl
1620            ! ext/Sys/Syslog/Syslog.pm
1621 ____________________________________________________________________________
1622 [  8192] By: jhi                                   on 2000/12/19  17:07:45
1623         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
1624              From: Nicholas Clark <nick@ccl4.org>
1625              Date: Sat, 16 Dec 2000 19:03:13 +0000
1626              Message-ID: <20001216190313.D68304@plum.flirble.org>
1627      Branch: perl
1628            ! t/op/64bitint.t
1629 ____________________________________________________________________________
1630 [  8191] By: jhi                                   on 2000/12/19  17:06:13
1631         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
1632              From: Dominic Dunlop <domo@computer.org>
1633              Date: Mon, 18 Dec 2000 12:00:15 +0100
1634              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
1635              
1636              This patchlet is needed in order that perl can be statically linked.  
1637      Branch: perl
1638            ! regexec.c
1639 ____________________________________________________________________________
1640 [  8190] By: jhi                                   on 2000/12/19  17:03:08
1641         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
1642              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1643              Date: Sun, 17 Dec 2000 00:18:35 -0600
1644              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
1645      Branch: perl
1646            ! perlio.h vms/gen_shrfls.pl
1647 ____________________________________________________________________________
1648 [  8189] By: jhi                                   on 2000/12/19  16:20:28
1649         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
1650              From: Prymmer/Kahn <pvhp@best.com>
1651              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
1652              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
1653              
1654              A better version of #8188.
1655      Branch: perl
1656            ! pod/perlfaq3.pod
1657 ____________________________________________________________________________
1658 [  8188] By: jhi                                   on 2000/12/19  15:57:06
1659         Log: (Replaced by #8189)
1660              
1661              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
1662              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
1663              From: Prymmer/Kahn <pvhp@best.com>
1664              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
1665              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
1666              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
1667              Date: Mon, 18 Dec 2000 11:10:45 -0500
1668              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
1669      Branch: perl
1670            ! pod/perlfaq3.pod
1671 ____________________________________________________________________________
1672 [  8187] By: jhi                                   on 2000/12/19  15:54:19
1673         Log: Email address fix for Anton Berezin.
1674      Branch: perl
1675            ! AUTHORS
1676 ____________________________________________________________________________
1677 [  8186] By: jhi                                   on 2000/12/19  15:38:54
1678         Log: Subject: [PATCH perl@8102] cygwin port
1679              From: "Eric Fifer" <efifer@dircon.co.uk> 
1680              Date: Thu, 14 Dec 2000 13:41:29 -0000
1681              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
1682              
1683              When compiling modules the data item that is being imported
1684              from libperl.dll needs to be tagged as imported/shared data:
1685              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
1686      Branch: perl
1687            ! perliol.h
1688 ____________________________________________________________________________
1689 [  8185] By: jhi                                   on 2000/12/19  14:53:24
1690         Log: Regen uconfig.h and uconfig.sh.
1691      Branch: perl
1692            ! uconfig.h uconfig.sh
1693 ____________________________________________________________________________
1694 [  8184] By: jhi                                   on 2000/12/18  20:43:49
1695         Log: Comments work so much better when they are closed.
1696      Branch: perl
1697            ! regcomp.c
1698 ____________________________________________________________________________
1699 [  8183] By: jhi                                   on 2000/12/18  18:04:02
1700         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
1701              Fixes the bug 20001218.016.
1702      Branch: perl
1703            ! regcomp.c
1704 ____________________________________________________________________________
1705 [  8182] By: gsar                                  on 2000/12/18  09:53:47
1706         Log: delete spurious files
1707      Branch: maint-5.6/perl
1708            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
1709            - vos/config.h vos/config_h.SH_orig
1710 ____________________________________________________________________________
1711 [  8181] By: gsar                                  on 2000/12/18  09:46:08
1712         Log: regen perltoc
1713      Branch: maint-5.6/perl
1714            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
1715 ____________________________________________________________________________
1716 [  8180] By: gsar                                  on 2000/12/18  09:20:27
1717         Log: integrate changes#7924..7926,7946,7952 from mainline
1718      Branch: maint-5.6/perl
1719           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
1720           !> lib/File/stat.pm t/lib/class-struct.t
1721 ____________________________________________________________________________
1722 [  8179] By: gsar                                  on 2000/12/18  08:55:54
1723         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
1724              7918,7919,7988,8907 from mainline (various)
1725      Branch: maint-5.6/perl
1726           +> t/lib/class-struct.t
1727           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
1728           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
1729           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
1730 ____________________________________________________________________________
1731 [  8178] By: gsar                                  on 2000/12/18  08:16:30
1732         Log: avoid redefinition warnings on windows due to sys/socket.h getting
1733              #included before win32.h
1734      Branch: maint-5.6/perl
1735            ! win32/include/sys/socket.h
1736 ____________________________________________________________________________
1737 [  8177] By: gsar                                  on 2000/12/18  05:24:04
1738         Log: make regen_headers; fix POSIX.xs problems; remove outdated
1739              code from sys/socket.h that makes build fail now
1740      Branch: maint-5.6/perl
1741            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
1742            ! pod/perlapi.pod
1743           !> win32/include/sys/socket.h
1744 ____________________________________________________________________________
1745 [  8176] By: gsar                                  on 2000/12/18  05:20:17
1746         Log: update Changes
1747      Branch: maint-5.6/perl
1748            ! Changes patchlevel.h
1749 ____________________________________________________________________________
1750 [  8175] By: gsar                                  on 2000/12/18  04:57:48
1751         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
1752              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
1753              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
1754              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
1755              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
1756              7823,7825,7838
1757      Branch: maint-5.6/perl
1758           +> lib/File/Spec/Epoc.pm
1759           !> (integrate 88 files)
1760 ____________________________________________________________________________
1761 [  8174] By: gsar                                  on 2000/12/18  03:53:09
1762         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
1763              7625..7629,7631..7634,7637,7639,7642 from mainline
1764      Branch: maint-5.6/perl
1765           +> README.solaris
1766           !> (integrate 26 files)
1767 ____________________________________________________________________________
1768 [  8173] By: gsar                                  on 2000/12/18  03:37:02
1769         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
1770              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
1771              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
1772              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
1773      Branch: maint-5.6/perl
1774           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
1775            - MAINTAIN
1776           !> (integrate 111 files)
1777 ____________________________________________________________________________
1778 [  8172] By: jhi                                   on 2000/12/18  02:49:27
1779         Log: Regen pods.
1780      Branch: perl
1781            ! pod/perlmodlib.pod pod/perltoc.pod
1782 ____________________________________________________________________________
1783 [  8171] By: gsar                                  on 2000/12/18  02:49:24
1784         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
1785              7465..7471 from mainline
1786              
1787              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
1788              in platforms that strictly require all the symbols being present
1789              at link time.
1790              
1791              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
1792              
1793              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
1794              
1795              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
1796              
1797              Subject: [PATCH] todo
1798              
1799              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
1800              
1801              Use $sort, $uniq (and $tr) consistently as wondered
1802              by Nicholas Clark.
1803              
1804              Too enthusiastic editing in #7460.
1805              
1806              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
1807              
1808              Upgrade to CPAN 1.58_55.
1809              Subject: CPAN.pm status
1810              
1811              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
1812              
1813              Make target reordering to avoid pointless re-makes.
1814              Subject: Re: Total re-make of 'make okfile' after 7451 ?
1815              
1816              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
1817              
1818              Subject: DOC PATCH 5.6.0
1819              
1820              Add the repository doc by Malcolm, Sarathy, and by Simon,
1821              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
1822      Branch: maint-5.6/perl
1823           +> Porting/repository.pod
1824           !> Configure MANIFEST Makefile.SH README.dos README.os2
1825           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
1826           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
1827           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
1828 ____________________________________________________________________________
1829 [  8169] By: gsar                                  on 2000/12/18  02:33:34
1830         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
1831              7435..7441,7445 from mainline
1832              
1833              Make the UTF-8 decoding stricter and more verbose when
1834              malformation happens.  This involved adding an argument
1835              to utf8_to_uv_chk(), which involved changing its prototype,
1836              and prefer STRLEN over I32 for the UTF-8 length, which as
1837              a domino effect necessitated changing the prototypes of
1838              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
1839              The stricter UTF-8 decoding checking uses Markus Kuhn's
1840              UTF-8 Decode Stress Tester from
1841              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
1842              
1843              Run vms/vms_yfix.pl, should have done that after changing
1844              perly.c in #7382.
1845              
1846              Subject: [PATCH 5.7.0] static linking with uninstalled perl
1847              
1848              (Replaced by #7440.)
1849              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1850              
1851              Fix the bug ID 20001024.005, the bug introduced by #7416.
1852              
1853              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
1854              
1855              Fix the bug reported in
1856              From: andreas.koenig@anima.de (Andreas J. Koenig)
1857              Also make is_utf8_char() stricter.
1858              
1859              Missed the header file changes from #7425.
1860              
1861              Check if stdio supports tweaking lval and cnt simultaneously.
1862              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
1863              
1864              Stratus VOS updates from Paul Green.
1865              
1866              Podify README.epoc and README.vos.
1867              
1868              Add targets to Makefile.SH, most importantly
1869              'regen_all' which also remembers to update vms/perly*.
1870              
1871              Subject: Minor update to find2perl, for portability
1872              
1873              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
1874              
1875              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
1876              
1877              Rename UTF8LEN() to be UNISKIP(), too confusing to have
1878              UTF8LEN() and UTF8SKIP(). 
1879              
1880              Allow poking holes at the UTF-8 decoding strictness.
1881              
1882              Continue the internal UTF-8 API tweaking.
1883              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
1884              used much more than the simpler API, now called utf8_to_uv_simple().
1885              Still not quite happy with API, too much partial duplication
1886              of functionality.
1887              
1888              A new version of making the syslog test more robust.
1889              (Replaces #7421.)
1890              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1891              
1892              buildtoc target tweaks.
1893              
1894              Integrate with vmsperl #7430 by Charles Bailey:
1895              
1896              Cleanup from prior patch (Charles Lane?):
1897              - improve handling of MFDs in Basename and Path
1898              - default to no xsubpp line # munging when building debug images
1899      Branch: maint-5.6/perl
1900           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1901           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
1902           !> (integrate 67 files)
1903 ____________________________________________________________________________
1904 [  8168] By: gsar                                  on 2000/12/18  02:05:49
1905         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
1906              
1907              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
1908              From: Martin Husemann <martin@duskware.de>
1909              
1910              Subject: [PATCH 5.7.0] restore match data on backtracing
1911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1912      Branch: maint-5.6/perl
1913           !> regcomp.c regexec.c t/op/re_tests
1914 ____________________________________________________________________________
1915 [  8167] By: gsar                                  on 2000/12/18  01:55:22
1916         Log: integrate changes#7858,7986 from mainline
1917              
1918              C<foreach my $x ...> in pseudo-fork()ed process may diddle
1919              parent's memory; fix it by keeping track of the actual pad
1920              offset rather than a raw pointer (this change is probably also
1921              relevant to non-ithreads case to avoid fallout from reallocs of
1922              the pad array, but is currently only enabled for the ithreads
1923              case in the interests of minimal disruption to existing "well
1924              tested" code)
1925              
1926              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
1927              due to the notorious GetFileType() bug in Windows 9x, which fstat()
1928              tickles)
1929      Branch: maint-5.6/perl
1930           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
1931           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
1932           !> win32/win32.c win32/win32.h win32/win32sck.c
1933 ____________________________________________________________________________
1934 [  8166] By: gsar                                  on 2000/12/18  01:52:59
1935         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
1936              from mainline (xsubpp and ExtUtils::LibList fixups, various
1937              other small items)
1938      Branch: maint-5.6/perl
1939           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
1940           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
1941           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
1942           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
1943           !> win32/bin/search.pl
1944 ____________________________________________________________________________
1945 [  8165] By: gsar                                  on 2000/12/18  01:28:45
1946         Log: integrate changes#7533,7563,7611,7623 from mainline (various
1947              malloc.c embellishments)
1948      Branch: maint-5.6/perl
1949           !> malloc.c pod/perldiag.pod
1950 ____________________________________________________________________________
1951 [  8164] By: gsar                                  on 2000/12/18  01:23:33
1952         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
1953              fixups)
1954      Branch: maint-5.6/perl
1955           !> utils/h2xs.PL
1956 ____________________________________________________________________________
1957 [  8163] By: gsar                                  on 2000/12/18  01:17:50
1958         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
1959              fixups)
1960      Branch: maint-5.6/perl
1961           !> Makefile.SH utils/perlbug.PL
1962 ____________________________________________________________________________
1963 [  8162] By: gsar                                  on 2000/12/18  00:25:43
1964         Log: always export Perl_deb() (it is required by re.xs whether
1965              Perl is built with or without -DDEBUGGING)
1966      Branch: maint-5.6/perl
1967            ! makedef.pl
1968 ____________________________________________________________________________
1969 [  8161] By: gsar                                  on 2000/12/18  00:23:38
1970         Log: integrate change#7414 from mainline
1971              
1972              Undo the basename() part of #7412 since the lib/basename
1973              tests would need upgrading too.
1974              
1975              squelch two tests in tr.t that rely on tr/// paranoia change
1976              that's not in 5.6.x
1977      Branch: maint-5.6/perl
1978            ! t/op/tr.t
1979           !> lib/File/Basename.pm
1980 ____________________________________________________________________________
1981 [  8160] By: gsar                                  on 2000/12/18  00:05:30
1982         Log: missing change in previous integrate
1983      Branch: maint-5.6/perl
1984           !> README.aix
1985 ____________________________________________________________________________
1986 [  8159] By: gsar                                  on 2000/12/18  00:03:38
1987         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
1988              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
1989              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
1990              7410..7413 from mainline
1991      Branch: maint-5.6/perl
1992           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
1993           +> t/lib/tie-splice.t
1994            - lib/unicode/Is/DCinital.pl
1995           !> (integrate 112 files)
1996 ____________________________________________________________________________
1997 [  8158] By: jhi                                   on 2000/12/17  23:04:24
1998         Log: Subject: [PATCHES] RE: perl@8150 
1999              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
2000              Date: Sun, 17 Dec 2000 21:46:39 +0100
2001              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
2002              
2003              Neither cygwin has a getpwuid() one can trust on.
2004      Branch: perl
2005            ! t/lib/glob-basic.t
2006 ____________________________________________________________________________
2007 [  8157] By: jhi                                   on 2000/12/17  23:01:54
2008         Log: More MAN.PODS => {} fixes.
2009      Branch: perl
2010            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
2011            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
2012            ! os2/OS2/REXX/Makefile.PL
2013 ____________________________________________________________________________
2014 [  8156] By: gsar                                  on 2000/12/17  22:49:13
2015         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
2016              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
2017              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
2018              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
2019              7201,7204 from mainline
2020      Branch: maint-5.6/perl
2021           !> (integrate 121 files)
2022 ____________________________________________________________________________
2023 [  8155] By: jhi                                   on 2000/12/17  22:30:58
2024         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
2025              From: "Craig A. Berry" <craigberry@mac.com>
2026              Date: Sun, 17 Dec 2000 13:09:28 -0600
2027              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
2028              
2029              MAN.PODS => ' ' is naughty.
2030      Branch: perl
2031            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
2032 ____________________________________________________________________________
2033 [  8154] By: nick                                  on 2000/12/17  22:07:13
2034         Log: MULTIPLICITY nit.
2035      Branch: perl
2036            ! mg.c
2037 ____________________________________________________________________________
2038 [  8153] By: gsar                                  on 2000/12/17  21:23:05
2039         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
2040              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
2041              from mainline
2042              
2043              Document the SvIOK_.*UV().
2044              
2045              Update Unicode todo list.
2046              
2047              Guard against bad string->int conversion for quads.
2048              
2049              Subject: small apidoc fix
2050              
2051              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2052              
2053              Subject: [PATCH] Tied filehandle documentation
2054              
2055              Subject: [PATCH] Modernize Opcode.pm documentation
2056              
2057              Make Data::Dumper (non-XS) to work with changed semantics of ref().
2058              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2059              [applied even though said semantics didn't change in 5.6.x]
2060              
2061              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2062              
2063              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
2064              
2065              Fix the URL, but the server is still missing in action.
2066              Subject: [ID 20000905.002] perlfaq1.pod URL error
2067              
2068              Subject: [ID 20000903.001] \w in utf8-strings
2069              
2070              Fix the ccversion detection for 5.1 and beyond.
2071              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2072              
2073              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2074              
2075              Subject: [ID 20000904.008] Tiny fix for perldiag
2076              
2077              Subject: Re: [ID 20000906.004] segfault with bad perl statement
2078              
2079              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2080              
2081              Subject: [ID 20000908.002] perlipc documentation bug.
2082              
2083              Subject: [PATCH lib/Benchmark.pm]
2084              
2085              Re-allow vec() for characters > 255.
2086              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
2087              
2088              Do away with memory models cruft.  Sorry, PDP users.
2089              
2090              Continue #7041.
2091              
2092              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2093              
2094              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2095              
2096              Upgrade to CPAN 1.57_65, from Andreas König.
2097              
2098              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2099              by Russ Allbery.
2100              
2101              Silence t/pod/*.t about alternate quote-mappings now implemented
2102              by Pod::Text, from Brad Appleton.
2103              
2104              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2105              Subject: borland C++ win32.c tweak
2106              
2107              C<@a = @b = split(...)> optimization coredumps under ithreads
2108              (missed a spot when fixing up op_pmreplroot hack for ithreads)
2109              
2110              Document the SvUTF8*().
2111              
2112              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2113              
2114              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
2115              
2116              Do in VMS as the #7054 does.
2117              
2118              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2119              
2120              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2121              
2122              Subject: [patch: perl@7045] vms updates
2123              
2124              Test for the #7049.
2125              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
2126              
2127              Break up the myconfig lines a bit.
2128              Subject: perlbug/perl -V output format
2129              
2130              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
2131              
2132              The #7054 truncated Configure badly.
2133              
2134              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
2135              initialization in all the threads on Windows
2136              
2137              Allow for whitespace between "#" and "line" in cpp output.
2138              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
2139              
2140              Remove vestiges of tr//CU.
2141              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2142              
2143              The return value of setlocale must be copied away.
2144              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
2145              
2146              Allow chop() and chomp() to be overridden.
2147              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
2148              
2149              Hints optimization.
2150              Subject: Minor nit
2151              
2152              Subject: [PATCH] de-wall t/README
2153              
2154              Subject: Re: Two advertising clauses need to be removed
2155      Branch: maint-5.6/perl
2156           !> (integrate 75 files)
2157 ____________________________________________________________________________
2158 [  8152] By: gsar                                  on 2000/12/17  20:30:11
2159         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
2160              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
2161              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
2162              
2163              Don't attach -ld to the archname if pointless.
2164              
2165              Document UNTIE in a very minimalistic way.
2166              
2167              POSIX doesn't report long double values under -Duselongdouble
2168              when the long doubles are "real" (bigger than doubles).
2169              
2170              More author updates.
2171              
2172              Try to deduce NV_MAX.  Really should be Configure fodder.
2173              
2174              :: not allowed in pathnames, change to .
2175              Subject: [PATCH perl@6938] cygwin port
2176              
2177              Forget about NV_MAX (#6951).  Various floating point tweaks,
2178              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
2179              
2180              Move the Solaris 7 scan to use64bitall, make the
2181              failure to find 64-bot sparc libc to mention the
2182              possibility of being in an intel, from Lupe and Alan.
2183              
2184              Regen perltoc.
2185              
2186              AUTHORS tweaks, from Peter Prymmer.
2187              
2188              More address tweaking.
2189              
2190              Small tweaks all over.
2191              
2192              File::Temp patches from Andreas König,
2193              
2194              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
2195              
2196              Subject: CPAN.pm beta 1.57_57 for the core
2197              
2198              Part of the solution.
2199              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
2200              
2201              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
2202              
2203              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2204              
2205              Add the overload warnings to perldiag.
2206              
2207              Drop unused argument.
2208              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
2209              
2210              Subject: Nit in Configure (bleadperl@6961)
2211              
2212              Update to PodParser 1.18, from Brad Appleton.
2213              
2214              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
2215              
2216              Subject: [PATCH: 6948] add SCNfldbl to configure.com
2217              
2218              Document UNTIE. Also tweak implementation to suppress the 'inner references'
2219              warning when UNTIE exists and instead pass the cound of extra references to
2220              the UNTIE method.
2221              
2222              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
2223              so that case-ignoring systems like DCL can tell them from
2224              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
2225              
2226              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2227              
2228              Feature ordering tweak.
2229              
2230              Regen perltoc.
2231              
2232              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
2233              
2234              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
2235              
2236              Subject: http:// in L<>
2237              
2238              Detypo.
2239              
2240              change#6791 accidentally clobbered change#6710, put it back
2241              
2242              Only the first line, thank you very much.
2243              
2244              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
2245              plus rework the http: spots as suggested by Tom Christiansen,
2246              plus regen perltoc.
2247              
2248              Undo part of change 6489 which looks like a bulk edit which
2249              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
2250              The supressing of main:: on return from select() is undesirable.
2251              
2252              Apparently avoiding the swapping is too costly.
2253              
2254              Various Configure nits by Philip Newton,
2255              plus the ebcdic one by me.
2256              
2257              Make certain cc is set before trying to run it.
2258              
2259              If overloaded %{} etc. return the object do not loop.
2260              Thus  sub deref { $_[0] } functions if object is wanted type.
2261              
2262              Update perlhist.
2263              
2264              More %{} and other deref special casing - do not pass to 'nomethod'.
2265      Branch: maint-5.6/perl
2266           !> (integrate 59 files)
2267 ____________________________________________________________________________
2268 [  8151] By: gsar                                  on 2000/12/17  19:14:38
2269         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
2270              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
2271              
2272              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
2273              
2274              Make the epsilon to be relative, not absolute.
2275              
2276              Put back the flags dump as reasoned in
2277              Subject: Re: [PATCH] Glob dumping
2278              
2279              Introduce ccname to keep track of what compiler kind of we have.
2280              
2281              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
2282              
2283              Put back the slice accidentally removed by #6907.
2284              
2285              Reset archname and archname64 always, forcing them be
2286              recomputed at each Configure run, make Configure and
2287              the hints files agree on the naming of largefiles variables.
2288              
2289              Don't say "Perl 5.0 source kit".
2290              
2291              Subject: [PATCH] fix misc cast warnings
2292              
2293              Subject: typos in pods
2294              
2295              NVs not necessarily doubles, as pointed out by Yitzchak.
2296              
2297              Subject: [PATCH 6889] add a few ldbl formats to configure.com
2298              
2299              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
2300              
2301              Better options for rsync.
2302              
2303              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
2304              
2305              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
2306              
2307              Subject: [PATCH] Re: UNTIE method 
2308              
2309              A better fix for the Socket building problem from Craig Berry.
2310              
2311              Retract the dummy test, skip the security tests (instead of failing),
2312              explain what the warnings mean.
2313              
2314              Heap decorruption.
2315              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
2316              
2317              Update to Unicode 3.0.1.
2318              
2319              Missed one Unicode file.
2320              
2321              Subject: Re: typos in pods
2322              
2323              The #6929 was too skimpy.
2324              
2325              sscanf() may be the only way to read long doubles from strings.
2326              
2327              Reveal Borland's isnan.
2328              Subject: build with BC++ tweak
2329              
2330              Issue useful diagnostic on unknown pod commands.
2331              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
2332              
2333              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
2334              
2335              Clarify the third case of ftmp-security warnings.
2336              
2337              Make -Dusemorebits find long doubles in Solaris.
2338              
2339              Wrap the test in eval.
2340      Branch: maint-5.6/perl
2341           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
2342           +> lib/unicode/PropList.txt lib/unicode/README.perl
2343           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
2344           +> lib/unicode/Unicode.301 vms/vmspipe.com
2345            - lib/unicode/Props.txt lib/unicode/UCD300.html
2346            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
2347           !> (integrate 305 files)
2348 ____________________________________________________________________________
2349 [  8150] By: jhi                                   on 2000/12/17  18:47:57
2350         Log: Uncheckedin generated files.
2351      Branch: perl
2352            ! global.sym perlapi.c pod/perlapi.pod
2353 ____________________________________________________________________________
2354 [  8149] By: jhi                                   on 2000/12/17  18:41:22
2355         Log: Update Changes.
2356      Branch: perl
2357            ! Changes patchlevel.h
2358 ____________________________________________________________________________
2359 [  8148] By: jhi                                   on 2000/12/17  18:39:16
2360         Log: Subject: [PATCH] Fcntl constants speedup
2361              From: Nicholas Clark <nick@ccl4.org>
2362              Date: Sun, 17 Dec 2000 16:29:24 +0000
2363              Message-ID: <20001217162924.E97668@plum.flirble.org>
2364              
2365              Use IVs for the Fcntl constants instead of NVs.
2366      Branch: perl
2367            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
2368 ____________________________________________________________________________
2369 [  8147] By: jhi                                   on 2000/12/17  18:33:41
2370         Log: Add test for #8145 (binmode() warning), add warning for
2371              ioctl() and sockpair(), document them. (fileno() cannot
2372              be tripwired with the same kind of warning because
2373              'defined fileno($foo)' seems to be an idiom.)
2374      Branch: perl
2375            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
2376 ____________________________________________________________________________
2377 [  8146] By: gsar                                  on 2000/12/17  18:09:08
2378         Log: update Changes
2379      Branch: maint-5.6/perl
2380            ! Changes
2381 ____________________________________________________________________________
2382 [  8145] By: jhi                                   on 2000/12/17  17:39:35
2383         Log: Subject: [PATCH] Re: The long awaited feature ...
2384              From: Simon Cozens <simon@cozens.net>
2385              Date: Sun, 17 Dec 2000 12:31:56 +0000
2386              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
2387              
2388              Add a warning to binmode() about using bad filehandles
2389              (can happen e.g. if someone forgets the filehandle argument)
2390      Branch: perl
2391            ! pp_sys.c
2392 ____________________________________________________________________________
2393 [  8144] By: jhi                                   on 2000/12/17  17:33:48
2394         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
2395              From: Jonathan Stowe <gellyfish@gellyfish.com>
2396              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
2397              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
2398      Branch: perl
2399            ! lib/Net/Ping.pm
2400 ____________________________________________________________________________
2401 [  8143] By: jhi                                   on 2000/12/17  05:31:37
2402         Log: Polymorphic regexps.
2403              
2404              Fixes at least the bugs 20001028.003 (both of them...) and
2405              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
2406              also to be fixed by now, probably already before this patch.
2407      Branch: perl
2408            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
2409            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
2410            ! t/op/utf8decode.t t/pragma/utf8.t
2411 ____________________________________________________________________________
2412 [  8142] By: jhi                                   on 2000/12/16  17:16:05
2413         Log: Subject: [patch perl@8102] dos/djgpp update
2414              From: Laszlo Molnar <ml1050@freemail.hu>
2415              Date: Sat, 16 Dec 2000 01:40:52 +0100
2416              Message-ID: <20001216014052.A335@freemail.hu>
2417      Branch: perl
2418            ! djgpp/config.over t/base/commonsense.t
2419 ____________________________________________________________________________
2420 [  8141] By: jhi                                   on 2000/12/16  17:09:27
2421         Log: Few uncheckedin files.
2422      Branch: perl
2423            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
2424 ____________________________________________________________________________
2425 [  8140] By: nick                                  on 2000/12/15  22:14:31
2426         Log: Integrate mainline
2427      Branch: perlio
2428           !> (integrate 53 files)
2429 ____________________________________________________________________________
2430 [  8139] By: jhi                                   on 2000/12/15  19:49:49
2431         Log: One more IVUV tweak from Nicholas Clark.
2432      Branch: perl
2433            ! sv.c
2434 ____________________________________________________________________________
2435 [  8138] By: jhi                                   on 2000/12/15  19:17:06
2436         Log: Return of the IVUV-preservation, now seems to be happy even
2437              in Digital UNIX (the broken strtoul brokenness detection
2438              seems to have been the fly in the ointment).
2439      Branch: perl
2440            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2441            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
2442            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
2443            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
2444            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2445            ! vos/config.ga.h win32/config.bc win32/config.gc
2446            ! win32/config.vc
2447 ____________________________________________________________________________
2448 [  8137] By: jhi                                   on 2000/12/15  18:12:14
2449         Log: Metaconfig unit change for #8136.
2450      Branch: metaconfig
2451            ! U/modified/d_strtoul.U
2452      Branch: metaconfig/U/perl
2453            ! d_strtoull.U d_strtouq.U
2454 ____________________________________________________________________________
2455 [  8136] By: jhi                                   on 2000/12/15  18:11:35
2456         Log: I don't think it's sensible or portable to test the strtou*
2457              on /^-/ strings.
2458      Branch: perl
2459            ! Configure
2460 ____________________________________________________________________________
2461 [  8135] By: jhi                                   on 2000/12/15  17:18:49
2462         Log: Metaconfig unit change for #8134.
2463      Branch: metaconfig
2464            ! U/modified/d_strtoul.U
2465 ____________________________________________________________________________
2466 [  8134] By: jhi                                   on 2000/12/15  17:14:13
2467         Log: If longsize is 8 we don't need a LL suffix for integer constants.
2468      Branch: perl
2469            ! Configure config_h.SH
2470 ____________________________________________________________________________
2471 [  8133] By: jhi                                   on 2000/12/15  16:00:23
2472         Log: Update Changes.
2473      Branch: perl
2474            ! Changes patchlevel.h
2475 ____________________________________________________________________________
2476 [  8132] By: jhi                                   on 2000/12/15  15:44:16
2477         Log: Some compilers get huffy if you do not cast a const pointer
2478              to a non-const when assigning.
2479      Branch: perl
2480            ! gv.c
2481 ____________________________________________________________________________
2482 [  8131] By: jhi                                   on 2000/12/15  15:38:30
2483         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
2484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2485              Date: Fri, 15 Dec 2000 05:26:57 -0500
2486              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
2487      Branch: perl
2488            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
2489            ! t/pragma/overload.t
2490 ____________________________________________________________________________
2491 [  8130] By: jhi                                   on 2000/12/15  15:36:08
2492         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
2493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2494              Date: Thu, 14 Dec 2000 22:02:43 -0500
2495              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
2496      Branch: perl
2497            ! gv.c perl.h
2498 ____________________________________________________________________________
2499 [  8129] By: jhi                                   on 2000/12/15  15:34:16
2500         Log: Subject: PATCH: h2xs nit
2501              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2502              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
2503              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
2504              
2505              Add a template README.
2506      Branch: perl
2507            ! utils/h2xs.PL
2508 ____________________________________________________________________________
2509 [  8128] By: jhi                                   on 2000/12/15  15:32:22
2510         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
2511      Branch: perl
2512            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
2513 ____________________________________________________________________________
2514 [  8127] By: jhi                                   on 2000/12/15  15:19:34
2515         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
2516              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2517              Date:     Thu, 14 Dec 2000 20:04:42 EST
2518              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
2519      Branch: perl
2520            ! ext/Opcode/Opcode.xs
2521 ____________________________________________________________________________
2522 [  8126] By: jhi                                   on 2000/12/15  15:17:49
2523         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
2524              From: Peter Prymmer <pvhp@forte.com>
2525              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
2526              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
2527      Branch: perl
2528            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
2529            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
2530            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
2531 ____________________________________________________________________________
2532 [  8125] By: jhi                                   on 2000/12/15  15:11:05
2533         Log: This seems to be a stage sane and stable enough to checkin.
2534              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
2535      Branch: perl
2536            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
2537            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
2538            ! t/op/cmp.t t/op/numconvert.t
2539 ____________________________________________________________________________
2540 [  8124] By: jhi                                   on 2000/12/15  04:20:26
2541         Log: Something is really wonky.
2542      Branch: perl
2543            ! sv.c
2544 ____________________________________________________________________________
2545 [  8123] By: jhi                                   on 2000/12/15  04:00:50
2546         Log: Fixes for the IV UV patches to compile in Digital UNIX.
2547      Branch: perl
2548            ! sv.c
2549 ____________________________________________________________________________
2550 [  8122] By: jhi                                   on 2000/12/15  02:53:40
2551         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
2552              From: "Craig A. Berry" <craigberry@mac.com>
2553              Date: Thu, 14 Dec 2000 19:10:49 -0600
2554              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
2555      Branch: perl
2556            ! vms/vms.c
2557 ____________________________________________________________________________
2558 [  8121] By: jhi                                   on 2000/12/15  02:50:00
2559         Log: Metaconfig changes for #8120.
2560      Branch: metaconfig
2561            + U/modified/d_strtoul.U
2562      Branch: metaconfig/U/perl
2563            ! d_strtoull.U d_strtouq.U
2564 ____________________________________________________________________________
2565 [  8120] By: jhi                                   on 2000/12/15  02:49:42
2566         Log: From: Nicholas Clark <nick@ccl4.org> 
2567              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
2568              Date: Thu, 14 Dec 2000 18:38:57 +0000
2569              Message-ID: <20001214183857.B97909@plum.flirble.org>
2570      Branch: perl
2571            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2572            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
2573            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
2574            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2575            ! win32/config.gc win32/config.vc
2576 ____________________________________________________________________________
2577 [  8119] By: jhi                                   on 2000/12/14  23:40:58
2578         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
2579              From: Nicholas Clark <nick@ccl4.org>
2580              Date: Wed, 13 Dec 2000 20:08:50 +0000
2581              Message-ID: <20001213200849.B71166@plum.flirble.org>
2582      Branch: perl
2583            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
2584            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
2585 ____________________________________________________________________________
2586 [  8118] By: jhi                                   on 2000/12/14  22:46:26
2587         Log: Integrate perlio.
2588      Branch: perl
2589           !> MANIFEST ext/Encode/compile makedef.pl
2590 ____________________________________________________________________________
2591 [  8117] By: nick                                  on 2000/12/14  22:38:53
2592         Log: Win32 tweaks to get Encode to build
2593              - temp hack to makedef.pl till PerlIO is properly "exported".
2594              - MSVC dislikes  
2595              static encpage_t foo[];
2596              so make 'em extern for now.
2597      Branch: perlio
2598            ! ext/Encode/compile makedef.pl
2599 ____________________________________________________________________________
2600 [  8116] By: nick                                  on 2000/12/14  22:00:53
2601         Log: Document the new files
2602      Branch: perlio
2603            ! MANIFEST
2604 ____________________________________________________________________________
2605 [  8115] By: jhi                                   on 2000/12/14  21:58:01
2606         Log: MANIFEST new files of #8114.
2607      Branch: perl
2608            ! MANIFEST
2609 ____________________________________________________________________________
2610 [  8114] By: jhi                                   on 2000/12/14  21:50:49
2611         Log: Integrate perlio.
2612      Branch: perl
2613           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2614           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2615           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
2616           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
2617           !> ext/Encode/Makefile.PL
2618 ____________________________________________________________________________
2619 [  8113] By: jhi                                   on 2000/12/14  21:48:49
2620         Log: The documentation part of the
2621              
2622              Subject: [ID 20001214.002] Net::Ping patch
2623              From: Jonathan Stowe <gellyfish@gellyfish.com>
2624              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
2625              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
2626              since the #7529 had already addressed the same problem.
2627      Branch: perl
2628            ! lib/Net/Ping.pm
2629 ____________________________________________________________________________
2630 [  8112] By: jhi                                   on 2000/12/14  21:42:57
2631         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
2632              From: Dominic Dunlop <domo@computer.org>
2633              Date: Tue, 12 Dec 2000 10:47:10 +0100
2634              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
2635              
2636              Document how elusive subroutines can be.
2637      Branch: perl
2638            ! pod/perlfunc.pod
2639 ____________________________________________________________________________
2640 [  8111] By: jhi                                   on 2000/12/14  21:38:05
2641         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
2642              From: Dominic Dunlop <domo@computer.org>
2643              Date: Thu, 14 Dec 2000 10:13:51 +0100
2644              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
2645      Branch: perl
2646            ! ext/POSIX/POSIX.pod
2647 ____________________________________________________________________________
2648 [  8110] By: jhi                                   on 2000/12/14  21:36:32
2649         Log: Subject: [patch] perlfaq7
2650              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
2651              Date: Thu, 14 Dec 2000 15:31:07 +0100
2652              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
2653      Branch: perl
2654            ! pod/perlfaq7.pod
2655 ____________________________________________________________________________
2656 [  8109] By: jhi                                   on 2000/12/14  21:29:20
2657         Log: Subject: [8104] Encode
2658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2659              Date: Thu, 14 Dec 2000 14:49:34 +0100
2660              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
2661              
2662              Type casting for nervous compilers.
2663      Branch: perl
2664            ! ext/Encode/Encode.xs
2665 ____________________________________________________________________________
2666 [  8108] By: jhi                                   on 2000/12/14  21:26:17
2667         Log: Subject: [8104] DB_File
2668              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2669              Date: Thu, 14 Dec 2000 14:49:35 +0100
2670              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
2671              
2672              Type definition incorrect for DB 2.7.7.  Not known when it
2673              changed, so only changed it for a known revision.
2674      Branch: perl
2675            ! ext/DB_File/DB_File.xs
2676 ____________________________________________________________________________
2677 [  8107] By: jhi                                   on 2000/12/14  21:23:41
2678         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
2679              From: Peter Prymmer <pvhp@forte.com>
2680              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
2681              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
2682              
2683              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
2684      Branch: perl
2685            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
2686            ! ext/Encode/Encode/posix-bc.enc
2687 ____________________________________________________________________________
2688 [  8106] By: nick                                  on 2000/12/14  20:36:13
2689         Log: "Cold" build correction to Encode's Makefile.PL
2690      Branch: perlio
2691            ! ext/Encode/Makefile.PL
2692 ____________________________________________________________________________
2693 [  8105] By: nick                                  on 2000/12/14  20:09:37
2694         Log: "Compiled" encodings.
2695              Correct replacement character in EBCDIC .enc files
2696              Add 0x7F to ASCII repertoire.
2697      Branch: perlio
2698            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2699            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
2700            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
2701            ! ext/Encode/Makefile.PL ext/Encode/compile
2702            ! ext/Encode/encengine.c ext/Encode/encode.h
2703 ____________________________________________________________________________
2704 [  8104] By: nick                                  on 2000/12/14  00:38:20
2705         Log: Integrate mainline
2706      Branch: perlio
2707           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
2708           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
2709           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
2710           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
2711           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
2712           !> t/lib/db-hash.t t/lib/db-recno.t
2713 ____________________________________________________________________________
2714 [  8103] By: nick                                  on 2000/12/13  23:16:13
2715         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
2716              so far and so it does not get lost.
2717      Branch: perlio
2718            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2719 ____________________________________________________________________________
2720 [  8102] By: jhi                                   on 2000/12/13  17:14:22
2721         Log: Update Changes.
2722      Branch: perl
2723            ! Changes patchlevel.h
2724 ____________________________________________________________________________
2725 [  8101] By: jhi                                   on 2000/12/13  16:53:41
2726         Log: Move the proto of start_glob() to a better place; regen api files.
2727      Branch: perl
2728            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
2729 ____________________________________________________________________________
2730 [  8100] By: jhi                                   on 2000/12/13  16:47:11
2731         Log: Metaconfig change for #8099.
2732      Branch: metaconfig
2733            ! U/modified/Head.U
2734 ____________________________________________________________________________
2735 [  8099] By: jhi                                   on 2000/12/13  16:46:48
2736         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
2737              From: Andy Dougherty <doughera@lafayette.edu>
2738              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
2739              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
2740      Branch: perl
2741            ! Configure
2742 ____________________________________________________________________________
2743 [  8098] By: jhi                                   on 2000/12/13  16:39:02
2744         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
2745              From: rspier@pobox.com (Robert Spier)
2746              Date: Tue, 12 Dec 2000 21:12:39 -0500
2747              Message-ID: <14902.56087.678086.725773@rls.cx>
2748              
2749              fastgetcwd is defined using a glob alias on a $^O dependent basis -
2750              and there was no default assignment or perl subroutine.
2751      Branch: perl
2752            ! lib/Cwd.pm
2753 ____________________________________________________________________________
2754 [  8097] By: jhi                                   on 2000/12/13  16:16:01
2755         Log: Subject: [PATCH] move startglob out of pp_hot.c
2756              From: Nicholas Clark <nick@ccl4.org>
2757              Date: Mon, 11 Dec 2000 23:16:39 +0000
2758              Message-ID: <20001211231638.A55550@plum.flirble.org>
2759      Branch: perl
2760            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
2761 ____________________________________________________________________________
2762 [  8096] By: jhi                                   on 2000/12/13  15:26:23
2763         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
2764              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
2765              Date: Wed, 13 Dec 2000 14:01:37 +0100
2766              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
2767              
2768              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
2769              in turn requires libpthread in libswanted.
2770      Branch: perl
2771            ! hints/hpux.sh
2772 ____________________________________________________________________________
2773 [  8095] By: jhi                                   on 2000/12/12  19:51:05
2774         Log: The integration wars continue.
2775      Branch: perl
2776           !> sv.c
2777 ____________________________________________________________________________
2778 [  8094] By: jhi                                   on 2000/12/12  19:48:26
2779         Log: Subject: [PATCH perl@8070] DB_File-1.74  
2780              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
2781              Date: Mon, 11 Dec 2000 23:07:17 -0000
2782              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
2783      Branch: perl
2784            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2785            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
2786            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
2787            ! t/lib/db-recno.t
2788 ____________________________________________________________________________
2789 [  8093] By: nick                                  on 2000/12/12  19:42:13
2790         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
2791      Branch: perlio
2792            ! sv.c
2793           !> lib/File/DosGlob.pm
2794 ____________________________________________________________________________
2795 [  8092] By: jhi                                   on 2000/12/12  19:28:11
2796         Log: Integrate perlio.
2797      Branch: perl
2798           !> sv.c
2799 ____________________________________________________________________________
2800 [  8091] By: nick                                  on 2000/12/12  18:49:45
2801         Log: Fix for Tk, and upgrading shared SVs.
2802      Branch: perlio
2803            ! sv.c
2804 ____________________________________________________________________________
2805 [  8090] By: jhi                                   on 2000/12/12  16:48:59
2806         Log: Subject: [PATCH] Re: Breadperl & Tk
2807              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2808              Date: Tue, 12 Dec 2000 14:48:27 GMT
2809              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
2810      Branch: perl
2811            ! sv.c
2812 ____________________________________________________________________________
2813 [  8089] By: jhi                                   on 2000/12/12  03:37:19
2814         Log: Subject: DosGlob.pm diff for bash style brace expansion.
2815              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
2816              Date: Fri, 8 Dec 2000 10:45:30 -0600
2817              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
2818      Branch: perl
2819            ! lib/File/DosGlob.pm
2820 ____________________________________________________________________________
2821 [  8088] By: nick                                  on 2000/12/11  23:59:59
2822         Log: Integrate mainline
2823      Branch: perlio
2824           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
2825           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2826           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
2827           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
2828           !> t/op/local.t t/pragma/warn/toke toke.c
2829 ____________________________________________________________________________
2830 [  8087] By: jhi                                   on 2000/12/11  23:20:23
2831         Log: Integrate perlio.
2832      Branch: perl
2833           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
2834 ____________________________________________________________________________
2835 [  8086] By: jhi                                   on 2000/12/11  22:50:59
2836         Log: Tune further the OS detection of CGI.
2837      Branch: perl
2838            ! lib/CGI.pm
2839 ____________________________________________________________________________
2840 [  8085] By: nick                                  on 2000/12/11  22:50:46
2841         Log: Finish 1st pass of "encoding" layer e.g. :
2842              open($fh,"<encoding(iso8859-7)",$greek) || die;
2843      Branch: perlio
2844            ! ext/Encode/Encode.xs perlio.c perliol.h
2845 ____________________________________________________________________________
2846 [  8084] By: jhi                                   on 2000/12/11  22:32:06
2847         Log: Revert the -f ambiguousity patch, seems to cause
2848              too much hassle (the interpret -Q as a function
2849              where Q is not a known filetest part is left in).
2850      Branch: perl
2851            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
2852            ! toke.c
2853 ____________________________________________________________________________
2854 [  8083] By: jhi                                   on 2000/12/11  22:27:23
2855         Log: (accidentally empty check-in)
2856      Branch: perl
2857            ! lib/File/DosGlob.pm
2858 ____________________________________________________________________________
2859 [  8082] By: nick                                  on 2000/12/11  19:09:51
2860         Log: Restore mmap function (broken by tweaks to shared buffer
2861              layer for encode(xxxx)).
2862      Branch: perlio
2863            ! perlio.c
2864 ____________________________________________________________________________
2865 [  8081] By: jhi                                   on 2000/12/11  18:29:13
2866         Log: Subject: Re: The long awaited feature ...
2867              From: Simon Cozens <simon@cozens.net>
2868              Date: Mon, 11 Dec 2000 15:54:24 +0000
2869              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
2870              
2871              More io/utf8 tests.
2872      Branch: perl
2873            ! t/io/utf8.t
2874 ____________________________________________________________________________
2875 [  8080] By: jhi                                   on 2000/12/11  18:19:36
2876         Log: Subject: PATCH MakeMaker manpage clarification
2877              From: andreas.koenig@anima.de (Andreas J. Koenig)
2878              Date: 10 Dec 2000 20:46:13 +0100
2879              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
2880      Branch: perl
2881            ! lib/ExtUtils/MakeMaker.pm
2882 ____________________________________________________________________________
2883 [  8079] By: jhi                                   on 2000/12/11  15:35:07
2884         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
2885              From: Simon Cozens <simon@cozens.net>
2886              Date: Sun, 10 Dec 2000 19:06:19 +0000
2887              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
2888      Branch: perl
2889            ! ext/B/B/Deparse.pm t/lib/b.t
2890 ____________________________________________________________________________
2891 [  8078] By: jhi                                   on 2000/12/11  15:09:11
2892         Log: Subject: [PATCH] docs on NaN
2893              From: Nicholas Clark <nick@ccl4.org>
2894              Date: Mon, 11 Dec 2000 01:48:38 +0000
2895              Message-ID: <20001211014838.B99205@plum.flirble.org>
2896      Branch: perl
2897            ! pod/perlop.pod
2898 ____________________________________________________________________________
2899 [  8077] By: jhi                                   on 2000/12/11  15:02:21
2900         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
2901              From: Simon Cozens <simon@cozens.net>
2902              Date: Mon, 11 Dec 2000 01:21:45 +0000
2903              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
2904      Branch: perl
2905            ! pp.c pp_hot.c scope.c t/op/local.t
2906 ____________________________________________________________________________
2907 [  8076] By: nick                                  on 2000/12/10  20:43:32
2908         Log: Not merge worthy...
2909              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
2910              syntax is modelled on attributes.
2911              Untested fix for io/utf8 on Win32 etc.
2912              Very clumsy start to the encode layer.
2913      Branch: perlio
2914            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
2915 ____________________________________________________________________________
2916 [  8075] By: jhi                                   on 2000/12/10  18:39:33
2917         Log: Darwin is not Windows.
2918      Branch: perl
2919            ! lib/CGI.pm
2920 ____________________________________________________________________________
2921 [  8074] By: jhi                                   on 2000/12/10  18:31:27
2922         Log: Subject: Ambiguous -%c() resolved as a file test
2923              From: "Paul Marquess" <Paul.Marquess@openwave.com>
2924              Date: Sun, 10 Dec 2000 15:35:07 -0000
2925              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
2926      Branch: perl
2927            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2928 ____________________________________________________________________________
2929 [  8073] By: jhi                                   on 2000/12/10  18:16:29
2930         Log: Subject: PATCH installperl misinformed 
2931              From: andreas.koenig@anima.de (Andreas J. Koenig)
2932              Date: 10 Dec 2000 13:01:32 +0100 
2933              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
2934      Branch: perl
2935            ! installperl
2936 ____________________________________________________________________________
2937 [  8072] By: jhi                                   on 2000/12/10  18:07:55
2938         Log: The walkoptree confusion rages; walkoptree() seems to be coming
2939              from B.xs, while walkoptree_slow() comes from B.pm.
2940      Branch: perl
2941            ! ext/B/B.pm
2942 ____________________________________________________________________________
2943 [  8071] By: nick                                  on 2000/12/10  11:45:47
2944         Log: Integrate mainline
2945      Branch: perlio
2946           +> t/base/commonsense.t
2947           !> (integrate 37 files)
2948 ____________________________________________________________________________
2949 [  8070] By: jhi                                   on 2000/12/10  04:46:21
2950         Log: Update Changes.
2951      Branch: perl
2952            ! Changes patchlevel.h
2953 ____________________________________________________________________________
2954 [  8069] By: jhi                                   on 2000/12/10  04:39:19
2955         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
2956              From: andreas.koenig@anima.de (Andreas J. Koenig)
2957              Date: 09 Dec 2000 17:14:25 +0100
2958              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
2959      Branch: perl
2960            + t/base/commonsense.t
2961            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
2962 ____________________________________________________________________________
2963 [  8068] By: jhi                                   on 2000/12/10  04:17:36
2964         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
2965              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2966              Date: Sat, 9 Dec 2000 16:47:22 -0000
2967              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
2968      Branch: perl
2969            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
2970            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
2971            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
2972            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
2973            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
2974            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
2975            ! t/lib/sdbm.t
2976 ____________________________________________________________________________
2977 [  8067] By: jhi                                   on 2000/12/10  03:52:02
2978         Log: Test case for #8066.
2979      Branch: perl
2980            ! t/op/misc.t
2981 ____________________________________________________________________________
2982 [  8066] By: jhi                                   on 2000/12/10  03:50:30
2983         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
2984              From: Simon Cozens <simon@cozens.net>
2985              Date: Sun, 10 Dec 2000 00:55:37 +0000
2986              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
2987      Branch: perl
2988            ! pp_sys.c
2989 ____________________________________________________________________________
2990 [  8065] By: jhi                                   on 2000/12/10  03:44:52
2991         Log: Test case for #8064.
2992      Branch: perl
2993            ! t/comp/proto.t
2994 ____________________________________________________________________________
2995 [  8064] By: jhi                                   on 2000/12/10  03:42:32
2996         Log: Subject: Re: prototype of substr
2997              From: Simon Cozens <simon@cozens.net>
2998              Date: Sun, 10 Dec 2000 00:13:33 +0000
2999              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
3000              
3001              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
3002      Branch: perl
3003            ! pp.c
3004 ____________________________________________________________________________
3005 [  8063] By: jhi                                   on 2000/12/10  03:39:42
3006         Log: Subject: [PATCH] perlguts.pod
3007              From: Simon Cozens <simon@cozens.net>
3008              Date: Sun, 10 Dec 2000 00:06:47 +0000
3009              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
3010              
3011              Documentation of the different types of ops,
3012              plus the functions in dump.c
3013      Branch: perl
3014            ! pod/perlguts.pod
3015 ____________________________________________________________________________
3016 [  8062] By: jhi                                   on 2000/12/10  03:30:04
3017         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
3018              From: Nicholas Clark <nick@talking.bollo.cx>
3019              Date: Sat, 09 Dec 2000 18:57:25 +0000
3020              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
3021              
3022              Be more robust in weird hostname setups.
3023      Branch: perl
3024            ! t/lib/net-hostent.t
3025 ____________________________________________________________________________
3026 [  8061] By: jhi                                   on 2000/12/10  03:28:21
3027         Log: Pacify fussy compiler. 
3028      Branch: perl
3029            ! pp_sys.c
3030 ____________________________________________________________________________
3031 [  8060] By: jhi                                   on 2000/12/10  02:52:46
3032         Log: Integrate perlio.
3033      Branch: perl
3034           !> pp_sys.c t/io/utf8.t
3035 ____________________________________________________________________________
3036 [  8059] By: nick                                  on 2000/12/09  23:40:14
3037         Log: read/sysread/recv should now be utf8 aware.
3038              Basic test for utf8 read.
3039      Branch: perlio
3040            ! pp_sys.c t/io/utf8.t
3041 ____________________________________________________________________________
3042 [  8058] By: jhi                                   on 2000/12/09  21:56:02
3043         Log: Integrate perlio.
3044      Branch: perl
3045           +> t/io/utf8.t
3046           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
3047 ____________________________________________________________________________
3048 [  8057] By: jhi                                   on 2000/12/09  21:53:35
3049         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
3050              From: Inaba Hiroto <inaba@st.rim.or.jp>
3051              Date: Sun, 10 Dec 2000 05:53:21 +0900
3052              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
3053              
3054              Tests for #8056.
3055      Branch: perl
3056            ! t/op/each.t
3057 ____________________________________________________________________________
3058 [  8056] By: jhi                                   on 2000/12/09  21:51:16
3059         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
3060              From: Inaba Hiroto <inaba@st.rim.or.jp>
3061              Date: Sat, 09 Dec 2000 18:02:00 +0900
3062              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
3063              
3064              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
3065      Branch: perl
3066            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
3067 ____________________________________________________________________________
3068 [  8055] By: nick                                  on 2000/12/09  20:11:48
3069         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
3070              than raw PerlIO_write() - does not seem to break any tests.
3071      Branch: perlio
3072            ! pp_sys.c
3073 ____________________________________________________________________________
3074 [  8054] By: nick                                  on 2000/12/09  19:47:30
3075         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
3076              (sysread, recv and write i.e. formats still to do...)
3077              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
3078              open($fh,">:utf8","name")
3079              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
3080              so no extra overhead is involved.
3081              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
3082              to a non-utf8 stream.
3083              Add initial io/utf8.t
3084              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
3085              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
3086              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
3087      Branch: perlio
3088            + t/io/utf8.t
3089            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
3090 ____________________________________________________________________________
3091 [  8053] By: nick                                  on 2000/12/09  19:26:37
3092         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
3093              was only testing this_utf8.
3094      Branch: perlio
3095            ! toke.c
3096 ____________________________________________________________________________
3097 [  8052] By: nick                                  on 2000/12/09  19:09:41
3098         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
3099              i.e. the output string has one, but don't mess with source assumption.
3100      Branch: perlio
3101            ! toke.c
3102 ____________________________________________________________________________
3103 [  8051] By: jhi                                   on 2000/12/09  16:55:17
3104         Log: Integrate perlio.
3105      Branch: perl
3106           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
3107           !> sv.c thrdvar.h util.c
3108 ____________________________________________________________________________
3109 [  8050] By: jhi                                   on 2000/12/09  16:48:07
3110         Log: Nits noticed by Peter Prymmer.
3111      Branch: perl
3112            ! lib/ExtUtils/MM_VMS.pm
3113 ____________________________________________________________________________
3114 [  8049] By: nick                                  on 2000/12/09  13:49:40
3115         Log: UTF8 output prework.
3116              - Store $\ and $, as SVs so they can have SvUTF8 flag
3117              - use do_print() rather than raw PerlIO_write() to print them.
3118      Branch: perlio
3119            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
3120            ! thrdvar.h util.c
3121 ____________________________________________________________________________
3122 [  8048] By: nick                                  on 2000/12/09  12:30:43
3123         Log: Integrate mainline.
3124      Branch: perlio
3125           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
3126           +> t/op/reverse.t
3127           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
3128           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3129           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
3130           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
3131           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
3132           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
3133 ____________________________________________________________________________
3134 [  8047] By: jhi                                   on 2000/12/09  00:23:27
3135         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
3136              From: Michael G Schwern <schwern@pobox.com>
3137              Date: Fri, 8 Dec 2000 14:43:04 -0600
3138      Branch: perl
3139            ! lib/ExtUtils/MM_VMS.pm
3140 ____________________________________________________________________________
3141 [  8046] By: jhi                                   on 2000/12/08  23:10:27
3142         Log: A missed check-in.
3143      Branch: perl
3144            ! lib/ExtUtils/Manifest.pm
3145 ____________________________________________________________________________
3146 [  8045] By: jhi                                   on 2000/12/08  21:57:12
3147         Log: (null check-in)
3148      Branch: perl
3149            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
3150 ____________________________________________________________________________
3151 [  8044] By: jhi                                   on 2000/12/08  21:11:06
3152         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
3153              at the final draft stage.
3154      Branch: perl
3155            + ext/Encode/Encode/iso8859-16.enc
3156            ! MANIFEST
3157 ____________________________________________________________________________
3158 [  8043] By: jhi                                   on 2000/12/08  16:39:04
3159         Log: Update Changes.
3160      Branch: perl
3161            ! Changes patchlevel.h
3162 ____________________________________________________________________________
3163 [  8042] By: jhi                                   on 2000/12/08  16:33:39
3164         Log: Do not return the Unicode replacement character if UTF-8
3165              decoding goes awry, it should be up to the caller to decide.
3166      Branch: perl
3167            ! pod/perlapi.pod utf8.c
3168 ____________________________________________________________________________
3169 [  8041] By: jhi                                   on 2000/12/08  16:22:28
3170         Log: metaconfig maintenance.
3171      Branch: metaconfig
3172            ! U/modified/stdchar.U
3173      Branch: metaconfig/U/perl
3174            + testsyml.U
3175 ____________________________________________________________________________
3176 [  8040] By: jhi                                   on 2000/12/08  16:03:08
3177         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
3178              From: sthoenna@efn.org
3179              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
3180              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
3181      Branch: perl
3182            ! Changes lib/ExtUtils/MM_OS2.pm
3183 ____________________________________________________________________________
3184 [  8039] By: jhi                                   on 2000/12/08  15:57:11
3185         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
3186              From: Simon Cozens <simon@cozens.net>
3187              Date: Fri, 8 Dec 2000 13:33:31 +0000
3188              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
3189              
3190              (The pp_hot part needed a rewrite.)
3191      Branch: perl
3192            ! doop.c pp_hot.c utf8.c
3193 ____________________________________________________________________________
3194 [  8038] By: jhi                                   on 2000/12/08  15:25:08
3195         Log: Subject: djSP
3196              From: Michael Stevens <michael@etla.org>
3197              Date: Wed, 6 Dec 2000 23:24:01 +0000
3198              Message-ID: <20001206232400.A21381@firedrake.org>
3199              
3200              Plus a note from Nick Ing-Simmons.
3201      Branch: perl
3202            ! pp.h
3203 ____________________________________________________________________________
3204 [  8037] By: jhi                                   on 2000/12/08  15:18:35
3205         Log: Filetype is text.
3206      Branch: perl
3207            ! t/op/utf8decode.t
3208 ____________________________________________________________________________
3209 [  8036] By: jhi                                   on 2000/12/08  03:31:27
3210         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3211              From: Andy Dougherty <doughera@lafayette.edu>
3212              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
3213              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
3214              
3215              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3216              From: Andy Dougherty <doughera@lafayette.edu>
3217              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
3218              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
3219      Branch: perl
3220            + ext/POSIX/hints/svr4.pl
3221            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
3222 ____________________________________________________________________________
3223 [  8035] By: jhi                                   on 2000/12/08  03:26:01
3224         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
3225              From: Andy Dougherty <doughera@lafayette.edu>
3226              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
3227              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
3228      Branch: perl
3229            ! t/README t/base/term.t
3230 ____________________________________________________________________________
3231 [  8034] By: jhi                                   on 2000/12/08  03:21:59
3232         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
3233              From: mjd@plover.com  
3234              Date: 7 Dec 2000 21:04:20 -0000
3235              Message-ID: <20001207210420.22282.qmail@plover.com>
3236              
3237              Plus -z doc.
3238      Branch: perl
3239            ! pod/perlfunc.pod
3240 ____________________________________________________________________________
3241 [  8033] By: jhi                                   on 2000/12/08  03:19:03
3242         Log: Use the UTF8 macros a bit.  They can't be used with abandon
3243              everywhere because we do generate illegal UTF-8 in some situations.
3244              This is of course naughty.
3245      Branch: perl
3246            ! pod/perlapi.pod utf8.c utf8.h
3247 ____________________________________________________________________________
3248 [  8032] By: jhi                                   on 2000/12/08  03:00:09
3249         Log: Out of sync?
3250      Branch: perl
3251            ! t/pragma/warn/utf8
3252 ____________________________________________________________________________
3253 [  8031] By: jhi                                   on 2000/12/08  02:22:39
3254         Log: Cnt spl.
3255      Branch: perl
3256            ! MANIFEST
3257 ____________________________________________________________________________
3258 [  8030] By: jhi                                   on 2000/12/08  01:23:54
3259         Log: Add test for reverse().
3260      Branch: perl
3261            + t/op/reverse.t
3262            ! MANIFEST
3263 ____________________________________________________________________________
3264 [  8029] By: jhi                                   on 2000/12/08  01:21:47
3265         Log: Integrate perlio.
3266      Branch: perl
3267           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
3268           !> perlio.c perlio.h perlsdio.h warnings.pl
3269 ____________________________________________________________________________
3270 [  8028] By: jhi                                   on 2000/12/08  01:19:08
3271         Log: Introduce macros for UTF8 decoding.
3272      Branch: perl
3273            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
3274 ____________________________________________________________________________
3275 [  8027] By: nick                                  on 2000/12/07  22:18:19
3276         Log: Integrate mainline
3277      Branch: perlio
3278           !> embed.pl pod/perlapi.pod utf8.c
3279 ____________________________________________________________________________
3280 [  8026] By: nick                                  on 2000/12/07  21:45:08
3281         Log: Various oddities p4 diff -se showed up
3282              Remove 'our' from warnings.pl
3283      Branch: perlio
3284            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
3285 ____________________________________________________________________________
3286 [  8025] By: nick                                  on 2000/12/07  21:43:32
3287         Log: Change PerlIO_(get|set)pos to take SV *
3288              Should fix, OS/2, VMS, (sfio??)
3289      Branch: perlio
3290            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
3291 ____________________________________________________________________________
3292 [  8024] By: jhi                                   on 2000/12/07  19:05:32
3293         Log: Document utf8_to_uv() better.
3294      Branch: perl
3295            ! pod/perlapi.pod utf8.c
3296 ____________________________________________________________________________
3297 [  8023] By: jhi                                   on 2000/12/07  18:23:47
3298         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
3299      Branch: perl
3300            ! embed.pl pod/perlapi.pod utf8.c
3301 ____________________________________________________________________________
3302 [  8022] By: jhi                                   on 2000/12/07  04:13:51
3303         Log: Integrate perlio.
3304      Branch: perl
3305           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
3306           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
3307           !> win32/makefile.mk
3308 ____________________________________________________________________________
3309 [  8021] By: nick                                  on 2000/12/07  00:28:14
3310         Log: Various attempts at MSVC debug - not sure what has
3311              changed but works now. 
3312              Seems atexit() _may_ work for DLLs built with MSVC so don't
3313              call cleanup that way.
3314      Branch: perlio
3315            ! perlio.c win32/makefile.mk
3316 ____________________________________________________________________________
3317 [  8020] By: nick                                  on 2000/12/06  19:57:20
3318         Log: Integrate mainline
3319      Branch: perlio
3320           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
3321           !> (integrate 75 files)
3322 ____________________________________________________________________________
3323 [  8019] By: nick                                  on 2000/12/06  19:28:21
3324         Log: Add useperlio to config.vc
3325              Turn off binmode in config_H.PL
3326              Regen all the config_H.xx
3327              Attempt to get debugging build with MSVC.
3328      Branch: perlio
3329            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3330            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
3331 ____________________________________________________________________________
3332 [  8018] By: nick                                  on 2000/12/06  19:21:57
3333         Log: Test various dup/external program options on all platforms.
3334      Branch: perlio
3335            ! t/io/dup.t
3336 ____________________________________________________________________________
3337 [  8017] By: nick                                  on 2000/12/06  19:20:47
3338         Log: Fix harness to be less picky
3339      Branch: perlio
3340            ! lib/Test/Harness.pm
3341 ____________________________________________________________________________
3342 [  8016] By: jhi                                   on 2000/12/06  16:45:12
3343         Log: Update Changes.
3344      Branch: perl
3345            ! Changes patchlevel.h
3346 ____________________________________________________________________________
3347 [  8015] By: jhi                                   on 2000/12/06  16:41:03
3348         Log: Test \x{...} with ord().
3349      Branch: perl
3350            ! t/op/ord.t
3351 ____________________________________________________________________________
3352 [  8014] By: jhi                                   on 2000/12/06  16:20:33
3353         Log: Test tweak because of #8013.
3354      Branch: perl
3355            ! t/lib/b.t
3356 ____________________________________________________________________________
3357 [  8013] By: jhi                                   on 2000/12/06  16:09:09
3358         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
3359              From: Michael G Schwern <schwern@pobox.com>
3360              Date: Tue, 5 Dec 2000 21:23:28 -0500
3361              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
3362              
3363              Carp::Heavy parts not very applicable because of recent changes.
3364      Branch: perl
3365            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
3366            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
3367            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
3368            ! lib/Exporter.pm lib/Exporter/Heavy.pm
3369            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
3370            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3371            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
3372            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
3373            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
3374            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
3375            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
3376            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
3377            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
3378            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
3379            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
3380            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
3381            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
3382            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
3383            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
3384            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
3385            ! warnings.pl
3386 ____________________________________________________________________________
3387 [  8012] By: jhi                                   on 2000/12/06  15:22:38
3388         Log: Subject: [PATCH] Re: New harness is failing things
3389              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3390              Date: Wed, 6 Dec 2000 13:00:30 GMT
3391              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
3392      Branch: perl
3393            ! lib/Test/Harness.pm
3394 ____________________________________________________________________________
3395 [  8011] By: jhi                                   on 2000/12/06  15:12:08
3396         Log: Subject: installhtml changes
3397              From: Michael Stevens <michael@etla.org>
3398              Date: Wed, 6 Dec 2000 13:15:53 +0000
3399              Message-ID: <20001206131553.A27317@firedrake.org>
3400      Branch: perl
3401            ! installhtml
3402 ____________________________________________________________________________
3403 [  8010] By: jhi                                   on 2000/12/06  15:06:05
3404         Log: Subject: the dTHR hits
3405              From: Michael Stevens <michael@etla.org>
3406              Date: Wed, 6 Dec 2000 12:06:03 +0000
3407              Message-ID: <20001206120603.A24581@firedrake.org>
3408              
3409              More, errrm, less dTHRs.
3410      Branch: perl
3411            ! bytecode.pl ext/B/B/C.pm
3412 ____________________________________________________________________________
3413 [  8009] By: jhi                                   on 2000/12/06  15:04:25
3414         Log: Subject: MakeMaker mailing list gone?
3415              From: Michael G Schwern <schwern@pobox.com>
3416              Date: Tue, 5 Dec 2000 19:29:59 -0500
3417              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
3418              
3419              The MakeMaker mailing list is dead, perlbug is the right
3420              address to report bugs.
3421      Branch: perl
3422            ! lib/ExtUtils/MakeMaker.pm
3423 ____________________________________________________________________________
3424 [  8008] By: jhi                                   on 2000/12/06  15:00:32
3425         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
3426              From: Michael G Schwern <schwern@pobox.com>
3427              Date: Tue, 5 Dec 2000 19:21:21 -0500
3428              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
3429              
3430              Add a default MANIFEST skip that ignores things like
3431              version control files, editor temporary files, and the Makefile.
3432      Branch: perl
3433            + lib/ExtUtils/MANIFEST.SKIP
3434            ! MANIFEST lib/ExtUtils/Manifest.pm
3435 ____________________________________________________________________________
3436 [  8007] By: jhi                                   on 2000/12/06  14:57:20
3437         Log: In Amiga more manual hackery of the scripts seems to be needed,
3438              from Jan-Erik Karlsson.  Why Configure does not get this right
3439              is unknown, may be shell-induced.
3440      Branch: perl
3441            ! README.amiga
3442 ____________________________________________________________________________
3443 [  8006] By: jhi                                   on 2000/12/05  23:53:12
3444         Log: Add TOPm1s to peek at the second topmost stack item.
3445      Branch: perl
3446            ! pp.h
3447 ____________________________________________________________________________
3448 [  8005] By: jhi                                   on 2000/12/05  23:13:55
3449         Log: Avaunt, you foul UTF-8 tests.
3450      Branch: perl
3451            ! t/op/ver.t t/pragma/utf8.t
3452 ____________________________________________________________________________
3453 [  8004] By: jhi                                   on 2000/12/05  23:09:54
3454         Log: Continue utf8 dispersal. 
3455      Branch: perl
3456            + t/op/concat.t
3457            ! MANIFEST t/pragma/utf8.t
3458 ____________________________________________________________________________
3459 [  8003] By: nick                                  on 2000/12/05  23:02:39
3460         Log: Integrate mainline.
3461      Branch: perlio
3462           +> t/op/length.t t/op/utf8decode.t
3463           !> (integrate 69 files)
3464 ____________________________________________________________________________
3465 [  8002] By: jhi                                   on 2000/12/05  22:59:28
3466         Log: Integrate perlio.
3467      Branch: perl
3468           !> iperlsys.h perl.c perlio.c win32/perllib.c
3469 ____________________________________________________________________________
3470 [  8001] By: nick                                  on 2000/12/05  22:07:52
3471         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
3472              - calloc/free suffer from damage on TerminateThread()
3473              - use PerlMemShared (as originally planned) now fixed
3474              - avoid doing anything important on DLL "detach".
3475      Branch: perlio
3476            ! perl.c perlio.c win32/perllib.c
3477 ____________________________________________________________________________
3478 [  8000] By: nick                                  on 2000/12/05  21:05:09
3479         Log: Fix gross PerlMemShared issue.
3480      Branch: perlio
3481            ! iperlsys.h
3482 ____________________________________________________________________________
3483 [  7999] By: jhi                                   on 2000/12/05  20:46:58
3484         Log: Test for Unicode (UTF-8) hash keys.
3485      Branch: perl
3486            ! t/op/each.t
3487 ____________________________________________________________________________
3488 [  7998] By: jhi                                   on 2000/12/05  20:30:35
3489         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
3490              is now always UTF-8), empty line cosmetics.
3491      Branch: perl
3492            ! t/pragma/utf8.t
3493 ____________________________________________________________________________
3494 [  7997] By: jhi                                   on 2000/12/05  20:15:40
3495         Log: Subject: Re: STRLEN - what?
3496              From: Andy Dougherty <doughera@lafayette.edu>
3497              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
3498              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
3499              
3500              Explain STRLEN.
3501      Branch: perl
3502            ! pod/perlguts.pod
3503 ____________________________________________________________________________
3504 [  7996] By: jhi                                   on 2000/12/05  20:13:34
3505         Log: Split off the UTF-8 decoder tests, make them to check also
3506              the error message.
3507      Branch: perl
3508            + t/op/utf8decode.t
3509            ! MANIFEST t/pragma/utf8.t utf8.c
3510 ____________________________________________________________________________
3511 [  7995] By: jhi                                   on 2000/12/05  16:39:47
3512         Log: Start migrating bits of pragma/utf8 to elsewhere
3513              (since the long term plan is to obsolete 'use utf8').
3514      Branch: perl
3515            + t/op/length.t
3516            ! MANIFEST t/pragma/utf8.t
3517 ____________________________________________________________________________
3518 [  7994] By: jhi                                   on 2000/12/05  16:30:21
3519         Log: Fix a manual edit typo from #7993, fix the message formatting
3520              for Unicode, add few our declarations.
3521      Branch: perl
3522            ! lib/Carp/Heavy.pm
3523 ____________________________________________________________________________
3524 [  7993] By: jhi                                   on 2000/12/05  16:09:15
3525         Log: Subject: Need help with warnings :-(
3526              From: "Ben Tilly" <ben_tilly@hotmail.com>
3527              Date: Tue, 05 Dec 2000 01:35:54 -0500
3528              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
3529              
3530              Subject: UPDATE: Carp/Heavy now passes all tests
3531              From: "Ben Tilly" <ben_tilly@hotmail.com>
3532              Date: Tue, 05 Dec 2000 07:59:41 -0500
3533              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
3534              
3535              The Brave New Carp.
3536      Branch: perl
3537            ! lib/Carp.pm lib/Carp/Heavy.pm
3538 ____________________________________________________________________________
3539 [  7992] By: jhi                                   on 2000/12/05  15:55:08
3540         Log: Subject: [PATCH perl@7979] cygwin port
3541              From: "Eric Fifer" <efifer@dircon.co.uk>
3542              Date: Tue, 5 Dec 2000 14:04:09 -0000
3543              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
3544      Branch: perl
3545            ! t/lib/net-hostent.t
3546 ____________________________________________________________________________
3547 [  7991] By: jhi                                   on 2000/12/05  15:52:34
3548         Log: Subject: Re: [PATCH] The largest hoax of all times?
3549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3550              Date: Tue, 5 Dec 2000 00:40:25 -0500
3551              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
3552              
3553              Subject: Re: [PATCH] The largest hoax of all times?
3554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3555              Date: Mon, 4 Dec 2000 23:55:53 -0500
3556              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
3557              
3558              Subject: Re: [PATCH] The largest hoax of all times?
3559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3560              Date: Tue, 5 Dec 2000 01:28:45 -0500
3561              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
3562              
3563              Fix the unpredictable order of DESTROYs.
3564      Branch: perl
3565            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
3566            ! sv.c sv.h t/op/ref.t
3567 ____________________________________________________________________________
3568 [  7990] By: jhi                                   on 2000/12/05  14:38:53
3569         Log: Subject: [PATCH] shrink pp_hot fractionally
3570              From: Nicholas Clark <nick@ccl4.org>
3571              Date: Tue, 5 Dec 2000 12:44:31 +0000
3572              Message-ID: <20001205124431.E74518@plum.flirble.org>
3573              
3574              Use report_evil_fh().
3575      Branch: perl
3576            ! opcode.pl opnames.h pp_hot.c util.c
3577 ____________________________________________________________________________
3578 [  7989] By: jhi                                   on 2000/12/05  14:21:27
3579         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
3580              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3581              Date: Mon, 04 Dec 2000 22:21:59 -0800
3582              Message-ID: <HmIL6gzkgepS092yn@efn.org>
3583              
3584              Harness shouldn't ignore responses like "ok 3\r\r\n".
3585      Branch: perl
3586            ! lib/Test/Harness.pm
3587 ____________________________________________________________________________
3588 [  7988] By: jhi                                   on 2000/12/05  13:51:28
3589         Log: Integrate the "skip" messages to explain().
3590      Branch: perl
3591            ! t/lib/syslfs.t t/op/lfs.t
3592 ____________________________________________________________________________
3593 [  7987] By: jhi                                   on 2000/12/05  12:34:54
3594         Log: The one that got away in #7984.
3595              
3596              Subject: Re: dTHR - what and why?
3597              From: Michael Stevens <michael@etla.org> 
3598              Date: Tue, 5 Dec 2000 11:15:52 +0000
3599              Message-ID: <20001205111552.A4647@firedrake.org>
3600      Branch: perl
3601            ! sv.h
3602 ____________________________________________________________________________
3603 [  7986] By: gsar                                  on 2000/12/05  09:14:44
3604         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
3605              due to the notorious GetFileType() bug in Windows 9x, which fstat()
3606              tickles)
3607      Branch: perl
3608            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
3609 ____________________________________________________________________________
3610 [  7985] By: jhi                                   on 2000/12/05  05:49:03
3611         Log: Integrate perlio.
3612      Branch: perl
3613           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
3614           !> win32/perlhost.h win32/perllib.c
3615 ____________________________________________________________________________
3616 [  7984] By: jhi                                   on 2000/12/05  05:48:16
3617         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
3618      Branch: perl
3619            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
3620            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
3621            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
3622            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
3623            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
3624            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
3625            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
3626            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
3627            ! win32/win32.c
3628 ____________________________________________________________________________
3629 [  7983] By: nick                                  on 2000/12/04  23:27:43
3630         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
3631      Branch: perlio
3632            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
3633            ! win32/perlhost.h win32/perllib.c
3634 ____________________________________________________________________________
3635 [  7982] By: jhi                                   on 2000/12/04  19:44:09
3636         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
3637              uncovered by #7980.
3638      Branch: perl
3639            ! op.c
3640 ____________________________________________________________________________
3641 [  7981] By: jhi                                   on 2000/12/04  19:42:07
3642         Log: Subject: [PATCH] Trivial dump.c feature
3643              From: Simon Cozens <simon@cozens.net>
3644              Date: Mon, 4 Dec 2000 18:08:38 +0000
3645              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
3646              
3647              Show whether a constant is UTF-8.
3648      Branch: perl
3649            ! dump.c
3650 ____________________________________________________________________________
3651 [  7980] By: jhi                                   on 2000/12/04  19:36:51
3652         Log: UTF-8 hash keys, patch from Inaba Hiroto.
3653      Branch: perl
3654            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
3655 ____________________________________________________________________________
3656 [  7979] By: jhi                                   on 2000/12/04  17:36:28
3657         Log: Update Changes.
3658      Branch: perl
3659            ! Changes patchlevel.h
3660 ____________________________________________________________________________
3661 [  7978] By: jhi                                   on 2000/12/04  16:42:17
3662         Log: Retract #7977, still too volatile (the euphemism of the day
3663              for unfinished and buggy :-)
3664      Branch: perl
3665            ! doop.c hv.c pp.c sv.h
3666 ____________________________________________________________________________
3667 [  7977] By: jhi                                   on 2000/12/04  16:25:15
3668         Log: (Retracted by #7978, too shaky yet.)
3669              
3670              Subject: Re: utf8 in hash keys, implementor missing
3671              From: Simon Cozens <simon@cozens.net>
3672              Date: Sat, 2 Dec 2000 19:49:35 +0000
3673              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
3674              
3675              The first step at UTF-8 hash keys.
3676      Branch: perl
3677            ! doop.c hv.c pp.c sv.h
3678 ____________________________________________________________________________
3679 [  7976] By: jhi                                   on 2000/12/04  16:13:53
3680         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
3681              From: sthoenna@efn.org
3682              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
3683              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
3684      Branch: perl
3685            ! os2/os2.c perlio.c
3686 ____________________________________________________________________________
3687 [  7975] By: jhi                                   on 2000/12/04  16:05:25
3688         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
3689              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3690              Date: Thu, 30 Nov 2000 20:50:37 -0800
3691              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
3692      Branch: perl
3693            ! os2/os2.c
3694 ____________________________________________________________________________
3695 [  7974] By: jhi                                   on 2000/12/04  16:03:57
3696         Log: Subject: [PATCH] ++ 20% faster
3697              From: Nicholas Clark <nick@ccl4.org>
3698              Date: Mon, 4 Dec 2000 12:17:27 +0000
3699              Message-ID: <20001204121726.B52976@plum.flirble.org>
3700              
3701              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
3702      Branch: perl
3703            ! sv.c
3704 ____________________________________________________________________________
3705 [  7973] By: jhi                                   on 2000/12/04  16:00:48
3706         Log: 
3707              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
3708              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3709              Date: Mon, 04 Dec 2000 12:30:45 +0100
3710              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
3711              
3712              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
3713              library (getprotobyname and getprotobynumber are outversioned by
3714              the same calls in libc, at least for xlc version 3.
3715      Branch: perl
3716            ! hints/aix.sh
3717 ____________________________________________________________________________
3718 [  7972] By: jhi                                   on 2000/12/04  02:58:31
3719         Log: Integrate perlio.
3720      Branch: perl
3721           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
3722           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
3723           !> win32/win32.h win32/win32iop.h win32/win32thread.h
3724 ____________________________________________________________________________
3725 [  7971] By: nick                                  on 2000/12/04  00:24:33
3726         Log: Quieten some noise in Win32 builds:
3727              - win32.h is included after <sys/socket.h>, so need to 
3728              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
3729              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
3730      Branch: perlio
3731            ! doio.c perl.h toke.c win32/win32.h
3732 ____________________________________________________________________________
3733 [  7970] By: nick                                  on 2000/12/03  22:57:46
3734         Log: PERL_IMPLICIT_SYS compiles but does not work.
3735      Branch: perlio
3736            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
3737            ! win32/perlhost.h win32/perllib.c win32/win32.h
3738            ! win32/win32iop.h win32/win32thread.h
3739 ____________________________________________________________________________
3740 [  7969] By: jhi                                   on 2000/12/03  22:12:58
3741         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
3742              used to swash_init(), makes regprop() dumps more informative
3743              (+utf8::IsAlpha, -utf8::IsDigit, for example).
3744      Branch: perl
3745            ! regcomp.c regexec.c
3746 ____________________________________________________________________________
3747 [  7968] By: jhi                                   on 2000/12/03  21:39:56
3748         Log: Implement ANYOFUTF8 regprop() dumping.
3749      Branch: perl
3750            ! regcomp.c
3751 ____________________________________________________________________________
3752 [  7967] By: jhi                                   on 2000/12/03  20:57:19
3753         Log: Make uv_to_utf8() to zero-terminate its output buffer,
3754              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
3755      Branch: perl
3756            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
3757 ____________________________________________________________________________
3758 [  7966] By: nick                                  on 2000/12/03  18:41:21
3759         Log: Integrate mainline (STDCHAR)
3760      Branch: perlio
3761           !> Configure t/pragma/utf8.t
3762 ____________________________________________________________________________
3763 [  7965] By: jhi                                   on 2000/12/03  17:58:20
3764         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
3765      Branch: perl
3766            ! t/pragma/utf8.t
3767 ____________________________________________________________________________
3768 [  7964] By: jhi                                   on 2000/12/03  17:35:56
3769         Log: Integrate perlio.
3770      Branch: perl
3771           !> iperlsys.h perlio.c
3772 ____________________________________________________________________________
3773 [  7963] By: jhi                                   on 2000/12/03  17:33:55
3774         Log: Metaconfig unit change for #7962.
3775      Branch: metaconfig
3776            ! U/modified/stdchar.U
3777 ____________________________________________________________________________
3778 [  7962] By: jhi                                   on 2000/12/03  17:33:27
3779         Log: Untangle the <stdio.h> #include nest for the stdchar test,
3780              from Andy Dougherty.
3781      Branch: perl
3782            ! Configure
3783 ____________________________________________________________________________
3784 [  7961] By: nick                                  on 2000/12/03  16:53:00
3785         Log: Make iperlsys.h vector stdio not PerlIO.
3786      Branch: perlio
3787            ! iperlsys.h perlio.c
3788 ____________________________________________________________________________
3789 [  7960] By: nick                                  on 2000/12/03  14:43:01
3790         Log: Integrate mainline
3791      Branch: perlio
3792           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
3793           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
3794 ____________________________________________________________________________
3795 [  7959] By: jhi                                   on 2000/12/03  08:16:36
3796         Log: Use DO_UTF8().
3797      Branch: perl
3798            ! op.c
3799 ____________________________________________________________________________
3800 [  7958] By: jhi                                   on 2000/12/02  18:33:05
3801         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
3802              From: Mike Guy <mjtg@cam.ac.uk>         
3803              Date: Sat, 02 Dec 2000 17:27:13 +0000
3804              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
3805              
3806              An extraneous argument.
3807      Branch: perl
3808            ! toke.c
3809 ____________________________________________________________________________
3810 [  7957] By: jhi                                   on 2000/12/02  18:22:32
3811         Log: A missing hunk.
3812      Branch: perl
3813            ! t/lib/net-hostent.t
3814 ____________________________________________________________________________
3815 [  7956] By: jhi                                   on 2000/12/02  18:06:20
3816         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
3817              From: Nicholas Clark <nick@ccl4.org>
3818              Date: Sat, 2 Dec 2000 14:28:27 +0000
3819              Message-ID: <20001202142827.A12308@plum.flirble.org>
3820              
3821              Test robustness.
3822      Branch: perl
3823            ! t/lib/net-hostent.t
3824 ____________________________________________________________________________
3825 [  7955] By: jhi                                   on 2000/12/02  17:58:06
3826         Log: Metaconfig unit change for #7954.
3827      Branch: metaconfig
3828            ! U/modified/stdchar.U
3829 ____________________________________________________________________________
3830 [  7954] By: jhi                                   on 2000/12/02  17:54:32
3831         Log: An inconvenient hang would happen if the stdio _ptr wasn't
3832              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
3833              would be grepping stdin for all eternity for the _ptr.)
3834      Branch: perl
3835            ! Configure
3836 ____________________________________________________________________________
3837 [  7953] By: jhi                                   on 2000/12/02  00:07:15
3838         Log: Update Changes.
3839      Branch: perl
3840            ! Changes patchlevel.h
3841 ____________________________________________________________________________
3842 [  7952] By: jhi                                   on 2000/12/01  23:54:47
3843         Log: Subject: Re: long shell lines
3844              From: Andy Dougherty <doughera@lafayette.edu>
3845              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
3846              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
3847              
3848              Split overly long shell command lines.
3849      Branch: perl
3850            ! lib/ExtUtils/MM_Unix.pm
3851 ____________________________________________________________________________
3852 [  7951] By: jhi                                   on 2000/12/01  23:48:02
3853         Log: The metaconfig unit change for #7950.
3854      Branch: metaconfig
3855            + U/modified/stdchar.U
3856 ____________________________________________________________________________
3857 [  7950] By: jhi                                   on 2000/12/01  23:47:39
3858         Log: Try to find stdchar also from <stdio_impl.h>.
3859      Branch: perl
3860            ! Configure config_h.SH
3861 ____________________________________________________________________________
3862 [  7949] By: jhi                                   on 2000/12/01  23:46:45
3863         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
3864              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3865              Date: Fri, 1 Dec 2000 16:26:08 -0500
3866              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
3867              
3868              Reword the diagnostic message.
3869      Branch: perl
3870            ! pod/perldiag.pod
3871 ____________________________________________________________________________
3872 [  7948] By: nick                                  on 2000/12/01  22:49:43
3873         Log: Integrate mainline (for s/y/m as sub names stuff).
3874      Branch: perlio
3875           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
3876           !> t/pragma/warn/toke toke.c
3877 ____________________________________________________________________________
3878 [  7947] By: jhi                                   on 2000/12/01  20:55:41
3879         Log: Integrate perlio.
3880      Branch: perl
3881           !> perlio.c perliol.h t/io/pipe.t
3882 ____________________________________________________________________________
3883 [  7946] By: jhi                                   on 2000/12/01  20:36:51
3884         Log: Upgrade to CPAN 1.59_51, from Andreas König.
3885      Branch: perl
3886            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3887 ____________________________________________________________________________
3888 [  7945] By: nick                                  on 2000/12/01  20:31:32
3889         Log: Integrate mainline
3890      Branch: perlio
3891           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
3892           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
3893           +> t/lib/net-hostent.t
3894           !> (integrate 35 files)
3895 ____________________________________________________________________________
3896 [  7944] By: jhi                                   on 2000/12/01  20:23:29
3897         Log: Some help for 20001130.011.  Now one gets warnings like
3898              "Ambiguous -f() resolved as a file test ..."
3899      Branch: perl
3900            ! pod/perldiag.pod t/pragma/warn/toke toke.c
3901 ____________________________________________________________________________
3902 [  7943] By: jhi                                   on 2000/12/01  19:44:44
3903         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
3904              that also breaks using them as methods. 
3905      Branch: perl
3906            ! pod/perldiag.pod t/op/misc.t toke.c
3907 ____________________________________________________________________________
3908 [  7942] By: nick                                  on 2000/12/01  17:56:46
3909         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
3910              Make 'unix' pass most tests
3911              - do unread by temporary push of layer ("pending") holding unread chars
3912              - fast_gets is now based on per-handle flag
3913              - relax one of io/pipe.t tests to allow print to fail and close to
3914              succeed so that it passes on unbuffered "unix" layer.
3915              Remaining fail is sporadic and a genuine race condition between
3916              parent/child in fork test.
3917      Branch: perlio
3918            ! perlio.c perliol.h t/io/pipe.t
3919 ____________________________________________________________________________
3920 [  7941] By: jhi                                   on 2000/12/01  15:28:58
3921         Log: (Retracted by #7943.)
3922              
3923              Reserve the short named string operator names.
3924      Branch: perl
3925            ! pod/perldiag.pod t/op/misc.t toke.c
3926 ____________________________________________________________________________
3927 [  7940] By: jhi                                   on 2000/12/01  06:45:53
3928         Log: Get the three different space character classes right under utf8.
3929      Branch: perl
3930            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
3931            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
3932            ! regexec.c t/op/pat.t utf8.c
3933 ____________________________________________________________________________
3934 [  7939] By: jhi                                   on 2000/12/01  03:26:26
3935         Log: Two more tests that make no sense in UTF-8 since the test
3936              data is not in UTF-8.
3937      Branch: perl
3938            ! t/op/regexp.t
3939 ____________________________________________________________________________
3940 [  7938] By: jhi                                   on 2000/12/01  03:20:39
3941         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
3942              should it be required inside regexen?
3943      Branch: perl
3944            ! regcomp.c t/op/regmesg.t
3945 ____________________________________________________________________________
3946 [  7937] By: jhi                                   on 2000/12/01  02:58:53
3947         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
3948              stored and restored, and thusly was trounced by the utf8 swash
3949              routines.
3950      Branch: perl
3951            ! regcomp.c
3952 ____________________________________________________________________________
3953 [  7936] By: jhi                                   on 2000/11/30  20:41:39
3954         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
3955              Why the different platforms behave so differently (core dump vs
3956              no core dump) on this bug is a but of a mystery, but if I had to
3957              guess I would mumble something like 'alignment'.
3958      Branch: perl
3959            ! sv.c
3960 ____________________________________________________________________________
3961 [  7935] By: jhi                                   on 2000/11/30  16:17:02
3962         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
3963              From: Robin Barker <rmb1@cise.npl.co.uk>
3964              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
3965              Date: Thu, 30 Nov 2000 14:27:12 GMT
3966      Branch: perl
3967            ! perlio.c toke.c
3968 ____________________________________________________________________________
3969 [  7934] By: jhi                                   on 2000/11/30  16:04:49
3970         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
3971      Branch: perl
3972            ! t/lib/net-hostent.t
3973 ____________________________________________________________________________
3974 [  7933] By: jhi                                   on 2000/11/30  06:07:26
3975         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
3976              From: Peter Prymmer <pvhp@forte.com>
3977              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
3978              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
3979              
3980              In VMS the localhost may be LOCALHOST.
3981      Branch: perl
3982            ! t/lib/net-hostent.t
3983 ____________________________________________________________________________
3984 [  7932] By: jhi                                   on 2000/11/30  01:11:11
3985         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
3986              From: Peter Prymmer <pvhp@forte.com>
3987              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
3988              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
3989              
3990              plus regen perlapi.pod.
3991      Branch: perl
3992            ! pod/perlapi.pod utf8.c
3993 ____________________________________________________________________________
3994 [  7931] By: jhi                                   on 2000/11/30  01:06:19
3995         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
3996              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3997              Date:     Wed, 29 Nov 2000 17:15:11 EST
3998              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
3999      Branch: perl
4000            ! t/lib/filter-util.pl t/lib/filter-util.t
4001 ____________________________________________________________________________
4002 [  7930] By: jhi                                   on 2000/11/29  18:51:55
4003         Log: Update Changes.
4004      Branch: perl
4005            ! Changes patchlevel.h
4006 ____________________________________________________________________________
4007 [  7929] By: jhi                                   on 2000/11/29  18:50:55
4008         Log: Update the va_copy() metaconfig unit.
4009      Branch: metaconfig/U/perl
4010            ! need_va_copy.U
4011 ____________________________________________________________________________
4012 [  7928] By: jhi                                   on 2000/11/29  17:50:43
4013         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
4014              From: Dominic Dunlop <domo@computer.org>
4015              Date: Tue, 28 Nov 2000 16:41:57 +0100
4016              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
4017              
4018              Patch to catch a core dump in the Configure va_copy test.
4019      Branch: perl
4020            ! Configure config_h.SH
4021 ____________________________________________________________________________
4022 [  7927] By: jhi                                   on 2000/11/29  17:31:59
4023         Log: Retract #7921, the patch shouldn't be needed.
4024      Branch: perl
4025            ! sv.c
4026 ____________________________________________________________________________
4027 [  7926] By: jhi                                   on 2000/11/29  17:01:41
4028         Log: Make the Class::Struct import() wiser.
4029      Branch: perl
4030            ! lib/Class/Struct.pm t/lib/class-struct.t
4031 ____________________________________________________________________________
4032 [  7925] By: jhi                                   on 2000/11/29  16:36:33
4033         Log: All the core library users of Class::Struct seem to be
4034              using "use Class::Struct 'struct';" instead of the bare
4035              "use Class::Struct;", which isn't documented in Class::Struct.
4036              This can't be right.
4037      Branch: perl
4038            ! lib/File/stat.pm
4039 ____________________________________________________________________________
4040 [  7924] By: jhi                                   on 2000/11/29  16:32:15
4041         Log: A test works better if it has the right 1..$n output.
4042      Branch: perl
4043            ! t/lib/class-struct.t
4044 ____________________________________________________________________________
4045 [  7923] By: jhi                                   on 2000/11/29  16:29:11
4046         Log: Forgot to MANIFEST the new Net::hostent test.
4047      Branch: perl
4048            ! MANIFEST
4049 ____________________________________________________________________________
4050 [  7922] By: jhi                                   on 2000/11/29  16:27:49
4051         Log: Integrate perlio.
4052      Branch: perl
4053           !> iperlsys.h perlio.c
4054 ____________________________________________________________________________
4055 [  7921] By: jhi                                   on 2000/11/29  16:27:10
4056         Log: (Retracted by #7927.)
4057              
4058              Subject: [PATCH] Is infinity a number?
4059              From: Simon Cozens <simon@cozens.net>
4060              Date: Wed, 29 Nov 2000 14:48:20 +0000
4061              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
4062      Branch: perl
4063            ! sv.c
4064 ____________________________________________________________________________
4065 [  7920] By: jhi                                   on 2000/11/29  16:23:02
4066         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
4067              From: rspier@pobox.com (Robert Spier)
4068              Date: Wed, 29 Nov 2000 02:17:49 -0500
4069              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
4070              
4071              Add a test for Net::hostent.
4072      Branch: perl
4073            + t/lib/net-hostent.t
4074 ____________________________________________________________________________
4075 [  7919] By: jhi                                   on 2000/11/29  16:21:31
4076         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
4077              add a test for Class::Struct.
4078      Branch: perl
4079            + t/lib/class-struct.t
4080            ! MANIFEST lib/Class/Struct.pm
4081 ____________________________________________________________________________
4082 [  7918] By: jhi                                   on 2000/11/29  15:48:40
4083         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
4084              From: rspier@pobox.com (Robert Spier)
4085              Date: Wed, 29 Nov 2000 02:25:39 -0500
4086              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
4087              
4088              More checking in case someone has broken their services or
4089              protocol databases.
4090      Branch: perl
4091            ! ext/Sys/Syslog/Syslog.pm
4092 ____________________________________________________________________________
4093 [  7917] By: jhi                                   on 2000/11/29  15:46:25
4094         Log: Subject: [PATCH] $^O  win32 -> MSWin32
4095              From: rspier@pobox.com (Robert Spier)
4096              Date: Wed, 29 Nov 2000 02:17:38 -0500
4097              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
4098              
4099              plus similar nits for vms, err, VMS, and UNICOS.
4100      Branch: perl
4101            ! t/lib/syslfs.t t/op/lfs.t
4102 ____________________________________________________________________________
4103 [  7916] By: jhi                                   on 2000/11/29  15:42:51
4104         Log: Subject: [PATCH] Tokeniser debugging
4105              From: Simon Cozens <simon@cozens.net>
4106              Date: Wed, 29 Nov 2000 14:15:45 +0000
4107              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
4108      Branch: perl
4109            ! perl.c perl.h pod/perlrun.pod toke.c
4110 ____________________________________________________________________________
4111 [  7915] By: jhi                                   on 2000/11/29  15:41:36
4112         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4114              Date: Wed, 29 Nov 2000 02:13:14 -0500
4115              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
4116              
4117              OUT keyword nits.
4118              
4119              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4121              Date: Wed, 29 Nov 2000 03:09:04 -0500
4122              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
4123              
4124              OUT and IN_OUT documentation.
4125      Branch: perl
4126            ! lib/ExtUtils/xsubpp pod/perlxs.pod
4127 ____________________________________________________________________________
4128 [  7914] By: jhi                                   on 2000/11/29  03:35:01
4129         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
4130              From: John Tobey <jtobey@john-edwin-tobey.org>
4131              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
4132              Message-Id: <m140e1N-000FOoC@feynman.localnet>
4133              
4134              plus a performance speedup noticed by Sarathy.
4135      Branch: perl
4136            ! op.c
4137 ____________________________________________________________________________
4138 [  7913] By: jhi                                   on 2000/11/29  03:16:59
4139         Log: Use "1 while unlink" so that VMS gets clean, too.
4140      Branch: perl
4141            ! t/lib/filter-util.t
4142 ____________________________________________________________________________
4143 [  7912] By: jhi                                   on 2000/11/29  03:09:08
4144         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
4145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4146              Date: Tue, 28 Nov 2000 03:27:09 -0500
4147              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
4148      Branch: perl
4149            ! lib/ExtUtils/xsubpp
4150 ____________________________________________________________________________
4151 [  7911] By: jhi                                   on 2000/11/29  03:06:30
4152         Log: This should have been part of #7872: no need to scan UTF-8
4153              until eternity.
4154      Branch: perl
4155            ! utf8.c
4156 ____________________________________________________________________________
4157 [  7910] By: jhi                                   on 2000/11/29  02:50:04
4158         Log: One more perltie.pod nit from Casey R. Tweten.
4159      Branch: perl
4160            ! pod/perltie.pod
4161 ____________________________________________________________________________
4162 [  7909] By: jhi                                   on 2000/11/29  02:44:23
4163         Log: Document the known sprintf test failures, exact standard
4164              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
4165      Branch: perl
4166            ! pod/perldelta.pod t/op/sprintf.t
4167 ____________________________________________________________________________
4168 [  7908] By: jhi                                   on 2000/11/29  02:36:23
4169         Log: Add the Encoding table format documentation.
4170      Branch: perl
4171            + ext/Encode/Encode/EncodeFormat.pod
4172            ! MANIFEST
4173 ____________________________________________________________________________
4174 [  7907] By: jhi                                   on 2000/11/29  02:07:24
4175         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
4176              From: "Casey R. Tweten" <crt@kiski.net>
4177              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
4178              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
4179              
4180              Subject: Re: [PATCH] Updating perltie.pod for arrays
4181              From: "Casey R. Tweten" <crt@kiski.net>
4182              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
4183              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
4184      Branch: perl
4185            ! pod/perltie.pod
4186 ____________________________________________________________________________
4187 [  7906] By: nick                                  on 2000/11/28  22:40:59
4188         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
4189      Branch: perlio
4190            ! iperlsys.h perlio.c
4191 ____________________________________________________________________________
4192 [  7905] By: nick                                  on 2000/11/28  22:04:34
4193         Log: Integrate mainline
4194      Branch: perlio
4195           !> (integrate 39 files)
4196 ____________________________________________________________________________
4197 [  7904] By: jhi                                   on 2000/11/28  16:44:43
4198         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
4199              From: Nicholas Clark <nick@babyhippo.co.uk>
4200              Date: Tue, 28 Nov 2000 11:16:57 +0000
4201              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
4202      Branch: perl
4203            ! pod/perlipc.pod
4204 ____________________________________________________________________________
4205 [  7903] By: jhi                                   on 2000/11/28  16:40:31
4206         Log: Subject: [PATCH] Updating perltie.pod for arrays
4207              From: "Casey R. Tweten" <crt@kiski.net>
4208              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
4209              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
4210      Branch: perl
4211            ! pod/perltie.pod
4212 ____________________________________________________________________________
4213 [  7902] By: jhi                                   on 2000/11/28  16:39:37
4214         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
4215              From: Robin Barker <rmb1@cise.npl.co.uk>
4216              Date: Mon, 27 Nov 2000 17:56:44 GMT
4217              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
4218      Branch: perl
4219            ! pod/perlfunc.pod t/op/split.t
4220 ____________________________________________________________________________
4221 [  7901] By: jhi                                   on 2000/11/28  16:28:04
4222         Log: setmode() is a DOSish-only thing.
4223      Branch: perl
4224            ! perlio.c
4225 ____________________________________________________________________________
4226 [  7900] By: jhi                                   on 2000/11/28  16:21:46
4227         Log: Subject: [PATCH] perlcc.PL cleanups
4228              From: Simon Cozens <simon@cozens.net>
4229              Date: Tue, 28 Nov 2000 12:44:35 +0000
4230              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
4231      Branch: perl
4232            ! utils/perlcc.PL
4233 ____________________________________________________________________________
4234 [  7899] By: gsar                                  on 2000/11/28  06:32:55
4235         Log: reintegrate files missed by change#7895
4236      Branch: maint-5.6/perl
4237           +> ext/ByteLoader/bytecode.h utils/Makefile
4238            - utils/perlbc.PL
4239 ____________________________________________________________________________
4240 [  7897] By: gsar                                  on 2000/11/27  18:22:47
4241         Log: can't integrate these two files, for some reason
4242      Branch: maint-5.6/perl
4243            - ext/ByteLoader/bytecode.h utils/Makefile
4244 ____________________________________________________________________________
4245 [  7895] By: gsar                                  on 2000/11/27  18:11:21
4246         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
4247              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
4248              6757..6890,6892..6901 from mainline
4249              
4250              Bytecompiler patches from Benjamin Stuhl.
4251              
4252              More bytecompiler.
4253              
4254              Subject: [PATCH blead] B:: missing dependency
4255              
4256              Subject: [PATCH: 6757] configure.com updates and syslog build
4257              
4258              Long double Gconvert fixes from Yitzchak Scott-Thoennes
4259              and Spider Boardman.
4260              
4261              Subject: [PATCH blead] nextchar() abuse misses an optimisation
4262              
4263              Long double fixes from Spider Boardman.
4264              
4265              Make the selection of NVff et al stricter.
4266              
4267              cSVOPo_*v things index into the current PL_curpad
4268              under ithreads, which is different from the curpad
4269              used by the XSUB.  (In other words, the code as-is
4270              before this patch wouldn't work under ithreads.)
4271              
4272              Be portable.
4273              
4274              VMS MMS (make) wants null action.
4275              
4276              Mac and other portability updates from Chris Nandor.
4277              
4278              Storable support, v-version fixes.
4279              Subject: CPAN.pm beta for testing available
4280              
4281              Portability fix from Hugo van der Sanden.
4282              
4283              Bad makefile.
4284              
4285              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
4286              
4287              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
4288              
4289              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4290              
4291              Replace #6705 with a minimal doc patch.
4292              Subject: [PATCH 5.6.0] replace change #6705
4293              
4294              Drop the separate perlbc, perlcc -b should be enough.
4295              
4296              installperl couldn't tell whether it had run tests or not.
4297              Subject: [PATCH] Re: installperl and t/TEST
4298              
4299              Add silencer flags to installperl.
4300              Subject: [PATCH] Making installperl silent.
4301              
4302              Make "make install" by default silent.  A new "install-verbose"
4303              target is verbose.
4304              
4305              More liberal parsing of version numbers.
4306              Subject: Re: CPAN.pm beta for testing available
4307              
4308              Create directories in silence.
4309              Subject: [PATCH] Another silencer for MakeMaker
4310              
4311              DOS patches and portability/porting notes, from Tim Jenness.
4312              
4313              Make installman to recognize the silence flag -S.
4314              
4315              Actually do something with the silencer option.
4316              
4317              Continue silencing.
4318              
4319              Show the doc file, not the temp file.
4320              
4321              Regen perltoc.
4322              
4323              Subject: [PATCH] More silencing of installman.
4324              
4325              Better wording for the vec lvalue diagnostic.
4326              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4327              
4328              Subject: [PATCH: 6805] several more tweaks to configure.com
4329              
4330              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
4331              
4332              Missing parts of 
4333              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
4334              
4335              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
4336              (applied slightly modified)
4337              
4338              installperl --verbose and --silent.
4339              Subject: Re: [PATCH] More silencing of installman.
4340              
4341              Add install-silent target.
4342              
4343              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
4344              the problem reported in
4345              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
4346              
4347              Tweak the sfio/useperlio logic, hopefully as wished in
4348              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
4349              
4350              One forgotten file from #6816.
4351              
4352              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4353              
4354              Remove duplicately applied patch shards.
4355              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
4356              
4357              Support preserving extremely big/small angles.
4358              
4359              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4360              
4361              Subject: [PATCH] installation not quite silent yet.
4362              
4363              Update the test count.
4364              
4365              Use UVxf, PTR2UV, NVff.
4366              
4367              Document PTR2XX and INT2PTR.
4368              
4369              no-install target a la make -n.
4370              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
4371              
4372              grep -e isn't portable.
4373              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
4374              
4375              Can't get the test to reliably work thanks to the
4376              inaccurateness of floating point.  "Resolves" bug ids
4377              20000826.003, 20000826.009, 20000826.010,
4378              
4379              Subject: installman buglet
4380              
4381              DJGPP update from Laszlo Molnar.
4382              
4383              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4384              
4385              Passing -R in ldflags makes now it to appear in the default
4386              for lddlflags, just like with -L.
4387              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4388              
4389              Test nit.
4390              
4391              Use the actual thread type, not the pointer-to-struct.
4392              
4393              Provice virtual $Config{ccflags_nolargefiles} etc. 
4394              
4395              display_format used as a class method without arguments was broken,
4396              reported in
4397              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
4398              
4399              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
4400              
4401              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
4402              
4403              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
4404              
4405              opmini.o may be left around if a build is interrupted.
4406              
4407              Typo in #6858.
4408              
4409              Fix for ID 20000828.001, long doubles were not formatted
4410              correctly (showed up in $], which stopped installing perl).
4411              
4412              An attempt to fix the problem reported in
4413              Subject: Building perl@6856 using gcc/AIX 4.3.3 
4414              I can't test this properly since the gcc installation I have
4415              access to seems to be botched (gcc is calling the AIX cpp,
4416              a losing proposition...)
4417              
4418              Add -ld to archname on long tr...double platforms.
4419              
4420              Subject: hv.h Doc Patch
4421              
4422              Potential cruft.
4423              
4424              Subject: [PATCH bleedperl@6856] warnings fixes
4425              
4426              -S is the silent flag, -s is the strip flag.
4427              Subject: [PATCH] Re: [PATCH] make no-install          
4428              
4429              Take out the SUIDMAIL thing, that will not be
4430              a problem in 5.7.*.
4431              
4432              Subject: [PATCH bleedperl@6866] spellings
4433              
4434              Subject: [PATCH] Re: files not cleaned even by veryclean
4435              
4436              Use minimal @INC in tests, most of the time just '../lib',
4437              so that we simply can't pick up stuff from other Perls than
4438              the one we are testing.  Pointed out by
4439              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
4440              
4441              Update to Getopt::Long 2.24, from Johan Vromans.
4442              
4443              Fix for thinko in #6848.
4444              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
4445              
4446              Patches all over for people and the files they (hopefully) care about.
4447              
4448              Subject: Net::protoent does not export 'getproto'
4449              
4450              Missed a change in #6869.
4451              
4452              Subject: [PATCH] Warnings in B::Deparse
4453              
4454              Subject: [PATCH] Glob dumping
4455              
4456              Disable one of the tests for now.
4457              
4458              Disabling the one test is a bit tricky.
4459              
4460              Don't forget to tidy up.
4461              
4462              The #6881 removed one dump line.
4463              
4464              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
4465              
4466              Under usethreads the dumped variable is IN_PAD.
4467              Subject: Re: [PATCH] Glob dumping
4468              
4469              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
4470              
4471              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
4472              
4473              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
4474              
4475              Regen Configure for #6894.
4476              
4477              Subject: [PATCH: 6889] updates to perlebcdic.pod
4478              
4479              Undo namespace pollution of #6878.
4480              Subject: Re: Net::protoent does not export 'getproto'
4481              
4482              Admit that we are leaking scalars.
4483              
4484              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
4485      Branch: maint-5.6/perl
4486           !> (integrate 271 files)
4487 ____________________________________________________________________________
4488 [  7894] By: gsar                                  on 2000/11/27  16:00:34
4489         Log: a couple of nits
4490      Branch: maint-5.6/perl
4491            ! MANIFEST pp_sys.c
4492 ____________________________________________________________________________
4493 [  7893] By: gsar                                  on 2000/11/27  15:10:56
4494         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
4495              6740..6745,6747..6757,6760
4496              
4497              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
4498              
4499              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
4500              
4501              Doc nits spotted by Richard Soderberg.
4502              
4503              move WNOHANG definition to where other such things are
4504              
4505              Make $Config{byteorder} more magical so that it is
4506              dynamically computed: nice for 'fat binaries'.
4507              Subject: [PATCH]: default byteorder
4508              
4509              Subject: [PATCH] Cwd.pm now uses strict
4510              
4511              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
4512              
4513              Get -DLEAKTEST to compile (not necessarily to work, mind)
4514              Subject: [ID 20000724.006] -DLEAKTEST problem
4515              
4516              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
4517              
4518              Add perlebcdic from Peter Prymmer, regen toc.
4519              
4520              Don't propose using modules built for 5.005 if no binary
4521              compatibility with 5.005 is attempted.
4522              
4523              Do not use prototyping here.
4524              Subject: [ID 20000817.016] [PATCH] Peek.xs
4525              
4526              Document what the backtick returns if the command fails.
4527              
4528              Add byteorder to the myconfig output.
4529              
4530              Introduce NVef, NVff, and NVgf, use the middle one.
4531              (helps for lib/peek + Linux + long doubles)  Reported in
4532              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4533              Use NVs in POSIX math, not doubles.
4534              Subject: [ID 20000817.014] POSIX & modfl
4535              
4536              Subject: [PATCH 5.6.0+] newSVrv() memory leak
4537              
4538              The byteorder code in #6671 was wrong.
4539              
4540              Fix the lib/complex failure of
4541              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4542              Linux long double accuracy issue: something that
4543              when printed with %g looks like "2" but int() of it is 1.
4544              
4545              Propagate new Configure vars.
4546              
4547              Unbuffer the output.
4548              
4549              Subject: [PATCH] perltrap.pod spring cleaning
4550              
4551              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
4552              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
4553              
4554              Tiny Getopt::Long patch from Johan Vromans.
4555              
4556              Document code point which makes if (defined %stash::) to work
4557              (noted by Spider Boardman).
4558              
4559              Subject: [PATCH perl@6698] cygwin port
4560              
4561              Document the NDBM_File and ODBM_File as SDBM_File
4562              was documented in #6417.
4563              
4564              The new tests were missing from #6415.
4565              
4566              Add [[:blank:]] as suggested in
4567              Subject: [ID 20000716.024] [=cc=] / [:blank:]
4568              (the [=cc=] has already been taken care of by #6439
4569              so the whole bug report can be closed)
4570              and make [[:space:]] to be equivalent to isspace(3)
4571              (as opposed to \s, which is isSPACE()).  The difference
4572              is that now [[:space:]] matches the mythical vertical tab,
4573              while \s doesn't.
4574              
4575              Don't eat leading os from index entries.
4576              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
4577              
4578              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
4579              
4580              Typo in pp_complement().
4581              Subject: [PATCH perl-current] Deparse
4582              
4583              Add warnif(), check warnings further up the stack,
4584              all the warnings functions now can take an optional object reference.
4585              Subject: [PATCH bleedperl@6691] warnings pragma update
4586              
4587              Fix a core dump in lib/selfloader under -DDEBUGGING.
4588              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
4589              
4590              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
4591              
4592              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
4593              
4594              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
4595              Put back the long double avoidance code to POSIX.xs
4596              because VMS seems to need it still.
4597              
4598              Introduce a 'veryclean' target that is like 'distclean'
4599              but also removes *~ and *.orig.
4600              
4601              Subject: [ID 20000817.023] endianness description in perlfunc.pod
4602              
4603              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
4604              
4605              Let's try #6717 again.
4606              
4607              UTF8 concat fixes.
4608              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
4609              
4610              pp_open() could pass an uninitialized filename down to do_open9().
4611              
4612              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
4613              
4614              Update to CGI 2.72, from Lincoln Stein.
4615              
4616              Subject: [PATCH] Silence MakeMaker (Was: installman)
4617              
4618              Use temporary directory instead of current directory.
4619              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
4620              
4621              Document odd vs even subreleases and -Dusedevel.
4622              
4623              The veryclean target needs to clobber.
4624              
4625              Use File::Spec->tmpdir().
4626              
4627              Document the number of exponent digits.
4628              
4629              Mention perlebcdic and perlposix-bc.
4630              
4631              s/this one/the 5.6.0 release/
4632              
4633              The #6724 is here.
4634              
4635              The correct cleaning order is an art.
4636              
4637              small tweaks for change#6705: avoid C++ style comments in C code;
4638              use Perl's malloc API rather than the low level system one
4639              
4640              Array context keeps slithering in.
4641              
4642              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
4643              
4644              Subject: [PATCH] os2.c fix for use64bitint
4645              
4646              Update to Pod::LaTeX 0.53.
4647              Subject: [PATCH] lib/Pod/LaTeX.pm updates
4648              
4649              Document the endianness of Alpha more precisely.
4650              
4651              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
4652              
4653              Rename the macro argument because some preprocessors
4654              can't tell the difference and expand arguments also inside
4655              double quoted strings.
4656              
4657              free TLS slot properly on Windows
4658              
4659              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
4660              
4661              Unicos/mk requires elaborate paranoia.
4662              
4663              Tweak the floating point output routine preferences.
4664              
4665              Also under djgpp the timestamps are funky.
4666              
4667              Apply some PodParser 1.18 patches; the Pod/Find.pm
4668              patches cannot be applied since #6712 conflicts.
4669              
4670              Use PodParser 1.18 new test.
4671              
4672              A pod nit.
4673              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
4674              
4675              Be verydeepclean.
4676      Branch: maint-5.6/perl
4677           +> pod/perlebcdic.pod
4678           !> (integrate 106 files)
4679 ____________________________________________________________________________
4680 [  7892] By: jhi                                   on 2000/11/27  15:02:32
4681         Log: Update Changes.
4682      Branch: perl
4683            ! Changes patchlevel.h
4684 ____________________________________________________________________________
4685 [  7891] By: jhi                                   on 2000/11/27  14:57:23
4686         Log: Subject: Re: perlfaq style changes
4687              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4688              Date: Sat, 25 Nov 2000 23:32:26 -0800
4689              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
4690              
4691              plus a note from Ronald Kimball.
4692      Branch: perl
4693            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
4694 ____________________________________________________________________________
4695 [  7890] By: jhi                                   on 2000/11/27  14:53:14
4696         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
4697              From: Benjamin Holzman <bah@ecnvantage.com>
4698              Date: Sun, 26 Nov 2000 16:27:33 -0500
4699              Message-ID: <20001126162733.J25040@ecnvantage.com>
4700      Branch: perl
4701            ! gv.c
4702 ____________________________________________________________________________
4703 [  7889] By: jhi                                   on 2000/11/27  14:43:11
4704         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
4705              From: lvirden@cas.org
4706              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
4707              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
4708      Branch: perl
4709            ! README.amiga
4710 ____________________________________________________________________________
4711 [  7888] By: jhi                                   on 2000/11/27  14:32:34
4712         Log: Restore also the locale test to no-sprintf-taint state.
4713              Fixes the bug 20001127.003.
4714      Branch: perl
4715            ! sv.c t/pragma/locale.t
4716 ____________________________________________________________________________
4717 [  7887] By: gsar                                  on 2000/11/27  14:13:05
4718         Log: integrate changes#6613..6616,6620..6665 from mainline
4719              
4720              VMS configure.com update continues.
4721              
4722              Subject: Test fails / warnings with perl-current #6612
4723              
4724              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
4725              
4726              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
4727              
4728              For now remove the mail code.
4729              
4730              Subject: Re: [PATCH] @+, @- readonly
4731              
4732              Subject: warning: storage class after type is obsolescent
4733              
4734              Subject: sfio2000
4735              
4736              Subject: Re: File::Temp problems on VMS in bleedperl
4737              
4738              README.os2 update.
4739              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
4740              
4741              Make the user to give up his firstborn, err, to knowingly
4742              verify installing an unstable developer release.  Also bump
4743              the release to 5.7.0, but leave a patch tag in the local
4744              patches saying that this is not yet the real thing.
4745              
4746              Update (kinda) to Test 1.14, from Joshua Pritikin.
4747              
4748              make ok etc also for win32.
4749              
4750              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
4751              
4752              Don't blow limited stacks, a lower number is enough to
4753              tickle the lookbehind limit.
4754              
4755              Use -Dusedevel; regen Configure and the respective Porting stuff.
4756              
4757              Subject: [PATCH] debugger exit code should reflect user exit code
4758              
4759              Subject: [PATCH perl@6620] cygwin port
4760              
4761              Missed a file from #6638.
4762              
4763              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)
4764              
4765              magic callbacks all need to have same type signature
4766              
4767              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
4768              
4769              Fix a dependency problem.
4770              Subject: [PATCH: 6640] VMS Makefile.SH update
4771              
4772              The numeric locale was reset to "C" by s?printf and never restored.
4773              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
4774              No test since adding the failing example to locale.t
4775              does not fail -- probably because the locale settings are so
4776              thoroughly tweaked by that time.  Running the example standalone
4777              does fail, though.  UPDATE: test case added at change #7540.
4778              
4779              Subject: [ID 20000324.040] minor fix to perlhpux.pod
4780              
4781              Update to CPAN 1.57.
4782              
4783              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
4784              
4785              Change the perlbug address to perl.org since it's more forgiving.
4786              
4787              Change the regx compilation error markers to use = instead of <
4788              since pod makes using the latter quite messy.  Reported in
4789              ID 20000814.006 by Abigail and in
4790              Subject: Unknown escape E<> ?
4791              
4792              Update to perldebtut 1.9, from Richard Foley.
4793              
4794              check that the number pseudo children doesn't exceed
4795              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
4796              the WaitForMultipleObjects() limit that would cause wait()
4797              to crash)
4798              wait() and waitpid() could potentially be rewritten to use
4799              more than one thread to do the waiting to eliminate this
4800              limitation
4801              
4802              change#6328 could make close(SOCKET) return false on windows
4803              when it shouldn't
4804              
4805              pod nit seen in passing
4806              
4807              on windows, the return values from wait() and waitpid() don't
4808              match those of pseudo-pids
4809              
4810              waitpid() now handles externally spawned pids correctly;
4811              fixes for backtick/wait/waitpid failures on Windows 9x
4812              these changes make the pid returned by process functions on
4813              Windows 9x always positive by clearing the high bit (which
4814              is always set on Win9x); pseudo-process PIDs are likewise
4815              always negative now on Win9x (just as on NT/2000)
4816              
4817              trailing new %ENV entries weren't being pushed into the real
4818              environment of subprocesses on Windows
4819              
4820              Tweak the regex compilation errors once more.
4821              
4822              avoid warnings from dense compiler
4823              
4824              add "ok" targets from change#6632 in makefile.mk
4825      Branch: maint-5.6/perl
4826            - lib/Pod/PlainText.pm vms/configure.com
4827           !> (integrate 66 files)
4828 ____________________________________________________________________________
4829 [  7886] By: jhi                                   on 2000/11/27  13:54:18
4830         Log: __FUNCTION__ isn't portable and trying to emulate it leads
4831              into practically spelling out the name of the function.
4832              Takes care of the bug 20001127.001.
4833      Branch: perl
4834            ! perlio.c
4835 ____________________________________________________________________________
4836 [  7885] By: gsar                                  on 2000/11/27  13:53:18
4837         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
4838              6610..6611 from mainline
4839              
4840              Make regular expression parse error messages easier to understand.
4841              Subject: Re: enhanced(?) regex error messages
4842              
4843              Tiny tidying on report_evil_fh().
4844              
4845              Subject: Re: enhanced(?) regex error messages 
4846              plus Capitalize the error messages, plus perldiag them.
4847              
4848              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
4849              
4850              Document here-doc better.
4851              
4852              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
4853              
4854              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
4855              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
4856              (either perlbug or p5p ate the original), plus regen
4857              perlapi and perltoc. 
4858              
4859              Regen global.sym.
4860              
4861              Double check that we have a dirhandle.
4862              
4863              Subject: Re: enhanced(?) regex error messages
4864              (plus two small patches sent privately)
4865              (this still seems to leave few test failures)
4866              
4867              warn is a macro, avoid using at a variable to avoid warnings
4868              in some configurations; readdir.t is too conservative in
4869              estimating number of *.t's
4870              
4871              Get back into sync with Jeffrey on the enhanced regex warnings.
4872              
4873              Subject: [PATCH 5.6.0] cygwin port
4874              
4875              Zero entries were skipped, fix from Adrian Goalby
4876              <argoalby@yahoo.co.uk>
4877              
4878              Subject: Remove dead entry in perldiag
4879              
4880              Amend the description of Perl6.
4881              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
4882              
4883              detypo
4884              
4885              It's the 2ndO'ROSSC.
4886              
4887              Revert the sv.c part of #6559, a better fix is needed.
4888              
4889              Iterating perl6 description.
4890              
4891              Update to Term::ANSIColor 1.03, from Russ Allbery.
4892              
4893              Update to Getopt::Long 2.23_05, from Johan Vromans.
4894              
4895              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
4896              
4897              Update to Pod::Parser 1.17, from Brad Appleton.
4898              
4899              Update to CPAN 1.56, from Andreas König.
4900              
4901              Update to CGI 2.70, from Lincoln Stein.
4902              
4903              Put back the std @INC thing.
4904              
4905              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
4906              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
4907              
4908              Document the IO::Select timeout.
4909              
4910              sleep(1) does not necessarily return 1.
4911              Subject: [PATCH bleadperl] op/lex_assign.t  
4912              
4913              Subject: debugger "d" command doesnt check line number
4914              
4915              B::Deparse didn't do sub attributes.
4916              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
4917              
4918              Preprocessing and postprocessing for File::Find.
4919              Subject: Patch to Find::File.pm to allow alphabetical results
4920              
4921              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
4922              
4923              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
4924              
4925              Subject: Re: [ID 20000730.003] utf8::length() bad
4926              
4927              Subject: Getting perlio and threads to compile
4928              (the Solaris version changes in Configure skipped)
4929              
4930              Tests for #6589.
4931              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
4932              
4933              Add Perl debugging tutorial, regen toc. 
4934              Subject: perldebtut.pod
4935              
4936              Add a few missing files, update MANIFEST.
4937              
4938              Rewrite of vms/subconfigure.com as configure.com,
4939              from Peter Prymmer and the vmsperl crew.
4940              
4941              Should have deleted this in #6603.
4942              
4943              Fix the test for 5005threads.
4944              
4945              Fix-n-skip the tests under 5005threads.
4946              
4947              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
4948              
4949              Upgrade to CGI 2.71, from Lincoln Stein.
4950      Branch: maint-5.6/perl
4951           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
4952           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
4953           +> t/op/regmesg.t t/pod/find.t vms/configure.com
4954            - vms/subconfigure.com
4955            ! lib/lib.pm
4956           !> (integrate 115 files)
4957 ____________________________________________________________________________
4958 [  7884] By: jhi                                   on 2000/11/27  13:44:33
4959         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
4960              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4961              Date:     Mon, 27 Nov 2000 08:23:54 EST
4962              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
4963      Branch: perl
4964            ! vms/descrip_mms.template vms/test.com
4965 ____________________________________________________________________________
4966 [  7883] By: gsar                                  on 2000/11/27  11:50:46
4967         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
4968              6511..6513,6515..6523,6525..6536
4969              
4970              The swallow_bom() saga continues.  The #23 of require.t
4971              (UTF16-LE) still fails (silently, no output) but the #22
4972              (UTF16-BE) seems to be working now.  The root of the
4973              failure may be in sv_gets(): is it UTF-16LE-aware,
4974              especially when it comes to line endings? 
4975              
4976              Document the problem with -P in HP-UX and its workaround.
4977              
4978              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
4979              (aka ID 20000730.002)
4980              
4981              Subject: fix and question re: waitpid() under win32
4982              
4983              Make the safety catch for buggy gccs work with triple version
4984              numbers like 2.95.2.  Reported in
4985              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
4986              
4987              In Digital UNIX warn if gcc explicitly chosen because even
4988              2.95.2 is known to cause problems.
4989              
4990              Make chr() for values >127 to create utf8 when under utf8.
4991              
4992              various syntax errors and such (not fixed: comp/require.t#22 coredump
4993              on Windows)
4994              
4995              Stash away the largefiles flags and libswanted.
4996              
4997              BOM patching from Simon Cozens.
4998              
4999              If gccosandvers is equal to osname, clear gccosandvers.
5000              
5001              Make p4desc to skip non-mainperl branches by default.
5002              
5003              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
5004              
5005              The test from this
5006              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
5007              
5008              In new BSDs changes to argv[] do not show up in ps(1) output,
5009              instead one must use setproctitle().  This was already addressed
5010              by change #6457, but the below has a new variant for FreeBSD 4.0
5011              or later, and the matter is also documented more.
5012              
5013              FreeBSD 3.* updates from
5014              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
5015              
5016              regen_headers, regen perltoc.
5017              
5018              Document in one place the memory abstractions used in Perl core.
5019              
5020              memcpy has n o in it, as pinted ut by Sarathy.
5021              
5022              Remove the extraneous "main::" prefix from all the
5023              "opened only for", "on closed", and "never opened" warnings.
5024              
5025              The name of a filehandle does not have <these>.
5026              
5027              The tr utf8 patching continues.
5028              
5029              The new setproctitle() feature is available only in 
5030              bleeding edge FreeBSD.  From Paul Saab.
5031              
5032              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
5033              
5034              Dump UVs as UVs in Data::Dumper.
5035              
5036              detypo #6494
5037              
5038              Document the IVdf UVuf UVof UVxf.
5039              
5040              require.t needs binmode() to work on windows
5041              
5042              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
5043              that are hopefully soon put into use.
5044              
5045              Allow "no Module;" even if there is no 'unimport'.
5046              
5047              Better skip message for the test; one of the two problems in
5048              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
5049              
5050              The subtest 4 may fail also on VOBS, as pointed out
5051              by Nick Ing-Simmons in November 1999, bug id 19991124.003
5052              (but the failure in that bug report isn't the subtest 4).
5053              
5054              Be more informative on what is skipped and why,
5055              also repeat the list at the end.
5056              
5057              Add a URL for FSF.
5058              
5059              Subject: [PATCH] sv.h documentation - SvLEN
5060              
5061              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
5062              
5063              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
5064              
5065              Subject: [PATCH] bad cppsymbols on os2 + Configure question
5066              
5067              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
5068              
5069              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
5070              mention the idea of @( and @)
5071              
5072              This is 6512.  Really.
5073              
5074              Subject: [ID 19990721.004] Documentation bug in perlfunc
5075              
5076              Subject: Minor tweak to perlvar.pod
5077              
5078              In the warnings call filehandles consistently so;
5079              add "unopened" warning for stat().
5080              
5081              After the #6519 a warning about stat() is just that,
5082              not about a filetest, which now have their own warning.
5083              
5084              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
5085              
5086              Subject: Re: Array vs. List context
5087              
5088              Subject: New perlcc, take 2
5089              
5090              Weed buglets pointed out by
5091              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
5092              
5093              gcc versions might have (parentheses) in them.
5094              
5095              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
5096              
5097              Essential prototype changes were missing from #6527.
5098              Also make report_evil_fh() more bomb-proof.
5099              
5100              Zap lib/Sys directory when cleaning up.
5101              
5102              Change the Policy policy: now -Dprefix= with an existing
5103              Policy.sh and prefix == siteprefix == vendorprefix, then all
5104              of them follow along the new prefix.
5105              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
5106              
5107              Continue fixing the io warnings.  This also
5108              sort of fixes bug ID 20000802.003: the core dump
5109              is no more.  Whether the current behaviour is correct
5110              (giving a warning: "Not a format reference"), is another matter.
5111              
5112              Have symbols for the IoTYPEs.
5113              
5114              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
5115              
5116              Document a bit that UDP is not what you might think.
5117              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
5118              tr memory corruption fix from Simon Cozens.
5119              
5120              Plug the security hole described in the Aug 05 2000 bugtraq message
5121              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
5122              The security hole exists only in suidperls, which isn't
5123              installed or even built by default.
5124      Branch: maint-5.6/perl
5125           !> (integrate 71 files)
5126 ____________________________________________________________________________
5127 [  7882] By: gsar                                  on 2000/11/27  10:25:36
5128         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
5129              from mainline
5130              
5131              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
5132              to be fatal errors (instead of by default ignoring them, and
5133              ignoring with a bug: even though -w gave an error, the opening [
5134              was left in)  Reported in:
5135              
5136              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
5137              
5138              Subject: [PATCH] split /^/
5139              
5140              MacOS nits from Matthias Neeracher.
5141              
5142              More split() doc and test patches from Mike Guy.
5143              
5144              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
5145              from Graham Barr in the module list.
5146              
5147              docfix from Peter Scott <Peter@PSDT.com>.
5148              
5149              File::Temp patches for VMS and OS/2 from Tim Jenness.
5150              
5151              open() wariness in perlbug.
5152              
5153              Subject: [PATCH] minor doc change - perlguts
5154              
5155              Subject: Minor doc patch: handy.h
5156              
5157              Be wary of close()s, too.
5158              
5159              Further File::Temp patches from Yitzchak Scott-Thoennes
5160              and Craig A. Berry.
5161              
5162              Subject: [PATCH] fixes bug 20000508.004
5163              
5164              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
5165              
5166              Allow "no AutoLoader;", based on change #6444,
5167              suggested by Graham Barr.
5168              
5169              Use setproctitle() if available to modify $0.
5170              
5171              Warn if the version of the operating system used to compile gcc
5172              differs from the current version of the operating system.
5173              Also display the gcc compilation os and version in myconfig.
5174              Inspiration from
5175              
5176              Tiny fixes for #6460.
5177              
5178              The problem described in this
5179              Subject: [ID 20000322.018] named chars aren't magical enough
5180              has been fixed in perl 5.6.0 but just in case added a test
5181              to keep it away.  (The report from Joseph Hall.)
5182              
5183              Tune the comments and hopefully stop a memory leak.
5184              
5185              Subject: UTF8 concat
5186              (with a memory leak fixed, plus a few casts added)
5187              This also seems to help for
5188              Subject: [ID 20000716.015] join UTF8 weirdness
5189              
5190              Do not upgrade SVs into utf8 just because they participate
5191              in eq or cmp.  Reported and fix suggested in
5192              Subject: [ID 20000720.009] sv_eq UTF8 bug
5193              
5194              Fix the HALF_UPGRADE() macro introduced in #6263.
5195              
5196              Find green threads before native threads.
5197              Subject: Re: Patch to jpl/JNI/Makefile.PL
5198      Branch: maint-5.6/perl
5199           !> (integrate 30 files)
5200 ____________________________________________________________________________
5201 [  7881] By: jhi                                   on 2000/11/27  05:48:41
5202         Log: It seems that *both* the unused submatch loop cleanup
5203              codes are needed.
5204      Branch: perl
5205            ! regexec.c
5206 ____________________________________________________________________________
5207 [  7880] By: jhi                                   on 2000/11/27  04:50:07
5208         Log: Clean .exists deeper.
5209      Branch: perl
5210            ! Makefile.SH
5211 ____________________________________________________________________________
5212 [  7879] By: jhi                                   on 2000/11/27  02:31:35
5213         Log: The code in regcppop() (see #7878) contains the correct lower
5214              limit for the unused submatch 'cleanup' loop so that under
5215              "use utf8" the following code wouldn't dump core:
5216              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
5217              the cleanup loop in regtry() stomped beyond allocated area
5218              in the startp[] array.  Therefore, copied the correct lower
5219              loop limit (*PL_reglastparen) to regtry().  Note: something
5220              may still not be quite right: why was the _higher_ loop limit
5221              (prog->nparens) different in the utf8 case?
5222              
5223              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
5224              without core dumps, there were about 17 of them before
5225              the patch (with us since Perl 5.7.0).  Two failures, still:
5226              496 and 505 (though these may not be severe).
5227              
5228              Patch #7881 is also needed since both the cleanup loops
5229              seem to be needed.
5230              
5231              Also, the t/op/pat#44 seems to core dump under utf8.
5232              Plus a couple of failures.  UGH-8.
5233      Branch: perl
5234            ! regexec.c
5235 ____________________________________________________________________________
5236 [  7878] By: jhi                                   on 2000/11/27  02:21:17
5237         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
5238              the code in regcppop() seems to be redundant for the test suite --
5239              but it contains a germ of truth, and it needed for the build
5240              process itself: see #7879 and #7881.
5241      Branch: perl
5242            ! regexec.c
5243 ____________________________________________________________________________
5244 [  7877] By: jhi                                   on 2000/11/27  01:53:09
5245         Log: Comment on comment.
5246      Branch: perl
5247            ! regexec.c
5248 ____________________________________________________________________________
5249 [  7876] By: jhi                                   on 2000/11/27  00:49:59
5250         Log: Adjust the docs to agree with #7875.
5251      Branch: perl
5252            ! pod/perllocale.pod
5253 ____________________________________________________________________________
5254 [  7875] By: jhi                                   on 2000/11/27  00:49:27
5255         Log: Retract #7863.  It makes more sense not to taint formatted output,
5256              not even by sprintf().
5257      Branch: perl
5258            ! sv.c
5259 ____________________________________________________________________________
5260 [  7874] By: jhi                                   on 2000/11/26  23:36:02
5261         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
5262              Not really fixed (should really dump the UTF-8 charclass),
5263              but stopped displaying the garbage.
5264              
5265              Also add a note on the (missing) Unicode PSXSPC and BLANK.
5266      Branch: perl
5267            ! regcomp.c
5268 ____________________________________________________________________________
5269 [  7873] By: jhi                                   on 2000/11/26  21:31:13
5270         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
5271      Branch: perl
5272            ! regexec.c
5273 ____________________________________________________________________________
5274 [  7872] By: jhi                                   on 2000/11/26  21:06:04
5275         Log: No need to scan till infinity, 13 is enough.
5276      Branch: perl
5277            ! handy.h utf8.c
5278 ____________________________________________________________________________
5279 [  7871] By: jhi                                   on 2000/11/26  20:20:32
5280         Log: Test line numbers are different with utf8.
5281      Branch: perl
5282            ! t/op/re_tests
5283 ____________________________________________________________________________
5284 [  7870] By: jhi                                   on 2000/11/26  20:10:12
5285         Log: Message nit.
5286      Branch: perl
5287            ! regcomp.c
5288 ____________________________________________________________________________
5289 [  7869] By: jhi                                   on 2000/11/26  19:01:05
5290         Log: Make utf8_length() and utf8_distance() (the latter of which
5291              is unused at the moment) to be less forgiving about bad UTF-8.
5292      Branch: perl
5293            ! embed.h embed.pl objXSUB.h proto.h utf8.c
5294 ____________________________________________________________________________
5295 [  7868] By: jhi                                   on 2000/11/26  18:45:56
5296         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
5297              From: Benjamin Holzman <bah@ecnvantage.com>
5298              Date: Sat, 25 Nov 2000 20:40:20 -0500       
5299              Message-ID: <20001125204020.A25040@ecnvantage.com>              
5300              
5301              Debian allows installing /usr/bin/locale without installing
5302              any locales, an error message will ensue.
5303      Branch: perl
5304            ! t/pragma/locale.t
5305 ____________________________________________________________________________
5306 [  7867] By: jhi                                   on 2000/11/26  18:31:12
5307         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
5308              From: Benjamin Holzman <bah@ecnvantage.com>
5309              Date: Sun, 26 Nov 2000 02:42:34 -0500
5310              Message-ID: <20001126024234.G25040@ecnvantage.com>
5311              
5312              Patch for the bug 20000212.002.
5313      Branch: perl
5314            ! sv.c t/op/array.t
5315 ____________________________________________________________________________
5316 [  7866] By: jhi                                   on 2000/11/26  18:28:09
5317         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
5318              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5319              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
5320              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
5321              
5322              File::Temp 0.11.
5323      Branch: perl
5324            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
5325 ____________________________________________________________________________
5326 [  7865] By: jhi                                   on 2000/11/26  18:24:22
5327         Log: The metaconfig unit change for #7864.
5328      Branch: metaconfig/U/perl
5329            ! need_va_copy.U
5330 ____________________________________________________________________________
5331 [  7864] By: jhi                                   on 2000/11/26  18:23:41
5332         Log: Make the va_copy() test not to be so talkative.
5333      Branch: perl
5334            ! Configure config_h.SH
5335 ____________________________________________________________________________
5336 [  7863] By: jhi                                   on 2000/11/26  18:11:02
5337         Log: Fix locale inconsistencies unearthed by Hugo's work.
5338              Now the floating point sprintf really does taint the result
5339              string as perllocale promises (has promised for a long time)
5340              if "use locale" is in the lexical scope.
5341      Branch: perl
5342            ! sv.c t/pragma/locale.t
5343 ____________________________________________________________________________
5344 [  7862] By: jhi                                   on 2000/11/26  00:35:15
5345         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
5346              From: Nicholas Clark <nick@ccl4.org>
5347              Date: Sun, 26 Nov 2000 00:07:50 +0000
5348              Message-ID: <20001126000750.A22446@plum.flirble.org>
5349              
5350              Infinit.
5351      Branch: perl
5352            ! sv.c
5353 ____________________________________________________________________________
5354 [  7861] By: jhi                                   on 2000/11/26  00:01:26
5355         Log: Integrate perlio.
5356      Branch: perl
5357           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
5358 ____________________________________________________________________________
5359 [  7860] By: nick                                  on 2000/11/25  22:04:17
5360         Log: Correct relative path from new ext\Filter\Util\Call location
5361              back to miniperl.
5362      Branch: perlio
5363            ! win32/makefile.mk
5364 ____________________________________________________________________________
5365 [  7859] By: nick                                  on 2000/11/25  21:26:54
5366         Log: Integrate mainline.
5367      Branch: perlio
5368           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5369           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
5370           +> t/lib/filter-util.t
5371            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5372            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5373            - t/lib/filt-util.t
5374           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
5375           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
5376           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
5377           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
5378           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
5379           !> win32/makefile.mk
5380 ____________________________________________________________________________
5381 [  7858] By: gsar                                  on 2000/11/25  20:52:17
5382         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
5383              parent's memory; fix it by keeping track of the actual pad
5384              offset rather than a raw pointer (this change is probably also
5385              relevant to non-ithreads case to avoid fallout from reallocs of
5386              the pad array, but is currently only enabled for the ithreads
5387              case in the interests of minimal disruption to existing "well
5388              tested" code)
5389      Branch: perl
5390            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
5391            ! proto.h scope.c scope.h sv.c t/op/fork.t
5392 ____________________________________________________________________________
5393 [  7857] By: nick                                  on 2000/11/25  20:01:28
5394         Log: All tests pass on Win32/gcc/USE_PERLIO.
5395              - when crlf layer is pushed make unix-level binary.
5396              - remove :crlf injection in pp_backtick in pp_sys.c
5397              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
5398      Branch: perlio
5399            ! doio.c perlio.c pp_sys.c win32/makefile.mk
5400 ____________________________________________________________________________
5401 [  7856] By: jhi                                   on 2000/11/25  18:38:30
5402         Log: Update the metaconfig units for #7855.
5403      Branch: metaconfig/U/perl
5404            ! useperlio.U usesocks.U
5405 ____________________________________________________________________________
5406 [  7855] By: jhi                                   on 2000/11/25  18:37:54
5407         Log: Undo the SOCKS workarounds, instead start using PerlIO
5408              if SOCKS is selected.
5409              
5410              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
5411              From: Jens Hamisch <jens@Strawberry.COM>
5412              Date: Fri, 24 Nov 2000 18:31:30 +0100
5413              Message-ID: <20001124183130.E28337@Strawberry.COM>
5414              
5415              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
5416              From: Jens Hamisch <jens@Strawberry.COM>
5417              Date: Fri, 24 Nov 2000 19:11:51 +0100
5418              Message-ID: <20001124191151.A28753@Strawberry.COM>
5419      Branch: perl
5420            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
5421            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
5422 ____________________________________________________________________________
5423 [  7854] By: jhi                                   on 2000/11/25  17:39:08
5424         Log: Undo #7848.  Some of the code seems to use walkoptree(),
5425              some walkoptree_slow().  An unfinished renaming?
5426              Now the sub is walkoptree() (which is @EXPORT_OK),
5427              the walkoptree_slow() is a typeglob alias to walkoptree.
5428              This makes the tests to pass, at least.
5429      Branch: perl
5430            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
5431 ____________________________________________________________________________
5432 [  7853] By: nick                                  on 2000/11/24  22:24:33
5433         Log: Re-arrange crlf vs binary for platforms that care.
5434              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
5435              Lip-service to making stdio layer work on such platfroms (untested).
5436              Now fails 3 tests rather than one, checkin to see if I can debug 
5437              the issue under linux. (Do not merge.)
5438      Branch: perlio
5439            ! doio.c perlio.c perliol.h
5440 ____________________________________________________________________________
5441 [  7852] By: jhi                                   on 2000/11/24  18:57:39
5442         Log: AUTHORS edits.
5443      Branch: perl
5444            ! AUTHORS
5445 ____________________________________________________________________________
5446 [  7851] By: jhi                                   on 2000/11/24  17:34:56
5447         Log: Add Jan-Erik Karlsson.
5448      Branch: perl
5449            ! AUTHORS
5450 ____________________________________________________________________________
5451 [  7850] By: jhi                                   on 2000/11/24  17:27:56
5452         Log: Configure should find stdchar on its own.
5453      Branch: perl
5454            ! hints/solaris_2.sh
5455 ____________________________________________________________________________
5456 [  7849] By: jhi                                   on 2000/11/24  17:24:55
5457         Log: Subject: PATCH over 7848: Filter test flawed
5458              From: andreas.koenig@anima.de (Andreas J. Koenig)
5459              Date: 24 Nov 2000 10:28:29 +0100
5460              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
5461      Branch: perl
5462            ! t/lib/filter-util.t
5463 ____________________________________________________________________________
5464 [  7848] By: jhi                                   on 2000/11/24  17:22:15
5465         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
5466              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
5467              Date: Fri, 24 Nov 2000 16:12:58 +0000
5468              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
5469      Branch: perl
5470            ! ext/B/B.pm
5471 ____________________________________________________________________________
5472 [  7847] By: jhi                                   on 2000/11/24  03:07:01
5473         Log: Integrate perlio.
5474      Branch: perl
5475           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
5476           !> win32/makefile.mk
5477 ____________________________________________________________________________
5478 [  7846] By: gsar                                  on 2000/11/24  00:55:57
5479         Log: integrate changes#6415..6418,6420..6438 from mainline
5480              
5481              Fix the bitvector ops for utf8 (tricky since past 7 bits
5482              the utf8 'characters' can be more than one octet).
5483              
5484              MPE/ix updates for perl 5.6.0 from Mark Bixby.
5485              
5486              Subject: SDBM_File documentation
5487              
5488              Detypo.
5489              
5490              Decutandpasto.
5491              
5492              Send all installperl messages to STDERR and be -w clean.
5493              
5494              Out-of-date note removed.
5495              
5496              Protect against "wild next"s, that is, callbacks doing "next"
5497              instead of "return".
5498              
5499              Use STDOUT consistently.
5500              
5501              The output might have been produced in the wrong order.
5502              
5503              A missing 'break' after the [[:space:]] switch case.
5504              
5505              Add tests for
5506              [ID 19991110.003] another matching finding by pcre author
5507              which has already been fixed by some patch, as verified in
5508              
5509              Documentation to explain the behaviour of map().
5510              
5511              Add an optimization for map-maps-a-list-element-to-more-list-elements
5512              case, but add also notes explaining the relationship of this
5513              patch and the earlier notes by Sarathy.
5514              
5515              Subject: [ID 20000716.023] syslog test fails without sockets
5516              
5517              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
5518              Test cases for #6431.
5519              
5520              File::Spec::VMS fixup for tmpdir from Craig Berry.
5521              
5522              Make the "uninit variable" warning to say "concat or string"
5523              or "join or string" when in concat or join .
5524              
5525              Get UTF16 BOMs working.  Patch from
5526              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
5527              
5528              Subject: [PATCH] Make large file tests deal with SIGXFSZ
5529              
5530              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
5531              
5532              Subject: [PATCH] av.c apidoc
5533      Branch: maint-5.6/perl
5534           !> (integrate 43 files)
5535 ____________________________________________________________________________
5536 [  7845] By: gsar                                  on 2000/11/24  00:20:45
5537         Log: integrate changes#6406..6414 from mainline
5538              
5539              Merge perlhacktut into perlhack, update perlguts.
5540              
5541              Fix AutoSplit to use File::Spec the right way in VMS,
5542              from Peter Prymmer.
5543              
5544              The bug report
5545              [ID 19991110.002] minimal matching discrepancy found by pcre author
5546              seems to have been fixed (though differently from what was suggested
5547              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
5548              
5549              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
5550              not in pod, from Peter Prymmer
5551              
5552              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
5553              From: Hugo <hv@crypt.compulink.co.uk>
5554              Date: Fri, 14 Jul 2000 23:05:20 +0100
5555              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
5556              
5557              Didn't anymore apply, but that point still could use another fix.
5558              
5559              lib/b test fixes from Peter Prymmer.
5560              
5561              More docs for sv functions.
5562              
5563              perlvms.pod whitespace cleanup to keep pod utils happy.
5564              
5565              another VMS build tweak from Peter Prymmer
5566      Branch: maint-5.6/perl
5567           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
5568           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
5569           !> vms/descrip_mms.template vms/perlvms.pod
5570 ____________________________________________________________________________
5571 [  7844] By: nick                                  on 2000/11/23  23:42:45
5572         Log: Win32/perlio Now just fails one io/argv.t test - lack 
5573              of default :crlf on standard streams.
5574      Branch: perlio
5575            ! doio.c perlio.c
5576 ____________________________________________________________________________
5577 [  7843] By: nick                                  on 2000/11/23  23:04:05
5578         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
5579              peek fail is showing a real problem (multiple crlf layers
5580              are getting pushed.)
5581      Branch: perlio
5582            ! doio.c perlio.c win32/makefile.mk
5583 ____________________________________________________________________________
5584 [  7842] By: nick                                  on 2000/11/23  19:46:23
5585         Log: Implement PerlIO_binmode()
5586              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
5587              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
5588              make binmode in t/lib/io_tell.t unconditional so that works.
5589              Checkin just so Win32 machine can see these changes.
5590      Branch: perlio
5591            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
5592 ____________________________________________________________________________
5593 [  7841] By: jhi                                   on 2000/11/23  19:30:00
5594         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
5595      Branch: perl
5596            ! README.amiga
5597 ____________________________________________________________________________
5598 [  7840] By: jhi                                   on 2000/11/23  17:18:02
5599         Log: SOCKS wrestling continues, patches from Jens Hamisch.
5600      Branch: perl
5601            ! doio.c embed.h embed.pl perlsdio.h proto.h
5602 ____________________________________________________________________________
5603 [  7839] By: jhi                                   on 2000/11/23  16:54:14
5604         Log: Push Filter::Util::Call one level deeper.
5605      Branch: perl
5606            + t/lib/filter-util.t
5607           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5608           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
5609            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5610            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5611            - t/lib/filt-util.t
5612            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
5613            ! win32/Makefile win32/makefile.mk
5614 ____________________________________________________________________________
5615 [  7838] By: jhi                                   on 2000/11/23  16:52:40
5616         Log: Reach back one higher up when searching for PERL_SRC.
5617      Branch: perl
5618            ! lib/ExtUtils/MM_Unix.pm
5619 ____________________________________________________________________________
5620 [  7837] By: jhi                                   on 2000/11/23  16:05:41
5621         Log: Subject: Re: perl@7826
5622              Date: Thu, 23 Nov 2000 02:20:25 -0600
5623              From: "Craig A. Berry" <craigberry@mac.com>
5624              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
5625              
5626              Make VMS to like Filter::Util::Call. 
5627      Branch: perl
5628            ! configure.com ext/Filter/Util/Makefile.PL
5629 ____________________________________________________________________________
5630 [  7836] By: nick                                  on 2000/11/23  16:04:08
5631         Log: Implement crlf layer - not ready for merge.
5632      Branch: perlio
5633            ! perlio.c win32/makefile.mk
5634 ____________________________________________________________________________
5635 [  7835] By: jhi                                   on 2000/11/23  15:56:52
5636         Log: STDCHAR is different in Sparc v9 vs x86.
5637      Branch: perl
5638            ! hints/solaris_2.sh
5639 ____________________________________________________________________________
5640 [  7834] By: jhi                                   on 2000/11/23  15:50:47
5641         Log: The type needs to be visible to protos.
5642      Branch: perl
5643            ! perl.h
5644 ____________________________________________________________________________
5645 [  7833] By: jhi                                   on 2000/11/23  15:40:46
5646         Log: Finish unfinished SOCKS workaround changes.
5647      Branch: perl
5648            ! doio.c
5649 ____________________________________________________________________________
5650 [  7832] By: jhi                                   on 2000/11/23  15:33:30
5651         Log: Integrate perlio.
5652      Branch: perl
5653           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5654           !> win32/makefile.mk
5655 ____________________________________________________________________________
5656 [  7831] By: nick                                  on 2000/11/23  10:31:07
5657         Log: Correct makefile.mk dependancies for ext/Filter/Util
5658              Build ext/Encode
5659              Run dmake regen_config_h
5660      Branch: perlio
5661            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5662            ! win32/makefile.mk
5663 ____________________________________________________________________________
5664 [  7830] By: nick                                  on 2000/11/23  08:05:07
5665         Log: Integrate mainline
5666      Branch: perlio
5667           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5668           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
5669           +> t/lib/filt-util.pl t/lib/filt-util.t
5670           !> (integrate 41 files)
5671 ____________________________________________________________________________
5672 [  7829] By: gsar                                  on 2000/11/23  03:07:11
5673         Log: build the Filter extension on windows
5674      Branch: perl
5675            ! win32/Makefile win32/makefile.mk
5676 ____________________________________________________________________________
5677 [  7828] By: gsar                                  on 2000/11/23  02:46:35
5678         Log: regenerate win32/config* and fix some inconsistencies in the
5679              makefiles; always export Perl_deb() because it is needed
5680              by ext/re/* (whether perl itself is built with -DDEBUGGING
5681              or not)
5682      Branch: perl
5683            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
5684            ! win32/config_H.vc win32/makefile.mk
5685 ____________________________________________________________________________
5686 [  7827] By: gsar                                  on 2000/11/23  02:18:38
5687         Log: get sources building on windows+MSVC again (untested with other
5688              compilers)
5689      Branch: perl
5690            ! win32/include/sys/socket.h win32/perllib.c
5691 ____________________________________________________________________________
5692 [  7826] By: jhi                                   on 2000/11/23  01:18:26
5693         Log: Update Changes.
5694      Branch: perl
5695            ! Changes patchlevel.h
5696 ____________________________________________________________________________
5697 [  7825] By: jhi                                   on 2000/11/23  00:20:41
5698         Log: Subject: Re: av.c patch (having slight problems)
5699              From: "Ben Tilly" <ben_tilly@hotmail.com>
5700              Date: Tue, 21 Nov 2000 23:29:31 -0500
5701              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
5702              
5703              unshift() speedup.
5704      Branch: perl
5705            ! av.c
5706 ____________________________________________________________________________
5707 [  7824] By: jhi                                   on 2000/11/22  23:59:15
5708         Log: Fixes for signedness warnings noticed by VMSperlers.
5709      Branch: perl
5710            ! ext/Storable/Storable.xs regcomp.c sv.c
5711 ____________________________________________________________________________
5712 [  7823] By: jhi                                   on 2000/11/22  23:19:31
5713         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
5714              From: Peter Prymmer <pvhp@forte.com>
5715              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
5716              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
5717      Branch: perl
5718            ! t/pragma/warn/pp_hot
5719 ____________________________________________________________________________
5720 [  7822] By: jhi                                   on 2000/11/22  22:52:20
5721         Log: Be clean.
5722      Branch: perl
5723            ! Makefile.SH
5724 ____________________________________________________________________________
5725 [  7821] By: jhi                                   on 2000/11/22  22:46:39
5726         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
5727              by Damian Conway, as suggested by Paul Marquess.
5728      Branch: perl
5729            + lib/Filter/Simple.pm
5730 ____________________________________________________________________________
5731 [  7820] By: jhi                                   on 2000/11/22  22:45:51
5732         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
5733      Branch: perl
5734            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5735            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5736            + t/lib/filt-util.t
5737            ! MANIFEST
5738 ____________________________________________________________________________
5739 [  7819] By: jhi                                   on 2000/11/22  22:03:27
5740         Log: Integrate perlio.
5741      Branch: perl
5742           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
5743           !> win32/makefile.mk
5744 ____________________________________________________________________________
5745 [  7818] By: jhi                                   on 2000/11/22  21:56:02
5746         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
5747      Branch: perl
5748            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
5749            ! t/lib/io_sock.t
5750 ____________________________________________________________________________
5751 [  7817] By: jhi                                   on 2000/11/22  21:39:49
5752         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
5753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5754              Date: Wed, 22 Nov 2000 16:08:12 -0500
5755              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
5756      Branch: perl
5757            ! lib/ExtUtils/Liblist.pm
5758 ____________________________________________________________________________
5759 [  7816] By: jhi                                   on 2000/11/22  21:38:25
5760         Log: Go ahead and #include <unistd.h> in perl.h.
5761      Branch: perl
5762            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
5763            ! util.c
5764 ____________________________________________________________________________
5765 [  7815] By: jhi                                   on 2000/11/22  21:22:52
5766         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
5767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5768              Date: Mon, 20 Nov 2000 18:30:52 -0500
5769              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
5770      Branch: perl
5771            ! pod/perlre.pod regcomp.c t/op/re_tests
5772 ____________________________________________________________________________
5773 [  7814] By: jhi                                   on 2000/11/22  21:21:46
5774         Log: Subject: [PATCH 5.7.0] Liblist finally works
5775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5776              Date: Tue, 21 Nov 2000 22:02:17 -0500
5777              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
5778      Branch: perl
5779            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5780            ! lib/ExtUtils/MakeMaker.pm
5781 ____________________________________________________________________________
5782 [  7813] By: jhi                                   on 2000/11/22  21:20:23
5783         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
5784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5785              Date: Wed, 22 Nov 2000 17:53:15 +0100
5786              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
5787              
5788              AIX dynaloader and perlio patch.
5789      Branch: perl
5790            ! ext/DynaLoader/dl_aix.xs
5791 ____________________________________________________________________________
5792 [  7812] By: jhi                                   on 2000/11/22  21:17:52
5793         Log: (Accidentally empty patch.)
5794      Branch: perl
5795            ! av.c
5796 ____________________________________________________________________________
5797 [  7811] By: jhi                                   on 2000/11/22  21:16:31
5798         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
5799              From: Peter Prymmer <pvhp@forte.com>
5800              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
5801              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
5802      Branch: perl
5803            ! vms/test.com
5804 ____________________________________________________________________________
5805 [  7810] By: jhi                                   on 2000/11/22  21:15:36
5806         Log: Subject: Re: perl@7777 
5807              From: "John P. Linderman" <jpl@research.att.com>
5808              Date: Wed, 22 Nov 2000 13:11:11 -0500
5809              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
5810              
5811              Detypoing.
5812      Branch: perl
5813            ! lib/CPAN.pm
5814 ____________________________________________________________________________
5815 [  7809] By: jhi                                   on 2000/11/22  21:14:19
5816         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
5817              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5818              Date:     Wed, 22 Nov 2000 13:51:37 EST
5819              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
5820      Branch: perl
5821            ! perlsdio.h
5822 ____________________________________________________________________________
5823 [  7808] By: jhi                                   on 2000/11/22  21:13:27
5824         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
5825              From: Casey Tweten <crt@kiski.net>
5826              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
5827              Message-Id: <200011201653.LAA10194@home.kiski.net>
5828      Branch: perl
5829            ! t/lib/io_udp.t
5830 ____________________________________________________________________________
5831 [  7807] By: jhi                                   on 2000/11/22  21:12:35
5832         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
5833              From: Casey Tweten <crt@kiski.net>
5834              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
5835              Message-Id: <200011201636.LAA07227@home.kiski.net>
5836      Branch: perl
5837            ! t/lib/io_sock.t
5838 ____________________________________________________________________________
5839 [  7806] By: jhi                                   on 2000/11/22  21:10:59
5840         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
5841              From: "Casey R. Tweten" <crt@kiski.net>
5842              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
5843              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
5844      Branch: perl
5845            ! utils/h2xs.PL
5846 ____________________________________________________________________________
5847 [  7805] By: nick                                  on 2000/11/22  21:05:06
5848         Log: Integrate mainline
5849      Branch: perlio
5850           !> Changes Porting/genlog ext/DB_File/DB_File.xs
5851           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
5852           !> utils/perlbug.PL
5853 ____________________________________________________________________________
5854 [  7804] By: jhi                                   on 2000/11/22  21:01:12
5855         Log: Subject: [PATCH] Test.pm POD peculiarity
5856              From: "Casey R. Tweten" <crt@kiski.net>
5857              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
5858              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
5859      Branch: perl
5860            ! lib/Test.pm
5861 ____________________________________________________________________________
5862 [  7803] By: jhi                                   on 2000/11/22  20:59:59
5863         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
5864              From: "Philip Newton" <pnewton@gmx.de>
5865              Date: Wed, 22 Nov 2000 14:25:53 +0100
5866              Message-Id: <3A1BD771.25462.1939FAD@localhost>
5867              
5868              Be case-understanding also on 's', and use the -oi of sendmail
5869              not to terminate the transmission on a lone '.'.
5870      Branch: perl
5871            ! utils/perlbug.PL
5872 ____________________________________________________________________________
5873 [  7802] By: nick                                  on 2000/11/22  20:51:42
5874         Log: Win32 PerlIO intermediate state now working as expected.
5875              - In current state we are still using C runtime in text/binary
5876              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
5877              - PERLIO=stdio and PERLIO=unix pass all expected tests.
5878              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
5879              and PerlIO_seek() and the dummy crlf layer is not making adjustments
5880              for CRLF translation happening in C runtime. All other tests pass.
5881              
5882              Added note to README.win32 to point out the snags of doing a perl build
5883              with Norton AntiVirus turned on.
5884              
5885              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
5886              which file a fail comes from.
5887              
5888              Updated "canned" config.h to match the one generated.
5889      Branch: perlio
5890            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
5891            ! win32/makefile.mk
5892 ____________________________________________________________________________
5893 [  7801] By: jhi                                   on 2000/11/22  06:50:20
5894         Log: Nickety nits.
5895      Branch: perl
5896            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5897 ____________________________________________________________________________
5898 [  7800] By: jhi                                   on 2000/11/22  01:29:55
5899         Log: Changes had accidentally gone too silent on non-main branches.
5900      Branch: perl
5901            ! Changes Porting/genlog patchlevel.h
5902 ____________________________________________________________________________
5903 [  7799] By: gsar                                  on 2000/11/22  01:02:56
5904         Log: some lib_pm.PL changes snuck in via change#7772
5905      Branch: maint-5.6/perl
5906            ! Makefile.SH
5907 ____________________________________________________________________________
5908 [  7798] By: nick                                  on 2000/11/21  21:59:40
5909         Log: Integrate mainline
5910      Branch: perlio
5911           !> (integrate 28 files)
5912 ____________________________________________________________________________
5913 [  7797] By: jhi                                   on 2000/11/21  21:01:45
5914         Log: Integrate perlio.
5915      Branch: perl
5916           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
5917 ____________________________________________________________________________
5918 [  7796] By: nick                                  on 2000/11/21  20:36:22
5919         Log: Win32 builds and runs (mostly) with USE_PERLIO.
5920              PERLIO=perlio passes all tests. 
5921              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
5922      Branch: perlio
5923            ! perlio.c win32/perllib.c win32/win32.c
5924 ____________________________________________________________________________
5925 [  7795] By: jhi                                   on 2000/11/21  19:03:44
5926         Log: Update Changes.
5927      Branch: perl
5928            ! Changes patchlevel.h
5929 ____________________________________________________________________________
5930 [  7794] By: jhi                                   on 2000/11/21  18:56:34
5931         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
5932              From: "Craig A. Berry" <craigberry@mac.com>
5933              Date: Mon, 20 Nov 2000 20:27:06 -0600
5934              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
5935              
5936              A cut-and-pasto.
5937      Branch: perl
5938            ! perlio.h
5939 ____________________________________________________________________________
5940 [  7793] By: jhi                                   on 2000/11/21  18:54:41
5941         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
5942              From: Dominic Dunlop <domo@computer.org> 
5943              Date: Mon, 20 Nov 2000 18:55:29 +0100
5944              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
5945              
5946              va_copy() and the need of it.
5947              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
5948      Branch: metaconfig/U/perl
5949            + need_va_copy.U
5950      Branch: perl
5951            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5952            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
5953            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
5954            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5955            ! win32/config.bc win32/config.gc win32/config.vc
5956 ____________________________________________________________________________
5957 [  7792] By: jhi                                   on 2000/11/21  17:04:10
5958         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
5959      Branch: perl
5960           !> scope.h
5961 ____________________________________________________________________________
5962 [  7791] By: jhi                                   on 2000/11/21  17:01:16
5963         Log: Export the SOCKS workaround symbols only if necessary.
5964      Branch: perl
5965            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
5966 ____________________________________________________________________________
5967 [  7790] By: nick                                  on 2000/11/20  23:57:11
5968         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
5969      Branch: perlio
5970            ! scope.h
5971 ____________________________________________________________________________
5972 [  7789] By: nick                                  on 2000/11/20  23:38:33
5973         Log: Integrate mainline
5974      Branch: perlio
5975           +> lib/File/Spec/Epoc.pm
5976           !> (integrate 34 files)
5977 ____________________________________________________________________________
5978 [  7788] By: nick                                  on 2000/11/20  23:20:18
5979         Log: Make extra buffer layer work (dummy crlf layer)
5980      Branch: perlio
5981            ! doio.c perlio.c perlio.h
5982 ____________________________________________________________________________
5983 [  7787] By: jhi                                   on 2000/11/20  22:44:04
5984         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
5985              From: Peter Prymmer <pvhp@forte.com>
5986              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
5987              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
5988      Branch: perl
5989            ! t/pragma/locale.t
5990 ____________________________________________________________________________
5991 [  7786] By: jhi                                   on 2000/11/20  22:29:10
5992         Log: Subject: DOC PATCH 5.6.0 perlreftut
5993              From: mjd@plover.com
5994              Date: 20 Nov 2000 19:45:06 -0000
5995              Message-ID: <20001120194506.9505.qmail@plover.com>
5996      Branch: perl
5997            ! pod/perlreftut.pod
5998 ____________________________________________________________________________
5999 [  7785] By: jhi                                   on 2000/11/20  22:27:44
6000         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
6001              From: David Dyck <dcd@tc.fluke.com>
6002              Date: Mon, 20 Nov 2000 11:43:40 -0800
6003              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
6004      Branch: perl
6005            ! lib/Cwd.pm
6006 ____________________________________________________________________________
6007 [  7784] By: jhi                                   on 2000/11/20  22:23:21
6008         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
6009              Date: Mon, 20 Nov 2000 17:06:10 -0500
6010              To: Mailing list Perl5 <perl5-porters@perl.org>
6011              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
6012      Branch: perl
6013            ! pp_ctl.c t/op/pat.t
6014 ____________________________________________________________________________
6015 [  7783] By: jhi                                   on 2000/11/20  22:11:18
6016         Log: Subject: [PATCH] doop.c - UTF8 tr///               
6017              From: Simon Cozens <simon@cozens.net>
6018              Date: Sat, 18 Nov 2000 18:49:30 +0000
6019              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
6020              
6021              Subject: Re: [PATCH] doop.c - UTF8 tr///           
6022              From: Simon Cozens <simon@cozens.net>
6023              Date: Mon, 20 Nov 2000 20:45:22 +0000
6024              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
6025              
6026              Make tr on UTF-8 better but still not correct.
6027      Branch: perl
6028            ! doop.c
6029 ____________________________________________________________________________
6030 [  7782] By: jhi                                   on 2000/11/20  22:02:16
6031         Log: Remove the shared object before attempting to create
6032              (by linking) a new one.  E.g. in AIX not removing
6033              becomes quite painful if one tries to do more than one
6034              build in the same tree (an interrupted build, for example),
6035              since the AIX' shared dynaloader seemingly keeps the shared
6036              objects open and therefore 'busy' for quite a while, even when
6037              nobody is using the objects, leading into link failures.
6038      Branch: perl
6039            ! lib/ExtUtils/MM_Unix.pm
6040 ____________________________________________________________________________
6041 [  7781] By: gsar                                  on 2000/11/20  19:02:55
6042         Log: type mismatch due to faulty integration
6043      Branch: maint-5.6/perl
6044            ! toke.c win32/Makefile
6045 ____________________________________________________________________________
6046 [  7780] By: gsar                                  on 2000/11/20  17:31:55
6047         Log: integrate changes#6392,6394..6399,6401..6404
6048              
6049              The {multiplier} of a fixed substring was overlooked which
6050              caused a wrong initial search offset for that substring.
6051              
6052              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
6053              From: Hugo <hv@crypt.compulink.co.uk>
6054              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
6055              Date: Thu, 13 Jul 2000 19:27:13 +0100
6056              
6057              Fix the BOM bug: not a byteorder bug, a signedness bug.
6058              
6059              Replace change #6337 with a better one.
6060              
6061              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
6062              From: Hugo <hv@crypt.compulink.co.uk>
6063              Date: Fri, 14 Jul 2000 04:16:20 +0100
6064              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
6065              
6066              MakeMaker should not remove editor backups (*~) on `make clean`
6067              by default (completes change#6383)
6068              
6069              move new variables to the end of the interpreter structure (for
6070              bincompat in code that doesn't #include XSUB.h)
6071              
6072              rename totally bletcherous SvLOCK() thingy (doesn't do what the
6073              name suggests anyway)
6074              
6075              various cleanups (typos, misformatted code, and small bugs)
6076              
6077              typecasts needed for change#6394
6078              
6079              typos in change#6399, regen headers
6080              
6081              inconsistent types needs casts
6082              
6083              PERL_OBJECT build tweaks
6084      Branch: maint-5.6/perl
6085           !> MANIFEST doop.c embed.h embed.pl embedvar.h
6086           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
6087           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
6088           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
6089           !> toke.c util.c
6090 ____________________________________________________________________________
6091 [  7779] By: gsar                                  on 2000/11/20  17:06:29
6092         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
6093              
6094              Cosmetics and perldelta.
6095              
6096              Fix nits noticed by Boston.pm.
6097              
6098              Do the cc sanity check both before the hints and
6099              after the cc selction.
6100              
6101              get sprintf.t to adjust properly for 3-digit exponents
6102              
6103              don't clobber *.orig files on *clean targets
6104              
6105              fix bugs in processing %v-*d and similar format specs (from
6106              Avi Finkel <avi@finkel.org>)
6107              
6108              sprintf test tweaks (from Dominic Dunlop)
6109              
6110              new selfloader.t in change#6183 doesn't close DATA handles,
6111              and thus fails to clean up tmp files on dosish platforms
6112              
6113              typos (spotted by Peter Prymmer)
6114              
6115              typo fix from Craig Berry
6116      Branch: maint-5.6/perl
6117           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
6118           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
6119           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
6120           !> x2p/Makefile.SH
6121 ____________________________________________________________________________
6122 [  7778] By: gsar                                  on 2000/11/20  16:46:51
6123         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
6124              
6125              Subject: Re: format bug report  [Patch]
6126              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6127              Date: Wed, 05 Jul 2000 13:12:52 +0200
6128              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
6129              
6130              Subject: Re: format bug report  [Patch]
6131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6132              Date: Wed, 05 Jul 2000 14:10:01 +0200
6133              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
6134              
6135              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
6136              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6137              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
6138              Date: Fri, 07 Jul 2000 17:57:16 +0100
6139              
6140              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
6141              To: perl5-porters@perl.org
6142              From: Karsten Sperling <spiff@phreax.net>
6143              Date: Mon, 10 Jul 2000 15:12:52 +0200
6144              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
6145              
6146              README.posix-bc podified from Thomas Dorner.
6147              
6148              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
6149              From: Dominic Dunlop <domo@computer.org>
6150              Date: Tue, 11 Jul 2000 12:27:33 +0200
6151              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
6152              
6153              Typo in #6341.
6154              
6155              Fix for
6156              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
6157              From: Roderick Schertler <roderick@argon.org>
6158              Date: Tue, 11 Jul 2000 13:55:05 -0400
6159              Message-Id: <200007111755.NAA05077@jones.argon.org>
6160              
6161              Minor cleanups on the booklist.
6162              
6163              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
6164              regen perltoc.
6165              
6166              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
6167      Branch: maint-5.6/perl
6168           +> pod/perlbook.pod
6169           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
6170           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
6171           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
6172 ____________________________________________________________________________
6173 [  7777] By: jhi                                   on 2000/11/20  16:08:49
6174         Log: Update Changes.
6175      Branch: perl
6176            ! Changes patchlevel.h
6177 ____________________________________________________________________________
6178 [  7776] By: jhi                                   on 2000/11/20  15:27:56
6179         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
6180              This may be overly harsh but until proven otherwise, we think this
6181              way, or until we have a simple test for Configure (having to start
6182              up servers is does not count as simple) to check for the problems.
6183      Branch: perl
6184            ! perl.h
6185 ____________________________________________________________________________
6186 [  7775] By: jhi                                   on 2000/11/20  15:22:17
6187         Log: Solaris hints tweaks.
6188      Branch: perl
6189            ! hints/solaris_2.sh
6190 ____________________________________________________________________________
6191 [  7774] By: jhi                                   on 2000/11/20  15:01:20
6192         Log: Add a workaround to SOCKS 64-bit problems.
6193      Branch: perl
6194            ! doio.c embed.h embed.pl perlsdio.h proto.h
6195 ____________________________________________________________________________
6196 [  7773] By: jhi                                   on 2000/11/20  14:51:47
6197         Log: sysseek() instead of seek().
6198      Branch: perl
6199            ! t/lib/syslfs.t
6200 ____________________________________________________________________________
6201 [  7772] By: gsar                                  on 2000/11/20  13:06:23
6202         Log: integrate changes#6315..6319,6321..6331,6333..6338
6203              
6204              Integrate with Sarathy, preliminary fix for unicos
6205              alignment problems in [ID 20000612.002] Perl problem on Cray system.
6206              
6207              some debugger output does not go to the socket when RemotePort is set
6208              
6209              winsock cleanup never done on Windows (leads to handle leaks)
6210              
6211              fix UNC path handling on Windows under ithreads, and chdir()
6212              return value when given a non-existent directory
6213              
6214              Autogenerate pod/Makefile and pod/buildtoc.
6215              buildtoc also checks whether the existin pods are
6216              mentioned in MANIFEST and perl.pod, and vice versa.
6217              (None of the thusly found discrepancies fixed yet.)
6218              roffitall also needs to be autogenerated similarly but it
6219              seems so badly out of date that I didn't touch it yet.
6220              
6221              Config is being used.
6222              
6223              Add =head1 NAMEs so that buildtoc is happy.
6224              (The CGI::Util nit reported to Lincoln.)
6225              
6226              Fix complaints of buildtoc.
6227              
6228              Fix the alignment problem in Crays ([ID 20000612.002]).
6229              
6230              Remove perlbook, update perlfaq book listing,
6231              rearrange perl.pod, regenerate perltoc.
6232              
6233              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
6234              was cast to an unsigned (32-bit) integer with wild abandon.
6235              
6236              winsock options weren't being set in all threads under ithreads
6237              (caused send()s from second and subsequent threads to fail)
6238              
6239              accept() leaks memory on windows due to incorrect ordering of
6240              closesocket() and fclose() calls
6241              
6242              Reorder perl.pod once more.
6243              
6244              More POSIX.pod tweaks.
6245              
6246              Sprinkle ldlibpath.
6247              
6248              Precedence goof, fix based on
6249              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
6250              From: Hugo <hv@crypt.compulink.co.uk>
6251              Date: Tue, 11 Jul 2000 12:52:38 +0100
6252              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
6253              
6254              Subject: PATCH perlguts.pod: Document D and d magic types
6255              From: mjd@plover.com
6256              Date: 5 Jul 2000 18:01:51 -0000
6257              Message-ID: <20000705180151.29413.qmail@plover.com>
6258              
6259              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
6260              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
6261              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
6262              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
6263              
6264              Subject: [PATCH cfgperl] $& segfaults if you trick it
6265              From: simon@brecon.co.uk (Simon Cozens)
6266              Date: 7 Jul 2000 11:26:09 GMT
6267              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
6268              
6269              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
6270              From: Hugo <hv@crypt.compulink.co.uk>
6271              Date: Tue, 11 Jul 2000 12:44:50 +0100
6272              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
6273              
6274              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
6275              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6276              Date: Tue, 11 Jul 2000 13:50:51 +0100
6277              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
6278      Branch: maint-5.6/perl
6279           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
6280           +> pod/buildtoc.PL
6281            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
6282           !> (integrate 26 files)
6283 ____________________________________________________________________________
6284 [  7771] By: gsar                                  on 2000/11/20  12:31:42
6285         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
6286              6310,6311,6314
6287              
6288              Subject: [PATCH bleedperl] File::Spec 0.82 beta
6289              From: Barrie Slaymaker <barries@jester.slaysys.com>
6290              Date: Wed, 28 Jun 2000 11:35:29 -0400
6291              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
6292              
6293              tweak perlembed for multiplicity/usethreads sanity; correct notes
6294              about Windows
6295              
6296              localize %INC in a Safe compartment so that use/require work
6297              (many other magic globals probably need similar treatment)
6298              
6299              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
6300              when @_ is modified, causing coredumps
6301              
6302              slurp mode fix in change#4736 still not quite right
6303              
6304              Point to perlipc for more SysV IPC examples.
6305              
6306              Elaborate POSIX.pod.  Still needs work.
6307              
6308              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
6309              
6310              fix large memory leak that has been around for ever, masked by
6311              -DPURIFY (most of the arenas were never freed!)
6312              
6313              fix memory leak on Windows (PL_sys_intern contents were never
6314              freed)
6315              
6316              PERL_OBJECT build tweak
6317              
6318              adjust change#6299
6319              
6320              remove rel2abs prototypes (from Barrie Slaymaker)
6321              
6322              missing perldiag entry for unpack("w",...) diagnostic (from
6323              Andreas Koenig)
6324              
6325              better diagnostic on Frob->stuff() when Frob:: doesn't exist
6326              (from Richard Soderberg <rs@oregonnet.com>)
6327              
6328              Win32 patches for cfgperl from Sarathy.
6329              
6330              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
6331              
6332              More POSIX.pod embellishment.
6333              
6334              tyop in change#6306
6335      Branch: maint-5.6/perl
6336           !> (integrate 44 files)
6337 ____________________________________________________________________________
6338 [  7770] By: gsar                                  on 2000/11/20  11:51:00
6339         Log: integrate changes#6268..6282 from cfgperl branch
6340              
6341              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
6342              From: Dominic Dunlop <domo@computer.org>
6343              Date: Thu, 29 Jun 2000 12:32:39 +0200
6344              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
6345              
6346              Regen headers for #6261 (and update embed.pl for this) and #6267,
6347              silence few compiler warnings.
6348              
6349              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
6350              From: Nicholas Clark <nick@talking.bollo.cx>
6351              Date: Fri, 23 Jun 2000 16:21:15 +0100
6352              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
6353              
6354              Subject: PATCH pod/perltie.pod
6355              From: Ian Phillipps <Ian.Phillipps@iname.com>
6356              Date: Fri, 16 Jun 2000 00:17:19 +0100
6357              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
6358              (only the first hunk, the second hunk had already been done
6359              by some other patch)
6360              
6361              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
6362              From: Tom Phoenix <rootbeer@redcat.com>
6363              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
6364              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
6365              
6366              Subject: [PATCH] xsub attributes
6367              From: Doug MacEachern <dougm@covalent.net>
6368              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
6369              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
6370              
6371              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
6372              From: Andy Dougherty <doughera@lafayette.edu>
6373              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
6374              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
6375              
6376              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
6377              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6378              Date: Tue, 13 Jun 2000 02:43:48 -0500
6379              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
6380              
6381              Subject: [PATCH] Re: eval documentation: context
6382              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6383              Date: Mon, 12 Jun 2000 15:07:29 +0100
6384              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
6385              
6386              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
6387              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6388              Date: Mon, 12 Jun 2000 14:55:59 +0100
6389              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
6390              
6391              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
6392              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
6393              Date: Fri, 09 Jun 2000 12:39:27 -0400
6394              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
6395              (plus update the version "number" of Text::Wrap)
6396              
6397              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
6398              From: Tim Ayers <tayers@bridge.com>
6399              Date: Thu, 08 Jun 2000 08:11:06 +0200
6400              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
6401              [resent by Richard Foley, Message-Id probably wrong]
6402              
6403              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
6404              From: rspier@pobox.com (Robert Spier)
6405              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
6406              Message-ID: <14654.31913.845602.610277@rls.cx>
6407              
6408              Subject: [PATCH 5.6.0] utils/h2xs.PL
6409              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6410              Date: Wed, 7 Jun 2000 04:02:04 -0500
6411              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
6412              
6413              Subject: [PATCH 5.6.0]ITHREADs for VMS
6414              From: Dan Sugalski <dan@sidhe.org>
6415              Date: Tue, 06 Jun 2000 11:59:50 -0400
6416              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
6417      Branch: maint-5.6/perl
6418           !> (integrate 31 files)
6419 ____________________________________________________________________________
6420 [  7769] By: gsar                                  on 2000/11/20  11:29:06
6421         Log: integrate changes#6261..6266 from cfgperl
6422              
6423              Subject: Re: [PATCH cfgperl] BOMs away!
6424              From: simon@brecon.co.uk (Simon Cozens)
6425              Date: 17 Jun 2000 11:49:57 GMT
6426              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
6427              
6428              Subject: 5.6.0 Patch for EPOC
6429              From: Olaf Flebbe <o.flebbe@gmx.de>
6430              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
6431              Message-ID: <23449.960929969@www11.gmx.net>
6432              
6433              tr fixes from Simon Cozens
6434              
6435              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
6436              From: Marty Lucich <marty@netcom.com>
6437              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
6438              Message-Id: <200006282116.OAA11148@netcom.com>
6439              ccdlflags update (the BSD/OS 4.1 part had already been taken
6440              care of by #6141).
6441              
6442              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
6443              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6444              Date: Wed, 28 Jun 2000 17:50:12 -0700
6445              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
6446              
6447              Subject: [PATCH 5.6.0] cygwin port
6448              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
6449              From: "Fifer, Eric" <EFifer@sanwaint.com>
6450              Date: Thu, 29 Jun 2000 12:58:29 +0100
6451      Branch: maint-5.6/perl
6452           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
6453           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
6454           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6455           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
6456 ____________________________________________________________________________
6457 [  7768] By: gsar                                  on 2000/11/20  11:13:44
6458         Log: integrate changes#6252..6256,6259..6260
6459              
6460              Paranoia tweak on #6249.
6461              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
6462              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6463              Date: Sun, 25 Jun 2000 23:43:12 -0400
6464              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
6465              
6466              Subject: tr///, help wanted.
6467              From: simon@brecon.co.uk (Simon Cozens)
6468              Date: 28 Jun 2000 11:29:04 GMT
6469              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
6470              
6471              small thinko tweaks
6472              
6473              tweaks from Simon Conzes to further fix tr/// under utf8
6474              
6475              perlnewmod was missing from MANIFEST.
6476              
6477              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
6478              From: simon@brecon.co.uk (Simon Cozens)
6479              Date: 17 Jun 2000 11:56:44 GMT
6480              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
6481              pack U0, pack C0
6482      Branch: maint-5.6/perl
6483           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
6484           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
6485           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
6486           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
6487 ____________________________________________________________________________
6488 [  7767] By: gsar                                  on 2000/11/20  10:51:38
6489         Log: integrate change#6250 from cfgperl
6490              
6491              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
6492              From: Doug MacEachern <dougm@covalent.net>
6493              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
6494              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
6495      Branch: maint-5.6/perl
6496           +> t/op/my_stash.t
6497           !> MANIFEST embed.pl global.sym proto.h toke.c
6498 ____________________________________________________________________________
6499 [  7766] By: gsar                                  on 2000/11/20  10:48:34
6500         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
6501              
6502              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
6503              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6504              Date: Mon, 26 Jun 2000 18:40:14 +0100
6505              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
6506              
6507              Subject: [PATCH] bytes<->utf8 fixes
6508              From: simon@brecon.co.uk (Simon Cozens)
6509              Date: 26 Jun 2000 04:55:45 GMT
6510              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
6511              
6512              Subject: [PATCH] is_utf8_string
6513              From: simon@brecon.co.uk (Simon Cozens)
6514              Date: 26 Jun 2000 02:25:59 GMT
6515              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
6516              
6517              Subject: [PATCH] avoid mg_ptr in '*' magic
6518              From: Doug MacEachern <dougm@covalent.net>
6519              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
6520              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
6521              
6522              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
6523              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6524              Date: Sat, 24 Jun 2000 13:06:20 +0100
6525              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
6526              
6527              Allow for standalone testing.
6528              
6529              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
6530              From: Mark-Jason Dominus <mjd@plover.com>
6531              Date: Tue, 27 Jun 2000 22:36:42 -0400
6532              Message-ID: <20000628023642.12166.qmail@plover.com>
6533              
6534              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
6535              From: Frank Tobin <ftobin@uiuc.edu>
6536              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
6537              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
6538      Branch: maint-5.6/perl
6539           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
6540           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
6541           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
6542           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
6543           !> utf8.c utils/h2xs.PL
6544 ____________________________________________________________________________
6545 [  7765] By: gsar                                  on 2000/11/20  10:29:13
6546         Log: integrate change#6239 from cfgperl
6547              
6548              Configure maintenance.  Sever some dependency cycles,
6549              separate gccversion from the cc unit,
6550              address [ID 20000623.006] Configure script patch for using gcc on AIX
6551              (but solve it a little bit differently),
6552              unduplex some accidentally duplicated units,
6553              suggest using gcc if no cc available
6554              (p5p thread: "Solaris configure: counterproposal", 1999-09)
6555      Branch: maint-5.6/perl
6556           !> Configure Todo-5.6 config_h.SH
6557 ____________________________________________________________________________
6558 [  7764] By: gsar                                  on 2000/11/20  10:25:55
6559         Log: integrate changes#6233..6238 from cfgperl
6560              
6561              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
6562              From: Mark-Jason Dominus <mjd@plover.com>
6563              Date: Fri, 16 Jun 2000 20:53:04 -0400
6564              Message-ID: <20000617005304.8008.qmail@plover.com>
6565              
6566              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
6567              because when run as services (Win32ese for daemons)
6568              no environment variables are set and tmpdir ends up as /tmp,
6569              which is ambiguous.
6570              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
6571              From: matt@sergeant.org
6572              Date: 16 Jun 2000 16:30:43 -0000
6573              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
6574              
6575              The thread begun by
6576              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
6577              From: Kevin.Ruscoe@ubsw.com
6578              Date: Fri, 16 Jun 2000 16:38:51 +0100
6579              Message-Id: <H000019b03c300d6@MHS>
6580              
6581              Tweak embed.pl, regen headers.
6582              
6583              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
6584              From: Dan Sugalski <dan@sidhe.org>
6585              Date: Fri, 23 Jun 2000 17:00:00 -0400
6586              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
6587      Branch: maint-5.6/perl
6588           !> (integrate 27 files)
6589 ____________________________________________________________________________
6590 [  7763] By: gsar                                  on 2000/11/20  10:08:08
6591         Log: s/perl56delta/perldelta/g
6592      Branch: maint-5.6/perl
6593            ! pod/Makefile
6594 ____________________________________________________________________________
6595 [  7762] By: gsar                                  on 2000/11/20  10:04:00
6596         Log: integrate changes#6225,6229,6231,6232 from cfgperl
6597              
6598              Add source code filenames to apidoc.
6599              From: simon@brecon.co.uk (Simon Cozens)
6600              Subject: [PATCH embed.pl] Source X-ref
6601              Date: 22 Jun 2000 02:18:49 GMT
6602              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
6603              
6604              Subject: README.hpux version 0.6.1
6605              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
6606              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6607              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
6608              
6609              Subject: [PATCH 5.6.0] cygwin port
6610              From: "Fifer, Eric" <EFifer@sanwaint.com>
6611              Date: Tue, 20 Jun 2000 14:30:58 +0100
6612              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
6613              
6614              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
6615              From: simon@brecon.co.uk (Simon Cozens)
6616              Date: 19 Jun 2000 15:18:27 GMT
6617              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
6618              
6619              plus update pod/Makefile and regenerate perltoc
6620      Branch: maint-5.6/perl
6621           +> pod/perlutil.pod
6622           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
6623           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
6624 ____________________________________________________________________________
6625 [  7761] By: jhi                                   on 2000/11/20  04:09:55
6626         Log: Miraculous typo.
6627      Branch: perl
6628            ! t/op/pat.t
6629 ____________________________________________________________________________
6630 [  7760] By: jhi                                   on 2000/11/20  04:06:08
6631         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
6632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6633              Date: Sun, 19 Nov 2000 22:30:26 -0500
6634              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
6635      Branch: perl
6636            ! regexec.c scope.h t/op/pat.t
6637 ____________________________________________________________________________
6638 [  7759] By: jhi                                   on 2000/11/20  02:05:22
6639         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
6640      Branch: perl
6641            ! perl.h
6642 ____________________________________________________________________________
6643 [  7758] By: jhi                                   on 2000/11/20  01:58:11
6644         Log: Subject: [perl 7711: EPOC] updates
6645              From: Olaf Flebbe <o.flebbe@gmx.de>
6646              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
6647              Message-ID: <25575.974658810@www23.gmx.net>               
6648      Branch: perl
6649            + lib/File/Spec/Epoc.pm
6650            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
6651            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
6652            ! lib/File/Spec.pm perl.c sv.c
6653 ____________________________________________________________________________
6654 [  7757] By: jhi                                   on 2000/11/20  01:53:11
6655         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
6656      Branch: perl
6657            ! MANIFEST
6658 ____________________________________________________________________________
6659 [  7756] By: jhi                                   on 2000/11/20  01:47:22
6660         Log: Integrate perlio.
6661      Branch: perl
6662            - ext/re/hints/MSWin32.pl
6663           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
6664           !> win32/config.gc win32/config_H.gc win32/win32sck.c
6665 ____________________________________________________________________________
6666 [  7755] By: nick                                  on 2000/11/19  20:57:17
6667         Log: Add dummy crlf layer (just as buffer)
6668              Correct 1st bug - one layer of indirection.
6669      Branch: perlio
6670            ! perlio.c perlio.h perliol.h
6671 ____________________________________________________________________________
6672 [  7754] By: nick                                  on 2000/11/19  20:56:12
6673         Log: Work-round to Perl_deb_nocontext is no longer required
6674      Branch: perlio
6675            - ext/re/hints/MSWin32.pl
6676 ____________________________________________________________________________
6677 [  7753] By: nick                                  on 2000/11/19  20:01:16
6678         Log: diff -se shows these as different
6679      Branch: perlio
6680            ! global.sym pod/perlapi.pod
6681 ____________________________________________________________________________
6682 [  7752] By: nick                                  on 2000/11/19  18:57:30
6683         Log: Configure GCC/Win32 build -Duseperlio
6684              Fix a couple of gross issues
6685              - double-include of ../deb.o in re.dll
6686              - win32sck.c needs PerlIO and FILE 
6687      Branch: perlio
6688            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
6689            ! win32/win32sck.c
6690 ____________________________________________________________________________
6691 [  7751] By: nick                                  on 2000/11/19  17:05:36
6692         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
6693      Branch: perlio
6694            ! perlio.c
6695 ____________________________________________________________________________
6696 [  7750] By: nick                                  on 2000/11/19  16:57:14
6697         Log: Missing aTHX_
6698      Branch: perlio
6699            ! sv.c
6700 ____________________________________________________________________________
6701 [  7749] By: jhi                                   on 2000/11/19  16:28:40
6702         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
6703              From: "Peter J. Farley III" <pjfarley@banet.net>
6704              Date: Sun, 19 Nov 2000 01:42:58 -0500
6705              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
6706      Branch: perl
6707            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
6708 ____________________________________________________________________________
6709 [  7748] By: jhi                                   on 2000/11/19  16:08:10
6710         Log: Subject: podlators 1.05 available        
6711              From: Russ Allbery <rra@stanford.edu>   
6712              Date: 18 Nov 2000 22:04:28 -0800
6713              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
6714      Branch: perl
6715            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
6716 ____________________________________________________________________________
6717 [  7747] By: nick                                  on 2000/11/19  11:19:39
6718         Log: Integrate mainline
6719      Branch: perlio
6720           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
6721           !> util.c
6722 ____________________________________________________________________________
6723 [  7746] By: jhi                                   on 2000/11/19  06:42:22
6724         Log: Make hex scanning warn on "\x{x}" and "\xx".
6725              "\x" and and hex("x") are still valid.
6726      Branch: perl
6727            ! util.c
6728 ____________________________________________________________________________
6729 [  7745] By: nick                                  on 2000/11/18  22:52:28
6730         Log: Integrate mainline
6731      Branch: perlio
6732           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
6733           !> perl.h perlio.c proto.h regcomp.c regcomp.h
6734 ____________________________________________________________________________
6735 [  7744] By: jhi                                   on 2000/11/18  22:50:28
6736         Log: Introduce Perl_utf8_length().  Use it.
6737      Branch: perl
6738            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
6739 ____________________________________________________________________________
6740 [  7743] By: jhi                                   on 2000/11/18  22:38:51
6741         Log: Compiler denit.
6742      Branch: perl
6743            ! perlio.c
6744 ____________________________________________________________________________
6745 [  7742] By: jhi                                   on 2000/11/18  20:33:05
6746         Log: Integrate perlio.
6747      Branch: perl
6748           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
6749           !> perlio.h pp_ctl.c pp_sys.c sv.c
6750 ____________________________________________________________________________
6751 [  7741] By: jhi                                   on 2000/11/18  20:31:27
6752         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
6753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6754              Date: Fri, 17 Nov 2000 20:35:11 -0500
6755              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
6756              
6757              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
6758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6759              Date: Fri, 17 Nov 2000 21:03:47 -0500
6760              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
6761              
6762              Plus a little bit of tweaking in pregcomp().
6763      Branch: perl
6764            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
6765 ____________________________________________________________________________
6766 [  7740] By: nick                                  on 2000/11/18  20:17:22
6767         Log: Lexical use open ... support:
6768              add ->cop_io to COP structure in cop.h.
6769              Make mg.c and gv.c associate it with ${^OPEN}.
6770              Make lib/open.pm set it.
6771              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
6772              manner similar to ->cop_warnings.
6773              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
6774              call new PerlIO_apply_layers().
6775              Declare latter in perlio.h and define in perlio.c
6776      Branch: perlio
6777            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
6778            ! perlio.h pp_ctl.c pp_sys.c sv.c
6779 ____________________________________________________________________________
6780 [  7739] By: jhi                                   on 2000/11/18  19:54:00
6781         Log: Integrate perlio.
6782      Branch: perl
6783           !> doio.c perlio.c pp.c
6784 ____________________________________________________________________________
6785 [  7738] By: jhi                                   on 2000/11/18  17:16:13
6786         Log: Subject: [PATCH 5.7.0] etags broken again
6787              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6788              Date: Sat, 18 Nov 2000 02:41:36 -0500
6789              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
6790      Branch: perl
6791            ! emacs/ptags
6792 ____________________________________________________________________________
6793 [  7737] By: jhi                                   on 2000/11/18  17:12:18
6794         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
6795      Branch: perl
6796            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6797 ____________________________________________________________________________
6798 [  7736] By: nick                                  on 2000/11/18  14:06:20
6799         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
6800              part to be isolated.
6801      Branch: perlio
6802            ! doio.c perlio.c
6803 ____________________________________________________________________________
6804 [  7735] By: nick                                  on 2000/11/18  11:03:32
6805         Log: Integrate mainline
6806      Branch: perlio
6807           !> Changes README.amiga README.win32 patchlevel.h
6808           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
6809 ____________________________________________________________________________
6810 [  7734] By: jhi                                   on 2000/11/18  01:18:56
6811         Log: Update Changes.
6812      Branch: perl
6813            ! Changes patchlevel.h
6814 ____________________________________________________________________________
6815 [  7733] By: jhi                                   on 2000/11/18  00:32:54
6816         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
6817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6818              Date: Fri, 17 Nov 2000 17:28:02 -0500
6819              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
6820      Branch: perl
6821            ! regcomp.c regexec.c t/op/re_tests
6822 ____________________________________________________________________________
6823 [  7732] By: jhi                                   on 2000/11/18  00:28:56
6824         Log: Sparc 64-bit pack() fix from Jens Hamisch.
6825      Branch: perl
6826            ! pp.c
6827 ____________________________________________________________________________
6828 [  7731] By: jhi                                   on 2000/11/18  00:18:39
6829         Log: Explain in more detail the {} syntax ambiguousity.
6830              
6831              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
6832              From: Nicholas Clark <nick@ccl4.org>
6833              Date: Fri, 17 Nov 2000 22:10:28 +0000
6834              Message-ID: <20001117221028.A88930@plum.flirble.org>
6835      Branch: perl
6836            ! pod/perlfunc.pod
6837 ____________________________________________________________________________
6838 [  7730] By: jhi                                   on 2000/11/18  00:12:18
6839         Log: Subject: Fix for README.amiga (20000323.033)
6840              From: "Stephen P. Potter" <spp@spotter.yi.org>
6841              Date: Fri, 17 Nov 2000 12:25:51 -0500
6842              Message-Id: <200011171725.MAA05768@spotter.yi.org>
6843      Branch: perl
6844            ! README.amiga
6845 ____________________________________________________________________________
6846 [  7729] By: jhi                                   on 2000/11/18  00:08:34
6847         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
6848              From: "A. C. Yardley" <yardley@tanet.net>
6849              Date: Mon, 3 Apr 2000 11:35:33 -0700
6850              Message-ID: <3483.000403@tanet.net>
6851      Branch: perl
6852            ! README.win32
6853 ____________________________________________________________________________
6854 [  7728] By: nick                                  on 2000/11/17  21:59:47
6855         Log: Integrate mainline
6856      Branch: perlio
6857           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
6858           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
6859           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
6860           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
6861 ____________________________________________________________________________
6862 [  7727] By: nick                                  on 2000/11/17  21:56:31
6863         Log: Experiment on use of attributes.pm interface.
6864              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
6865              SVt_PVRV if not already something better (else vivify of say magic gets
6866              core dump).
6867      Branch: perlio
6868            ! perlio.c pp.c
6869 ____________________________________________________________________________
6870 [  7726] By: jhi                                   on 2000/11/17  14:15:49
6871         Log: Subject: Fix for 20000815.006
6872              From: "Stephen P. Potter" <spp@spotter.yi.org>
6873              Date: Fri, 17 Nov 2000 08:57:45 -0500
6874              Message-Id: <200011171357.IAA05122@spotter.yi.org>
6875              
6876              It's really 20000518.006.
6877      Branch: perl
6878            ! pod/perlmodlib.PL
6879 ____________________________________________________________________________
6880 [  7725] By: jhi                                   on 2000/11/17  14:12:31
6881         Log: Subject: Fix for 20000409.001
6882              From: "Stephen P. Potter" <spp@spotter.yi.org>
6883              Date: Fri, 17 Nov 2000 08:55:45 -0500
6884              Message-Id: <200011171355.IAA05104@spotter.yi.org>
6885      Branch: perl
6886            ! pod/perlfaq9.pod
6887 ____________________________________________________________________________
6888 [  7724] By: jhi                                   on 2000/11/17  14:08:58
6889         Log: Undo #7627 now that we have =head3.
6890      Branch: perl
6891            ! pod/perlhack.pod
6892 ____________________________________________________________________________
6893 [  7723] By: jhi                                   on 2000/11/17  14:04:09
6894         Log: As surmised the #7719 wasn't a good move.
6895      Branch: perl
6896            ! hints/solaris_2.sh
6897 ____________________________________________________________________________
6898 [  7722] By: jhi                                   on 2000/11/17  13:59:04
6899         Log: Also the 64bitall hints can be either here or there.
6900      Branch: perl
6901            ! hints/solaris_2.sh
6902 ____________________________________________________________________________
6903 [  7721] By: jhi                                   on 2000/11/17  02:26:23
6904         Log: Test tweak for the open pragma.
6905      Branch: perl
6906            ! t/lib/b.t
6907 ____________________________________________________________________________
6908 [  7720] By: jhi                                   on 2000/11/17  00:23:22
6909         Log: The long double hints can be here or there.
6910      Branch: perl
6911            ! hints/solaris_2.sh
6912 ____________________________________________________________________________
6913 [  7719] By: jhi                                   on 2000/11/17  00:14:06
6914         Log: For Solaris use64bitall the stdchar needs a little bit of help.
6915      Branch: perl
6916            ! hints/solaris_2.sh
6917 ____________________________________________________________________________
6918 [  7718] By: jhi                                   on 2000/11/16  23:27:34
6919         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
6920              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6921              Date: Wed, 15 Nov 2000 08:56:32 +0100
6922              Message-ID: <3A1241B0.64477E00@alcatel.at>
6923      Branch: perl
6924            ! lib/Carp/Heavy.pm
6925 ____________________________________________________________________________
6926 [  7717] By: jhi                                   on 2000/11/16  23:23:29
6927         Log: Subject: [PATCH] Re: 20001101.003 PDL
6928              From: Nicholas Clark <nick@ccl4.org>
6929              Date: Thu, 16 Nov 2000 16:48:25 +0000
6930              Message-ID: <20001116164825.B93487@plum.flirble.org>
6931      Branch: perl
6932            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
6933 ____________________________________________________________________________
6934 [  7716] By: jhi                                   on 2000/11/16  23:21:31
6935         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
6936              From: "Casey R. Tweten" <crt@kiski.net>
6937              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
6938              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
6939      Branch: perl
6940            ! lib/Pod/Checker.pm pod/perlpod.pod
6941 ____________________________________________________________________________
6942 [  7715] By: jhi                                   on 2000/11/16  23:19:40
6943         Log: Avoid an infinite loop in VMS when utils scripts are run
6944              with no arguments, from Charles Lane.
6945      Branch: perl
6946            ! configure.com
6947 ____________________________________________________________________________
6948 [  7714] By: jhi                                   on 2000/11/16  23:17:08
6949         Log: Subject: perllocale.pod changes
6950              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6951              Date: Mon, 13 Nov 2000 10:09:22 +0300
6952              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
6953      Branch: perl
6954            ! pod/perllocale.pod
6955 ____________________________________________________________________________
6956 [  7713] By: jhi                                   on 2000/11/16  23:14:06
6957         Log: Integrate perlio.
6958      Branch: perl
6959           !> doio.c perlio.c perlio.h util.c
6960 ____________________________________________________________________________
6961 [  7712] By: nick                                  on 2000/11/16  21:10:58
6962         Log: Integrate mainline
6963      Branch: perlio
6964           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6965           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
6966           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
6967           !> vos/config.ga.def vos/config.ga.h win32/config.bc
6968           !> win32/config.gc win32/config.vc
6969 ____________________________________________________________________________
6970 [  7711] By: nick                                  on 2000/11/16  19:56:41
6971         Log: Minor tweaks:
6972              consistent way of getting 'rb', 'wb' etc. for binary opens
6973              move *perlio::layers to *open::layers
6974              a #define to show layers available
6975              DOSISH popen/PerlIO had export/import sense inverted.
6976      Branch: perlio
6977            ! doio.c perlio.c perlio.h util.c
6978 ____________________________________________________________________________
6979 [  7710] By: jhi                                   on 2000/11/16  15:46:05
6980         Log: Add HAS_SBRK_PROTO.
6981      Branch: metaconfig/U/perl
6982            + d_sbrkproto.U
6983      Branch: perl
6984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6985            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
6986            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6987            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6988            ! win32/config.gc win32/config.vc
6989 ____________________________________________________________________________
6990 [  7709] By: nick                                  on 2000/11/16  07:31:49
6991         Log: Integrate mainline
6992      Branch: perlio
6993           !> (integrate 35 files)
6994 ____________________________________________________________________________
6995 [  7708] By: jhi                                   on 2000/11/16  05:33:03
6996         Log: These files are text, not binary.
6997      Branch: perl
6998            ! ext/Encode/Encode/iso8859-10.enc
6999            ! ext/Encode/Encode/iso8859-13.enc
7000            ! ext/Encode/Encode/iso8859-14.enc
7001            ! ext/Encode/Encode/iso8859-15.enc
7002 ____________________________________________________________________________
7003 [  7707] By: jhi                                   on 2000/11/16  01:53:37
7004         Log: Update Changes.
7005      Branch: perl
7006            ! Changes patchlevel.h
7007 ____________________________________________________________________________
7008 [  7706] By: jhi                                   on 2000/11/16  01:35:59
7009         Log: More #undefing of stdio.
7010      Branch: perl
7011            ! fakesdio.h nostdio.h
7012 ____________________________________________________________________________
7013 [  7705] By: jhi                                   on 2000/11/16  01:34:18
7014         Log: Add fwalk() probe to the configuration files and regen perltoc.
7015      Branch: perl
7016            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7017            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
7018            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
7019            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7020            ! win32/config.bc win32/config.gc win32/config.vc
7021 ____________________________________________________________________________
7022 [  7704] By: jhi                                   on 2000/11/16  01:33:07
7023         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
7024              an optional third argument to Inlibc?)
7025      Branch: metaconfig/U/perl
7026            + d__fwalk.U
7027 ____________________________________________________________________________
7028 [  7703] By: jhi                                   on 2000/11/16  01:09:22
7029         Log: The type of the hash_cb() size argument is tricky.
7030      Branch: perl
7031            ! ext/DB_File/DB_File.xs
7032 ____________________________________________________________________________
7033 [  7702] By: jhi                                   on 2000/11/15  23:01:16
7034         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
7035      Branch: perl
7036            ! nostdio.h
7037 ____________________________________________________________________________
7038 [  7701] By: jhi                                   on 2000/11/15  22:52:32
7039         Log: Detypo.
7040      Branch: perl
7041            ! t/lib/bigfltpm.t
7042 ____________________________________________________________________________
7043 [  7700] By: jhi                                   on 2000/11/15  22:51:56
7044         Log: UINT64_C() work continues.
7045      Branch: perl
7046            ! handy.h perl.h utf8.h
7047 ____________________________________________________________________________
7048 [  7699] By: jhi                                   on 2000/11/15  14:13:04
7049         Log: SOCKS has its own USE_THREADS, based on
7050              
7051              Subject: [ID 20001114.002] et. al. bugfix followup
7052              From: Jens Hamisch <jens@Strawberry.COM> 
7053              Date: Wed, 15 Nov 2000 14:23:11 +0100
7054              Message-ID: <20001115142311.A21164@Strawberry.COM>
7055      Branch: perl
7056            ! perl.h
7057 ____________________________________________________________________________
7058 [  7698] By: jhi                                   on 2000/11/15  03:50:56
7059         Log: Add few missing #undefs and sort them.
7060      Branch: perl
7061            ! fakesdio.h
7062 ____________________________________________________________________________
7063 [  7697] By: jhi                                   on 2000/11/15  03:39:14
7064         Log: Linenumber fix.
7065      Branch: perl
7066            ! t/pragma/warn/utf8
7067 ____________________________________________________________________________
7068 [  7696] By: jhi                                   on 2000/11/15  02:55:26
7069         Log: EBCDIC tweaks.
7070              
7071              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
7072              From: Peter Prymmer <pvhp@forte.com>
7073              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
7074              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
7075      Branch: perl
7076            ! t/op/regmesg.t t/pragma/warn/utf8
7077 ____________________________________________________________________________
7078 [  7695] By: jhi                                   on 2000/11/15  02:53:58
7079         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
7080              From: Peter Prymmer <pvhp@forte.com>
7081              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
7082              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
7083      Branch: perl
7084            ! utf8.c
7085 ____________________________________________________________________________
7086 [  7694] By: jhi                                   on 2000/11/15  02:50:55
7087         Log: Subject: [PATCH: perl@7674] updates to README.os390
7088              From: Prymmer/Kahn <pvhp@best.com>
7089              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
7090              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
7091      Branch: perl
7092            ! README.os390
7093 ____________________________________________________________________________
7094 [  7693] By: jhi                                   on 2000/11/15  02:48:37
7095         Log: Quit utf8_to_uv() instantly if curlen == 0.
7096      Branch: perl
7097            ! utf8.c
7098 ____________________________________________________________________________
7099 [  7692] By: jhi                                   on 2000/11/15  02:24:29
7100         Log: Use u_int32_t for the size of hash_cb(), not size_t.
7101              
7102              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
7103              From: Jens Hamisch <jens@Strawberry.COM>     
7104              Date: Tue, 14 Nov 2000 19:03:55 +0100
7105              Message-Id: <20001114190355.A20559@Strawberry.COM>
7106      Branch: perl
7107            ! ext/DB_File/DB_File.xs
7108 ____________________________________________________________________________
7109 [  7691] By: jhi                                   on 2000/11/15  02:20:12
7110         Log: Use UINT64_C().
7111              
7112              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
7113              From: Jens Hamisch <jens@Strawberry.COM>
7114              Date: Tue, 14 Nov 2000 19:16:23 +0100
7115              Message-Id: <20001114191623.G20559@Strawberry.COM>
7116      Branch: perl
7117            ! utf8.c utf8.h
7118 ____________________________________________________________________________
7119 [  7690] By: jhi                                   on 2000/11/15  02:17:06
7120         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
7121              (a macro to define signed and unsigned integer constants).
7122      Branch: perl
7123            ! handy.h
7124 ____________________________________________________________________________
7125 [  7689] By: jhi                                   on 2000/11/15  01:56:51
7126         Log: Regen Configure.
7127      Branch: perl
7128            ! Configure
7129 ____________________________________________________________________________
7130 [  7688] By: jhi                                   on 2000/11/15  01:56:32
7131         Log: Make the unit know about SOCKS.
7132      Branch: metaconfig
7133            ! U/protos/socksizetype.U
7134 ____________________________________________________________________________
7135 [  7687] By: jhi                                   on 2000/11/15  01:54:47
7136         Log: Remove unused dependencies.
7137      Branch: metaconfig
7138            ! U/compline/d_getpagsz.U
7139 ____________________________________________________________________________
7140 [  7686] By: nick                                  on 2000/11/14  21:25:13
7141         Log: Integrate mainline.
7142      Branch: perlio
7143           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
7144           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
7145           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
7146           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
7147           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
7148           !> win32/config.bc win32/config.gc win32/config.vc
7149           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
7150 ____________________________________________________________________________
7151 [  7685] By: jhi                                   on 2000/11/14  17:54:56
7152         Log: Integrate perlio.
7153      Branch: perl
7154           +> fakesdio.h perliol.h
7155           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7156           !> perlsdio.h perlsfio.h pod/perlfunc.pod
7157 ____________________________________________________________________________
7158 [  7684] By: nick                                  on 2000/11/14  17:43:04
7159         Log: PerlIO #include and #ifdef re-work.
7160      Branch: perlio
7161            + fakesdio.h perliol.h
7162            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7163            ! perlsdio.h perlsfio.h
7164 ____________________________________________________________________________
7165 [  7683] By: jhi                                   on 2000/11/14  15:42:40
7166         Log: Hoist the duplicated socket/netdb include logic to perl.h;
7167              undef SETERRNO in case SOCKS has defined it.  Based on:
7168              
7169              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
7170              From: Jens Hamisch <jens@Strawberry.COM> 
7171              Date: Tue, 14 Nov 2000 11:34:40 +0100
7172              Message-Id: <20001114113440.A20005@Strawberry.COM>
7173      Branch: perl
7174            ! doio.c perl.h pp_sys.c
7175 ____________________________________________________________________________
7176 [  7682] By: jhi                                   on 2000/11/14  14:07:28
7177         Log: Subject: some additions for makefiles for win32 (for perl@7674)
7178              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7179              Date: Tue, 14 Nov 2000 09:31:13 +0300
7180              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
7181      Branch: perl
7182            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7183            ! win32/makefile.mk
7184 ____________________________________________________________________________
7185 [  7681] By: jhi                                   on 2000/11/14  14:01:41
7186         Log: Subject: tiny typo in perl5db.pl
7187              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7188              Date: Tue, 14 Nov 2000 09:29:28 +0300
7189              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
7190      Branch: perl
7191            ! lib/perl5db.pl
7192 ____________________________________________________________________________
7193 [  7680] By: jhi                                   on 2000/11/14  04:13:50
7194         Log: Redo #7679 with LFs instead of CRLFs.
7195      Branch: perl
7196            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
7197            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
7198            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7199 ____________________________________________________________________________
7200 [  7679] By: jhi                                   on 2000/11/14  01:21:09
7201         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
7202              From: Benjamin Stuhl <tiriath@yahoo.com> 
7203              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7204              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7205      Branch: perl
7206            + win32/bin/mdelete.bat
7207            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7208            ! makedef.pl perlio.c win32/Makefile win32/config.gc
7209            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7210 ____________________________________________________________________________
7211 [  7678] By: jhi                                   on 2000/11/14  01:19:20
7212         Log: Fix the re extension building for Win32.
7213              
7214              Subject: [PATCH perl@7638] Get PerlIO building on Win32
7215              From: Benjamin Stuhl <tiriath@yahoo.com> 
7216              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7217              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7218      Branch: perl
7219            + ext/re/hints/MSWin32.pl
7220            ! MANIFEST
7221 ____________________________________________________________________________
7222 [  7677] By: jhi                                   on 2000/11/14  01:13:54
7223         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
7224              From: sthoenna@efn.org
7225              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
7226              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
7227      Branch: perl
7228            ! doop.c pp.c toke.c utf8.c utf8.h
7229 ____________________________________________________________________________
7230 [  7676] By: jhi                                   on 2000/11/13  20:23:15
7231         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
7232              From: Nicholas Clark <nick@ccl4.org>
7233              Date: Mon, 13 Nov 2000 18:55:04 +0000
7234              Message-ID: <20001113185504.J29183@plum.flirble.org>
7235      Branch: perl
7236            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
7237 ____________________________________________________________________________
7238 [  7675] By: nick                                  on 2000/11/13  20:21:57
7239         Log: Integrate mainline ...
7240      Branch: perlio
7241           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
7242           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
7243           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
7244           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
7245 ____________________________________________________________________________
7246 [  7674] By: jhi                                   on 2000/11/13  15:07:56
7247         Log: Update Changes.
7248      Branch: perl
7249            ! Changes patchlevel.h
7250 ____________________________________________________________________________
7251 [  7673] By: jhi                                   on 2000/11/13  14:42:42
7252         Log: Remove the new two tests of lib/io_xs for now, they seem to
7253              fail under perlio on some platforms.
7254      Branch: perl
7255            ! t/lib/io_xs.t
7256 ____________________________________________________________________________
7257 [  7672] By: jhi                                   on 2000/11/13  13:57:53
7258         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
7259      Branch: perl
7260            ! perlio.c
7261 ____________________________________________________________________________
7262 [  7671] By: jhi                                   on 2000/11/13  05:30:48
7263         Log: Placate nervous compilers that see longer than ints switch()ing.
7264      Branch: perl
7265            ! utf8.c
7266 ____________________________________________________________________________
7267 [  7670] By: jhi                                   on 2000/11/13  05:14:21
7268         Log: fputs() does return EOF on error but here we don't care.
7269      Branch: perl
7270            ! perlio.c
7271 ____________________________________________________________________________
7272 [  7669] By: jhi                                   on 2000/11/13  05:02:45
7273         Log: Declare reg_data like reg_substr_data.
7274      Branch: perl
7275            ! regexp.h
7276 ____________________________________________________________________________
7277 [  7668] By: jhi                                   on 2000/11/13  04:54:34
7278         Log: Typos in #7667.
7279      Branch: perl
7280            ! perl.h
7281 ____________________________________________________________________________
7282 [  7667] By: jhi                                   on 2000/11/13  04:49:49
7283         Log: Cleanup messy #ifdef.
7284      Branch: perl
7285            ! perl.h
7286 ____________________________________________________________________________
7287 [  7666] By: jhi                                   on 2000/11/13  04:17:34
7288         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
7289              From: Nicholas Clark <nick@talking.bollo.cx>
7290              Date: Sun, 12 Nov 2000 21:14:11 +0000
7291              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
7292              
7293              Note: only one breakage of the two reported is fixed by this patch.
7294      Branch: perl
7295            ! perlio.c
7296 ____________________________________________________________________________
7297 [  7665] By: jhi                                   on 2000/11/13  04:05:07
7298         Log: Tweak the definition of the bit complement on UTF-8 data:
7299              if none of the characters in the string are > 0xff,
7300              the result is a complemented byte string, not a (UTF-8)
7301              char string.  Based on the summary in
7302              
7303              Subject: Re: [ID 20000918.005] ~ on wide chars
7304              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
7305              Date: Fri, 10 Nov 2000 09:47:15 -0800
7306              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
7307              
7308              This should give us the maximum backward (pre-char string)
7309              compatibility and utf8 compatibility.  The other alternative
7310              would be to limit the bit complement to be always byte only,
7311              taking the least significant byte of the chars.
7312      Branch: perl
7313            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
7314 ____________________________________________________________________________
7315 [  7664] By: jhi                                   on 2000/11/13  00:23:44
7316         Log: Couple of tests from #7660 salvaged.
7317      Branch: perl
7318            - t/op/tell.t
7319            ! MANIFEST t/io/tell.t
7320 ____________________________________________________________________________
7321 [  7663] By: jhi                                   on 2000/11/13  00:02:48
7322         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
7323              From: Nicholas Clark <nick@talking.bollo.cx>
7324              Date: Sun, 12 Nov 2000 21:23:43 +0000
7325              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
7326      Branch: perl
7327            ! perlsfio.h
7328 ____________________________________________________________________________
7329 [  7662] By: jhi                                   on 2000/11/13  00:01:39
7330         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
7331              From: Nicholas Clark <nick@talking.bollo.cx>
7332              Date: Sun, 12 Nov 2000 21:30:04 +0000
7333              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
7334      Branch: perl
7335            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
7336 ____________________________________________________________________________
7337 [  7661] By: jhi                                   on 2000/11/12  23:57:29
7338         Log: Document tell() on special streams.
7339      Branch: perl
7340            ! pod/perlfunc.pod
7341 ____________________________________________________________________________
7342 [  7660] By: jhi                                   on 2000/11/12  23:54:22
7343         Log: (Subsumed by #7664)
7344      Branch: perl
7345            + t/op/tell.t
7346            ! MANIFEST
7347 ____________________________________________________________________________
7348 [  7659] By: jhi                                   on 2000/11/12  22:55:25
7349         Log: Many subdocumented return values of the IO extension now documented.
7350              ungetc and write still left subdocumented.
7351              
7352              Subject: [PATCH] (was Re: IO::Handle::ungetc)
7353              From: Nicholas Clark <nick@talking.bollo.cx>
7354              Date: Sun, 12 Nov 2000 21:35:53 +0000
7355              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
7356      Branch: perl
7357            ! ext/IO/lib/IO/Handle.pm
7358 ____________________________________________________________________________
7359 [  7658] By: jhi                                   on 2000/11/12  21:37:06
7360         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
7361              From: Nicholas Clark <nick@talking.bollo.cx>
7362              Date: Sun, 12 Nov 2000 20:03:22 +0000
7363              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
7364      Branch: perl
7365            ! pod/perlfunc.pod
7366 ____________________________________________________________________________
7367 [  7657] By: jhi                                   on 2000/11/12  20:34:55
7368         Log: Integrate perlio.
7369      Branch: perl
7370           !> perlio.c
7371 ____________________________________________________________________________
7372 [  7656] By: nick                                  on 2000/11/12  19:25:06
7373         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
7374      Branch: perlio
7375            ! perlio.c
7376 ____________________________________________________________________________
7377 [  7655] By: nick                                  on 2000/11/12  19:09:41
7378         Log: Integrate mainline
7379      Branch: perlio
7380           +> README.solaris ext/Encode/Encode/cp1006.enc
7381           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
7382           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
7383           +> ext/Encode/Encode/iso8859-13.enc
7384           +> ext/Encode/Encode/iso8859-14.enc
7385           +> ext/Encode/Encode/iso8859-15.enc
7386           !> (integrate 34 files)
7387 ____________________________________________________________________________
7388 [  7654] By: jhi                                   on 2000/11/12  19:00:22
7389         Log: Add a metaconfig unit for fsync.
7390      Branch: metaconfig/U/perl
7391            + d_fsync.U
7392 ____________________________________________________________________________
7393 [  7653] By: jhi                                   on 2000/11/12  19:00:01
7394         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
7395      Branch: perl
7396            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7397            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7398            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7399            ! vos/config.ga.h win32/config.bc win32/config.gc
7400            ! win32/config.vc
7401 ____________________________________________________________________________
7402 [  7652] By: jhi                                   on 2000/11/11  21:12:01
7403         Log: Copy the s// information of README.hpux also to the perlrun.
7404      Branch: perl
7405            ! README.hpux pod/perlrun.pod
7406 ____________________________________________________________________________
7407 [  7651] By: jhi                                   on 2000/11/11  21:03:13
7408         Log: More README.solaris updates from Andy Dougherty.
7409      Branch: perl
7410            ! README.solaris
7411 ____________________________________________________________________________
7412 [  7650] By: jhi                                   on 2000/11/11  18:38:57
7413         Log: More descriptive error for unknown perlio layers.
7414              
7415              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
7416              From: Dominic Dunlop <domo@computer.org> 
7417              Date: Sat, 11 Nov 2000 18:20:32 +0100             
7418              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
7419      Branch: perl
7420            ! perlio.c pod/perldiag.pod
7421 ____________________________________________________________________________
7422 [  7649] By: jhi                                   on 2000/11/11  18:37:52
7423         Log: MachTen doesn't really do mmap() and munmap().
7424              
7425              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
7426              From: Dominic Dunlop <domo@computer.org> 
7427              Date: Sat, 11 Nov 2000 18:20:32 +0100             
7428              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
7429      Branch: perl
7430            ! hints/machten.sh
7431 ____________________________________________________________________________
7432 [  7648] By: jhi                                   on 2000/11/11  18:36:46
7433         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
7434              From: rspier@pobox.com (Robert Spier)
7435              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
7436              Message-ID: <14861.32839.491271.985797@rls.cx>
7437      Branch: perl
7438            ! Porting/Contract pod/perltoot.pod
7439 ____________________________________________________________________________
7440 [  7647] By: jhi                                   on 2000/11/11  18:35:30
7441         Log: Simplify the getpagesize() unit by dropping the
7442              pagesize probe since it's nowadays slightly more
7443              complicated because of sysconf(). (Note: if some
7444              platform really needs the -lPW for getpagesize,
7445              I just broke it.)
7446              
7447              TODO: a new pagesize unit.
7448      Branch: metaconfig
7449            ! U/compline/d_getpagsz.U
7450 ____________________________________________________________________________
7451 [  7646] By: jhi                                   on 2000/11/11  18:33:23
7452         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
7453      Branch: perl
7454            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7455            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7456            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7457            ! vos/config.ga.h win32/config.bc win32/config.gc
7458            ! win32/config.vc
7459 ____________________________________________________________________________
7460 [  7645] By: jhi                                   on 2000/11/11  16:45:15
7461         Log: Use sysconf() or getpagesize() to find out the pagesize.
7462      Branch: perl
7463            ! perlio.c
7464 ____________________________________________________________________________
7465 [  7644] By: jhi                                   on 2000/11/11  15:46:08
7466         Log: Integrate perlio.
7467      Branch: perl
7468           !> perlio.c
7469 ____________________________________________________________________________
7470 [  7643] By: jhi                                   on 2000/11/11  15:33:36
7471         Log: Subject: Re: [PATCH] README.solaris
7472              From: Lupe Christoph <lupe@lupe-christoph.de>
7473              Date: Sat, 11 Nov 2000 14:08:10 +0100
7474              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
7475      Branch: perl
7476            ! README.solaris
7477 ____________________________________________________________________________
7478 [  7642] By: jhi                                   on 2000/11/11  15:22:12
7479         Log: Subject: [PATCH perl@7638] cygwin port
7480              From: "Eric Fifer" <egf7@columbia.edu>            
7481              Date: Fri, 10 Nov 2000 19:30:30 -0000
7482              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
7483      Branch: perl
7484            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
7485 ____________________________________________________________________________
7486 [  7641] By: nick                                  on 2000/11/11  14:50:36
7487         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
7488              Also call "Buf" layer directly when unread'ing non-read chars.
7489      Branch: perlio
7490            ! perlio.c
7491 ____________________________________________________________________________
7492 [  7640] By: jhi                                   on 2000/11/11  02:05:02
7493         Log: Add more encoding tables.
7494      Branch: perl
7495            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
7496            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
7497            + ext/Encode/Encode/iso8859-10.enc
7498            + ext/Encode/Encode/iso8859-13.enc
7499            + ext/Encode/Encode/iso8859-14.enc
7500            + ext/Encode/Encode/iso8859-15.enc
7501            ! MANIFEST
7502 ____________________________________________________________________________
7503 [  7639] By: jhi                                   on 2000/11/10  18:49:25
7504         Log: Subject: [PATCH] README.solaris
7505              From: Andy Dougherty <doughera@lafayette.edu>
7506              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
7507              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
7508      Branch: perl
7509            + README.solaris
7510            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
7511            ! pod/perl.pod pod/perltoc.pod
7512 ____________________________________________________________________________
7513 [  7638] By: jhi                                   on 2000/11/10  15:04:15
7514         Log: Update Changes.
7515      Branch: perl
7516            ! Changes patchlevel.h
7517 ____________________________________________________________________________
7518 [  7637] By: jhi                                   on 2000/11/10  14:14:28
7519         Log: Explain better why certain regex tests are skipped.
7520              
7521              Subject: Re: tests skipped: unknown reason
7522              From: Lupe Christoph <lupe@lupe-christoph.de>
7523              Date: Fri, 10 Nov 2000 09:08:56 +0100
7524              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
7525      Branch: perl
7526            ! t/op/regexp.t
7527 ____________________________________________________________________________
7528 [  7636] By: nick                                  on 2000/11/10  13:40:00
7529         Log: Integrate mainline.
7530      Branch: perlio
7531           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
7532           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
7533           !> win32/bin/search.pl
7534 ____________________________________________________________________________
7535 [  7635] By: nick                                  on 2000/11/10  13:25:52
7536         Log: Re-instate stdio large file support via perlio.
7537      Branch: perl
7538            ! perlio.c
7539 ____________________________________________________________________________
7540 [  7634] By: jhi                                   on 2000/11/10  04:49:55
7541         Log: Amdahl UTS hints updates.
7542              
7543              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
7544              From: hom00@utsglobal.com (Harold O Morris)
7545              Date: Thu, 9 Nov 2000 20:02 PST
7546              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
7547      Branch: perl
7548            ! hints/uts.sh
7549 ____________________________________________________________________________
7550 [  7633] By: jhi                                   on 2000/11/09  23:33:28
7551         Log: Subject: [PATCH] IO::Seekable pod
7552              From: Nicholas Clark <nick@talking.bollo.cx>
7553              Date: Thu, 9 Nov 2000 20:29:45 +0000
7554              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
7555      Branch: perl
7556            ! ext/IO/lib/IO/Handle.pm
7557 ____________________________________________________________________________
7558 [  7632] By: jhi                                   on 2000/11/09  21:55:41
7559         Log: Various doc oddball characters.
7560              
7561              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
7562              From: Michael Somos <somos@grail.cba.csuohio.edu>
7563              Date: Mon, 6 Nov 2000 17:44:20 -0500
7564              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
7565      Branch: perl
7566            ! emacs/cperl-mode.el lib/unicode/syllables.txt
7567            ! win32/bin/search.pl
7568 ____________________________________________________________________________
7569 [  7631] By: jhi                                   on 2000/11/09  21:12:29
7570         Log: Subject: Re: bash -c exit and linux hints 
7571              From: "John P. Linderman" <jpl@research.att.com>
7572              Date: Thu, 02 Nov 2000 09:37:25 -0500
7573              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
7574      Branch: perl
7575            ! hints/linux.sh
7576 ____________________________________________________________________________
7577 [  7630] By: nick                                  on 2000/11/09  20:34:11
7578         Log: Integrate mainline.
7579      Branch: perlio
7580           !> (integrate 91 files)
7581 ____________________________________________________________________________
7582 [  7629] By: jhi                                   on 2000/11/09  19:46:31
7583         Log: Missing dTHXs.
7584              
7585              Subject: RE: perl@7595 builds not on cygwin
7586              From: "Eric Fifer" <egf7@columbia.edu>
7587              Date: Thu, 9 Nov 2000 19:26:50 -0000
7588              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
7589      Branch: perl
7590            ! ext/Devel/Peek/Peek.xs
7591 ____________________________________________________________________________
7592 [  7628] By: jhi                                   on 2000/11/09  14:48:27
7593         Log: Disable only the tests 99 and 166 for UTF-8 locales.
7594      Branch: perl
7595            ! t/pragma/locale.t
7596 ____________________________________________________________________________
7597 [  7627] By: jhi                                   on 2000/11/09  14:40:27
7598         Log: There's no =head3.
7599      Branch: perl
7600            ! pod/perlhack.pod
7601 ____________________________________________________________________________
7602 [  7626] By: jhi                                   on 2000/11/09  13:54:26
7603         Log: The generated boot_* headers are wrong.  Pickier compiler,
7604              such as KAI C++ will refuse to compile the resulting perlmain.
7605              
7606              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
7607              From: Harri Pasanen <harri.pasanen@trema.com>
7608              Date: Thu, 09 Nov 2000 14:23:28 +0100
7609              Message-Id: <3A0AA550.26D548A3@trema.com>
7610      Branch: perl
7611            ! minimod.pl
7612 ____________________________________________________________________________
7613 [  7625] By: jhi                                   on 2000/11/09  13:50:44
7614         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
7615              From: Prymmer/Kahn <pvhp@best.com>
7616              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
7617              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
7618              
7619              All except the "cow orker" change.
7620      Branch: perl
7621            ! Porting/pumpkin.pod
7622 ____________________________________________________________________________
7623 [  7624] By: jhi                                   on 2000/11/09  13:45:33
7624         Log: Fix for
7625              
7626              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
7627              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7628              Date: Thu, 09 Nov 2000 11:05:52 +0100
7629              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
7630      Branch: perl
7631            ! pod/perldiag.pod t/pragma/warn/pp_sys
7632 ____________________________________________________________________________
7633 [  7623] By: jhi                                   on 2000/11/09  13:37:16
7634         Log: Typo in an ifndef.
7635              
7636              Subject: Re: [PATCH 5.7.0] better messages from malloc()
7637              From: Joe Smith <jms@inwap.com>         
7638              Date: Thu, 09 Nov 2000 01:33:14 -0800
7639              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
7640      Branch: perl
7641            ! malloc.c
7642 ____________________________________________________________________________
7643 [  7622] By: jhi                                   on 2000/11/09  13:31:18
7644         Log: Remove unused extra arguments.
7645      Branch: metaconfig/U/perl
7646            ! perlxv.U
7647      Branch: perl
7648            ! Configure config_h.SH
7649 ____________________________________________________________________________
7650 [  7621] By: jhi                                   on 2000/11/09  13:16:36
7651         Log: More VMS moves on environment handling, from Charles Lane.
7652      Branch: perl
7653            ! t/pragma/locale.t
7654 ____________________________________________________________________________
7655 [  7620] By: jhi                                   on 2000/11/09  04:42:38
7656         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
7657              From: David Dyck <dcd@tc.fluke.com>
7658              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
7659              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
7660      Branch: perl
7661            ! pp_sys.c
7662 ____________________________________________________________________________
7663 [  7619] By: jhi                                   on 2000/11/09  04:36:21
7664         Log: Forgot from #7618.
7665      Branch: perl
7666            ! lib/File/stat.pm
7667 ____________________________________________________________________________
7668 [  7618] By: jhi                                   on 2000/11/09  04:28:44
7669         Log: Make deleting for %ENV work for (newer versions of) VMS,
7670              from Craig A. Berry.
7671      Branch: perl
7672            ! vms/vms.c
7673 ____________________________________________________________________________
7674 [  7617] By: jhi                                   on 2000/11/09  04:25:05
7675         Log: Subject: [PATCH] Class::Struct at compile time
7676              From: "Casey R. Tweten" <crt@kiski.net>
7677              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
7678              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
7679      Branch: perl
7680            ! lib/Class/Struct.pm
7681 ____________________________________________________________________________
7682 [  7616] By: jhi                                   on 2000/11/09  04:15:17
7683         Log: Subject: [ID 20001108.013] spelling
7684              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
7685              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
7686              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
7687      Branch: perl
7688            ! lib/ftp.pl
7689 ____________________________________________________________________________
7690 [  7615] By: jhi                                   on 2000/11/09  04:12:42
7691         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
7692              From: Peter Prymmer <pvhp@forte.com>
7693              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
7694              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
7695      Branch: perl
7696            ! configure.com
7697 ____________________________________________________________________________
7698 [  7614] By: jhi                                   on 2000/11/08  22:42:55
7699         Log: A missing aTHX_.
7700      Branch: perl
7701            ! ext/IPC/SysV/SysV.xs
7702 ____________________________________________________________________________
7703 [  7613] By: jhi                                   on 2000/11/08  19:30:21
7704         Log: Update Changes.
7705      Branch: perl
7706            ! Changes patchlevel.h
7707 ____________________________________________________________________________
7708 [  7612] By: jhi                                   on 2000/11/08  18:35:25
7709         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
7710              From: David Dyck <dcd@tc.fluke.com>
7711              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
7712              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
7713      Branch: perl
7714            ! pp_sys.c
7715 ____________________________________________________________________________
7716 [  7611] By: jhi                                   on 2000/11/08  18:30:26
7717         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
7718              From: Dominic Dunlop <domo@computer.org>
7719              Date: Tue, 7 Nov 2000 12:05:25 +0100
7720              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
7721      Branch: perl
7722            ! malloc.c
7723 ____________________________________________________________________________
7724 [  7610] By: jhi                                   on 2000/11/08  18:25:14
7725         Log: Do not test UTF-8 locales since that the tests would require
7726              polymorphic regexen.
7727      Branch: perl
7728            ! t/pragma/locale.t
7729 ____________________________________________________________________________
7730 [  7609] By: jhi                                   on 2000/11/08  17:12:51
7731         Log: Locale buglets.
7732              
7733              Subject: RE: Locales support (setlocale) fixes
7734              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7735              Date: Wed, 8 Nov 2000 20:01:39 +0300
7736              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
7737      Branch: perl
7738            ! t/pragma/locale.t util.c
7739 ____________________________________________________________________________
7740 [  7608] By: jhi                                   on 2000/11/08  17:00:16
7741         Log: Deleting $ENV{PATH} in VMS is not recommendable.
7742      Branch: perl
7743            ! t/pragma/locale.t
7744 ____________________________________________________________________________
7745 [  7607] By: jhi                                   on 2000/11/08  16:58:26
7746         Log: Subject: PATCH std stdio for (Free)BSD
7747              From: Nicholas Clark <nick@ccl4.org>
7748              Date: Wed, 8 Nov 2000 15:36:29 +0000
7749              Message-ID: <20001108153629.D98736@plum.flirble.org>
7750      Branch: metaconfig
7751            ! U/compline/d_stdstdio.U
7752      Branch: perl
7753            ! Configure config_h.SH
7754 ____________________________________________________________________________
7755 [  7606] By: jhi                                   on 2000/11/08  16:43:31
7756         Log: Forgot to bump the line numbers in #7601.
7757      Branch: perl
7758            ! t/pragma/warn/pp_sys
7759 ____________________________________________________________________________
7760 [  7605] By: jhi                                   on 2000/11/08  16:39:12
7761         Log: More careful detection of how well NVs and UVs mix.
7762              
7763              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))
7764              From: Nicholas Clark <nick@ccl4.org>
7765              Date: Wed, 8 Nov 2000 15:14:12 +0000
7766              Message-ID: <20001108151412.B98736@plum.flirble.org>
7767              
7768              Added some SIGFPE paranoia.
7769      Branch: metaconfig/U/perl
7770            ! perlxv.U
7771      Branch: perl
7772            ! Configure config_h.SH
7773 ____________________________________________________________________________
7774 [  7604] By: jhi                                   on 2000/11/08  14:39:10
7775         Log: Subject: [patch perl@7595] VMS configure.com tweak
7776              From: "Craig A. Berry" <craigberry@mac.com>
7777              Date: Wed, 8 Nov 2000 00:24:12 -0600
7778              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
7779      Branch: perl
7780            ! configure.com
7781 ____________________________________________________________________________
7782 [  7603] By: jhi                                   on 2000/11/08  14:27:11
7783         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
7784              From: Robin Barker <rmb1@cise.npl.co.uk>
7785              Date: Wed, 8 Nov 2000 11:11:39 GMT
7786              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
7787      Branch: perl
7788            ! perlio.c
7789 ____________________________________________________________________________
7790 [  7602] By: jhi                                   on 2000/11/08  14:25:03
7791         Log: Fix for the tie-refhash string table leaks.
7792              
7793              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
7794              Date: Wed, 8 Nov 2000 13:03:04 GMT
7795              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
7796      Branch: perl
7797            ! t/lib/tie-refhash.t
7798 ____________________________________________________________________________
7799 [  7601] By: jhi                                   on 2000/11/08  14:21:08
7800         Log: Try to avoid flockless and emulationless places.
7801      Branch: perl
7802            ! t/pragma/warn/pp_sys
7803 ____________________________________________________________________________
7804 [  7600] By: jhi                                   on 2000/11/08  02:28:54
7805         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
7806              
7807              Subject: [PATCH] prototyped functions that should be overrideable
7808              From: "Casey R. Tweten" <crt@kiski.net>
7809              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
7810              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
7811      Branch: perl
7812            ! toke.c
7813 ____________________________________________________________________________
7814 [  7599] By: jhi                                   on 2000/11/08  01:12:05
7815         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
7816              
7817              Subject: [PATCH] perlbug.PL
7818              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7819              Date: Mon, 6 Nov 2000 21:39:01 -0500
7820              Message-ID: <20001106213901.B20955@O2.chapin.edu>
7821      Branch: perl
7822            ! utils/perlbug.PL
7823 ____________________________________________________________________________
7824 [  7598] By: jhi                                   on 2000/11/07  23:42:00
7825         Log: Bad thinko in #7581 (I used the test program with the expanded
7826              values as-is).
7827      Branch: metaconfig
7828            ! U/compline/d_stdstdio.U
7829      Branch: perl
7830            ! Configure
7831 ____________________________________________________________________________
7832 [  7597] By: jhi                                   on 2000/11/07  21:43:29
7833         Log: Subject: [PATCH perl@7573] cygwin port
7834              From: "Fifer, Eric" <EFifer@sanwaint.com>
7835              Date: Tue, 7 Nov 2000 18:08:51 -0000 
7836              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
7837              
7838              Synchronize with Cygwin 1.1.5.
7839      Branch: perl
7840            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
7841            ! pod/perlport.pod unixish.h util.c
7842 ____________________________________________________________________________
7843 [  7596] By: jhi                                   on 2000/11/07  21:39:25
7844         Log: perlhack updates from H.Merijn Brand.
7845      Branch: perl
7846            ! pod/perlhack.pod
7847 ____________________________________________________________________________
7848 [  7595] By: jhi                                   on 2000/11/07  20:21:41
7849         Log: Update Changes.
7850      Branch: perl
7851            ! Changes patchlevel.h
7852 ____________________________________________________________________________
7853 [  7594] By: jhi                                   on 2000/11/07  19:18:58
7854         Log: Be more robust in Dynaloader.pm.
7855      Branch: perl
7856            ! ext/DynaLoader/DynaLoader_pm.PL
7857 ____________________________________________________________________________
7858 [  7593] By: jhi                                   on 2000/11/07  16:49:31
7859         Log: AUTHORS update.
7860      Branch: perl
7861            ! AUTHORS
7862 ____________________________________________________________________________
7863 [  7592] By: gsar                                  on 2000/11/07  16:39:51
7864         Log: normalize relative paths in virtualized current directory on windows,
7865              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
7866              returns)
7867      Branch: perl
7868            ! win32/vdir.h
7869 ____________________________________________________________________________
7870 [  7591] By: jhi                                   on 2000/11/07  16:04:26
7871         Log: Too profiler-happy: with optimization the #7590 actually makes
7872              the test to run 0.5% _slower_.  Requires much more instrumentation.
7873              Retract #7590.
7874      Branch: perl
7875            ! regcomp.c regcomp.h
7876 ____________________________________________________________________________
7877 [  7590] By: jhi                                   on 2000/11/07  15:51:13
7878         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
7879              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
7880              by using memset() and testing bytewise (as opposed to bitwise).
7881      Branch: perl
7882            ! regcomp.c regcomp.h
7883 ____________________________________________________________________________
7884 [  7589] By: jhi                                   on 2000/11/07  12:56:39
7885         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
7886              From: "Craig A. Berry" <craig.berry@psinetcs.com>
7887              Date: Mon, 06 Nov 2000 23:45:30 -0500
7888              Message-Id: <0011079735.AA973576259@univpress.com>
7889      Branch: perl
7890            ! configure.com t/lib/st-lock.t
7891 ____________________________________________________________________________
7892 [  7588] By: jhi                                   on 2000/11/07  01:03:28
7893         Log: Tweak #7587.
7894      Branch: perl
7895            ! pod/perldiag.pod
7896 ____________________________________________________________________________
7897 [  7587] By: jhi                                   on 2000/11/07  01:00:27
7898         Log: A doc addition for bug id 20001105.019, beware \p.
7899      Branch: perl
7900            ! pod/perldiag.pod
7901 ____________________________________________________________________________
7902 [  7586] By: jhi                                   on 2000/11/07  00:32:22
7903         Log: Fake support of holey files in win/dosish platforms.
7904              
7905              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
7906              From: kipp@shonanblue.ne.jp
7907              Date: Mon, 6 Nov 2000 13:30:55 -0800
7908              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
7909      Branch: perl
7910            ! ext/SDBM_File/sdbm/sdbm.c
7911 ____________________________________________________________________________
7912 [  7585] By: jhi                                   on 2000/11/07  00:12:54
7913         Log: Subject: Pod updates
7914              From: "Stephen P. Potter" <spp@spotter.yi.org>
7915              Date: Mon, 06 Nov 2000 18:56:43 -0500
7916              Message-Id: <200011062357.SAA18173@spotter.yi.org>
7917      Branch: perl
7918            ! README.dos README.os2 README.win32 pod/buildtoc.PL
7919            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
7920            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
7921            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
7922            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
7923            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
7924            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
7925            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
7926            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
7927            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
7928            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
7929            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
7930            ! pod/perltootc.pod pod/perlunicode.pod
7931 ____________________________________________________________________________
7932 [  7584] By: jhi                                   on 2000/11/07  00:04:17
7933         Log: Varargs don't always work too well if one puts an unsigned
7934              char on the stack and pop an unsigned quad off the stack.
7935              
7936              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
7937              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
7938              Date: Mon, 06 Nov 2000 15:19:05 -0800
7939              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
7940      Branch: perl
7941            ! utf8.c
7942 ____________________________________________________________________________
7943 [  7583] By: jhi                                   on 2000/11/06  23:58:48
7944         Log: %ENV note tweaks from Dan Sugalski.
7945      Branch: perl
7946            ! pod/perlport.pod vms/perlvms.pod
7947 ____________________________________________________________________________
7948 [  7582] By: jhi                                   on 2000/11/06  23:05:49
7949         Log: glibc5 detection by __GNU_LIBRARY__.
7950      Branch: perl
7951            ! toke.c
7952 ____________________________________________________________________________
7953 [  7581] By: jhi                                   on 2000/11/06  22:51:29
7954         Log: Make the stdio test program of 7427 less noisy while being 
7955              compiled so that Digital UNIX wouldn't get both
7956              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
7957              undefined.  This makes perlio happy.
7958      Branch: metaconfig
7959            ! U/compline/d_stdstdio.U
7960      Branch: perl
7961            ! Configure config_h.SH
7962 ____________________________________________________________________________
7963 [  7580] By: jhi                                   on 2000/11/06  22:41:41
7964         Log: Document %ENV = () portability issues.
7965      Branch: perl
7966            ! pod/perlport.pod vms/perlvms.pod
7967 ____________________________________________________________________________
7968 [  7579] By: jhi                                   on 2000/11/06  21:29:24
7969         Log: VOS updates from Paul Green.
7970      Branch: perl
7971            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7972 ____________________________________________________________________________
7973 [  7578] By: jhi                                   on 2000/11/06  21:00:40
7974         Log: Sanitize the environment further.
7975      Branch: perl
7976            ! t/pragma/locale.t
7977 ____________________________________________________________________________
7978 [  7577] By: jhi                                   on 2000/11/06  20:53:51
7979         Log: Re-introduce 7552 lost in integration.
7980      Branch: perl
7981            ! perlio.c
7982 ____________________________________________________________________________
7983 [  7576] By: jhi                                   on 2000/11/06  20:33:46
7984         Log: Admit that the test leaks scalars.
7985      Branch: perl
7986            ! t/comp/proto.t
7987 ____________________________________________________________________________
7988 [  7575] By: jhi                                   on 2000/11/06  20:17:08
7989         Log: Integrate perlio.
7990      Branch: perl
7991           !> perlio.c
7992 ____________________________________________________________________________
7993 [  7574] By: nick                                  on 2000/11/06  20:07:28
7994         Log: Remove debug. Try (Mmap_t) on madvise() call.
7995      Branch: perlio
7996            ! perlio.c
7997 ____________________________________________________________________________
7998 [  7573] By: jhi                                   on 2000/11/06  13:56:05
7999         Log: Update Changes.
8000      Branch: perl
8001            ! Changes patchlevel.h
8002 ____________________________________________________________________________
8003 [  7572] By: jhi                                   on 2000/11/06  13:48:41
8004         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
8005              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8006              Date: Mon, 06 Nov 2000 10:11:42 +0100
8007              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
8008      Branch: perl
8009            ! pod/perlhack.pod
8010 ____________________________________________________________________________
8011 [  7571] By: jhi                                   on 2000/11/06  01:45:51
8012         Log: AUTHORS updates.
8013      Branch: perl
8014            ! AUTHORS
8015 ____________________________________________________________________________
8016 [  7570] By: jhi                                   on 2000/11/06  00:18:00
8017         Log: Fix for
8018              
8019              Subject: [ID 20000728.005] perl -P broken
8020              From: David Dyck <dcd@tc.fluke.com>
8021              Date: Fri, 28 Jul 2000 17:19:16 -0700
8022              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
8023              
8024              (hopefully).  The fix is also not complete, it seems to break
8025              BOM swallowing for libc5 systems, but until someone figures
8026              out a way to do this without ftell(), this will do.
8027      Branch: perl
8028            ! toke.c
8029 ____________________________________________________________________________
8030 [  7569] By: jhi                                   on 2000/11/06  00:05:30
8031         Log: Document that the evaled syntax errors cause scalar leaks.
8032      Branch: perl
8033            ! t/comp/proto.t
8034 ____________________________________________________________________________
8035 [  7568] By: jhi                                   on 2000/11/05  23:14:47
8036         Log: opmini.o can linger from Configures past.
8037      Branch: perl
8038            ! Makefile.SH
8039 ____________________________________________________________________________
8040 [  7567] By: jhi                                   on 2000/11/05  21:28:39
8041         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
8042              first argument correctly.
8043      Branch: perl
8044            ! perlio.c
8045 ____________________________________________________________________________
8046 [  7566] By: jhi                                   on 2000/11/05  21:15:56
8047         Log: Integrate perlio.
8048      Branch: perl
8049           !> perlio.c
8050 ____________________________________________________________________________
8051 [  7565] By: jhi                                   on 2000/11/05  21:15:13
8052         Log: Use -dM for gcc (the suggested patch did it only for Linux,
8053              but I think it can be generalized).
8054              
8055              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
8056              From: Pixel <pixel@mandrakesoft.com>
8057              Date: 05 Nov 2000 21:49:34 +0100 
8058              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
8059      Branch: perl
8060            ! ext/Errno/Errno_pm.PL
8061 ____________________________________________________________________________
8062 [  7564] By: nick                                  on 2000/11/05  21:09:18
8063         Log: Added a mmap layer as a "subclass" of perlio.
8064              PERLIO=mmap ./perl harness passes
8065      Branch: perlio
8066            ! perlio.c
8067 ____________________________________________________________________________
8068 [  7563] By: jhi                                   on 2000/11/05  19:48:55
8069         Log: Add a note for future generations about bug id 20000229.006.
8070      Branch: perl
8071            ! malloc.c
8072 ____________________________________________________________________________
8073 [  7562] By: jhi                                   on 2000/11/05  19:38:24
8074         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
8075      Branch: perl
8076            ! pp_ctl.c t/op/pos.t
8077 ____________________________________________________________________________
8078 [  7561] By: jhi                                   on 2000/11/05  18:21:46
8079         Log: Add =pod to be tidy.
8080      Branch: perl
8081            ! lib/Math/Complex.pm
8082 ____________________________________________________________________________
8083 [  7560] By: jhi                                   on 2000/11/05  17:38:46
8084         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
8085      Branch: perl
8086            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8087            ! ext/Storable/Storable.xs t/lib/st-recurse.t
8088 ____________________________________________________________________________
8089 [  7559] By: jhi                                   on 2000/11/05  17:32:59
8090         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
8091              From: "Peter J. Farley III" <pjfarley@banet.net>
8092              Date: Sun, 05 Nov 2000 11:55:59 -0500
8093              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
8094      Branch: perl
8095            ! t/lib/syslog.t
8096 ____________________________________________________________________________
8097 [  7558] By: jhi                                   on 2000/11/05  17:29:19
8098         Log: Integrate perlio.
8099      Branch: perl
8100           !> perlio.c
8101 ____________________________________________________________________________
8102 [  7557] By: jhi                                   on 2000/11/05  17:22:01
8103         Log: A fix of sorts for 20000329.026, a better error message
8104              for a missing "use charnames" when using the \N{...}. 
8105      Branch: perl
8106            ! pod/perldiag.pod toke.c
8107 ____________________________________________________________________________
8108 [  7556] By: jhi                                   on 2000/11/05  16:33:50
8109         Log: Test tweak: show also the failed locales.
8110              
8111              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
8112              From: Lupe Christoph <lupe@lupe-christoph.de>         
8113              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
8114              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
8115      Branch: perl
8116            ! t/pragma/locale.t
8117 ____________________________________________________________________________
8118 [  7555] By: nick                                  on 2000/11/05  11:09:34
8119         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
8120              open RDWR so does not fail. (pragma/warnings 303 again...)
8121      Branch: perlio
8122            ! perlio.c
8123 ____________________________________________________________________________
8124 [  7554] By: nick                                  on 2000/11/05  10:10:13
8125         Log: Fix case where ungetc(f,EOF) was allowed.
8126              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
8127              so we can see similarities.
8128              Use types more carefully and a STDCHAR array in hope that this will
8129              fix Jarrko's 64bit machine.
8130      Branch: perlio
8131            ! perlio.c
8132 ____________________________________________________________________________
8133 [  7553] By: jhi                                   on 2000/11/05  01:12:16
8134         Log: Fix for
8135              
8136              Subject: [ID 20001004.007] taint propogation is inconsistent
8137              From: pimlott@idiomtech.com (Andrew Pimlott) 
8138              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
8139              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
8140              
8141              The culprit was sv_setsv() which was rather blindly
8142              propagating taint, which lead to behaviour where if
8143              a tainted anon hash value was seen all the hash values
8144              from then on at that level became tainted, or at any
8145              upper levels in the case of nested anon hashes.
8146      Branch: perl
8147            ! sv.c t/op/taint.t
8148 ____________________________________________________________________________
8149 [  7552] By: jhi                                   on 2000/11/04  23:44:18
8150         Log: Some cpps don't like splitting conditionals across several lines.
8151      Branch: perl
8152            ! perlio.c
8153 ____________________________________________________________________________
8154 [  7551] By: nick                                  on 2000/11/04  23:40:44
8155         Log: Integrate mainline
8156      Branch: perlio
8157           !> pp_hot.c t/op/taint.t
8158 ____________________________________________________________________________
8159 [  7550] By: nick                                  on 2000/11/04  23:39:05
8160         Log: Integrate mainline again
8161      Branch: perlio
8162           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
8163           !> t/lib/b.t t/op/misc.t util.c
8164 ____________________________________________________________________________
8165 [  7549] By: jhi                                   on 2000/11/04  23:14:01
8166         Log: Fix for
8167              
8168              Subject: [ID 20001004.006] undef is never tainted
8169              From: pimlott@idiomtech.com (Andrew Pimlott)
8170              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
8171              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
8172              
8173              An undef read from a slurped file was not tainted.
8174      Branch: perl
8175            ! pp_hot.c t/op/taint.t
8176 ____________________________________________________________________________
8177 [  7548] By: jhi                                   on 2000/11/04  22:56:21
8178         Log: Test tweak ($Config{useperlio} is by default undef) .
8179      Branch: perl
8180            ! t/lib/b.t
8181 ____________________________________________________________________________
8182 [  7547] By: jhi                                   on 2000/11/04  22:43:56
8183         Log: Integrate perlio.
8184      Branch: perl
8185           +> lib/perlio.pm
8186           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
8187           !> pod/perlapi.pod t/lib/b.t
8188 ____________________________________________________________________________
8189 [  7546] By: jhi                                   on 2000/11/04  22:40:59
8190         Log: Configure would use a bad $myuname from an old config.sh.
8191              
8192              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
8193              From: Andy Dougherty <doughera@lafayette.edu>
8194              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
8195              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
8196      Branch: metaconfig
8197            ! U/modified/Oldconfig.U
8198      Branch: perl
8199            ! Configure config_h.SH
8200 ____________________________________________________________________________
8201 [  7545] By: jhi                                   on 2000/11/04  22:36:54
8202         Log: Subject: Locales support (setlocale) fixes
8203              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8204              Date: Sat, 4 Nov 2000 10:15:48 +0300 
8205              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
8206              
8207              Modified quite a bit to be more portable.
8208      Branch: perl
8209            ! embed.h embed.pl perl.h proto.h util.c
8210 ____________________________________________________________________________
8211 [  7544] By: jhi                                   on 2000/11/04  22:32:47
8212         Log: Dying is too strict here, better just skip.
8213      Branch: perl
8214            ! t/op/misc.t
8215 ____________________________________________________________________________
8216 [  7543] By: nick                                  on 2000/11/04  21:55:13
8217         Log: Merge mainline
8218      Branch: perlio
8219           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8220           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
8221           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
8222           !> (integrate 64 files)
8223 ____________________________________________________________________________
8224 [  7542] By: jhi                                   on 2000/11/04  21:09:28
8225         Log: More Changes tweakery.
8226      Branch: perl
8227            ! Changes Porting/genlog
8228 ____________________________________________________________________________
8229 [  7541] By: jhi                                   on 2000/11/04  20:58:18
8230         Log: Changes fixups.
8231      Branch: perl
8232            ! Changes
8233 ____________________________________________________________________________
8234 [  7540] By: jhi                                   on 2000/11/04  20:42:38
8235         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
8236              create a "fast path" for locale name probing using "locale -a"
8237              if available, squash finally hopefully the s?printf resetting
8238              the numeric locale (since, IIUC perllocale, it never shouldn't). 
8239      Branch: perl
8240            ! sv.c t/op/misc.t t/pragma/locale.t
8241 ____________________________________________________________________________
8242 [  7539] By: nick                                  on 2000/11/04  19:56:10
8243         Log: PerlIO infrastructure complete.
8244      Branch: perlio
8245            + lib/perlio.pm
8246            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
8247 ____________________________________________________________________________
8248 [  7538] By: nick                                  on 2000/11/04  14:31:32
8249         Log: Type tweaks + less contorted allocation scheme
8250      Branch: perlio
8251            ! perlio.c
8252 ____________________________________________________________________________
8253 [  7537] By: nick                                  on 2000/11/04  12:40:42
8254         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
8255              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
8256              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
8257              sensible) which lead to some interesting fails.
8258      Branch: perlio
8259            ! perlio.c
8260 ____________________________________________________________________________
8261 [  7536] By: jhi                                   on 2000/11/04  00:20:02
8262         Log: Add FCNTL_CAN_LOCK.
8263              
8264              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
8265              From: Andy Dougherty <doughera@lafayette.edu>
8266              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
8267              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
8268              
8269              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
8270              From: Andy Dougherty <doughera@lafayette.edu>
8271              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
8272              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
8273      Branch: metaconfig/U/perl
8274            + d_fcntl_can_lock.U
8275            ! startperl.U
8276      Branch: perl
8277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8278            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
8279            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8280            ! vos/config.ga.h win32/config.bc win32/config.gc
8281            ! win32/config.vc
8282 ____________________________________________________________________________
8283 [  7535] By: nick                                  on 2000/11/03  22:19:10
8284         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
8285              - Works on Linux with
8286              perlio + unix
8287              stdio
8288              - Works on Solaris with
8289              perlio + unix
8290              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
8291              - Fails (hangs in openpid) if you try and stack
8292              perlio + stdio - Linux stdio's read() logic is hanging.
8293      Branch: perlio
8294            ! iperlsys.h perlio.c
8295 ____________________________________________________________________________
8296 [  7534] By: jhi                                   on 2000/11/03  15:16:02
8297         Log: Subject: Re: README.aix
8298              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8299              Date: Fri, 03 Nov 2000 16:03:15 +0100
8300              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
8301      Branch: perl
8302            ! README.aix
8303 ____________________________________________________________________________
8304 [  7533] By: jhi                                   on 2000/11/03  03:59:02
8305         Log: Subject: [PATCH 5.7.0] better messages from malloc()
8306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8307              Date: Wed, 1 Nov 2000 23:39:56 -0500
8308              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
8309      Branch: perl
8310            ! malloc.c pod/perldiag.pod
8311 ____________________________________________________________________________
8312 [  7532] By: jhi                                   on 2000/11/03  00:11:56
8313         Log: The #7521 touched things it shouldn't have.
8314      Branch: perl
8315            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
8316 ____________________________________________________________________________
8317 [  7531] By: jhi                                   on 2000/11/02  22:32:33
8318         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
8319              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8320              Date:     Thu, 2 Nov 2000 16:58:36 EST
8321              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
8322      Branch: perl
8323            ! vms/gen_shrfls.pl
8324 ____________________________________________________________________________
8325 [  7530] By: jhi                                   on 2000/11/02  22:08:49
8326         Log: Fix the problem discussed in
8327              
8328              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
8329              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
8330              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
8331              
8332              originally from Linc Madison.  Also Andreas König's comments
8333              taken into account.  Some other problems with Tie::SubstrHash
8334              fixed: didn't croak when the table exceeded the requested number
8335              of entries (as documented) but instead when the number of entries
8336              exceeded the size of the table, a croak() had an unnecessary \n,
8337              didn't have a CLEAR method, documented that there is no exists().
8338              Didn't fix to be strict-proof because the module uses &foo; and
8339              dynamic scope.  Added a test script exercizing both first tamely 
8340              the basic functionality, and then the failure cases reported by
8341              Linc Madison.
8342      Branch: perl
8343            + t/lib/tie-substrhash.t
8344            ! MANIFEST lib/Tie/SubstrHash.pm
8345 ____________________________________________________________________________
8346 [  7529] By: jhi                                   on 2000/11/02  17:58:08
8347         Log: recv() can fail and return undef.
8348              
8349              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
8350              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
8351              Date: Thu, 2 Nov 2000 20:12:20 +0300
8352              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
8353      Branch: perl
8354            ! lib/Net/Ping.pm
8355 ____________________________________________________________________________
8356 [  7528] By: jhi                                   on 2000/11/02  17:49:09
8357         Log: Detpyo.
8358      Branch: perl
8359            ! pod/perlop.pod
8360 ____________________________________________________________________________
8361 [  7527] By: jhi                                   on 2000/11/02  15:48:37
8362         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
8363              fix a autovivification bug in Tie::RefHash, add tests for both.
8364              
8365              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
8366              From: Edward Avis <epa98@doc.ic.ac.uk>
8367              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
8368              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
8369      Branch: perl
8370            + t/lib/tie-refhash.t
8371            ! MANIFEST lib/Tie/RefHash.pm
8372 ____________________________________________________________________________
8373 [  7526] By: jhi                                   on 2000/11/02  13:56:26
8374         Log: Test::Harness revealed buglets in the new DynaLoader.
8375              
8376              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
8377              From: andreas.koenig@anima.de (Andreas J. Koenig)
8378              Date: 02 Nov 2000 11:26:48 +0100 
8379              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
8380      Branch: perl
8381            ! ext/DynaLoader/DynaLoader_pm.PL
8382 ____________________________________________________________________________
8383 [  7525] By: jhi                                   on 2000/11/01  23:52:08
8384         Log: The entry for #7503 was missing.
8385      Branch: perl
8386            ! Changes
8387 ____________________________________________________________________________
8388 [  7524] By: jhi                                   on 2000/11/01  23:40:52
8389         Log: Update Changes.
8390      Branch: perl
8391            ! Changes patchlevel.h
8392 ____________________________________________________________________________
8393 [  7523] By: jhi                                   on 2000/11/01  22:57:09
8394         Log: More tweaking on the #7522 theme.
8395      Branch: perl
8396            ! ext/DynaLoader/DynaLoader_pm.PL
8397 ____________________________________________________________________________
8398 [  7522] By: jhi                                   on 2000/11/01  22:06:15
8399         Log: Expand %Config variables and %ENV variables only if
8400              so requested during build time using the
8401              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
8402              Not expanding makes relocating distributions easier.
8403      Branch: perl
8404            ! ext/DynaLoader/DynaLoader_pm.PL
8405 ____________________________________________________________________________
8406 [  7521] By: jhi                                   on 2000/11/01  20:56:34
8407         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
8408              and setgid() because they were just changing $< and $( which means
8409              only changing the real uid/gid, as opposed to changing both
8410              real and effective ids.  (The alternative way could have been
8411              in POSIX.pm to change $> and $), too, but making a direct call
8412              to the C API feels cleaner.)  Fixes the bug
8413              
8414              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
8415              From: "Garry T. Williams" <garry@zvolve.com>
8416              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
8417              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
8418      Branch: perl
8419            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8420            ! ext/POSIX/typemap pod/perlvar.pod
8421 ____________________________________________________________________________
8422 [  7520] By: jhi                                   on 2000/11/01  20:08:33
8423         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
8424              From: "Garry T. Williams" <garry@zvolve.com>
8425              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
8426              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
8427      Branch: perl
8428            ! pod/perlsec.pod
8429 ____________________________________________________________________________
8430 [  7519] By: jhi                                   on 2000/11/01  20:01:22
8431         Log: Locale warning explanation tweak.
8432      Branch: perl
8433            ! pod/perldiag.pod
8434 ____________________________________________________________________________
8435 [  7518] By: jhi                                   on 2000/11/01  18:57:13
8436         Log: C.pm part of
8437              
8438              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
8439              From: Jarkko Hietaniemi <jhi@iki.fi>
8440              Date: Tue, 10 Oct 2000 08:22:28 -0500
8441              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
8442      Branch: perl
8443            ! ext/B/B/C.pm
8444 ____________________________________________________________________________
8445 [  7517] By: jhi                                   on 2000/11/01  18:41:59
8446         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
8447              From: Martien Verbruggen <mgjv@comdyn.com.au>
8448              Date: Fri, 6 Oct 2000 14:09:10 +1100
8449              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
8450      Branch: perl
8451            ! pod/perlop.pod
8452 ____________________________________________________________________________
8453 [  7516] By: jhi                                   on 2000/11/01  18:34:55
8454         Log: Generalize the Camel wording.
8455              
8456              Subject: Re: perlfaq style changes
8457              From: John Borwick <jhborwic@unity.ncsu.edu>
8458              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
8459              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
8460      Branch: perl
8461            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
8462 ____________________________________________________________________________
8463 [  7515] By: jhi                                   on 2000/11/01  16:52:31
8464         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
8465              From: pimlott@idiomtech.com (Andrew Pimlott)
8466              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
8467              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
8468      Branch: perl
8469            ! pod/perlsec.pod
8470 ____________________________________________________________________________
8471 [  7514] By: jhi                                   on 2000/11/01  15:03:40
8472         Log: More AIX lore.
8473      Branch: perl
8474            ! ext/re/hints/aix.pl
8475 ____________________________________________________________________________
8476 [  7513] By: jhi                                   on 2000/11/01  14:48:30
8477         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
8478              From: root <root@chronos.fi.muni.cz>
8479              Date: Wed, 1 Nov 2000 12:31:32 +0100
8480              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
8481      Branch: perl
8482            ! lib/Net/Ping.pm
8483 ____________________________________________________________________________
8484 [  7512] By: jhi                                   on 2000/11/01  14:46:47
8485         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
8486              From: Martin Husemann <martin@duskware.de>
8487              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
8488              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
8489      Branch: perl
8490            ! regcomp.c
8491 ____________________________________________________________________________
8492 [  7511] By: jhi                                   on 2000/11/01  14:39:50
8493         Log: AUTHORS updates.
8494      Branch: perl
8495            ! AUTHORS
8496 ____________________________________________________________________________
8497 [  7510] By: jhi                                   on 2000/11/01  14:29:50
8498         Log: Subject: [PATCH] startperl to respect versiononly
8499              From: Robin Barker <rmb1@cise.npl.co.uk> 
8500              Date: Tue, 31 Oct 2000 16:29:36 GMT
8501              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
8502      Branch: metaconfig/U/perl
8503            ! startperl.U
8504      Branch: perl
8505            ! Configure config_h.SH
8506 ____________________________________________________________________________
8507 [  7509] By: jhi                                   on 2000/11/01  14:19:53
8508         Log: printf UVs the correct way, noticed by Robin Barker.
8509      Branch: perl
8510            ! utf8.c
8511 ____________________________________________________________________________
8512 [  7508] By: jhi                                   on 2000/11/01  14:10:03
8513         Log: Do not cleanup *% because the % has special meanings in some
8514              shell environments.
8515      Branch: perl
8516            ! ext/Storable/Makefile.PL
8517 ____________________________________________________________________________
8518 [  7507] By: jhi                                   on 2000/11/01  14:06:00
8519         Log: The NonStop-UX libraries have a novel way to say NaN.
8520      Branch: perl
8521            ! t/lib/bigfltpm.t
8522 ____________________________________________________________________________
8523 [  7506] By: jhi                                   on 2000/11/01  14:03:35
8524         Log: The osname has been lowercased by now, from Tom Bates.
8525      Branch: metaconfig
8526            ! U/modified/Oldconfig.U
8527      Branch: perl
8528            ! Configure config_h.SH
8529 ____________________________________________________________________________
8530 [  7505] By: jhi                                   on 2000/10/31  19:18:39
8531         Log: The compiler is either gcc or cc, from Tom Bates.
8532      Branch: perl
8533            ! hints/nonstopux.sh
8534 ____________________________________________________________________________
8535 [  7504] By: jhi                                   on 2000/10/31  14:53:42
8536         Log: Update Changes.
8537      Branch: perl
8538            ! Changes patchlevel.h
8539 ____________________________________________________________________________
8540 [  7503] By: jhi                                   on 2000/10/31  14:30:50
8541         Log: Whitespace style tweak.  Was originally going to see to
8542              
8543              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
8544              From: Joe Smith <jms@inwap.com>
8545              Date: Mon, 30 Oct 2000 18:47:57 -0800
8546              Message-Id: <39FE32DD.24AAC4D@inwap.com>
8547              
8548              but that had already been taken care of.
8549      Branch: metaconfig
8550            ! U/compline/d_stdstdio.U
8551      Branch: perl
8552            ! Configure config_h.SH
8553 ____________________________________________________________________________
8554 [  7502] By: jhi                                   on 2000/10/31  14:25:02
8555         Log: AUTHORS tweaks.
8556      Branch: perl
8557            ! AUTHORS
8558 ____________________________________________________________________________
8559 [  7501] By: jhi                                   on 2000/10/31  14:23:59
8560         Log: Subject: perlfaq style changes
8561              From: John Borwick <jhborwic@unity.ncsu.edu>
8562              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
8563              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
8564      Branch: perl
8565            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8566            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8567            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8568            ! pod/perlfaq9.pod
8569 ____________________________________________________________________________
8570 [  7500] By: jhi                                   on 2000/10/31  14:22:15
8571         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
8572              
8573              Subject: Re: [ID 20000918.005] ~ on wide chars
8574              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8575              Date: Mon, 30 Oct 2000 21:09:55 -0800
8576              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
8577              
8578              (The ord() part of the patch skipped.)
8579      Branch: perl
8580            ! doop.c
8581 ____________________________________________________________________________
8582 [  7499] By: jhi                                   on 2000/10/31  14:20:08
8583         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
8584              From: Jens Hamisch <jens@Strawberry.COM>
8585              Date: Mon, 30 Oct 2000 15:17:07 +0100
8586              Message-Id: <20001030151707.A9597@Strawberry.COM>
8587      Branch: perl
8588            ! av.c
8589 ____________________________________________________________________________
8590 [  7498] By: jhi                                   on 2000/10/31  14:16:29
8591         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
8592              From: Peter Prymmer <pvhp@forte.com>
8593              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
8594              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
8595      Branch: perl
8596            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8597            + ext/Encode/Encode/posix-bc.enc
8598            ! MANIFEST t/lib/encode.t
8599 ____________________________________________________________________________
8600 [  7497] By: jhi                                   on 2000/10/31  14:13:22
8601         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
8602              From: Peter Prymmer <pvhp@forte.com>
8603              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
8604              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
8605      Branch: perl
8606            ! t/lib/cgi-html.t
8607 ____________________________________________________________________________
8608 [  7496] By: jhi                                   on 2000/10/31  14:12:05
8609         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
8610              From: Peter Prymmer <pvhp@forte.com>
8611              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
8612              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
8613      Branch: perl
8614            ! t/lib/cgi-function.t
8615 ____________________________________________________________________________
8616 [  7495] By: jhi                                   on 2000/10/31  14:11:08
8617         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
8618              From: Peter Prymmer <pvhp@forte.com>
8619              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
8620              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
8621      Branch: perl
8622            + ext/re/hints/aix.pl
8623            ! MANIFEST ext/re/Makefile.PL
8624 ____________________________________________________________________________
8625 [  7494] By: jhi                                   on 2000/10/31  14:08:32
8626         Log: Use Errno magic.
8627              
8628              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
8629              From: Casey Tweten <perl@ctweten.amsite.com>
8630              Date: Mon, 30 Oct 2000 15:51:17 -0500
8631              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
8632      Branch: perl
8633            ! lib/File/Temp.pm
8634 ____________________________________________________________________________
8635 [  7493] By: jhi                                   on 2000/10/31  14:05:07
8636         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
8637              
8638              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
8639              From: Nicholas Clark <nick@ccl4.org>
8640              Date: Mon, 30 Oct 2000 17:38:45 +0000
8641              Message-ID: <20001030173845.O60355@plum.flirble.org>
8642      Branch: perl
8643            ! Makefile.SH utils/perlbug.PL
8644 ____________________________________________________________________________
8645 [  7492] By: nick                                  on 2000/10/30  19:37:23
8646         Log: Change files which are mysteriously different to mainline to be
8647              copies of mainline.
8648      Branch: perlio
8649            ! objXSUB.h perlapi.c pod/perlapi.pod
8650 ____________________________________________________________________________
8651 [  7491] By: nick                                  on 2000/10/30  18:05:54
8652         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
8653              - typo in endian code in putc.
8654              - Don't allow read of write-only files and vice-versa
8655              - and off-by-one in flush-all loop.
8656              Remove debug calls as they were using GCC specific features.
8657      Branch: perlio
8658            ! perlio.c
8659 ____________________________________________________________________________
8660 [  7490] By: nick                                  on 2000/10/29  21:45:45
8661         Log: Integrate mainline to perlio
8662      Branch: perlio
8663           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
8664           !> toke.c
8665 ____________________________________________________________________________
8666 [  7489] By: jhi                                   on 2000/10/29  21:11:08
8667         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
8668              From: andreas.koenig@anima.de (Andreas J. Koenig)
8669              Date: 29 Oct 2000 22:05:59 +0100
8670              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
8671      Branch: perl
8672            ! lib/ExtUtils/Manifest.pm
8673 ____________________________________________________________________________
8674 [  7488] By: jhi                                   on 2000/10/29  21:07:47
8675         Log: Tests for #7487.
8676              
8677              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
8678              From: andreas.koenig@anima.de (Andreas J. Koenig)
8679              Date: 29 Oct 2000 19:37:09 +0100
8680              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
8681      Branch: perl
8682            ! t/comp/proto.t
8683 ____________________________________________________________________________
8684 [  7487] By: jhi                                   on 2000/10/29  21:06:27
8685         Log: constsub spillage.
8686              
8687              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
8688              From: John Tobey <jtobey@john-edwin-tobey.org>
8689              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
8690              Message-Id: <m13pvSr-000FObC@feynman.localnet>
8691      Branch: perl
8692            ! op.c
8693 ____________________________________________________________________________
8694 [  7486] By: nick                                  on 2000/10/29  21:05:04
8695         Log: Integrate mainline to perlio branch
8696      Branch: perlio
8697           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
8698           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
8699           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
8700           +> vos/install_perl.cm
8701            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
8702            - vos/config.h vos/config_h.SH_orig
8703           !> (integrate 141 files)
8704 ____________________________________________________________________________
8705 [  7485] By: jhi                                   on 2000/10/29  21:00:47
8706         Log: Make \x{...} consistently produce UTF-8.
8707              
8708              Subject: Re: \x{...} is confused 
8709              From: Simon Cozens <simon@cozens.net>
8710              Date: Sun, 29 Oct 2000 19:36:48 +0000
8711              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
8712      Branch: perl
8713            ! t/pragma/utf8.t toke.c
8714 ____________________________________________________________________________
8715 [  7484] By: nick                                  on 2000/10/29  20:05:29
8716         Log: PerlIO passes all tests.
8717      Branch: perlio
8718            ! perlio.c
8719 ____________________________________________________________________________
8720 [  7483] By: jhi                                   on 2000/10/29  18:06:55
8721         Log: Update Changes.
8722      Branch: perl
8723            ! Changes patchlevel.h
8724 ____________________________________________________________________________
8725 [  7482] By: nick                                  on 2000/10/29  17:43:28
8726         Log: Include <unistd.h> to get correct lseek() prototype etc.
8727              (I thought perl.h did that) - down to two fails
8728              - comp/require.t (last test)
8729              - lib/io_xs.t - possibly import/export of FILE * ?
8730      Branch: perlio
8731            ! perlio.c
8732 ____________________________________________________________________________
8733 [  7481] By: jhi                                   on 2000/10/29  17:02:37
8734         Log: UTF-8 decoder tweak.
8735      Branch: perl
8736            ! utf8.c
8737 ____________________________________________________________________________
8738 [  7480] By: nick                                  on 2000/10/29  16:26:11
8739         Log: Fixed two bugs:
8740              - error code not being set on close (of broken pipe)
8741              - append mode was truncating.
8742              At least one seek/tell bug remains.
8743      Branch: perlio
8744            ! perlio.c
8745 ____________________________________________________________________________
8746 [  7479] By: nick                                  on 2000/10/29  11:18:16
8747         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
8748              in case of accidents. Still several worrying fails, no line disciplines yet.
8749      Branch: perlio
8750            ! iperlsys.h perlio.c
8751 ____________________________________________________________________________
8752 [  7478] By: jhi                                   on 2000/10/29  02:04:01
8753         Log: Add also emailless people.
8754      Branch: perl
8755            ! AUTHORS
8756 ____________________________________________________________________________
8757 [  7477] By: jhi                                   on 2000/10/29  01:36:00
8758         Log: The #7476 needs a MANIFEST change, too.
8759      Branch: perl
8760            ! MANIFEST
8761 ____________________________________________________________________________
8762 [  7476] By: jhi                                   on 2000/10/29  01:35:21
8763         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
8764      Branch: perl
8765            - MAINTAIN
8766            ! AUTHORS Changes
8767 ____________________________________________________________________________
8768 [  7475] By: jhi                                   on 2000/10/28  23:57:25
8769         Log: De-quoted-unreadable to ISO Latin 1.
8770              (There's one ISO-2022-JP name in Changes5.004.)
8771      Branch: perl
8772            ! Changes Changes5.6
8773 ____________________________________________________________________________
8774 [  7474] By: jhi                                   on 2000/10/28  19:13:06
8775         Log: Subject: [ID 20001027.007] uniq array in perlfaq
8776              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
8777              Date: Fri, 27 Oct 2000 19:28:30 +0200
8778              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
8779      Branch: perl
8780            ! pod/perlfaq4.pod
8781 ____________________________________________________________________________
8782 [  7473] By: jhi                                   on 2000/10/28  18:02:05
8783         Log: Locking null mutexes is not recommendable.
8784              
8785              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
8786              From: Hugo <hv@crypt.compulink.co.uk>
8787              Date: Sat, 28 Oct 2000 18:41:12 +0100
8788              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
8789      Branch: perl
8790            ! op.c
8791 ____________________________________________________________________________
8792 [  7472] By: jhi                                   on 2000/10/28  17:52:58
8793         Log: Better create a true mailing list for the repository keepers.
8794      Branch: perl
8795            ! Porting/repository.pod
8796 ____________________________________________________________________________
8797 [  7471] By: jhi                                   on 2000/10/28  17:28:24
8798         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
8799              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
8800      Branch: perl
8801            + Porting/repository.pod
8802            ! MANIFEST
8803 ____________________________________________________________________________
8804 [  7470] By: jhi                                   on 2000/10/28  17:20:54
8805         Log: Subject: DOC PATCH 5.6.0
8806              From: mjd@plover.com
8807              Date: 27 Oct 2000 17:32:44 -0000
8808              Message-ID: <20001027173244.23754.qmail@plover.com>
8809      Branch: perl
8810            ! pod/perlfunc.pod
8811 ____________________________________________________________________________
8812 [  7469] By: jhi                                   on 2000/10/28  17:16:45
8813         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
8814              From: "Peter J. Farley III" <pjfarley@banet.net>
8815              Date: Fri, 27 Oct 2000 20:32:56 -0400
8816              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
8817      Branch: perl
8818            ! README.dos
8819 ____________________________________________________________________________
8820 [  7468] By: jhi                                   on 2000/10/28  17:07:18
8821         Log: Make target reordering to avoid pointless re-makes.
8822              
8823              Subject: Re: Total re-make of 'make okfile' after 7451 ?
8824              From: Nicholas Clark <nick@ccl4.org>
8825              Date: Sat, 28 Oct 2000 00:31:02 +0100
8826              Message-ID: <20001028003101.A54517@plum.flirble.org>
8827      Branch: perl
8828            ! Makefile.SH
8829 ____________________________________________________________________________
8830 [  7467] By: jhi                                   on 2000/10/28  17:05:31
8831         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
8832              From: lvirden@cas.org
8833              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
8834              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
8835      Branch: perl
8836            ! README.os2
8837 ____________________________________________________________________________
8838 [  7466] By: jhi                                   on 2000/10/28  16:09:16
8839         Log: Upgrade to CPAN 1.58_55.
8840              
8841              Subject: CPAN.pm status
8842              From: andreas.koenig@anima.de (Andreas J. Koenig) 
8843              Date: 28 Oct 2000 08:18:00 +0200 
8844              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
8845      Branch: perl
8846            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8847 ____________________________________________________________________________
8848 [  7465] By: jhi                                   on 2000/10/28  16:02:47
8849         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
8850      Branch: perl
8851            ! embed.h embed.pl perl.h proto.h toke.c
8852 ____________________________________________________________________________
8853 [  7464] By: nick                                  on 2000/10/28  10:43:44
8854         Log: Fix for sv_2iv() on "shared" value from keys %hash.
8855      Branch: perl
8856            ! sv.c
8857 ____________________________________________________________________________
8858 [  7463] By: jhi                                   on 2000/10/27  16:18:29
8859         Log: Update Changes.
8860      Branch: perl
8861            ! Changes patchlevel.h
8862 ____________________________________________________________________________
8863 [  7462] By: jhi                                   on 2000/10/27  16:17:44
8864         Log: Too enthusiastic editing in #7460.
8865      Branch: metaconfig
8866            ! U/modified/Oldsym.U
8867      Branch: perl
8868            ! Configure config_h.SH
8869 ____________________________________________________________________________
8870 [  7461] By: jhi                                   on 2000/10/27  15:37:38
8871         Log: Retract #7459, the script needs more work.
8872      Branch: perl
8873            - mkreef
8874            ! MANIFEST
8875 ____________________________________________________________________________
8876 [  7460] By: jhi                                   on 2000/10/27  15:23:14
8877         Log: Use $sort, $uniq (and $tr) consistently as wondered
8878              by Nicholas Clark.
8879      Branch: metaconfig
8880            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
8881            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
8882            ! U/modified/libc.U
8883      Branch: perl
8884            ! Configure config_h.SH
8885 ____________________________________________________________________________
8886 [  7459] By: jhi                                   on 2000/10/27  15:02:07
8887         Log: (Retracted by #7461)
8888              
8889              Add a shell script for creating/removing symbolic link farms,
8890              useful for keeping the source code read-only and doing the
8891              builds somewhere else.
8892      Branch: perl
8893            + mkreef
8894            ! MANIFEST
8895 ____________________________________________________________________________
8896 [  7458] By: jhi                                   on 2000/10/27  14:42:20
8897         Log: Do away with the fix_pl.
8898      Branch: perl
8899            - fix_pl
8900            ! MANIFEST Makefile.SH
8901 ____________________________________________________________________________
8902 [  7457] By: jhi                                   on 2000/10/27  12:43:13
8903         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
8904              From: Jens Hamisch <jens@Strawberry.COM>
8905              Date: Fri, 27 Oct 2000 14:38:21 +0200
8906              Message-Id: <20001027143821.B3366@Strawberry.COM>
8907      Branch: perl
8908            ! perl.h
8909 ____________________________________________________________________________
8910 [  7456] By: jhi                                   on 2000/10/27  12:33:42
8911         Log: Subject: [PATCH] todo
8912              From: Nicholas Clark <nick@ccl4.org>
8913              Date: Thu, 26 Oct 2000 22:32:29 +0100
8914              Message-ID: <20001026223229.A44540@plum.flirble.org>
8915      Branch: perl
8916            ! pod/perltodo.pod
8917 ____________________________________________________________________________
8918 [  7455] By: jhi                                   on 2000/10/27  12:02:21
8919         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
8920              From: John Tobey <jtobey@john-edwin-tobey.org>
8921              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
8922              Message-Id: <m13ozHF-000FObC@feynman.localnet>
8923      Branch: perl
8924            ! op.c t/pragma/sub_lval.t
8925 ____________________________________________________________________________
8926 [  7454] By: jhi                                   on 2000/10/27  11:59:42
8927         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
8928              From: sthoenna@efn.org
8929              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
8930              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
8931      Branch: perl
8932            ! pp.c t/op/assignwarn.t
8933 ____________________________________________________________________________
8934 [  7453] By: jhi                                   on 2000/10/27  00:15:08
8935         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
8936      Branch: perl
8937            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8938            ! ext/Storable/Storable.xs t/lib/st-lock.t
8939 ____________________________________________________________________________
8940 [  7452] By: jhi                                   on 2000/10/26  13:05:52
8941         Log: Undo #7451, this seems to be a deficiency in Perforce,
8942              there is no per-file line-terminator type, only per-client.
8943      Branch: perl
8944            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
8945            ! win32/makefile.mk
8946 ____________________________________________________________________________
8947 [  7451] By: jhi                                   on 2000/10/26  04:56:03
8948         Log: Experimenting in DOS arcana.
8949      Branch: perl
8950            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
8951            ! win32/makefile.mk
8952 ____________________________________________________________________________
8953 [  7450] By: jhi                                   on 2000/10/26  04:50:52
8954         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
8955              From: "Peter J. Farley III" <pjfarley@banet.net>            
8956              Date: Wed, 25 Oct 2000 23:10:18 -0400
8957              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
8958      Branch: perl
8959            ! t/io/open.t
8960 ____________________________________________________________________________
8961 [  7449] By: jhi                                   on 2000/10/26  04:49:16
8962         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
8963              From: Hugo <hv@crypt.compulink.co.uk>
8964              Date: Thu, 26 Oct 2000 01:55:17 +0100
8965              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
8966              
8967              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
8968      Branch: perl
8969            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
8970 ____________________________________________________________________________
8971 [  7448] By: jhi                                   on 2000/10/26  04:38:36
8972         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
8973              From: Peter Prymmer <pvhp@forte.com>
8974              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
8975              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
8976      Branch: perl
8977            ! configure.com
8978 ____________________________________________________________________________
8979 [  7447] By: jhi                                   on 2000/10/25  23:20:02
8980         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
8981              in platforms that strictly require all the symbols being present
8982              at link time.
8983      Branch: perl
8984            ! handy.h
8985 ____________________________________________________________________________
8986 [  7446] By: jhi                                   on 2000/10/25  21:55:57
8987         Log: Update Changes.
8988      Branch: perl
8989            ! Changes patchlevel.h
8990 ____________________________________________________________________________
8991 [  7445] By: jhi                                   on 2000/10/25  21:27:08
8992         Log: Integrate with vmsperl #7430 by Charles Bailey:
8993              
8994              Cleanup from prior patch (Charles Lane?):
8995              - improve handling of MFDs in Basename and Path
8996              - default to no xsubpp line # munging when building debug images
8997      Branch: perl
8998           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
8999 ____________________________________________________________________________
9000 [  7444] By: jhi                                   on 2000/10/25  21:03:50
9001         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
9002              From: John Peacock <JPeacock@UnivPress.com>
9003              Date: Thu, 18 May 2000 11:55:27 -0400
9004              Message-ID: <3924126F.A58BE57A@UnivPress.com>
9005      Branch: perl
9006            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
9007            ! t/op/write.t
9008 ____________________________________________________________________________
9009 [  7443] By: jhi                                   on 2000/10/25  20:43:10
9010         Log: Temporary stopgap for the self-tying issue: for now only
9011              array and hash self-ties are verboten.  The real fix, of
9012              course, would be to comprehensively test (and implement?)
9013              and debug (and document) self-ties.
9014      Branch: perl
9015            ! pod/perldiag.pod pp_sys.c t/op/tie.t
9016 ____________________________________________________________________________
9017 [  7442] By: jhi                                   on 2000/10/25  20:14:30
9018         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
9019              From: Dan Sugalski <dan@sidhe.org>
9020              Date: Wed, 25 Oct 2000 13:36:35 -0400
9021              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
9022              
9023              plus regen global.sym.
9024      Branch: perl
9025            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
9026            ! thrdvar.h util.c
9027 ____________________________________________________________________________
9028 [  7441] By: jhi                                   on 2000/10/25  20:12:20
9029         Log: buildtoc target tweaks.
9030      Branch: perl
9031            ! pod/Makefile.SH
9032 ____________________________________________________________________________
9033 [  7440] By: jhi                                   on 2000/10/25  20:03:53
9034         Log: A new version of making the syslog test more robust.
9035              (Replaces #7421.)
9036              
9037              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9038              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9039              Date: Wed, 25 Oct 2000 12:13:54 -0400
9040              Message-ID: <20001025121354.B2264@O2.chapin.edu>
9041      Branch: perl
9042            ! t/lib/syslog.t
9043 ____________________________________________________________________________
9044 [  7439] By: jhi                                   on 2000/10/25  20:00:48
9045         Log: Continue the internal UTF-8 API tweaking.
9046              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
9047              used much more than the simpler API, now called utf8_to_uv_simple().
9048              Still not quite happy with API, too much partial duplication
9049              of functionality.
9050      Branch: perl
9051            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
9052            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
9053            ! regcomp.c regexec.c sv.c toke.c utf8.c
9054 ____________________________________________________________________________
9055 [  7438] By: jhi                                   on 2000/10/25  18:52:30
9056         Log: Allow poking holes at the UTF-8 decoding strictness.
9057      Branch: perl
9058            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
9059            ! utf8.h
9060 ____________________________________________________________________________
9061 [  7437] By: jhi                                   on 2000/10/25  13:53:05
9062         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
9063              UTF8LEN() and UTF8SKIP(). 
9064      Branch: perl
9065            ! pp.c utf8.c utf8.h
9066 ____________________________________________________________________________
9067 [  7436] By: jhi                                   on 2000/10/25  13:51:37
9068         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
9069              From: Nicholas Clark <nick@ccl4.org>
9070              Date: Wed, 25 Oct 2000 14:44:05 +0100
9071              Message-ID: <20001025144404.D27253@plum.flirble.org>
9072      Branch: perl
9073            ! pod/perlrun.pod
9074 ____________________________________________________________________________
9075 [  7435] By: jhi                                   on 2000/10/25  13:49:32
9076         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
9077              From: Mike Guy <mjtg@cam.ac.uk>
9078              Date: Tue, 24 Oct 2000 14:59:40 +0100
9079              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
9080      Branch: perl
9081            ! scope.c
9082 ____________________________________________________________________________
9083 [  7434] By: jhi                                   on 2000/10/25  13:48:41
9084         Log: AIX is picky about its symbol exports.  Solution for now
9085              is to include the deb.o explicitly to the re extension build.
9086              
9087              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
9088              From: Peter Prymmer <pvhp@forte.com>
9089              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
9090              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
9091      Branch: perl
9092            ! ext/re/Makefile.PL hints/aix.sh
9093 ____________________________________________________________________________
9094 [  7433] By: jhi                                   on 2000/10/25  13:46:49
9095         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
9096              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9097              Date: Wed, 25 Oct 2000 12:02:20 +0200
9098              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
9099      Branch: perl
9100            ! perlsdio.h
9101 ____________________________________________________________________________
9102 [  7432] By: jhi                                   on 2000/10/25  13:44:28
9103         Log: Subject: Minor update to find2perl, for portability
9104              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
9105              Date: Wed, 25 Oct 2000 12:05:47 +0100
9106              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
9107      Branch: perl
9108            ! x2p/find2perl.PL
9109 ____________________________________________________________________________
9110 [  7431] By: jhi                                   on 2000/10/25  13:40:39
9111         Log: Add targets to Makefile.SH, most importantly
9112              'regen_all' which also remembers to update vms/perly*.
9113      Branch: perl
9114            ! Makefile.SH
9115 ____________________________________________________________________________
9116 [  7430] By: bailey                                on 2000/10/25  03:13:53
9117         Log: Cleanup from prior patch (Charles Lane?):
9118              - improve handling of MFDs in Basename and Path
9119              - default to no xsubpp line # munging when building debug images
9120      Branch: vmsperl
9121            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9122 ____________________________________________________________________________
9123 [  7429] By: jhi                                   on 2000/10/24  20:03:40
9124         Log: Podify README.epoc and README.vos.
9125      Branch: perl
9126            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
9127            ! pod/perlport.pod pod/perltoc.pod
9128 ____________________________________________________________________________
9129 [  7428] By: jhi                                   on 2000/10/24  19:10:33
9130         Log: Stratus VOS updates from Paul Green.
9131      Branch: perl
9132            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9133            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
9134            - vos/config.def vos/config.h vos/config_h.SH_orig
9135            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
9136            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
9137 ____________________________________________________________________________
9138 [  7427] By: jhi                                   on 2000/10/24  18:59:48
9139         Log: Check if stdio supports tweaking lval and cnt simultaneously.
9140              
9141              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9142              From: Nicholas Clark <nick@ccl4.org>
9143              Date: Mon, 23 Oct 2000 15:39:32 +0100
9144              Message-ID: <20001023153932.A10786@plum.flirble.org>
9145      Branch: metaconfig
9146            ! U/compline/d_stdstdio.U
9147      Branch: perl
9148            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9149            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
9150            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
9151            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
9152            ! vos/config.h vos/config_h.SH_orig win32/config.bc
9153            ! win32/config.gc win32/config.vc
9154 ____________________________________________________________________________
9155 [  7426] By: jhi                                   on 2000/10/24  17:57:44
9156         Log: Missed the header file changes from #7425.
9157      Branch: perl
9158            ! embed.h embed.pl objXSUB.h proto.h
9159 ____________________________________________________________________________
9160 [  7425] By: jhi                                   on 2000/10/24  17:55:17
9161         Log: Fix the bug reported in
9162              
9163              From: andreas.koenig@anima.de (Andreas J. Koenig)
9164              Subject: Encode bug?
9165              Date: 24 Oct 2000 14:01:26 +0200 
9166              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
9167              
9168              Also make is_utf8_char() stricter.
9169      Branch: perl
9170            ! ext/Encode/Encode.xs utf8.c
9171 ____________________________________________________________________________
9172 [  7424] By: jhi                                   on 2000/10/24  15:15:39
9173         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
9174              From: Peter Scott <Peter@PSDT.com>
9175              Date: Mon, 23 Oct 2000 19:46:01 -0700
9176              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
9177      Branch: perl
9178            ! pod/perlfaq5.pod
9179 ____________________________________________________________________________
9180 [  7423] By: jhi                                   on 2000/10/24  14:25:30
9181         Log: Test tweak to avoid pulling in the whole Config.
9182      Branch: perl
9183            ! t/lib/st-lock.t
9184 ____________________________________________________________________________
9185 [  7422] By: jhi                                   on 2000/10/24  14:03:16
9186         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
9187      Branch: perl
9188            ! pp.c
9189 ____________________________________________________________________________
9190 [  7421] By: jhi                                   on 2000/10/24  13:32:09
9191         Log: (Replaced by #7440.)
9192              
9193              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9194              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9195              Date: Mon, 23 Oct 2000 16:40:54 -0400
9196              Message-ID: <20001023164054.B14491@O2.chapin.edu>
9197      Branch: perl
9198            ! t/lib/syslog.t
9199 ____________________________________________________________________________
9200 [  7420] By: jhi                                   on 2000/10/24  13:30:53
9201         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
9202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9203              Date: Mon, 23 Oct 2000 17:29:03 -0400
9204              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
9205      Branch: perl
9206            ! lib/ExtUtils/MM_Unix.pm
9207 ____________________________________________________________________________
9208 [  7419] By: jhi                                   on 2000/10/24  13:29:57
9209         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
9210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9211              Date: Mon, 23 Oct 2000 19:01:32 -0400
9212              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
9213      Branch: perl
9214            ! utils/h2xs.PL
9215 ____________________________________________________________________________
9216 [  7418] By: jhi                                   on 2000/10/24  13:26:04
9217         Log: Replace #7409 with
9218              
9219              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
9220              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
9221              Date: Mon, 23 Oct 2000 20:08:56 +0200
9222              Message-ID: <20001023200855.A14850@nice.ram.loc>
9223      Branch: perl
9224            ! ext/Storable/Storable.pm t/lib/st-lock.t
9225 ____________________________________________________________________________
9226 [  7417] By: jhi                                   on 2000/10/24  13:17:52
9227         Log: Run vms/vms_yfix.pl, should have done that after changing
9228              perly.c in #7382.
9229      Branch: perl
9230            ! vms/perly_c.vms vms/perly_h.vms
9231 ____________________________________________________________________________
9232 [  7416] By: jhi                                   on 2000/10/24  02:55:33
9233         Log: Make the UTF-8 decoding stricter and more verbose when
9234              malformation happens.  This involved adding an argument
9235              to utf8_to_uv_chk(), which involved changing its prototype,
9236              and prefer STRLEN over I32 for the UTF-8 length, which as
9237              a domino effect necessitated changing the prototypes of
9238              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
9239              The stricter UTF-8 decoding checking uses Markus Kuhn's
9240              UTF-8 Decode Stress Tester from
9241              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
9242      Branch: perl
9243            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
9244            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
9245            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
9246            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
9247 ____________________________________________________________________________
9248 [  7415] By: jhi                                   on 2000/10/23  14:06:06
9249         Log: Update Changes.
9250      Branch: perl
9251            ! Changes patchlevel.h
9252 ____________________________________________________________________________
9253 [  7414] By: jhi                                   on 2000/10/23  12:39:52
9254         Log: Undo the basename() part of #7412 since the lib/basename
9255              tests would need upgrading too.
9256      Branch: perl
9257            ! lib/File/Basename.pm
9258 ____________________________________________________________________________
9259 [  7413] By: jhi                                   on 2000/10/23  12:19:27
9260         Log: Document PERL_INSTALL_ROOT of #7210.
9261      Branch: perl
9262            ! lib/ExtUtils/Install.pm
9263 ____________________________________________________________________________
9264 [  7412] By: jhi                                   on 2000/10/23  12:16:47
9265         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
9266      Branch: perl
9267            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
9268            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
9269 ____________________________________________________________________________
9270 [  7411] By: jhi                                   on 2000/10/23  12:07:41
9271         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
9272              From: Prymmer/Kahn <pvhp@best.com>
9273              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
9274              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
9275      Branch: perl
9276            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
9277 ____________________________________________________________________________
9278 [  7410] By: jhi                                   on 2000/10/23  04:10:11
9279         Log: The change #7187 was not so good on VMS.
9280              
9281              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
9282              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9283              Date: Sun, 22 Oct 2000 23:03:08 -0500
9284              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
9285      Branch: perl
9286            ! utils/perldoc.PL
9287 ____________________________________________________________________________
9288 [  7409] By: jhi                                   on 2000/10/23  03:57:36
9289         Log: Avoid Storable locking on DJGPP for now.
9290              
9291              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
9292              From: "Peter J. Farley III" <pjfarley@banet.net>
9293              Date: Sun, 22 Oct 2000 20:00:00 -0400
9294              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
9295      Branch: perl
9296            ! ext/Storable/Storable.pm t/lib/st-lock.t
9297 ____________________________________________________________________________
9298 [  7408] By: jhi                                   on 2000/10/23  03:50:24
9299         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
9300              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9301              Date: Sun, 22 Oct 2000 21:12:22 -0400
9302              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
9303      Branch: perl
9304            ! lib/vars.pm
9305 ____________________________________________________________________________
9306 [  7407] By: jhi                                   on 2000/10/23  03:43:12
9307         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
9308              From: Hugo <hv@crypt.compulink.co.uk>
9309              Date: Mon, 23 Oct 2000 00:47:22 +0100
9310              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
9311      Branch: perl
9312            ! regexec.c t/op/pat.t
9313 ____________________________________________________________________________
9314 [  7406] By: jhi                                   on 2000/10/23  03:40:29
9315         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
9316      Branch: perl
9317            ! lib/ExtUtils/MakeMaker.pm
9318 ____________________________________________________________________________
9319 [  7405] By: jhi                                   on 2000/10/22  21:32:00
9320         Log: Doc patch.
9321              
9322              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
9323              From: rspier@pobox.com (Robert Spier)
9324              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
9325              Message-ID: <14835.16112.13457.447971@rls.cx>
9326      Branch: perl
9327            ! lib/strict.pm
9328 ____________________________________________________________________________
9329 [  7404] By: jhi                                   on 2000/10/22  21:30:51
9330         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
9331              From: rspier@pobox.com (Robert Spier)
9332              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
9333              Message-ID: <14835.17223.72448.705566@rls.cx>
9334      Branch: perl
9335            ! lib/ExtUtils/MakeMaker.pm
9336 ____________________________________________________________________________
9337 [  7403] By: jhi                                   on 2000/10/22  21:24:11
9338         Log: Subject: [PATCH bleadperl] ripples from constsub patch
9339              From: John Tobey <jtobey@john-edwin-tobey.org>
9340              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
9341              Message-Id: <m13nSOB-000FObC@feynman.localnet>
9342      Branch: perl
9343            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
9344 ____________________________________________________________________________
9345 [  7402] By: jhi                                   on 2000/10/22  20:59:35
9346         Log: Support s?printf parameter reordering.
9347      Branch: perl
9348            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
9349 ____________________________________________________________________________
9350 [  7401] By: jhi                                   on 2000/10/22  19:19:14
9351         Log: Expand %Config variables only if explicitly so requested
9352              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
9353              
9354              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
9355              From: Gurusamy Sarathy <gsar@ActiveState.com>
9356              Date: Sun, 22 Oct 2000 11:47:32 -0700
9357              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
9358      Branch: perl
9359            ! Makefile.SH lib/lib_pm.PL
9360 ____________________________________________________________________________
9361 [  7400] By: jhi                                   on 2000/10/22  18:24:10
9362         Log: Move the #7390 test from warn/op to comp/redef.
9363              
9364              Subject: Re: Creating const subs for constants.
9365              From: John Tobey <jtobey@john-edwin-tobey.org>
9366              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
9367              Message-Id: <m13nG72-000FObC@feynman.localnet>               
9368      Branch: perl
9369            ! t/comp/redef.t t/pragma/warn/op
9370 ____________________________________________________________________________
9371 [  7399] By: jhi                                   on 2000/10/22  17:49:59
9372         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
9373              From: Nicholas Clark <nick@ccl4.org>
9374              Date: Sat, 21 Oct 2000 22:23:19 +0100
9375              Message-ID: <20001021222319.B45586@plum.flirble.org>
9376      Branch: perl
9377            ! ext/DynaLoader/DynaLoader_pm.PL
9378 ____________________________________________________________________________
9379 [  7398] By: jhi                                   on 2000/10/22  17:47:35
9380         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
9381              From: Hugo <hv@crypt.compulink.co.uk>
9382              Date: Sat, 21 Oct 2000 18:19:59 +0100
9383              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
9384      Branch: perl
9385            ! ext/B/B.pm ext/B/B/C.pm
9386 ____________________________________________________________________________
9387 [  7397] By: jhi                                   on 2000/10/22  17:35:18
9388         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
9389              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9390              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
9391              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
9392      Branch: perl
9393            ! hints/openbsd.sh
9394 ____________________________________________________________________________
9395 [  7396] By: jhi                                   on 2000/10/22  17:19:46
9396         Log: Subject: installman go-faster stripes
9397              From: Nicholas Clark <nick@talking.bollo.cx>
9398              Date: Sat, 21 Oct 2000 17:24:53 +0100
9399              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
9400              
9401              Subject: Re: installman go-faster stripes
9402              From: Russ Allbery <rra@stanford.edu>
9403              Date: 21 Oct 2000 11:04:13 -0700
9404              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
9405      Branch: perl
9406            ! installman pod/pod2man.PL
9407 ____________________________________________________________________________
9408 [  7395] By: jhi                                   on 2000/10/22  17:17:35
9409         Log: Hints tweak from Anton Berezin.
9410      Branch: perl
9411            ! hints/freebsd.sh
9412 ____________________________________________________________________________
9413 [  7394] By: jhi                                   on 2000/10/22  04:50:04
9414         Log: Tweak the Is* definitions of Unicode character classes
9415              to better match the official categorizations; embrace
9416              the official categorizations; add the combining marks
9417              as alpha (and -numeric); fix DCinital (a typo and edito)
9418              to be DCmedial.
9419      Branch: perl
9420            + lib/unicode/Is/DCmedial.pl
9421            - lib/unicode/Is/DCinital.pl
9422            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9423            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
9424            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
9425            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9426 ____________________________________________________________________________
9427 [  7393] By: jhi                                   on 2000/10/21  18:06:05
9428         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
9429              From: Daniel Chetlin <daniel@chetlin.com>
9430              Date: Sat, 21 Oct 2000 02:57:03 -0700
9431              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
9432      Branch: perl
9433            + t/lib/tie-splice.t
9434            ! MANIFEST lib/Tie/Array.pm
9435 ____________________________________________________________________________
9436 [  7392] By: gsar                                  on 2000/10/21  18:05:15
9437         Log: resync utfperl branch with mainline
9438      Branch: utfperl
9439           !> (integrate 1760 files)
9440 ____________________________________________________________________________
9441 [  7391] By: jhi                                   on 2000/10/21  14:37:49
9442         Log: Testcases for a #7383,#7385 related bug.
9443              
9444              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
9445              From: Nicholas Clark <nick@ccl4.org>
9446              Date: Sat, 21 Oct 2000 15:04:51 +0100
9447              Message-ID: <20001021150451.A51566@plum.flirble.org>
9448      Branch: perl
9449            ! t/pragma/utf8.t
9450 ____________________________________________________________________________
9451 [  7390] By: jhi                                   on 2000/10/21  14:35:57
9452         Log: Add a testcase for #7389.
9453      Branch: perl
9454            ! t/pragma/warn/op
9455 ____________________________________________________________________________
9456 [  7389] By: jhi                                   on 2000/10/21  14:26:45
9457         Log: Subject: Re: Creating const subs for constants.
9458              From: John Tobey <jtobey@john-edwin-tobey.org>
9459              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
9460              Message-Id: <m13mo0N-000FObC@feynman.localnet>
9461      Branch: perl
9462            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
9463            ! proto.h sv.c
9464 ____________________________________________________________________________
9465 [  7388] By: nick                                  on 2000/10/21  11:44:23
9466         Log: Populate perlio branch
9467      Branch: perlio
9468           +> (branch 1760 files)
9469 ____________________________________________________________________________
9470 [  7387] By: nick                                  on 2000/10/21  10:52:05
9471         Log: Get branch back as replica of mainline via :
9472              p4 integrate -b utfperl
9473              p4 resolve -at ./...
9474      Branch: utfperl
9475           +> (branch 269 files)
9476            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
9477            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
9478            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
9479            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
9480            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
9481            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9482            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9483            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9484            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
9485            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
9486            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
9487            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
9488            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
9489            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
9490            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
9491            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
9492            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
9493            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
9494            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
9495            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
9496            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
9497            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
9498            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
9499            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
9500            - lib/unicode/UCD300.html lib/unicode/Unicode.300
9501            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
9502            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
9503            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
9504            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
9505           !> (integrate 965 files)
9506 ____________________________________________________________________________
9507 [  7386] By: jhi                                   on 2000/10/21  01:31:12
9508         Log: Update Changes.
9509      Branch: perl
9510            ! Changes patchlevel.h
9511 ____________________________________________________________________________
9512 [  7385] By: jhi                                   on 2000/10/21  01:28:42
9513         Log: The #7383 was right only in the context of the original bug report,
9514              not in more general case.
9515      Branch: perl
9516            ! pp_hot.c
9517 ____________________________________________________________________________
9518 [  7384] By: jhi                                   on 2000/10/21  01:08:23
9519         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
9520      Branch: perl
9521            ! ext/IO/lib/IO/Select.pm
9522 ____________________________________________________________________________
9523 [  7383] By: jhi                                   on 2000/10/21  00:44:18
9524         Log: Fix for ID 20001020.006, concatenating an unset submatch
9525              with utf8 resulted in "Modification of a read-only value".
9526      Branch: perl
9527            ! pp_hot.c t/pragma/utf8.t
9528 ____________________________________________________________________________
9529 [  7382] By: jhi                                   on 2000/10/20  20:44:31
9530         Log: Make scan_num() reëntrant, as suggested in
9531              
9532              Subject: [PATCH perl@7229] Rentrant parser and yylex()
9533              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9534              Date: Fri, 20 Oct 2000 14:17:27 +0100
9535              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
9536      Branch: perl
9537            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
9538            ! toke.c
9539 ____________________________________________________________________________
9540 [  7381] By: jhi                                   on 2000/10/20  20:07:29
9541         Log: Reëntrancy fix.
9542              
9543              Subject: [PATCH perl@7229] Rentrant parser and yylex()
9544              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9545              Date: Fri, 20 Oct 2000 14:17:27 +0100
9546              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
9547      Branch: perl
9548            ! embed.h embed.pl perl.h proto.h toke.c
9549 ____________________________________________________________________________
9550 [  7380] By: jhi                                   on 2000/10/20  19:15:54
9551         Log: Don't write double values through long double pointers,
9552              based on a part of
9553              
9554              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
9555              From: Jens Hamisch <jens@Strawberry.COM>
9556              Date: Tue, 17 Oct 2000 08:39:36 +0200
9557              Message-Id: <20001017083936.A11104@Strawberry.COM>
9558      Branch: perl
9559            ! perl.h pp.c
9560 ____________________________________________________________________________
9561 [  7379] By: jhi                                   on 2000/10/20  18:43:37
9562         Log: Portability tweak on #7377.
9563              
9564              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
9565              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9566              Date:     Fri, 20 Oct 2000 13:13:41 EDT
9567              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
9568      Branch: perl
9569            ! t/lib/dprof.t
9570 ____________________________________________________________________________
9571 [  7378] By: jhi                                   on 2000/10/20  12:57:19
9572         Log: SOCKS function redefinitions need prototypes, too, otherwise
9573              for example 32 bit versus 64 bit differences cause a lot of
9574              problems.  Part of
9575              
9576              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
9577              From: Jens Hamisch <jens@Strawberry.COM>
9578              Date: Tue, 17 Oct 2000 08:39:36 +0200
9579              Message-Id: <20001017083936.A11104@Strawberry.COM>
9580      Branch: perl
9581            ! doio.c pp_sys.c
9582 ____________________________________________________________________________
9583 [  7377] By: jhi                                   on 2000/10/20  12:37:12
9584         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
9585              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9586              Date:     Fri, 20 Oct 2000 08:26:04 EDT
9587              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
9588      Branch: perl
9589            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
9590 ____________________________________________________________________________
9591 [  7376] By: jhi                                   on 2000/10/20  12:35:31
9592         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
9593              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9594              Date:     Fri, 20 Oct 2000 07:48:15 EDT
9595              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
9596      Branch: perl
9597            ! configure.com vms/gen_shrfls.pl
9598 ____________________________________________________________________________
9599 [  7375] By: bailey                                on 2000/10/20  04:44:37
9600         Log: SYN SYN
9601      Branch: vmsperl
9602           +> (branch 134 files)
9603            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
9604            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
9605            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
9606            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
9607            - eg/cgi/frameset.cgi eg/cgi/index.html
9608            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9609            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9610            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9611            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
9612            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
9613            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
9614            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
9615            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
9616            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
9617            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
9618            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
9619            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
9620            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
9621            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
9622            - lib/unicode/Props.txt lib/unicode/UCD300.html
9623            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
9624            - utils/perlbc.PL vms/subconfigure.com
9625           !> (integrate 785 files)
9626 ____________________________________________________________________________
9627 [  7374] By: jhi                                   on 2000/10/20  00:59:48
9628         Log: In the latest compiler builds cccdlflags must not become -fpic,
9629              from Wilfredo Sánchez.
9630      Branch: perl
9631            ! hints/darwin.sh
9632 ____________________________________________________________________________
9633 [  7373] By: jhi                                   on 2000/10/20  00:56:35
9634         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
9635              From: Tony Cook <tony@develop-help.com>
9636              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
9637              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
9638      Branch: perl
9639            ! pod/perlop.pod
9640 ____________________________________________________________________________
9641 [  7372] By: jhi                                   on 2000/10/19  19:34:40
9642         Log: Typo noted by Mark Lutz.
9643      Branch: perl
9644            ! t/op/64bitint.t
9645 ____________________________________________________________________________
9646 [  7371] By: jhi                                   on 2000/10/19  19:33:13
9647         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
9648      Branch: metaconfig
9649            ! U/modified/Cppsym.U U/modified/Oldconfig.U
9650      Branch: metaconfig/U/perl
9651            ! End.U dlsrc.U libperl.U
9652      Branch: perl
9653            + hints/nonstopux.sh
9654            ! Configure MANIFEST config_h.SH
9655 ____________________________________________________________________________
9656 [  7370] By: jhi                                   on 2000/10/19  17:18:08
9657         Log: Subject: PATCH do_print has 2 PerlIO_error()s
9658              From: nick@ccl4.org
9659              Date: Thu, 19 Oct 2000 18:09:20 +0100
9660              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
9661      Branch: perl
9662            ! doio.c
9663 ____________________________________________________________________________
9664 [  7369] By: jhi                                   on 2000/10/19  14:01:49
9665         Log: Update Changes.
9666      Branch: perl
9667            ! Changes patchlevel.h
9668 ____________________________________________________________________________
9669 [  7368] By: jhi                                   on 2000/10/19  13:04:29
9670         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
9671              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9672              Date: Wed, 18 Oct 2000 13:12:01 +0200
9673              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
9674      Branch: perl
9675            ! hints/aix.sh
9676 ____________________________________________________________________________
9677 [  7367] By: jhi                                   on 2000/10/19  02:22:40
9678         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
9679              of a 'pmshort' anywhere in the B, so the offending line was simply
9680              removed.
9681      Branch: perl
9682            ! ext/B/B/Debug.pm
9683 ____________________________________________________________________________
9684 [  7366] By: jhi                                   on 2000/10/19  02:12:37
9685         Log: Add the test case for the bug id 20000730.004 which seems
9686              to have been fixed by now.
9687      Branch: perl
9688            ! t/pragma/utf8.t
9689 ____________________________________________________________________________
9690 [  7365] By: jhi                                   on 2000/10/18  23:36:24
9691         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
9692              From: Hugo <hv@crypt.compulink.co.uk>
9693              Date: Wed, 18 Oct 2000 23:25:58 +0100
9694              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
9695      Branch: perl
9696            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
9697 ____________________________________________________________________________
9698 [  7364] By: jhi                                   on 2000/10/18  21:12:53
9699         Log: (retracted)
9700      Branch: perl
9701            ! pp.c
9702 ____________________________________________________________________________
9703 [  7363] By: jhi                                   on 2000/10/18  20:55:38
9704         Log: Missing change from #7362.
9705      Branch: perl
9706            ! win32/perlhost.h
9707 ____________________________________________________________________________
9708 [  7362] By: jhi                                   on 2000/10/18  20:52:01
9709         Log: Borland C fstat() never saw the fd as writable.
9710              
9711              Subject: fix for Borland's weak "stat" (perl@7211)
9712              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9713              Date: Mon, 16 Oct 2000 09:55:03 +0400
9714              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
9715      Branch: perl
9716            ! win32/win32.c
9717 ____________________________________________________________________________
9718 [  7361] By: jhi                                   on 2000/10/18  17:43:50
9719         Log: Regen toc.
9720      Branch: perl
9721            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9722 ____________________________________________________________________________
9723 [  7360] By: jhi                                   on 2000/10/18  17:07:44
9724         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9725              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
9726              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
9727              Date: Mon, 16 Oct 2000 15:19:49 +0200
9728      Branch: perl
9729            + README.aix
9730            ! MANIFEST
9731 ____________________________________________________________________________
9732 [  7359] By: jhi                                   on 2000/10/18  17:04:49
9733         Log: Subject: Pod patch for Devel::Peek
9734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9735              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
9736              Date: Mon, 16 Oct 2000 12:26:34 +0200
9737      Branch: perl
9738            ! ext/Devel/Peek/Peek.pm
9739 ____________________________________________________________________________
9740 [  7358] By: jhi                                   on 2000/10/18  17:03:15
9741         Log: Make Cwd more bulletproof in chrooted environments.
9742              
9743              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
9744              From: "Eric E. Coe" <Eric.Coe@oracle.com>
9745              Date: Wed, 18 Oct 2000 04:03:54 -0400
9746              Message-Id: <39ED596A.70E599FE@oracle.com>
9747      Branch: perl
9748            ! lib/Cwd.pm
9749 ____________________________________________________________________________
9750 [  7357] By: jhi                                   on 2000/10/18  16:37:26
9751         Log: Disable the UTF8 downgrade croakage for now to avoid
9752              too many not okay messages.
9753      Branch: perl
9754            ! doio.c
9755 ____________________________________________________________________________
9756 [  7356] By: jhi                                   on 2000/10/17  23:29:41
9757         Log: Show the failed remote port, instead of the failing line number.
9758              
9759              Subject: [PATCH 5.6.1 Debugger] More diagnostics
9760              From: David Sparks <daves@ActiveState.com>
9761              Date: Tue, 17 Oct 2000 15:00:24 -0700
9762              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
9763      Branch: perl
9764            ! lib/perl5db.pl
9765 ____________________________________________________________________________
9766 [  7355] By: jhi                                   on 2000/10/17  14:11:31
9767         Log: On output try to downgrade to bytes, croak if impossible,
9768              from Simon Cozens.  This means that outputting >255 UTF8
9769              is impossible.  Consider this as a strong incentive to get
9770              the I/O disciplines implemented.
9771      Branch: perl
9772            ! doio.c pod/perldiag.pod sv.c
9773 ____________________________________________________________________________
9774 [  7354] By: jhi                                   on 2000/10/17  13:42:23
9775         Log: Clarify documentation on 'use bytes'.
9776              
9777              Subject: Re: What does 'use bytes' "mean" ?
9778              From: Simon Cozens <simon@cozens.net>
9779              Date: Mon, 18 Sep 2000 18:24:25 +0100
9780              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
9781      Branch: perl
9782            ! lib/bytes.pm
9783 ____________________________________________________________________________
9784 [  7353] By: jhi                                   on 2000/10/17  13:28:12
9785         Log: Workaround for a sfio bug where the stream error indicator
9786              is not cleared as documented.
9787              
9788              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
9789              From: Nicholas Clark <nick@ccl4.org>
9790              Date: Mon, 16 Oct 2000 18:28:23 +0100
9791              Message-ID: <20001016182823.J19700@plum.flirble.org>
9792      Branch: perl
9793            ! doio.c
9794 ____________________________________________________________________________
9795 [  7352] By: jhi                                   on 2000/10/17  13:06:19
9796         Log: More IoTYPE sprinkling.
9797      Branch: perl
9798            ! doio.c pp_hot.c
9799 ____________________________________________________________________________
9800 [  7351] By: jhi                                   on 2000/10/16  22:47:07
9801         Log: Detect early whether the std streams have gone bad.
9802              
9803              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
9804              Date: Mon, 16 Oct 2000 23:28:42 +0100
9805              From: Nicholas Clark <nick@ccl4.org>
9806              Message-ID: <20001016232842.A37942@plum.flirble.org>
9807      Branch: perl
9808            ! t/op/misc.t
9809 ____________________________________________________________________________
9810 [  7350] By: jhi                                   on 2000/10/16  22:45:16
9811         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
9812              From: "Peter J. Farley III" <pjfarley@banet.net>
9813              Date: Mon, 16 Oct 2000 18:15:59 -0400
9814              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
9815      Branch: perl
9816            ! djgpp/djgpp.c dosish.h t/io/open.t
9817 ____________________________________________________________________________
9818 [  7349] By: jhi                                   on 2000/10/16  22:36:45
9819         Log: perldelta tweak.
9820      Branch: perl
9821            ! pod/perldelta.pod
9822 ____________________________________________________________________________
9823 [  7348] By: jhi                                   on 2000/10/16  15:17:53
9824         Log: Update Changes.
9825      Branch: perl
9826            ! Changes patchlevel.h
9827 ____________________________________________________________________________
9828 [  7347] By: jhi                                   on 2000/10/16  13:55:27
9829         Log: Add the capability to include/exclude branches.
9830      Branch: perl
9831            ! Porting/genlog
9832 ____________________________________________________________________________
9833 [  7346] By: jhi                                   on 2000/10/16  13:18:04
9834         Log: Add Charles Lane.
9835      Branch: perl
9836            ! AUTHORS Changes
9837 ____________________________________________________________________________
9838 [  7345] By: jhi                                   on 2000/10/16  13:13:21
9839         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
9840      Branch: perl
9841            ! pod/perldelta.pod
9842 ____________________________________________________________________________
9843 [  7344] By: gsar                                  on 2000/10/16  09:30:21
9844         Log: integrate change#6220 from cfgperl
9845              
9846              Win32 patches from Benjamin Stuhl.
9847      Branch: maint-5.6/perl
9848           !> makedef.pl win32/win32.h
9849 ____________________________________________________________________________
9850 [  7343] By: gsar                                  on 2000/10/16  08:32:19
9851         Log: integrate changes#6221,6222 from cfgperl
9852              
9853              Remove tr///CU (the feature is to be obsoleted by better interfaces).
9854              From: simon@brecon.co.uk (Simon Cozens)
9855              Subject: [PATCH] Eliminate tr///[CU][CU]
9856              Date: 23 Jun 2000 11:05:40 GMT
9857              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
9858              
9859              doc typo fix
9860              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
9861              From: Ian Phillipps <Ian.Phillipps@iname.com>
9862              Date: Fri, 23 Jun 2000 10:40:58 +0100
9863              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
9864      Branch: maint-5.6/perl
9865           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
9866 ____________________________________________________________________________
9867 [  7342] By: gsar                                  on 2000/10/16  08:28:08
9868         Log: integrate change#6217 from cfgperl (in part)
9869              
9870              Rename the fdpid locking and integrate with Sarathy.
9871      Branch: maint-5.6/perl
9872           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
9873           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
9874           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
9875           !> win32/win32.c
9876 ____________________________________________________________________________
9877 [  7341] By: gsar                                  on 2000/10/16  08:23:39
9878         Log: integrate changes#6214..6216 from mainline
9879              
9880              @_ can't have junk in it even in the non-USE_ITHREADS case because
9881              caller() wants to populate @DB::args with it (causes a coredump
9882              in Carp::confess())
9883              
9884              tweak comment about @DB::args
9885              
9886              be more optimal about clearing @_
9887      Branch: maint-5.6/perl
9888           !> av.h cop.h pp_ctl.c t/op/runlevel.t
9889 ____________________________________________________________________________
9890 [  7340] By: gsar                                  on 2000/10/16  08:20:37
9891         Log: integrate changes#6207..6210 from cfgperl
9892              
9893              Subject: [PATCH 5.6.0] Threadsafe patches
9894              From: Dan Sugalski <dan@sidhe.org>
9895              To: perl5-porters@perl.org
9896              Date: Mon, 08 May 2000 18:08:13 -0400
9897              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
9898              
9899              Regen headers for #6207.
9900              
9901              Lock PL_fdpid against race conditions, based on:
9902              Subject: [PATCH 5.6.0]subprocess fixup for threads
9903              From: Dan Sugalski <dan@sidhe.org>
9904              To: perl5-porters@perl.org
9905              Date: Tue, 11 Apr 2000 17:02:32 -0400
9906              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
9907              
9908              Mopup for #6207 and #6209.
9909      Branch: maint-5.6/perl
9910           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
9911           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
9912           !> win32/win32.c
9913 ____________________________________________________________________________
9914 [  7339] By: gsar                                  on 2000/10/16  08:14:34
9915         Log: integrate change#6203 from cfgperl
9916              
9917              perldiag should refer to perlos2.pod not README.os2
9918      Branch: maint-5.6/perl
9919           !> pod/perldiag.pod
9920 ____________________________________________________________________________
9921 [  7338] By: gsar                                  on 2000/10/16  08:11:42
9922         Log: integrate change#6201 from mainline
9923              
9924              Perl_eval_pv() leaks 4 bytes every time it is called because it
9925              does a PUSHMARK that's never ever POPMARKed; in general, only
9926              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
9927              Perl_eval_[sp]v() don't because they don't take any incoming
9928              arguments (this leak has been around since the original version
9929              of perl_eval_pv() in 5.003_97e)
9930      Branch: maint-5.6/perl
9931           !> perl.c
9932 ____________________________________________________________________________
9933 [  7337] By: gsar                                  on 2000/10/16  08:08:47
9934         Log: integrate changes#6197..6200 from cfgperl
9935              
9936              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
9937              From: John Borwick <jhborwic@unity.ncsu.edu>
9938              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
9939              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
9940              
9941              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
9942              From: Dan Sugalski <dan@sidhe.org>
9943              To: vmsperl@perl.org, perl5-porters@perl.org
9944              Date: Fri, 02 Jun 2000 16:00:41 -0400
9945              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
9946              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
9947              
9948              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
9949              From: Dan Sugalski <dan@sidhe.org>
9950              To: perl5-porters@perl.org, vmsperl@perl.org
9951              Date: Fri, 02 Jun 2000 17:30:51 -0400
9952              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
9953              
9954              Update to cperl-mode.el 4.31 from
9955              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
9956              Subject: A couple of notes
9957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9958              To: Mailing list Perl5 <perl5-porters@perl.org>
9959              Date: Sat, 3 Jun 2000 23:33:32 -0400
9960              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
9961      Branch: maint-5.6/perl
9962           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
9963           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
9964           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
9965           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
9966           !> vms/vmsish.h
9967 ____________________________________________________________________________
9968 [  7336] By: gsar                                  on 2000/10/16  08:03:46
9969         Log: integrate changes#6194,6195 from mainline
9970              
9971              fix small eval"" memory leaks under USE_ITHREADS
9972              
9973              fix yet another eval"" leak under USE_ITHREADS
9974      Branch: maint-5.6/perl
9975           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9976           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9977           !> vms/perly_c.vms
9978 ____________________________________________________________________________
9979 [  7335] By: gsar                                  on 2000/10/16  08:02:15
9980         Log: integrate changes#6190,6191 from mainline
9981              
9982              submit missing embed.pl change
9983              
9984              vec() loses numericalness (modified version of patch suggested
9985              by Robin Barker)
9986      Branch: maint-5.6/perl
9987           !> doop.c embed.pl t/op/vec.t
9988 ____________________________________________________________________________
9989 [  7334] By: gsar                                  on 2000/10/16  08:01:03
9990         Log: integrate change#6189 from mainline
9991              
9992              counting tr/// corrupts later operation (from M.J.T Guy)
9993      Branch: maint-5.6/perl
9994           !> doop.c t/op/tr.t
9995 ____________________________________________________________________________
9996 [  7333] By: gsar                                  on 2000/10/16  07:59:07
9997         Log: integrate changes#6183..6188 from mainline
9998              
9999              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
10000              <nick@ccl4.org>)
10001              
10002              tweak for change#6127
10003              
10004              remove incorrect documentation about implicit split to @_ in
10005              list context, which never really worked in perl 5 (from
10006              M.J.T. Guy)
10007              
10008              further qualify references to "alphanumeric" (from Wolfgang Laun
10009              <wolfgang.laun@alcatel.at>)
10010              
10011              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
10012              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10013              
10014              h2xs tweaks
10015      Branch: maint-5.6/perl
10016           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
10017           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
10018           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
10019           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
10020           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
10021           !> pod/pod2latex.PL utils/h2xs.PL
10022 ____________________________________________________________________________
10023 [  7332] By: gsar                                  on 2000/10/16  07:53:52
10024         Log: integrate change#6179 from mainline
10025              
10026              buggy modulus on UVs introduced by change#3378 (resulted in
10027              4063328477 % 65535 amounting to 27406, instead of 27407)
10028      Branch: maint-5.6/perl
10029           !> pp.c t/op/arith.t
10030 ____________________________________________________________________________
10031 [  7331] By: gsar                                  on 2000/10/16  07:52:49
10032         Log: integrate changes#6176,6177,6178,6182 from cfgperl
10033              
10034              Single-quoted utf8 patch from Simon Cozens.
10035              
10036              Substitution utf8 patch from Simon Cozens.
10037              
10038              Be cleaner.
10039              
10040              Be Cleaner Part Deux.
10041      Branch: maint-5.6/perl
10042           !> Makefile.SH pp_hot.c toke.c
10043 ____________________________________________________________________________
10044 [  7330] By: gsar                                  on 2000/10/16  07:41:36
10045         Log: integrate change#6172 from mainline
10046              
10047              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
10048              (from Ilya Zakharevich)
10049      Branch: maint-5.6/perl
10050           !> regexec.c t/op/re_tests
10051 ____________________________________________________________________________
10052 [  7329] By: gsar                                  on 2000/10/16  07:40:25
10053         Log: integrate change#6171 from mainline
10054              
10055              scalar() doesn't force scalar context when used in void context
10056              (from Simon Cozens)
10057      Branch: maint-5.6/perl
10058           !> op.c t/op/wantarray.t
10059 ____________________________________________________________________________
10060 [  7328] By: gsar                                  on 2000/10/16  07:39:33
10061         Log: integrate change#6170 from mainline
10062              
10063              change#6142 needs tweaks to tests to work where there's no
10064              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10065      Branch: maint-5.6/perl
10066           !> t/lib/filefind.t
10067 ____________________________________________________________________________
10068 [  7327] By: gsar                                  on 2000/10/16  07:35:34
10069         Log: integrate changes#6166..6168 from cfgperl
10070              
10071              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
10072              in case somebody wants to write an extension for more
10073              shadow database interfaces.
10074              
10075              tweak todo
10076              
10077              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
10078      Branch: maint-5.6/perl
10079           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10080           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
10081           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
10082           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10083           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10084           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10085 ____________________________________________________________________________
10086 [  7326] By: gsar                                  on 2000/10/16  07:29:05
10087         Log: integrate changes#6157,6159..6161,6164 from cfgperl
10088              
10089              Regen Configure to jive with #6149.
10090              
10091              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
10092              
10093              Changes for the File::Temp 0.08 (change #6159) test suite
10094              to fit better into the Perl distribution test framework.
10095              
10096              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
10097              both from Simon Cozens.
10098              
10099              detypo
10100      Branch: maint-5.6/perl
10101           +> pod/perlmodlib.PL pod/perlnewmod.pod
10102           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
10103           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
10104           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10105           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10106 ____________________________________________________________________________
10107 [  7325] By: gsar                                  on 2000/10/16  07:25:13
10108         Log: integrate change#6158 from vmsperl
10109              
10110              Add fallback to tmpfile for use in cases where user's relying on
10111              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
10112              Lane's patch)
10113      Branch: maint-5.6/perl
10114           !> vms/vms.c vms/vmsish.h
10115 ____________________________________________________________________________
10116 [  7324] By: gsar                                  on 2000/10/16  07:20:50
10117         Log: integrate changes#6153..6155 from mainline
10118              
10119              prettier Test::Harness output on failed tests (from Nicholas Clark
10120              <nick@Bagpuss.uk.boo.com>)
10121              
10122              avoid type mismatch warning
10123              
10124              small bug in change#6144; remove random \xA0 character that snuck
10125              in via change#6145
10126      Branch: maint-5.6/perl
10127           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
10128           !> perl.c
10129 ____________________________________________________________________________
10130 [  7323] By: gsar                                  on 2000/10/16  07:18:47
10131         Log: integrate changes#6151,6152 from mainline
10132              
10133              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
10134              
10135              cosmetic fixups of RE debug output (from Ilya Zakharevich)
10136      Branch: maint-5.6/perl
10137           !> regexec.c
10138 ____________________________________________________________________________
10139 [  7322] By: gsar                                  on 2000/10/16  07:17:25
10140         Log: integrate changes#6146..6150 from mainline
10141              
10142              doc typo
10143              
10144              add a make entry to Config.pm so "perl -V:make" works on VMS
10145              (from Peter Prymmer)
10146              
10147              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
10148              
10149              OS/2 tweaks for usethreads build (from Rocco Caputo
10150              <troc@netrus.net>)
10151              
10152              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
10153      Branch: maint-5.6/perl
10154           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
10155           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
10156           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
10157           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
10158           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
10159           !> warnings.pl x2p/a2p.h
10160 ____________________________________________________________________________
10161 [  7321] By: gsar                                  on 2000/10/16  07:14:02
10162         Log: integrate changes#6143..6145 from mainline
10163              
10164              MacOS support, part 1 (from Matthias Neeracher
10165              <neeri@iis.ee.ethz.ch>)
10166              
10167              MacOS support, part 2: make AutoSplit use File::Spec instead
10168              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
10169              <neeri@iis.ee.ethz.ch>)
10170              
10171              make xsubpp skip embedded pod (from Matthias Neeracher
10172              <neeri@iis.ee.ethz.ch>)
10173      Branch: maint-5.6/perl
10174           +> ext/DynaLoader/dl_mac.xs
10175           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
10176           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10177           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
10178           !> pp_ctl.c proto.h toke.c util.c util.h
10179 ____________________________________________________________________________
10180 [  7320] By: gsar                                  on 2000/10/16  07:12:13
10181         Log: integrate changes#6141,6142 from mainline
10182              
10183              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
10184              forwarded by Peter Seebach from the bsdi-users mailing list.
10185              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
10186              
10187              File::Find fails to chdir when chasing symlinks (from
10188              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10189      Branch: maint-5.6/perl
10190           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
10191 ____________________________________________________________________________
10192 [  7319] By: gsar                                  on 2000/10/16  07:04:30
10193         Log: integrate change#6139 from mainline
10194              
10195              revise mktables.PL for bugs and newness in Unicode 3.0
10196              (from James Bence <jbence@amgen.com>)
10197      Branch: maint-5.6/perl
10198           +> (branch 30 files)
10199           !> (integrate 49 files)
10200 ____________________________________________________________________________
10201 [  7318] By: gsar                                  on 2000/10/16  07:01:01
10202         Log: integrate changes#6137,6138 from mainline
10203              
10204              fix bogus redeclaration warning for "our" variables in different
10205              scopes
10206              
10207              add note about the handling of negative indices to tied arrays
10208              (from Michael G Schwern <schwern@pobox.com>)
10209      Branch: maint-5.6/perl
10210           !> op.c pod/perltie.pod t/pragma/strict-vars
10211 ____________________________________________________________________________
10212 [  7317] By: gsar                                  on 2000/10/16  06:58:46
10213         Log: integrate changes#6127..6136 from mainline
10214              
10215              call_method(...,G_EVAL) can longjmp() out if the method probing
10216              failed (from Gisle Aas)
10217              
10218              new perlxstut example for passing/returning refs to arrays
10219              (from David Lowe <dlowe@pootpoot.com>)
10220              
10221              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
10222              
10223              fix places that mean C<"word" character> but say C<alphanumeric
10224              character>
10225              
10226              avoid warnings in POSIX.pm (from Barrie Slaymaker)
10227              
10228              warnings::enabled() doesn't fall back to looking at $^W if
10229              caller isn't using lexical warnings (from Paul Marquess)
10230              
10231              elide bogus test in change#6132
10232              
10233              make Test::Harness use wait.h/WCOREDUMP if available
10234              (from Ben Tilly <ben_tilly@hotmail.com>)
10235              
10236              enable Test::Harness to dynamically determine column width etc.
10237              (from Rob Napier <rnapier@employees.org>)
10238              
10239              random pod typos (from Peter Scott <Peter@PSDT.com>)
10240      Branch: maint-5.6/perl
10241           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
10242           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
10243           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
10244           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
10245 ____________________________________________________________________________
10246 [  7316] By: gsar                                  on 2000/10/16  06:53:23
10247         Log: integrate change#6126 from mainline
10248              
10249              change#2879 broke rvalue autovivification of magicals such as
10250              ${$num} (reworked variant of patch suggested by Simon Cozens)
10251      Branch: maint-5.6/perl
10252           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
10253           !> pp_hot.c proto.h t/op/gv.t
10254 ____________________________________________________________________________
10255 [  7315] By: gsar                                  on 2000/10/16  06:51:38
10256         Log: integrate changes#6123,6125 from mainline
10257              
10258              clarify gotcha with #line directives (from Rocco Caputo
10259              <troc@netrus.net>)
10260              
10261              enable propagating exception objects via Perl_croak() in XS code
10262              (from Gisle Aas)
10263      Branch: maint-5.6/perl
10264           !> pod/perldebug.pod pod/perlsyn.pod util.c
10265 ____________________________________________________________________________
10266 [  7314] By: gsar                                  on 2000/10/16  06:49:28
10267         Log: integrate change#6122 from mainline
10268              
10269              downgrade fatal error on C<"foo@nosucharray.com"> to optional
10270              warning (from Mark-Jason Dominus)
10271      Branch: maint-5.6/perl
10272           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
10273           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
10274           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
10275           !> toke.c
10276 ____________________________________________________________________________
10277 [  7313] By: gsar                                  on 2000/10/16  06:46:54
10278         Log: integrate changes#6112..6121 from vmsperl
10279              
10280              Check for existence of file before trying to delete
10281              
10282              Ugly workaround for version-specific RTL error
10283              
10284              Urk -- undo previous removal of vmsish 'exit' change
10285              
10286              Add bounds checking for several strings (Charles Lane)
10287              
10288              Miscellaneous cosmetic fixes (Charles Lane)
10289              
10290              Treat sockets as special in sys(read|write) (Charles Lane et al.)
10291              
10292              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
10293              Flatten case labels in switch statements uniformly (Charles Bailey)
10294              
10295              Quiet error messages in vmsish.t (Charles Lane)
10296              
10297              Add missing escape (Charles Lane)
10298              
10299              Allow eliminate_macros() and fixpath() to handle space-delimited
10300              lists (based on fixes by Craig Berry)
10301      Branch: maint-5.6/perl
10302           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
10303           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
10304           !> vms/vmsish.h
10305 ____________________________________________________________________________
10306 [  7312] By: gsar                                  on 2000/10/16  06:41:18
10307         Log: integrate changes#6107,6110 from cfgperl
10308              
10309              Tweak the todo list.
10310              
10311              todo tweak
10312      Branch: maint-5.6/perl
10313           !> Todo-5.6
10314 ____________________________________________________________________________
10315 [  7311] By: gsar                                  on 2000/10/16  06:38:38
10316         Log: integrate changes#6104,6108 from mainline
10317              
10318              PL_sys_intern was being initialized too late on windows
10319              
10320              reenable fake signal handling on Windows, bugs and all
10321      Branch: maint-5.6/perl
10322           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
10323           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
10324           !> win32/win32.c
10325 ____________________________________________________________________________
10326 [  7310] By: gsar                                  on 2000/10/16  06:36:03
10327         Log: integrate changes#6095,6097..6103 from cfgperl
10328              
10329              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
10330              might be useful in future.
10331              
10332              Add a note about possible compilation problems from Allen Smith.
10333              
10334              Add a note about other, yet unsupported, shadow password APIs.
10335              
10336              Tweaks for the cc bugs from Allen Smith.
10337              
10338              More compilation tweakery from Allen Smith.
10339              
10340              Hints and test tweaks for Unicos.
10341              
10342              The test suite tweak in #6101 wasn't quite right.
10343              
10344              Test tweaking for Unicos continues.
10345      Branch: maint-5.6/perl
10346           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10347           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
10348           !> t/lib/complex.t t/op/64bitint.t
10349 ____________________________________________________________________________
10350 [  7309] By: gsar                                  on 2000/10/16  06:29:41
10351         Log: integrate changes#6093,6094 from mainline
10352              
10353              fork() failure to create pseudo process sets errno=EAGAIN and returns
10354              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
10355              
10356              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
10357      Branch: maint-5.6/perl
10358           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
10359           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
10360 ____________________________________________________________________________
10361 [  7308] By: gsar                                  on 2000/10/16  06:27:29
10362         Log: integrate change#6092 from cfgperl
10363              
10364              Regen perltoc with the fixed buildtoc.
10365      Branch: maint-5.6/perl
10366           !> pod/perltoc.pod
10367 ____________________________________________________________________________
10368 [  7307] By: gsar                                  on 2000/10/16  06:26:40
10369         Log: integrate changes#6089,6090 from mainline
10370              
10371              buildtoc tweak to fix newline lossage
10372              
10373              concat doesn't preserve utf8-ness, and doesn't invalidate
10374              [NI]OK; added tests for both
10375      Branch: maint-5.6/perl
10376           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
10377 ____________________________________________________________________________
10378 [  7306] By: gsar                                  on 2000/10/16  06:24:05
10379         Log: integrate change#6088 from cfgperl
10380              
10381              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
10382              because we do not use those.  The HAS_GETSPNAM remains,
10383              though, because we still do use that.
10384      Branch: maint-5.6/perl
10385           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10386           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
10387           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
10388           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10389           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10390           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10391 ____________________________________________________________________________
10392 [  7305] By: gsar                                  on 2000/10/16  06:15:52
10393         Log: integrate changes#6084,6085,6087 from mainline
10394              
10395              substr() does not preserve utf8-ness (from Stefan Eissing
10396              <Eissing@medicaldataservice.de>); added tests
10397              
10398              repeat operator (x) doesn't preserve utf8-ness
10399              
10400              reverse() and quotemeta() weren't preserving utf8-ness; add tests
10401      Branch: maint-5.6/perl
10402           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
10403 ____________________________________________________________________________
10404 [  7304] By: gsar                                  on 2000/10/16  06:13:10
10405         Log: integrate changes#6077..6083 from mainline
10406              
10407              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
10408              and Tom Phoenix)
10409              
10410              workaround for CRT bug in chdir() (from Charles Lane, via
10411              Peter Prymmer)
10412              
10413              remove outdated kludge in Carp (NULLs are permitted in diagnostics
10414              now)
10415              
10416              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
10417              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10418              
10419              better default perlbug categories for ok reports (from Richard Foley)
10420              
10421              peek.t non-portable to ithreads
10422              
10423              note about undocumented caller() return value (from M.J.T. Guy);
10424              yet another peek.t tweak
10425      Branch: maint-5.6/perl
10426           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10427           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10428           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
10429           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
10430           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
10431           !> vms/vmsish.h
10432 ____________________________________________________________________________
10433 [  7303] By: gsar                                  on 2000/10/16  06:03:18
10434         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
10435              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
10436              
10437              &HUGE_VAL is not defined, it exists.
10438              
10439              Do not warn that an infinity does not look like a number.
10440              
10441              Rewrite the pwent/spent logic to be a little bit more clearer.
10442              
10443              Continue on the pwent/spent case.
10444              
10445              Correct Freudian slip.
10446              
10447              Use HUGE_VALL if applicable.
10448              
10449              pwent/spent #ifdef imbalance.
10450              
10451              Infinite problems.
10452              
10453              Call getspnam() only iff needd.
10454              
10455              Test both the scalar and list contexts.
10456              
10457              Use setxxent()/endxxent().
10458              
10459              Complex tweakery.
10460              
10461              Unicos hint tweak.
10462              
10463              Be more forgiving in POSIX about HUGE_VALL.
10464              
10465              Detypo.
10466              
10467              The search of infinity continues, this time simplified.
10468              
10469              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
10470              in natively 64-bit platforms where a long is a quad (no need
10471              for long longs).  Also added bias for IVs.
10472              
10473              Complex tweaks.
10474              
10475              Introduce t/lib/peek.t.
10476              
10477              Make the test more portable.
10478      Branch: maint-5.6/perl
10479           +> t/lib/peek.t
10480            ! pp_sys.c
10481           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
10482           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
10483           !> t/op/pwent.t toke.c util.c
10484 ____________________________________________________________________________
10485 [  7302] By: gsar                                  on 2000/10/16  05:03:37
10486         Log: integrate changes#6066..6071 from mainline
10487              
10488              s/END/CHECK/
10489              
10490              replace direct call to sighandler() with (*PL_sighandlerp)()
10491              
10492              note about values()
10493              
10494              File::Spec compatibility update (from Barrie Slaymaker
10495              <barries@slaysys.com>)
10496              
10497              remove misleading comment (from M.J.T. Guy)
10498              
10499              misformatted perllocal.pod (from Tim Jenness
10500              <t.jenness@jach.hawaii.edu>)
10501      Branch: maint-5.6/perl
10502           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10503           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10504           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
10505           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
10506 ____________________________________________________________________________
10507 [  7301] By: gsar                                  on 2000/10/16  05:00:08
10508         Log: integrate changes#6061..6063 from mainline
10509              
10510              change#5921 neglected to make eq honor "use bytes"
10511              
10512              additional tests for utf8.t
10513              
10514              tokeq() could read unallocated field in argument
10515      Branch: maint-5.6/perl
10516           !> sv.c t/pragma/utf8.t toke.c
10517 ____________________________________________________________________________
10518 [  7300] By: gsar                                  on 2000/10/16  04:56:54
10519         Log: integrate changes#6046,6048,6057,6058 from mainline
10520              
10521              libscheck has insufficient checks for n32 libs (from
10522              Albert Chin-A-Young <china@thewrittenword.com>)
10523              
10524              add note about how $( doesn't interpolate in REs (from
10525              Philip Newton <newton@ficus.frogspace.net>)
10526              
10527              fix broken parsing of /\x{ab}/
10528              
10529              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
10530              (spotted by Donald Kinzer <dkinzer@premia.com>)
10531      Branch: maint-5.6/perl
10532           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
10533           !> t/pragma/utf8.t
10534 ____________________________________________________________________________
10535 [  7299] By: gsar                                  on 2000/10/16  04:52:50
10536         Log: integrate change#6044 from mainline
10537              
10538              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
10539              such that underscores are only ignored in literal numbers,
10540              "\x{...}", and hex/oct argument
10541      Branch: maint-5.6/perl
10542           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
10543 ____________________________________________________________________________
10544 [  7298] By: gsar                                  on 2000/10/16  04:50:53
10545         Log: integrate changes#6027..6043 from mainline
10546              
10547              podlators-1.02 update (from Russ Allbery)
10548              
10549              Pod::Man generates groff-incompatible macro definition (from
10550              Tom Christiansen)
10551              
10552              add CGI.pm v2.66 (from Lincoln Stein)
10553              
10554              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
10555              for @- and @+ (from Johan Vromans)
10556              
10557              small nits in diagnostics.pm (from Robin Barker)
10558              
10559              whitespace adjustments
10560              
10561              missing files in MANIFEST
10562              
10563              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
10564              to compensate
10565              
10566              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
10567              
10568              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
10569      Branch: maint-5.6/perl
10570           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
10571           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
10572           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
10573           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
10574           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
10575           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
10576           !> t/lib/cgi-html.t t/lib/cgi-request.t
10577 ____________________________________________________________________________
10578 [  7297] By: gsar                                  on 2000/10/16  04:44:30
10579         Log: integrate change#6025 from mainline
10580              
10581              Is{Alnum,Alpha,Word} don't match titlecase
10582              TODO: IsSpace is defined recursively!
10583              (both spotted by Larry)
10584      Branch: maint-5.6/perl
10585           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10586           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10587 ____________________________________________________________________________
10588 [  7296] By: gsar                                  on 2000/10/16  04:39:30
10589         Log: integrate change#6023 from mainline
10590              
10591              debugger stomps on $. (from M.J.T. Guy)
10592      Branch: maint-5.6/perl
10593           !> lib/perl5db.pl
10594 ____________________________________________________________________________
10595 [  7295] By: gsar                                  on 2000/10/16  04:38:02
10596         Log: integrate change#6022 from mainline
10597              
10598              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
10599      Branch: maint-5.6/perl
10600           !> sv.c
10601 ____________________________________________________________________________
10602 [  7294] By: gsar                                  on 2000/10/16  04:37:05
10603         Log: integrate changes#6018..6021 from mainline
10604              
10605              make lib/syslog.t portable to systems that don't have _PATH_LOG,
10606              make _PATH_LOG() return "" if unavailable
10607              
10608              windows portability tweaks
10609              
10610              test tweak
10611              
10612              remove Win2K issue in pod (fixed by change#6020)
10613      Branch: maint-5.6/perl
10614           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10615           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
10616           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
10617 ____________________________________________________________________________
10618 [  7293] By: gsar                                  on 2000/10/16  04:20:00
10619         Log: integrate changes#6013..6015 from mainline
10620              
10621              tweak change#5945 to display correct switch name in diagnostic
10622              
10623              glob() loading File::Glob behind the scenes may cause syntax errors
10624              
10625              tweak test for portability
10626      Branch: maint-5.6/perl
10627           !> op.c perl.c pod/perldiag.pod t/lib/b.t
10628 ____________________________________________________________________________
10629 [  7292] By: gsar                                  on 2000/10/16  04:18:11
10630         Log: integrate changes#6005..6010 from mainline, cfgperl
10631              
10632              perldoc might fail via "use blib" (from Hugo van der Sanden)
10633              
10634              Regen Configure.
10635              
10636              note about compile failures and END blocks (from M.J.T. Guy)
10637              
10638              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
10639              
10640              (change#6009 integrated earlier in change#7255)
10641              
10642              clarify note about shadow password support (from
10643              gellyfish@gellyfish.com)
10644      Branch: maint-5.6/perl
10645           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10646           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
10647           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
10648 ____________________________________________________________________________
10649 [  7291] By: gsar                                  on 2000/10/16  04:12:03
10650         Log: integrate changes#6002,6003 from mainline
10651              
10652              destructive sv_setsv() can lose UV-ness from source, causing
10653              numeric promotions/comparisons to fail to do the right thing
10654              
10655              allow REG_EXPAND_SZ keys in Windows registry (from
10656              John Clayton <John.Clayton@barclayscapital.com>)
10657      Branch: maint-5.6/perl
10658           !> sv.c win32/win32.c
10659 ____________________________________________________________________________
10660 [  7290] By: gsar                                  on 2000/10/16  04:10:19
10661         Log: integrate change#6001 from mainline
10662              
10663              support additional library locations via $Config{otherlibdirs}
10664              (from Andy Dougherty)
10665      Branch: maint-5.6/perl
10666           !> Configure INSTALL Porting/Glossary Porting/config.sh
10667           !> Porting/config_H config_h.SH epoc/config.sh perl.c
10668           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
10669           !> win32/config.bc win32/config.gc win32/config.vc
10670 ____________________________________________________________________________
10671 [  7289] By: gsar                                  on 2000/10/16  04:08:28
10672         Log: integrate change#5999 from mainline
10673              
10674              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
10675      Branch: maint-5.6/perl
10676           !> t/pragma/warn/toke toke.c
10677 ____________________________________________________________________________
10678 [  7288] By: gsar                                  on 2000/10/16  04:07:01
10679         Log: integrate changes#5997,5998 from cfgperl
10680              
10681              Preserve $!.
10682              
10683              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
10684      Branch: maint-5.6/perl
10685           !> lib/Math/Complex.pm
10686 ____________________________________________________________________________
10687 [  7287] By: gsar                                  on 2000/10/16  04:04:37
10688         Log: integrate change#5995 from mainline
10689              
10690              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
10691      Branch: maint-5.6/perl
10692           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
10693 ____________________________________________________________________________
10694 [  7286] By: gsar                                  on 2000/10/16  04:03:21
10695         Log: integrate change#5994 from mainline
10696              
10697              fix for missed accounting for null byte in pack("Z",...) (from
10698              M.J.T. Guy)
10699      Branch: maint-5.6/perl
10700           !> pp.c t/op/pack.t
10701 ____________________________________________________________________________
10702 [  7285] By: gsar                                  on 2000/10/16  04:02:11
10703         Log: integrate changes#5989..5993 from mainline
10704              
10705              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
10706              itself and no other (from Tom Hughes)
10707              
10708              use $ENV{LIB} to search for libs under Visual C compiler
10709              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
10710              
10711              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
10712              
10713              pod nit (from Simon Cozens)
10714              
10715              various minor tweaks seen on p5p
10716      Branch: maint-5.6/perl
10717           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
10718           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
10719           !> t/op/array.t toke.c
10720 ____________________________________________________________________________
10721 [  7284] By: gsar                                  on 2000/10/16  03:59:00
10722         Log: integrate changes#5978..5988 from mainline
10723              
10724              sync version numbers in File::Spec with the ones on CPAN
10725              (from Barrie Slaymaker)
10726              
10727              under useithreads, constant pad entries could inadvertantly be
10728              shared across threads (from Eric Blood <eblood@xmission.com>);
10729              added Eric's test case to testsuite
10730              
10731              allow Configure -S to run non-interactively (spotted by Greg Hudson
10732              <ghudson@mit.edu>)
10733              
10734              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
10735              prototype mismatch with CORE::glob(); update pod and tests to
10736              suit (File::Glob::glob() is still available for backward
10737              compatibility, but should be considered deprecated)
10738              
10739              avoid error in IO::Socket::INET when given an unknown service name
10740              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
10741              
10742              numeric conversion of non-number in change#3378 tramples on
10743              OOK offset, causing segfaults
10744              
10745              attributes::reftype() doesn't work on tied argument
10746              
10747              forked child may not exit correctly if it failed to open
10748              /dev/console (from Graham Barr)
10749              
10750              add regular expressions tutorial and quick-start guide (from
10751              Mark Kvale <kvale@phy.ucsf.edu>)
10752              
10753              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
10754              
10755              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
10756              <paul@miraclefish.com>)
10757      Branch: maint-5.6/perl
10758           +> pod/perlrequick.pod pod/perlretut.pod
10759           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
10760           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
10761           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
10762           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
10763           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
10764           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10765           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
10766           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
10767 ____________________________________________________________________________
10768 [  7283] By: gsar                                  on 2000/10/16  03:52:14
10769         Log: integrate change#5977 from mainline
10770              
10771              autoquote barewords followed by newline and arrow properly
10772              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
10773      Branch: maint-5.6/perl
10774           !> t/pragma/warn/toke toke.c
10775 ____________________________________________________________________________
10776 [  7282] By: gsar                                  on 2000/10/16  03:50:48
10777         Log: integrate change#5976 from mainline
10778              
10779              DB_File v1.73 update (from Paul Marquess)
10780      Branch: maint-5.6/perl
10781           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
10782           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
10783 ____________________________________________________________________________
10784 [  7281] By: gsar                                  on 2000/10/16  03:49:14
10785         Log: integrate change#5975 from mainline
10786              
10787              allow sort() reentrancy (variant of patch suggested by
10788              Hugo van der Sanden)
10789      Branch: maint-5.6/perl
10790           !> pp_ctl.c t/op/sort.t
10791 ____________________________________________________________________________
10792 [  7280] By: gsar                                  on 2000/10/16  03:48:22
10793         Log: integrate change#5974 from mainline
10794              
10795              change#4197 somehow missed initializing PL_errors, meaning
10796              syntax error queueing wasn't working outside eval"" at all;
10797              also fixed eval"" to localize PL_error_count, so that compile-time
10798              eval's don't clobber the error state of the outer context
10799      Branch: maint-5.6/perl
10800           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
10801           !> t/pragma/warn/toke
10802 ____________________________________________________________________________
10803 [  7279] By: gsar                                  on 2000/10/16  03:46:21
10804         Log: integrate change#5973 from mainline
10805              
10806              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
10807      Branch: maint-5.6/perl
10808           !> regcomp.c regexec.c t/op/re_tests
10809 ____________________________________________________________________________
10810 [  7278] By: gsar                                  on 2000/10/16  03:44:54
10811         Log: integrate change#5971 from cfgperl
10812              
10813              Unicos tweaks from Mark P. Lutz.
10814      Branch: maint-5.6/perl
10815           !> hints/unicos.sh lib/Math/Complex.pm
10816 ____________________________________________________________________________
10817 [  7277] By: gsar                                  on 2000/10/16  03:42:59
10818         Log: integrate changes#5966..5970 from mainline
10819              
10820              add testsuite for B backends, fix bug in B::Deparse (from
10821              Simon Cozens <simon@brecon.co.uk>)
10822              
10823              improved docs on the warn_uninit diagnostic (from David Glasser
10824              and Simon Cozens)
10825              
10826              tolerate spaces in group names in test on solaris (from David Boyce
10827              <dsb@boyski.com>)
10828              
10829              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
10830              
10831              Data::Dumper fumbles negative numbers on 32-bit platforms where
10832              IV is >32bits
10833      Branch: maint-5.6/perl
10834           +> t/lib/b.t t/lib/syslog.t
10835           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
10836           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
10837           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
10838 ____________________________________________________________________________
10839 [  7276] By: gsar                                  on 2000/10/16  03:39:30
10840         Log: integrate change#5965 from mainline
10841              
10842              avoid "will not stay shared" warnings for our variables (from
10843              Robin Barker)
10844      Branch: maint-5.6/perl
10845           !> op.c t/pragma/warn/op
10846 ____________________________________________________________________________
10847 [  7275] By: gsar                                  on 2000/10/16  03:38:18
10848         Log: integrate change#5964 from mainline
10849              
10850              reformat to 72 columns (again)
10851      Branch: maint-5.6/perl
10852           !> pod/perldiag.pod
10853 ____________________________________________________________________________
10854 [  7274] By: gsar                                  on 2000/10/16  03:36:58
10855         Log: integrate change#5963 from mainline
10856              
10857              patch from Larry to make (\&) prototype work; added tests for
10858              the same
10859      Branch: maint-5.6/perl
10860           !> op.c t/comp/proto.t
10861 ____________________________________________________________________________
10862 [  7273] By: gsar                                  on 2000/10/16  03:35:51
10863         Log: integrate changes#5956..5962 from mainline
10864              
10865              better diagnostics on failed tests (from Ilya Zakharevich)
10866              
10867              pod nits (from A. C. Yardley <yardley@tanet.net>)
10868              
10869              change#3569 deleted some essential code, revert; avoid use of
10870              atexit() to make DynaLoader work properly on AIX under mod_perl
10871              (from Jens-Uwe Mager <jum@helios.de>)
10872              
10873              doubled words in pods (from Simon Cozens
10874              <simon.p.cozens@jp.pwcglobal.com>)
10875              
10876              better INSTALL notes on Solaris issues (from Dominic Dunlop)
10877              
10878              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
10879              
10880              updated README.hpux (from Jeff Okamoto)
10881      Branch: maint-5.6/perl
10882           !> INSTALL README.hpux emacs/cperl-mode.el
10883           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
10884           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
10885           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
10886           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
10887           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
10888           !> t/op/lex_assign.t
10889 ____________________________________________________________________________
10890 [  7272] By: gsar                                  on 2000/10/16  03:31:22
10891         Log: integrate change#5955 from mainline
10892              
10893              longstanding bug exposed by change#3307: sort arguments weren't
10894              compiled with the right wantarray context (ensuing runtime lookup
10895              via block_gimme() was getting the incidental context of the
10896              sort() itself)
10897      Branch: maint-5.6/perl
10898           !> op.c t/op/sort.t
10899 ____________________________________________________________________________
10900 [  7271] By: gsar                                  on 2000/10/16  03:29:11
10901         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
10902              branch
10903              
10904              Flatten the cpp jungle doing the nosuid checking.
10905              
10906              Do not assume sign propagation. (from M.J.T. Guy)
10907              
10908              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
10909              
10910              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
10911              Now pp_ncmp() returns undef is either operand is a NaN.
10912              
10913              On second thoughts frexp() does have two arguments.
10914              
10915              Document that tr() is not tr(1).
10916              
10917              Be more robust on "extreme" (large absolute value)
10918              arguments.  Originally reported by Daniel Connelly
10919              as a problem with asinh() on large negative arguments,
10920              asinh() used to bail out because an argument to log()
10921              ended up being zero.  Ilya Zakharevich proposed using
10922              Taylor's series in such cases, which for such large
10923              arguments is a very good approximation.
10924              
10925              Undo "use integer" addition from 64bitint as it seems
10926              to break most of the subtests in Digital UNIX;
10927              Unicos needs to find another way.
10928      Branch: maint-5.6/perl
10929           !> (integrate 29 files)
10930 ____________________________________________________________________________
10931 [  7270] By: gsar                                  on 2000/10/16  03:09:44
10932         Log: integrate changes#5948,5949,5950 from mainline
10933              
10934              typo in vars.pm that leads to cryptic message (from Piotr
10935              Piatkowski <kompas@kompas.usr.onet.pl>)
10936              
10937              make perldoc use the pod2man from the same version (from
10938              M.J.T. Guy)
10939              
10940              reformat perldiag to avoid long lines
10941      Branch: maint-5.6/perl
10942           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
10943 ____________________________________________________________________________
10944 [  7269] By: gsar                                  on 2000/10/16  03:05:54
10945         Log: integrate change#5947 from mainline
10946              
10947              use &dl_error rather than &dl_load_file as the guard for calling
10948              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
10949              statically built perl)
10950      Branch: maint-5.6/perl
10951           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10952 ____________________________________________________________________________
10953 [  7268] By: gsar                                  on 2000/10/16  03:04:48
10954         Log: integrate change#5945 from mainline
10955              
10956              make module name mandatory after -M switch; reorder perldiag
10957              alphabetically (from Mark-Jason Dominus)
10958      Branch: maint-5.6/perl
10959           !> perl.c pod/perldiag.pod
10960 ____________________________________________________________________________
10961 [  7267] By: gsar                                  on 2000/10/16  03:03:01
10962         Log: integrate change#5939 from mainline
10963              
10964              more pod nits (from Larry Virden)
10965      Branch: maint-5.6/perl
10966           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
10967           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
10968           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
10969 ____________________________________________________________________________
10970 [  7266] By: gsar                                  on 2000/10/16  03:01:39
10971         Log: integrate change#5938 from mainline
10972              
10973              Consolidated B::Deparse fixes (from Stephen McCamant)
10974      Branch: maint-5.6/perl
10975           !> ext/B/B/Deparse.pm
10976 ____________________________________________________________________________
10977 [  7265] By: gsar                                  on 2000/10/16  03:00:43
10978         Log: integrate change#5936 from mainline
10979              
10980              additional tests for change#7263 (from Paul Marquess)
10981      Branch: maint-5.6/perl
10982           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
10983           !> t/pragma/warn/5nolint t/pragma/warn/6default
10984 ____________________________________________________________________________
10985 [  7264] By: gsar                                  on 2000/10/16  02:58:34
10986         Log: integrate change#5934 from mainline
10987              
10988              propagate lexical warnings from surrounding scope correctly
10989              within string eval() (from Paul Marquess)
10990      Branch: maint-5.6/perl
10991           !> pp_ctl.c t/pragma/warn/pp_ctl
10992 ____________________________________________________________________________
10993 [  7263] By: gsar                                  on 2000/10/16  02:56:53
10994         Log: integrate change#5932 from mainline
10995              
10996              add rsignal(), whichsig() and do_join() to public API list
10997              (mod_perl uses them to good advantage)
10998      Branch: maint-5.6/perl
10999           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
11000 ____________________________________________________________________________
11001 [  7262] By: gsar                                  on 2000/10/16  02:55:53
11002         Log: integrate change#5931 from mainline
11003              
11004              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
11005      Branch: maint-5.6/perl
11006           !> pp_hot.c regexec.c t/op/pat.t
11007 ____________________________________________________________________________
11008 [  7261] By: gsar                                  on 2000/10/16  02:55:01
11009         Log: integrate change#5930 from mainline
11010              
11011              small os390 tweaks (from Peter Prymmer)
11012      Branch: maint-5.6/perl
11013           !> config_h.SH makedepend.SH
11014 ____________________________________________________________________________
11015 [  7260] By: gsar                                  on 2000/10/16  02:54:10
11016         Log: integrate change#5929 from mainline
11017              
11018              pod nits
11019      Branch: maint-5.6/perl
11020           !> pod/perlguts.pod
11021 ____________________________________________________________________________
11022 [  7259] By: gsar                                  on 2000/10/16  02:52:55
11023         Log: integrate change#5927 from mainline
11024              
11025              arrange for next() to resume at the unstack op rather than the
11026              loop conditional, so that scope cleanup happens correctly
11027              (from Stephen McCamant)
11028      Branch: maint-5.6/perl
11029           !> op.c pp_ctl.c t/op/misc.t
11030 ____________________________________________________________________________
11031 [  7258] By: gsar                                  on 2000/10/16  02:51:38
11032         Log: integrate change#5926 from mainline
11033              
11034              on windows, reserve 16M of stack rather than 128M (allows more
11035              threads to run concurrently)
11036      Branch: maint-5.6/perl
11037           !> win32/Makefile win32/makefile.mk
11038 ____________________________________________________________________________
11039 [  7257] By: gsar                                  on 2000/10/16  02:50:37
11040         Log: integrate change#5925 from mainline
11041              
11042              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
11043      Branch: maint-5.6/perl
11044           !> toke.c
11045 ____________________________________________________________________________
11046 [  7256] By: gsar                                  on 2000/10/16  02:49:36
11047         Log: integrate change#5924 from mainline
11048              
11049              avoid using uninitialized memory in require version check
11050      Branch: maint-5.6/perl
11051           !> pp_ctl.c universal.c
11052 ____________________________________________________________________________
11053 [  7255] By: gsar                                  on 2000/10/16  02:48:03
11054         Log: integrate changes#5923,5928,6009 from mainline
11055              
11056              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
11057      Branch: maint-5.6/perl
11058           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
11059 ____________________________________________________________________________
11060 [  7254] By: gsar                                  on 2000/10/16  02:44:46
11061         Log: integrate change#5922 from mainline
11062              
11063              commentary about IoTYPE() (from Nathan Torkington)
11064      Branch: maint-5.6/perl
11065           !> sv.h
11066 ____________________________________________________________________________
11067 [  7253] By: gsar                                  on 2000/10/16  02:43:49
11068         Log: integrate change#5921 from mainline
11069              
11070              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
11071      Branch: maint-5.6/perl
11072           !> sv.c t/lib/charnames.t t/pragma/utf8.t
11073 ____________________________________________________________________________
11074 [  7252] By: gsar                                  on 2000/10/16  02:42:31
11075         Log: integrate change#5920 from mainline
11076              
11077              Larry's fix for buggy propagation of utf8-ness in join(); add test
11078      Branch: maint-5.6/perl
11079           !> doop.c t/op/ver.t
11080 ____________________________________________________________________________
11081 [  7251] By: gsar                                  on 2000/10/16  02:41:14
11082         Log: integrate changes#5915..5919 from mainline
11083              
11084              various (pod tweaks &c)
11085      Branch: maint-5.6/perl
11086           !> (integrate 33 files)
11087 ____________________________________________________________________________
11088 [  7250] By: gsar                                  on 2000/10/16  02:38:16
11089         Log: integrate change#5914 from mainline
11090              
11091              caller() wasn't returning the right number of elements for
11092              eval {...}
11093      Branch: maint-5.6/perl
11094           !> pp_ctl.c t/pragma/warn/9enabled
11095 ____________________________________________________________________________
11096 [  7249] By: gsar                                  on 2000/10/16  02:37:02
11097         Log: integrate change#5913 from mainline
11098              
11099              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
11100              (from Mark-Jason Dominus)
11101      Branch: maint-5.6/perl
11102           !> pod/perlfunc.pod
11103 ____________________________________________________________________________
11104 [  7248] By: gsar                                  on 2000/10/16  02:35:58
11105         Log: integrate change#5912 from mainline
11106              
11107              fix totally broken caching in UNIVERSAL::isa() (from
11108              Nick Ing-Simmons)
11109      Branch: maint-5.6/perl
11110           !> t/op/universal.t universal.c
11111 ____________________________________________________________________________
11112 [  7247] By: gsar                                  on 2000/10/16  02:34:27
11113         Log: integrate changes#5910,5911 from mainline
11114              
11115              typo in pod
11116              
11117              add linebreak properties from unicode/LineBrk.txt (from
11118              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
11119      Branch: maint-5.6/perl
11120           +> (branch 29 files)
11121           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
11122 ____________________________________________________________________________
11123 [  7246] By: gsar                                  on 2000/10/16  02:33:29
11124         Log: integrate change#5909 from mainline
11125              
11126              mode argument to do_binmode() should be file mode, not boolean
11127      Branch: maint-5.6/perl
11128           !> pp_sys.c
11129 ____________________________________________________________________________
11130 [  7245] By: gsar                                  on 2000/10/16  02:31:04
11131         Log: integrate change#5908 from mainline
11132              
11133              introduce illegal symbols into null package so that
11134              gv_fetchpv(...,TRUE) always returns a valid GV even when the
11135              symbol is trapped by strictures (avoids coredumps)
11136      Branch: maint-5.6/perl
11137           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
11138           !> t/pragma/strict-vars
11139 ____________________________________________________________________________
11140 [  7244] By: jhi                                   on 2000/10/16  02:29:54
11141         Log: Subject: $Carp::ExportLevel confusion in Exporter
11142              From: "Ben Tilly" <ben_tilly@hotmail.com>
11143              Date: Sat, 14 Oct 2000 16:44:34 EDT
11144              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
11145      Branch: perl
11146            ! lib/Exporter/Heavy.pm
11147 ____________________________________________________________________________
11148 [  7243] By: jhi                                   on 2000/10/16  02:28:33
11149         Log: Subject: [PATCH perlguts.pod] Document offset hack
11150              From: Simon Cozens <simon@cozens.net>
11151              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
11152              Date: Sat, 14 Oct 2000 19:32:25 +0100
11153      Branch: perl
11154            ! pod/perlguts.pod
11155 ____________________________________________________________________________
11156 [  7242] By: gsar                                  on 2000/10/16  02:26:51
11157         Log: integrate changes#5905,5906,5907,6064 from mainline
11158              
11159              printf/sprintf didn't get quad types right under use64bitint
11160      Branch: maint-5.6/perl
11161           !> pp_sys.c sv.c t/op/64bitint.t
11162 ____________________________________________________________________________
11163 [  7241] By: jhi                                   on 2000/10/16  02:22:44
11164         Log: Subject: small pod patch
11165              From: Dan Boorstein <dan_boo@bellsouth.net>
11166              Date: Sat, 14 Oct 2000 14:29:24 -0400
11167              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
11168      Branch: perl
11169            ! pod/perlfaq7.pod pod/perlmod.pod
11170 ____________________________________________________________________________
11171 [  7240] By: jhi                                   on 2000/10/16  02:13:46
11172         Log: -w cleanup.
11173              
11174              Subject: Re: Problems with bleadperl 
11175              From: "Stephen P. Potter" <spp@ds.net>
11176              Date: Fri, 13 Oct 2000 13:32:49 -0400
11177              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
11178      Branch: perl
11179            ! t/pragma/overload.t
11180 ____________________________________________________________________________
11181 [  7239] By: jhi                                   on 2000/10/16  01:41:18
11182         Log: One more ~utf8 tweak.
11183      Branch: perl
11184            ! t/op/bop.t
11185 ____________________________________________________________________________
11186 [  7238] By: jhi                                   on 2000/10/16  01:34:14
11187         Log: Tweak the test of #7235.
11188      Branch: perl
11189            ! t/op/bop.t
11190 ____________________________________________________________________________
11191 [  7237] By: jhi                                   on 2000/10/16  01:25:04
11192         Log: Fix a couple of compiler-noted nits in #7235.
11193      Branch: perl
11194            ! pp.c
11195 ____________________________________________________________________________
11196 [  7236] By: jhi                                   on 2000/10/16  01:22:46
11197         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
11198      Branch: perl
11199            ! pp.c pp_hot.c
11200 ____________________________________________________________________________
11201 [  7235] By: jhi                                   on 2000/10/15  16:24:44
11202         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
11203              
11204              From: Simon Cozens <simon@cozens.net>
11205              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
11206              Date: Sat, 14 Oct 2000 20:52:13 +0100
11207              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
11208      Branch: perl
11209            ! pp.c t/op/bop.t utf8.h
11210 ____________________________________________________________________________
11211 [  7234] By: jhi                                   on 2000/10/15  15:19:29
11212         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
11213              The problem was that rx->minlen was in chars while pp_split()
11214              thought it would be in bytes. 
11215      Branch: perl
11216            ! pp.c t/pragma/utf8.t
11217 ____________________________________________________________________________
11218 [  7233] By: jhi                                   on 2000/10/14  20:24:24
11219         Log: Document FNCASE=y as discussed in the bug 20000902.009.
11220      Branch: perl
11221            ! README.dos
11222 ____________________________________________________________________________
11223 [  7232] By: jhi                                   on 2000/10/14  18:52:21
11224         Log: Add test for bug id 20000427.003 (which seems to have
11225              been fixed) (also duplicate as 20000427.004, though
11226              with a higher severity).  Move one utf8 from op/append
11227              to pragma/utf8, tag the tests with bug ids.
11228      Branch: perl
11229            ! t/op/append.t t/pragma/utf8.t
11230 ____________________________________________________________________________
11231 [  7231] By: jhi                                   on 2000/10/14  17:28:37
11232         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
11233      Branch: perl
11234            ! t/pragma/utf8.t
11235 ____________________________________________________________________________
11236 [  7230] By: jhi                                   on 2000/10/14  14:24:50
11237         Log: Needs to be conditional on SunOS 4.
11238              
11239              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
11240              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11241              Date: Sat, 14 Oct 2000 13:37:49 +0100
11242              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
11243      Branch: metaconfig/U/perl
11244            ! End.U
11245      Branch: perl
11246            ! Configure myconfig.SH pod/perldelta.pod
11247 ____________________________________________________________________________
11248 [  7229] By: jhi                                   on 2000/10/14  00:49:22
11249         Log: Update Changes.
11250      Branch: perl
11251            ! Changes patchlevel.h
11252 ____________________________________________________________________________
11253 [  7228] By: jhi                                   on 2000/10/14  00:46:10
11254         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
11255              From: Peter Prymmer <pvhp@forte.com>
11256              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
11257              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
11258      Branch: perl
11259            ! lib/utf8.pm
11260 ____________________________________________________________________________
11261 [  7227] By: jhi                                   on 2000/10/13  23:20:30
11262         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
11263      Branch: perl
11264            ! t/op/tie.t
11265 ____________________________________________________________________________
11266 [  7226] By: jhi                                   on 2000/10/13  22:14:32
11267         Log: Tweak #7225.
11268              
11269              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
11270              From: Peter Prymmer <pvhp@forte.com>
11271              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
11272              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
11273      Branch: perl
11274            ! t/op/sprintf.t
11275 ____________________________________________________________________________
11276 [  7225] By: jhi                                   on 2000/10/13  22:11:31
11277         Log: op/sprintf.t patch for OS/390 (and any other host with limited
11278              floating-point exponent length)
11279              
11280              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
11281              From: Dominic Dunlop <domo@computer.org>
11282              Date: Fri, 13 Oct 2000 19:17:57 +0200
11283              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
11284      Branch: perl
11285            ! t/op/sprintf.t
11286 ____________________________________________________________________________
11287 [  7224] By: jhi                                   on 2000/10/13  18:40:48
11288         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
11289      Branch: perl
11290            ! toke.c
11291 ____________________________________________________________________________
11292 [  7223] By: jhi                                   on 2000/10/13  18:37:13
11293         Log: Thinko in #7222.
11294      Branch: perl
11295            ! utf8.c
11296 ____________________________________________________________________________
11297 [  7222] By: jhi                                   on 2000/10/13  18:05:23
11298         Log: Use UTF8SKIP(), from Simon Cozens.
11299      Branch: perl
11300            ! utf8.c
11301 ____________________________________________________________________________
11302 [  7221] By: jhi                                   on 2000/10/13  15:43:19
11303         Log: (accidentally empty check-in)
11304      Branch: perl
11305            ! utf8.c
11306 ____________________________________________________________________________
11307 [  7220] By: jhi                                   on 2000/10/13  15:23:51
11308         Log: Add (optimistically) Storable to static extensions.
11309      Branch: perl
11310            ! hints/uwin.sh hints/vmesa.sh
11311 ____________________________________________________________________________
11312 [  7219] By: jhi                                   on 2000/10/13  15:20:05
11313         Log: Amdahl UTS doesn't seem to do dynaloading.
11314      Branch: perl
11315            ! hints/uts.sh
11316 ____________________________________________________________________________
11317 [  7218] By: jhi                                   on 2000/10/13  15:15:20
11318         Log: Slight tweak of the code to appease Amdahl UTS cc.
11319      Branch: perl
11320            ! pp.c
11321 ____________________________________________________________________________
11322 [  7217] By: jhi                                   on 2000/10/13  14:50:42
11323         Log: In Amdahl UTS "struct sv" is defined by a system header,
11324              <ksync.h>.
11325      Branch: perl
11326            ! perl.h sv.h
11327 ____________________________________________________________________________
11328 [  7216] By: jhi                                   on 2000/10/13  11:58:25
11329         Log: Ilya implemented the memory profiling API.
11330      Branch: perl
11331            ! Todo
11332 ____________________________________________________________________________
11333 [  7215] By: jhi                                   on 2000/10/13  02:56:38
11334         Log: Subject: [PATCH 5.7.0] Perl API for mstats
11335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11336              Date: Thu, 12 Oct 2000 22:52:40 -0400
11337              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
11338      Branch: perl
11339            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
11340 ____________________________________________________________________________
11341 [  7214] By: jhi                                   on 2000/10/13  02:55:38
11342         Log: Subject: [PATCH 5.7.0] IVs in mtats
11343              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11344              Date: Thu, 12 Oct 2000 22:51:04 -0400
11345              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
11346      Branch: perl
11347            ! malloc.c perl.h
11348 ____________________________________________________________________________
11349 [  7213] By: jhi                                   on 2000/10/13  02:31:47
11350         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
11351      Branch: perl
11352            ! pod/perldiag.pod pp_sys.c
11353 ____________________________________________________________________________
11354 [  7212] By: jhi                                   on 2000/10/13  01:27:38
11355         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
11356              From: Peter Prymmer <pvhp@forte.com>
11357              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
11358              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
11359      Branch: perl
11360            ! t/op/oct.t
11361 ____________________________________________________________________________
11362 [  7211] By: jhi                                   on 2000/10/13  00:35:09
11363         Log: Update Changes.
11364      Branch: perl
11365            ! Changes patchlevel.h
11366 ____________________________________________________________________________
11367 [  7210] By: jhi                                   on 2000/10/12  23:59:40
11368         Log: The Install.pm third of
11369              
11370              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
11371              From: Bill Campbell <bill@celestial.com>
11372              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
11373              Date: Thu, 5 Oct 2000 18:04:51 -0700
11374      Branch: perl
11375            ! lib/ExtUtils/Install.pm
11376 ____________________________________________________________________________
11377 [  7209] By: jhi                                   on 2000/10/12  23:58:43
11378         Log: Two thirds of
11379              
11380              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
11381              Date: Thu, 5 Oct 2000 18:04:51 -0700
11382              From: Bill Campbell <bill@celestial.com>
11383              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
11384              
11385              The Install.pm changes will be submitted separately because
11386              they need some work and discussion still.
11387      Branch: perl
11388            ! lib/getopts.pl lib/termcap.pl
11389 ____________________________________________________________________________
11390 [  7208] By: jhi                                   on 2000/10/12  23:41:19
11391         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
11392              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11393              Date:     Thu, 12 Oct 2000 07:30:02 EDT
11394              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
11395      Branch: perl
11396            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
11397            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
11398 ____________________________________________________________________________
11399 [  7207] By: jhi                                   on 2000/10/12  23:39:01
11400         Log: An updated EBCDIC tr patch.
11401              
11402              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
11403              From: Peter Prymmer <pvhp@forte.com>
11404              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
11405              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
11406      Branch: perl
11407            ! t/op/tr.t
11408 ____________________________________________________________________________
11409 [  7206] By: jhi                                   on 2000/10/12  23:34:55
11410         Log: Upgrade to CPAN 1.58, from Andreas König.
11411      Branch: perl
11412            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11413 ____________________________________________________________________________
11414 [  7205] By: jhi                                   on 2000/10/12  23:29:08
11415         Log: Introduce the man[24-8] variables, from Andy Dougherty.
11416      Branch: metaconfig/U/perl
11417            + mandirs.U mandirstyle.U
11418      Branch: perl
11419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11420            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
11421            ! vos/config.h vos/config.pl vos/config_h.SH_orig
11422            ! win32/config.bc win32/config.gc win32/config.vc
11423 ____________________________________________________________________________
11424 [  7204] By: gsar                                  on 2000/10/12  18:11:24
11425         Log: restore change#7202
11426      Branch: perl
11427            ! mg.c
11428 ____________________________________________________________________________
11429 [  7203] By: gsar                                  on 2000/10/12  18:09:40
11430         Log: another test of the Emergency Broadcast System--back out 
11431              change#7202
11432      Branch: perl
11433            ! mg.c
11434 ____________________________________________________________________________
11435 [  7202] By: gsar                                  on 2000/10/12  16:40:47
11436         Log: (submitted on behalf of Jarkko)
11437              Fix the lib/encode.t subtest 6 failure as reported by Andreas
11438              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
11439              was unearthed by change 7182, as was a bug in HTML::Entities.
11440      Branch: perl
11441            ! mg.c
11442 ____________________________________________________________________________
11443 [  7201] By: jhi                                   on 2000/10/11  03:16:05
11444         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
11445      Branch: perl
11446            ! pp_hot.c t/pragma/utf8.t
11447 ____________________________________________________________________________
11448 [  7200] By: jhi                                   on 2000/10/11  00:40:30
11449         Log: The #7198 was a false alarm.
11450      Branch: perl
11451            ! pp_hot.c
11452 ____________________________________________________________________________
11453 [  7199] By: jhi                                   on 2000/10/11  00:26:04
11454         Log: Remove duplicated code.
11455      Branch: perl
11456            ! t/lib/cgi-html.t
11457 ____________________________________________________________________________
11458 [  7198] By: jhi                                   on 2000/10/10  23:30:46
11459         Log: (Retracted by #7200.)
11460      Branch: perl
11461            ! pp_hot.c
11462 ____________________________________________________________________________
11463 [  7197] By: jhi                                   on 2000/10/10  21:49:30
11464         Log: Add the test case for #7190, from the original bug report
11465              by Andreas König.
11466      Branch: perl
11467            ! t/pragma/utf8.t
11468 ____________________________________________________________________________
11469 [  7196] By: jhi                                   on 2000/10/10  21:40:49
11470         Log: Reapply Andy's patch and regen Configure.
11471      Branch: perl
11472            ! Configure INSTALL Makefile.SH Porting/Glossary
11473            ! Porting/config.sh config_h.SH epoc/config.sh installperl
11474            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
11475            ! win32/config.vc
11476 ____________________________________________________________________________
11477 [  7195] By: jhi                                   on 2000/10/10  21:09:30
11478         Log: Use the versiononly instead of the installscripts,
11479              retract the changes 7146 and 7147.
11480      Branch: perl
11481            ! Configure INSTALL Makefile.SH Porting/Glossary
11482            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
11483            ! installperl uconfig.sh vos/config.def win32/config.bc
11484            ! win32/config.gc win32/config.vc
11485 ____________________________________________________________________________
11486 [  7194] By: jhi                                   on 2000/10/10  21:06:15
11487         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
11488              From: Peter Prymmer <pvhp@forte.com>
11489              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
11490              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
11491      Branch: perl
11492            ! t/op/ver.t
11493 ____________________________________________________________________________
11494 [  7193] By: jhi                                   on 2000/10/10  21:05:12
11495         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
11496              From: Peter Prymmer <pvhp@forte.com>
11497              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
11498              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
11499      Branch: perl
11500            ! t/op/tr.t
11501 ____________________________________________________________________________
11502 [  7192] By: jhi                                   on 2000/10/10  20:57:30
11503         Log: Add versiononly, delete installscripts, from Andy Dougherty.
11504      Branch: metaconfig
11505            - U/installdirs/installscripts.U
11506      Branch: metaconfig/U/perl
11507            + versiononly.U
11508 ____________________________________________________________________________
11509 [  7191] By: jhi                                   on 2000/10/10  19:41:21
11510         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
11511              From: Peter Prymmer <pvhp@forte.com>
11512              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
11513              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
11514      Branch: perl
11515            ! pod/perlebcdic.pod
11516 ____________________________________________________________________________
11517 [  7190] By: jhi                                   on 2000/10/10  19:26:14
11518         Log: Subject: Re: utf8 concat, mg_get
11519              From: Simon Cozens <simon@cozens.net>
11520              Date: Tue, 10 Oct 2000 17:40:17 +0100
11521              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
11522      Branch: perl
11523            ! pp_hot.c
11524 ____________________________________________________________________________
11525 [  7189] By: jhi                                   on 2000/10/10  19:23:03
11526         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
11527              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
11528              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
11529              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
11530      Branch: perl
11531            ! lib/ExtUtils/MM_Unix.pm
11532 ____________________________________________________________________________
11533 [  7188] By: jhi                                   on 2000/10/10  15:31:24
11534         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
11535              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
11536              Date: Fri, 14 Jul 2000 10:47:36 +0100
11537              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
11538      Branch: perl
11539            ! README.win32
11540 ____________________________________________________________________________
11541 [  7187] By: jhi                                   on 2000/10/10  13:30:10
11542         Log: Quote the temp file name, needed in Win32 because the
11543              default name unfortunately contains spaces, shouldn't
11544              hurt elsewhere.
11545              
11546              Subject: FW: perldoc fails if $TEMP contains spaces
11547              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
11548              Date: Thu, 14 Sep 2000 08:58:45 +0100
11549              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
11550      Branch: perl
11551            ! utils/perldoc.PL
11552 ____________________________________________________________________________
11553 [  7186] By: jhi                                   on 2000/10/10  13:16:27
11554         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
11555              From: hv@hugo.hybyte.com
11556              Date: Tue, 10 Oct 2000 14:10:20 +0100
11557              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
11558      Branch: perl
11559            ! t/lib/thr5005.t util.c
11560 ____________________________________________________________________________
11561 [  7185] By: jhi                                   on 2000/10/10  12:06:22
11562         Log: Upgrade to podlators 1.04, from Russ Allbery.
11563      Branch: perl
11564            ! lib/Pod/Man.pm lib/Pod/Text.pm
11565 ____________________________________________________________________________
11566 [  7184] By: jhi                                   on 2000/10/10  12:01:32
11567         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
11568      Branch: perl
11569            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
11570 ____________________________________________________________________________
11571 [  7183] By: jhi                                   on 2000/10/09  23:47:15
11572         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
11573              From: Peter Prymmer <pvhp@forte.com>
11574              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
11575              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
11576      Branch: perl
11577            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
11578 ____________________________________________________________________________
11579 [  7182] By: jhi                                   on 2000/10/09  23:43:16
11580         Log: Make eq work again with utf8 (disabling the upgrading
11581              should no more be necessary since the copies of the
11582              scalars are upgraded, not the scalars themselves).
11583              Takes care of ID 20001009.001.  (The claimed length()
11584              bug in 20001009.001 seems bogus to me.)
11585      Branch: perl
11586            ! sv.c t/pragma/utf8.t
11587 ____________________________________________________________________________
11588 [  7181] By: gsar                                  on 2000/10/09  19:41:54
11589         Log: tweak for change#7173
11590      Branch: perl
11591            ! win32/win32sck.c
11592 ____________________________________________________________________________
11593 [  7180] By: gsar                                  on 2000/10/09  19:26:56
11594         Log: on Windows, clean targets might not work under some flavors of the shell
11595      Branch: perl
11596            ! win32/Makefile win32/makefile.mk
11597 ____________________________________________________________________________
11598 [  7179] By: jhi                                   on 2000/10/09  19:21:02
11599         Log: Update Changes.
11600      Branch: perl
11601            ! Changes patchlevel.h
11602 ____________________________________________________________________________
11603 [  7178] By: jhi                                   on 2000/10/09  19:18:23
11604         Log: Warn about unknown scripts.
11605              
11606              Subject: Re: ideas? patches? [PATCH bleadperl]
11607              From: Dominic Dunlop <domo@computer.org>
11608              Date: Mon, 9 Oct 2000 14:57:17 +0200
11609              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
11610      Branch: perl
11611            ! lib/charnames.pm
11612 ____________________________________________________________________________
11613 [  7177] By: jhi                                   on 2000/10/09  19:13:27
11614         Log: Change #7160 had a nasty typo.
11615      Branch: metaconfig
11616            ! U/compline/Compile.U
11617      Branch: perl
11618            ! Configure config_h.SH
11619 ____________________________________________________________________________
11620 [  7176] By: gsar                                  on 2000/10/09  18:59:33
11621         Log: pod nit
11622      Branch: perl
11623            ! pod/perlport.pod
11624 ____________________________________________________________________________
11625 [  7175] By: gsar                                  on 2000/10/09  18:54:28
11626         Log: Windows9x doesn't support link(), despite what Config.pm
11627              might think
11628      Branch: perl
11629            ! lib/ExtUtils/Manifest.pm
11630 ____________________________________________________________________________
11631 [  7174] By: gsar                                  on 2000/10/09  18:50:03
11632         Log: avoid nonportable example code
11633      Branch: perl
11634            ! lib/File/Copy.pm
11635 ____________________________________________________________________________
11636 [  7173] By: gsar                                  on 2000/10/09  18:46:54
11637         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
11638              being used) when closing a socket handle
11639      Branch: perl
11640            ! win32/win32.c win32/win32.h win32/win32sck.c
11641 ____________________________________________________________________________
11642 [  7172] By: gsar                                  on 2000/10/09  18:41:40
11643         Log: on Windows, cwd strings in the environment should be of the
11644              form =X:=X:\foo instead of =X=X:\foo\
11645      Branch: perl
11646            ! win32/vdir.h
11647 ____________________________________________________________________________
11648 [  7171] By: gsar                                  on 2000/10/09  18:30:09
11649         Log: on Windows, LoadLibrary() could load an extension DLL multiple
11650              times if forward slashes are used in the path
11651      Branch: perl
11652            ! win32/win32.c
11653 ____________________________________________________________________________
11654 [  7170] By: jhi                                   on 2000/10/09  17:53:59
11655         Log: Add a todo note about overloadable assertions.
11656      Branch: perl
11657            ! Todo-5.6
11658 ____________________________________________________________________________
11659 [  7169] By: jhi                                   on 2000/10/09  13:43:45
11660         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
11661              From: mjd@plover.com
11662              Date: 9 Oct 2000 00:24:44 -0000
11663              Message-ID: <20001009002444.10616.qmail@plover.com>
11664      Branch: perl
11665            ! pod/perldebguts.pod
11666 ____________________________________________________________________________
11667 [  7168] By: nick                                  on 2000/10/08  13:16:33
11668         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
11669              is not right thing to do on (e.g. x86). Network order is also "right" for
11670              X fonts.
11671      Branch: perl
11672            ! ext/Encode/Encode.pm
11673 ____________________________________________________________________________
11674 [  7167] By: nick                                  on 2000/10/08  12:54:42
11675         Log: Make "encodings" work post-install when Encode/*.enc files may not
11676              be in same directory as Encode.pm
11677      Branch: perl
11678            ! ext/Encode/Encode.pm
11679 ____________________________________________________________________________
11680 [  7166] By: nick                                  on 2000/10/08  11:51:26
11681         Log: Work round the fact that $hash->{$key} does not take into account
11682              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
11683              so that key is always in the "expected" encoding - i.e. same way we put
11684              it in the hash.
11685      Branch: perl
11686            ! ext/Encode/Encode.pm
11687 ____________________________________________________________________________
11688 [  7165] By: gsar                                  on 2000/10/08  04:15:29
11689         Log: save_re_context() could reset PL_curcop to freed memory, causing core
11690              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
11691      Branch: perl
11692            ! pp_ctl.c
11693 ____________________________________________________________________________
11694 [  7164] By: jhi                                   on 2000/10/06  20:51:48
11695         Log: UTF8ize split() so that the cloned substrings get the UTF8
11696              flag of the original scalar.  Problem reported by Simon Cozens.
11697      Branch: perl
11698            ! pp.c t/pragma/utf8.t
11699 ____________________________________________________________________________
11700 [  7163] By: nick                                  on 2000/10/06  20:48:34
11701         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
11702              got a false +ve and so did not reach code which would have un-FAKEd the SV.
11703      Branch: perl
11704            ! sv.c
11705 ____________________________________________________________________________
11706 [  7162] By: nick                                  on 2000/10/06  20:25:37
11707         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
11708              To fix  (sort {$a <=> $b} keys %hash) in particular but
11709              should cover a number of other as-yet-unknown cases as well.
11710      Branch: perl
11711            ! sv.c
11712 ____________________________________________________________________________
11713 [  7161] By: jhi                                   on 2000/10/06  19:56:18
11714         Log: Change the version number of Tie::Handle in the core to 4.0,
11715              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
11716              
11717              Subject: Note on Tie::Handle
11718              From: andreas.koenig@anima.de (Andreas J. Koenig)
11719              Date:      06 Oct 2000 21:48:58 +0200
11720              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
11721      Branch: perl
11722            ! lib/Tie/Handle.pm
11723 ____________________________________________________________________________
11724 [  7160] By: jhi                                   on 2000/10/06  18:20:35
11725         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
11726              as the first option of cc/ld because of ultrapicky compilers
11727              (e.g. OS/390 R2.5)
11728      Branch: metaconfig
11729            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
11730            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
11731            ! U/compline/orderlib.U U/modified/Cppsym.U
11732            ! U/modified/d_access.U
11733      Branch: metaconfig/U/perl
11734            ! Checkcc.U d_dlsymun.U gccvers.U
11735      Branch: perl
11736            ! Configure config_h.SH
11737 ____________________________________________________________________________
11738 [  7159] By: jhi                                   on 2000/10/06  13:56:39
11739         Log: Update Changes.
11740      Branch: perl
11741            ! Changes patchlevel.h
11742 ____________________________________________________________________________
11743 [  7158] By: jhi                                   on 2000/10/06  12:48:40
11744         Log: Eliminate $Is_VMS code from the test.
11745              
11746              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
11747              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11748              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
11749              Date:     Thu, 5 Oct 2000 07:46:33 EDT
11750      Branch: perl
11751            ! t/lib/b.t
11752 ____________________________________________________________________________
11753 [  7157] By: jhi                                   on 2000/10/06  12:47:13
11754         Log: Also the $ccflags is needed for the C compiler check.
11755              
11756              Subject: Configure (check for C-compiler)
11757              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11758              Date: Fri, 06 Oct 2000 08:47:15 +0200
11759              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
11760      Branch: metaconfig/U/perl
11761            ! Checkcc.U
11762      Branch: perl
11763            ! Configure config_h.SH
11764 ____________________________________________________________________________
11765 [  7156] By: jhi                                   on 2000/10/06  11:45:15
11766         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
11767      Branch: perl
11768            ! perl.c pp_ctl.c sv.h utf8.c
11769 ____________________________________________________________________________
11770 [  7155] By: jhi                                   on 2000/10/06  11:40:41
11771         Log: IO::Handle->syswrite() did not handle length omission
11772              like CORE::syswrite() does.
11773              
11774              Subject: [Fwd] IO::Handle, syswrite and arguments
11775              From: Graham Barr <gbarr@pobox.com>
11776              Date: Fri, 6 Oct 2000 10:22:05 +0100
11777              Message-ID: <20001006102205.U6312@pobox.com>
11778              
11779              The original patch from andrew@ugh.net.au.
11780      Branch: perl
11781            ! ext/IO/lib/IO/Handle.pm
11782 ____________________________________________________________________________
11783 [  7154] By: jhi                                   on 2000/10/06  01:42:15
11784         Log: Tweak #7153.
11785      Branch: perl
11786            ! utf8.h
11787 ____________________________________________________________________________
11788 [  7153] By: jhi                                   on 2000/10/06  00:39:55
11789         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
11790      Branch: perl
11791            ! utf8.h
11792 ____________________________________________________________________________
11793 [  7152] By: jhi                                   on 2000/10/06  00:38:11
11794         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
11795      Branch: perl
11796            ! perl.c pp_ctl.c sv.h utf8.c
11797 ____________________________________________________________________________
11798 [  7151] By: jhi                                   on 2000/10/06  00:36:38
11799         Log: Subject: Re: Questions about Tie::Array and perl modules
11800              From: Nick Ing-Simmons <nik@tiuk.ti.com>
11801              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
11802              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
11803              
11804              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
11805      Branch: perl
11806            ! lib/Tie/Array.pm t/op/array.t
11807 ____________________________________________________________________________
11808 [  7150] By: jhi                                   on 2000/10/05  00:20:45
11809         Log: Regen Changes.
11810      Branch: perl
11811            ! Changes patchlevel.h
11812 ____________________________________________________________________________
11813 [  7149] By: jhi                                   on 2000/10/05  00:20:01
11814         Log: Regen toc.
11815      Branch: perl
11816            ! pod/perltoc.pod
11817 ____________________________________________________________________________
11818 [  7148] By: jhi                                   on 2000/10/04  23:35:08
11819         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
11820              reported several times by Dominic Dunlop, for example in
11821              ID 20000315.008.  Patch from Dominic.  Patch affects at
11822              least MachTen, and possibly other oldish BSDs. Should not
11823              break non-broken platforms (tested on LinuxPPC). 
11824      Branch: perl
11825            ! doio.c
11826 ____________________________________________________________________________
11827 [  7147] By: jhi                                   on 2000/10/04  23:26:34
11828         Log: The one that got away from 7146.
11829      Branch: metaconfig
11830            + U/installdirs/installscripts.U
11831 ____________________________________________________________________________
11832 [  7146] By: jhi                                   on 2000/10/04  23:25:04
11833         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
11834              suggested by H. Merijn Brand.
11835      Branch: perl
11836            ! Configure INSTALL Makefile.SH Porting/Glossary
11837            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
11838            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
11839            ! win32/config.vc
11840 ____________________________________________________________________________
11841 [  7145] By: jhi                                   on 2000/10/04  22:08:21
11842         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
11843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11844              Date: Wed, 4 Oct 2000 17:37:46 -0400
11845              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
11846      Branch: perl
11847            ! utils/h2xs.PL
11848 ____________________________________________________________________________
11849 [  7144] By: jhi                                   on 2000/10/04  18:11:41
11850         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
11851              From: Jeff Pinyan <jeffp@crusoe.net>
11852              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
11853              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
11854      Branch: perl
11855            ! pod/perlrun.pod
11856 ____________________________________________________________________________
11857 [  7143] By: jhi                                   on 2000/10/04  18:09:58
11858         Log: Subject: perlhack.pod Patch for Externals Tools
11859              From: Fisher Mark <fisherm@tce.com>
11860              Date: Tue, 3 Oct 2000 15:43:27 -0500 
11861              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
11862      Branch: perl
11863            ! pod/perlhack.pod
11864 ____________________________________________________________________________
11865 [  7142] By: jhi                                   on 2000/10/04  18:08:41
11866         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
11867              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11868              Date:     Wed, 4 Oct 2000 12:11:11 EDT
11869              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
11870      Branch: perl
11871            ! vms/vms.c
11872 ____________________________________________________________________________
11873 [  7141] By: jhi                                   on 2000/10/04  12:20:16
11874         Log: Subject: [PATCH 5.7.0] h2xs not working
11875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11876              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
11877              Date: Tue, 3 Oct 2000 21:43:01 -0400
11878              
11879              Subject: [PATCH 5.7.0] h2xs not documenting the created module
11880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11881              Date: Tue, 3 Oct 2000 22:55:19 -0400
11882              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
11883      Branch: perl
11884            ! utils/h2xs.PL
11885 ____________________________________________________________________________
11886 [  7140] By: jhi                                   on 2000/10/04  11:53:44
11887         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
11888              From: nick@babyhippo.com
11889              Date: Wed, 4 Oct 2000 12:06:45 +0100
11890              Message-Id: <20001004120645.A7356@babyhippo.com>
11891              
11892              Retract 7118 and 7135.
11893      Branch: perl
11894            ! installman installperl op.c t/pragma/subs.t
11895 ____________________________________________________________________________
11896 [  7139] By: jhi                                   on 2000/10/03  22:09:41
11897         Log: It is possible to have no hosts database at all.  Pointed out in
11898              
11899              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
11900              From: Peter Prymmer <pvhp@forte.com>
11901              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
11902              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
11903      Branch: metaconfig
11904            ! U/modified/myhostname.U
11905      Branch: perl
11906            ! Configure config_h.SH
11907 ____________________________________________________________________________
11908 [  7138] By: jhi                                   on 2000/10/03  21:49:49
11909         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
11910              From: Peter Prymmer <pvhp@forte.com>
11911              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
11912              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
11913      Branch: perl
11914            ! pp_sys.c
11915 ____________________________________________________________________________
11916 [  7137] By: jhi                                   on 2000/10/03  20:10:05
11917         Log: One remaining nit less at the VMS mailbox sizing.
11918      Branch: perl
11919            ! vms/vms.c
11920 ____________________________________________________________________________
11921 [  7136] By: jhi                                   on 2000/10/03  20:08:47
11922         Log: Test harness update to sync with the new perlcc,
11923              from Simon Cozens.
11924      Branch: perl
11925            ! t/TEST t/UTEST
11926 ____________________________________________________________________________
11927 [  7135] By: jhi                                   on 2000/10/03  15:15:42
11928         Log: Subject: Re: PATCH for 20001003.004
11929              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
11930              From: "AARON B. DOSSETT" <aaron@iglou.com>
11931              Message-Id: <E13gTay-0006od-00@iglou.com>
11932      Branch: perl
11933            ! installman installperl
11934 ____________________________________________________________________________
11935 [  7134] By: jhi                                   on 2000/10/03  15:00:34
11936         Log: Subject: [ID 20001003.006] B::Debug not -w clean
11937              From: Nicholas Clark <nick@babyhippo.co.uk>
11938              Date: Tue, 03 Oct 2000 15:46:32 +0100
11939              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
11940      Branch: perl
11941            ! ext/B/B/Debug.pm
11942 ____________________________________________________________________________
11943 [  7133] By: jhi                                   on 2000/10/03  14:58:39
11944         Log: Scale down the VMS message boxes, by Charles Lane.
11945              Fix for ID 20000903.009, workaround at
11946              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
11947      Branch: perl
11948            ! vms/vms.c
11949 ____________________________________________________________________________
11950 [  7132] By: jhi                                   on 2000/10/03  11:20:37
11951         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
11952      Branch: perl
11953            + t/lib/st-lock.t t/lib/st-utf8.t
11954            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
11955            ! ext/Storable/Storable.xs t/lib/st-recurse.t
11956 ____________________________________________________________________________
11957 [  7131] By: jhi                                   on 2000/10/03  03:38:23
11958         Log: Encode nits.
11959      Branch: perl
11960            ! MANIFEST Makefile.SH
11961 ____________________________________________________________________________
11962 [  7130] By: jhi                                   on 2000/10/03  03:31:05
11963         Log: Update Changes.
11964      Branch: perl
11965            ! Changes patchlevel.h
11966 ____________________________________________________________________________
11967 [  7129] By: jhi                                   on 2000/10/03  02:24:02
11968         Log: Misplaced else.
11969      Branch: metaconfig/U/perl
11970            ! d_strtoll.U
11971      Branch: perl
11972            ! Configure config_h.SH
11973 ____________________________________________________________________________
11974 [  7128] By: jhi                                   on 2000/10/03  02:08:29
11975         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
11976              From: sthoenna@efn.org
11977              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
11978              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
11979      Branch: metaconfig/U/perl
11980            ! d_strtoll.U
11981      Branch: perl
11982            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
11983 ____________________________________________________________________________
11984 [  7127] By: jhi                                   on 2000/10/03  01:13:14
11985         Log: Update Changes.
11986      Branch: perl
11987            ! Changes patchlevel.h
11988 ____________________________________________________________________________
11989 [  7126] By: jhi                                   on 2000/10/03  00:57:08
11990         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
11991              as suggested by Olaf Flebbe and Nick Clark.
11992      Branch: perl
11993            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
11994 ____________________________________________________________________________
11995 [  7125] By: jhi                                   on 2000/10/03  00:50:56
11996         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
11997              From: Nick Clark <nick@plum.flirble.org>
11998              Date: Mon, 2 Oct 2000 11:03:24 +0100
11999              Message-Id: <20001002110324.D20073@plum.flirble.org>
12000              
12001              Also fixes bug ID 20001002.005.
12002      Branch: perl
12003            ! t/lib/encode.t
12004 ____________________________________________________________________________
12005 [  7124] By: jhi                                   on 2000/10/03  00:34:59
12006         Log: Subject: [PATCH 5.7.0] Epoc update
12007              From: Olaf Flebbe <o.flebbe@gmx.de>
12008              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
12009              Message-ID: <26423.969484586@www10.gmx.net>
12010      Branch: perl
12011            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
12012            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
12013            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
12014            ! util.c util.h
12015 ____________________________________________________________________________
12016 [  7123] By: jhi                                   on 2000/10/03  00:30:07
12017         Log: Regen headers.
12018      Branch: perl
12019            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
12020 ____________________________________________________________________________
12021 [  7122] By: jhi                                   on 2000/10/03  00:10:48
12022         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
12023      Branch: perl
12024            ! hints/openbsd.sh
12025 ____________________________________________________________________________
12026 [  7121] By: jhi                                   on 2000/10/03  00:05:06
12027         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
12028              From: <abigail@foad.org>
12029              Date: Tue, 26 Sep 2000 13:36:14 -0400
12030              Message-ID: <20000926173614.4356.qmail@foad.org>
12031      Branch: perl
12032            ! pod/perlop.pod
12033 ____________________________________________________________________________
12034 [  7120] By: jhi                                   on 2000/10/03  00:04:00
12035         Log: Inside require() $^S was always left undefined.
12036              
12037              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
12038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12039              Date: Wed, 27 Sep 2000 18:54:49 -0400
12040              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
12041      Branch: perl
12042            ! cop.h mg.c pp_ctl.c util.c
12043 ____________________________________________________________________________
12044 [  7119] By: jhi                                   on 2000/10/03  00:00:16
12045         Log: Subject: [PATCH] DLL not restartabke with threaded perl
12046              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
12047              Date: Thu, 28 Sep 2000 09:20:46 +0100
12048              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
12049      Branch: perl
12050            ! perl.c
12051 ____________________________________________________________________________
12052 [  7118] By: jhi                                   on 2000/10/02  23:59:20
12053         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
12054              From: Nicholas Clark <nick@ccl4.org>
12055              Date: Thu, 28 Sep 2000 11:52:24 +0100
12056              Message-ID: <20000928115224.D7924@plum.flirble.org>
12057      Branch: perl
12058            ! op.c
12059 ____________________________________________________________________________
12060 [  7117] By: jhi                                   on 2000/10/02  23:57:51
12061         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
12062              From: Nicholas Clark <nick@babyhippo.co.uk>
12063              Date: Thu, 28 Sep 2000 12:18:10 +0100
12064              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
12065              
12066              Did not apply cleanly, manual intervention was needed.
12067      Branch: perl
12068            ! ext/B/B/Bytecode.pm utils/perlcc.PL
12069 ____________________________________________________________________________
12070 [  7116] By: jhi                                   on 2000/10/02  23:50:40
12071         Log: Document the issue (is not a syntax error, kind of)
12072              
12073              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
12074              From: Nicholas Clark <nick@ccl4.org>
12075              Date: Thu, 28 Sep 2000 17:12:42 +0100
12076              Message-ID: <20000928171242.K7924@plum.flirble.org>
12077      Branch: perl
12078            ! pod/perldata.pod
12079 ____________________________________________________________________________
12080 [  7115] By: jhi                                   on 2000/10/02  23:48:58
12081         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
12082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12083              Date: Thu, 28 Sep 2000 21:55:31 -0400
12084              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
12085      Branch: perl
12086            ! regexec.c
12087 ____________________________________________________________________________
12088 [  7114] By: jhi                                   on 2000/10/02  23:47:57
12089         Log: Subject: DOC PATCH 5.6.0
12090              From: mjd@plover.com
12091              Date: 30 Sep 2000 06:02:34 -0000
12092              Message-ID: <20000930060234.4559.qmail@plover.com>
12093      Branch: perl
12094            ! pod/perldebguts.pod
12095 ____________________________________________________________________________
12096 [  7113] By: jhi                                   on 2000/10/02  23:46:43
12097         Log: SOCK_DGRAM and listen() do not mix as reported in
12098              
12099              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
12100              From: Petter Reinholdtsen <pere@hungry.com>
12101              Date: Sun, 1 Oct 2000 10:57:20 +0800
12102              Message-Id: <200010010257.KAA05735@localhost.localdomain>
12103              
12104              The patch for 5.7.0+ had to be reengineered, though.
12105      Branch: perl
12106            ! ext/IO/lib/IO/Socket/UNIX.pm
12107 ____________________________________________________________________________
12108 [  7112] By: jhi                                   on 2000/10/02  23:36:57
12109         Log: Subject: Re: [PATCH 5.005_64 missed]
12110              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12111              Date: Sun, 1 Oct 2000 18:50:10 -0400
12112              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
12113      Branch: perl
12114            ! pod/perlxs.pod
12115 ____________________________________________________________________________
12116 [  7111] By: jhi                                   on 2000/10/02  23:35:40
12117         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
12118              From: Radu Greab <radu@netsoft.ro>
12119              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
12120              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
12121      Branch: perl
12122            ! op.c opcode.pl t/op/substr.t
12123 ____________________________________________________________________________
12124 [  7110] By: jhi                                   on 2000/10/02  23:32:38
12125         Log: Subject: [PATCH] Fix aliasing of tied filehandles
12126              From: Daniel Chetlin <daniel@chetlin.com>
12127              Date: Mon, 2 Oct 2000 14:53:27 -0700
12128              Message-ID: <20001002145327.C1617@ilmd>
12129      Branch: perl
12130            ! perl.h pp_hot.c t/op/tiehandle.t
12131 ____________________________________________________________________________
12132 [  7109] By: jhi                                   on 2000/10/02  23:31:30
12133         Log: s/Robin Parker/Robin Barker/
12134      Branch: perl
12135            ! Changes5.6
12136 ____________________________________________________________________________
12137 [  7108] By: jhi                                   on 2000/10/02  23:15:46
12138         Log: Retract #7091 as suggested in
12139              
12140              From: Robin Barker <rmb1@cise.npl.co.uk> 
12141              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
12142              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
12143              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
12144      Branch: perl
12145            ! embed.pl proto.h
12146 ____________________________________________________________________________
12147 [  7107] By: nick                                  on 2000/10/02  18:23:14
12148         Log: A few tweaks to get Tk803 to work with Encode scheme.
12149      Branch: perl
12150            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
12151 ____________________________________________________________________________
12152 [  7106] By: nick                                  on 2000/10/01  21:34:14
12153         Log: Add checking cases to Encode's toUnicode and fromUnicode.
12154      Branch: perl
12155            ! ext/Encode/Encode.pm
12156 ____________________________________________________________________________
12157 [  7105] By: nick                                  on 2000/10/01  17:18:01
12158         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
12159              To read and use them.
12160              Add a lib/encode.t which checks a few things.
12161      Branch: perl
12162            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
12163            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
12164            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
12165            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
12166            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
12167            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
12168            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
12169            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
12170            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
12171            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
12172            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
12173            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
12174            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
12175            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
12176            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
12177            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
12178            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
12179            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
12180            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
12181            + ext/Encode/Encode/iso2022-jp.enc
12182            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
12183            + ext/Encode/Encode/iso8859-1.enc
12184            + ext/Encode/Encode/iso8859-2.enc
12185            + ext/Encode/Encode/iso8859-3.enc
12186            + ext/Encode/Encode/iso8859-4.enc
12187            + ext/Encode/Encode/iso8859-5.enc
12188            + ext/Encode/Encode/iso8859-6.enc
12189            + ext/Encode/Encode/iso8859-7.enc
12190            + ext/Encode/Encode/iso8859-8.enc
12191            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
12192            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
12193            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
12194            + ext/Encode/Encode/macCentEuro.enc
12195            + ext/Encode/Encode/macCroatian.enc
12196            + ext/Encode/Encode/macCyrillic.enc
12197            + ext/Encode/Encode/macDingbats.enc
12198            + ext/Encode/Encode/macGreek.enc
12199            + ext/Encode/Encode/macIceland.enc
12200            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
12201            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
12202            + ext/Encode/Encode/macTurkish.enc
12203            + ext/Encode/Encode/macUkraine.enc
12204            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
12205            + t/lib/encode.t
12206            ! MANIFEST ext/Encode/Encode.pm
12207 ____________________________________________________________________________
12208 [  7104] By: nick                                  on 2000/09/30  13:04:30
12209         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
12210              From: Daniel Chetlin <daniel@chetlin.com>
12211              Date: Mon, 18 Sep 2000 05:05:40 -0700
12212              Message-Id: <20000918050540.C652@ilmd>
12213      Branch: perl
12214            ! lib/overload.pm sv.c t/pragma/overload.t
12215 ____________________________________________________________________________
12216 [  7103] By: nick                                  on 2000/09/30  12:53:36
12217         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
12218              From: Johan Vromans <jvromans@squirrel.nl>
12219              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
12220              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
12221      Branch: perl
12222            ! pod/Makefile.SH
12223 ____________________________________________________________________________
12224 [  7102] By: nick                                  on 2000/09/30  12:52:31
12225         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
12226              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12227              Date: Sat, 16 Sep 2000 16:36:45 -0400
12228              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
12229      Branch: perl
12230            ! ext/B/B/Deparse.pm
12231 ____________________________________________________________________________
12232 [  7101] By: nick                                  on 2000/09/30  12:51:41
12233         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
12234              From: Craig A. Berry <craig.berry@psinetcs.com>
12235              Date: Sat, 16 Sep 2000 10:11:10 -0500
12236              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
12237      Branch: perl
12238            ! vms/vms.c
12239 ____________________________________________________________________________
12240 [  7100] By: nick                                  on 2000/09/30  12:50:33
12241         Log: Subject: Re: unicode support and perl [ID 20000901.097]
12242              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12243              Date: Fri, 15 Sep 2000 16:37:58 -0400
12244              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
12245      Branch: perl
12246            ! t/op/append.t
12247 ____________________________________________________________________________
12248 [  7099] By: nick                                  on 2000/09/30  12:49:35
12249         Log: Subject: Re: unicode support and perl [ID 20000901.097]
12250              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12251              Date: Fri, 15 Sep 2000 16:25:30 -0400
12252              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
12253      Branch: perl
12254            ! pp_hot.c
12255 ____________________________________________________________________________
12256 [  7098] By: nick                                  on 2000/09/30  12:48:00
12257         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
12258              From: Gisle Aas <gisle@ActiveState.com>
12259              Date: 15 Sep 2000 16:23:41 +0200
12260              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
12261      Branch: perl
12262            ! toke.c
12263 ____________________________________________________________________________
12264 [  7097] By: nick                                  on 2000/09/30  12:45:16
12265         Log: Subject: [PATCH] Nits in perlmod.pod
12266              From: Daniel Chetlin <daniel@chetlin.com>
12267              Date: Fri, 15 Sep 2000 02:04:09 -0700
12268              Message-Id: <20000915020409.A2104@ilmd>
12269      Branch: perl
12270            ! pod/perlmod.pod
12271 ____________________________________________________________________________
12272 [  7096] By: nick                                  on 2000/09/30  12:18:00
12273         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
12274              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
12275              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
12276              0 to checking to get the warning.
12277      Branch: perl
12278            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
12279            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
12280            ! regexec.c sv.c toke.c utf8.c
12281 ____________________________________________________________________________
12282 [  7095] By: nick                                  on 2000/09/15  16:55:59
12283         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
12284              
12285              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
12286              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12287              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
12288              Date: Fri, 15 Sep 2000 06:37:30 -0400
12289      Branch: perl
12290            ! ext/Encode/Encode.xs sv.c
12291 ____________________________________________________________________________
12292 [  7094] By: jhi                                   on 2000/09/15  03:23:32
12293         Log: Update Changes.
12294      Branch: perl
12295            ! Changes patchlevel.h
12296 ____________________________________________________________________________
12297 [  7093] By: jhi                                   on 2000/09/15  03:11:44
12298         Log: Fix for the charnames.t failures from Spider Boardman.
12299      Branch: perl
12300            ! toke.c
12301 ____________________________________________________________________________
12302 [  7092] By: jhi                                   on 2000/09/15  00:15:48
12303         Log: Botched the #7090 check-in.
12304      Branch: perl
12305            ! sv.c
12306 ____________________________________________________________________________
12307 [  7091] By: jhi                                   on 2000/09/14  23:33:24
12308         Log: Part of #7081 didn't come through.
12309      Branch: perl
12310            ! embed.pl proto.h
12311 ____________________________________________________________________________
12312 [  7090] By: jhi                                   on 2000/09/14  23:17:39
12313         Log: Subject: Re: perl@7078 
12314              From: Spider Boardman <spider@web.zk3.dec.com>
12315              Date: Thu, 14 Sep 2000 19:06:36 -0400
12316              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
12317      Branch: perl
12318            ! sv.c toke.c
12319 ____________________________________________________________________________
12320 [  7089] By: jhi                                   on 2000/09/14  23:11:21
12321         Log: Small portability tweaks.
12322      Branch: perl
12323            ! ext/Encode/Encode.xs
12324 ____________________________________________________________________________
12325 [  7088] By: jhi                                   on 2000/09/14  22:57:23
12326         Log: Fake return to pacify picky compilers.
12327      Branch: perl
12328            ! ext/Encode/Encode.xs
12329 ____________________________________________________________________________
12330 [  7087] By: jhi                                   on 2000/09/14  22:53:37
12331         Log: Subject: [PATCH] utf8.c apidoc
12332              From: Simon Cozens <simon@cozens.net>
12333              Date: Thu, 14 Sep 2000 23:46:57 +0100
12334              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
12335      Branch: perl
12336            ! perlapi.c pod/perlapi.pod utf8.c
12337 ____________________________________________________________________________
12338 [  7086] By: jhi                                   on 2000/09/14  22:40:38
12339         Log: We don't need to count the high bit bytes, a boolean is enough. 
12340      Branch: perl
12341            ! sv.c
12342 ____________________________________________________________________________
12343 [  7085] By: jhi                                   on 2000/09/14  21:20:09
12344         Log: Replace #7084 with
12345              
12346              Subject: Re: perl@7078 
12347              From: Spider Boardman <spider@web.zk3.dec.com>
12348              Date: Thu, 14 Sep 2000 17:09:36 -0400
12349              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
12350      Branch: perl
12351            ! sv.c utf8.c
12352 ____________________________________________________________________________
12353 [  7084] By: jhi                                   on 2000/09/14  20:03:34
12354         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
12355              convertable to bytes by checking it doesn't go above 0xc3
12356              
12357              Subject: Re: perl@7078
12358              From: Simon Cozens <simon@cozens.net>
12359              Date: Thu, 14 Sep 2000 20:59:19 +0100
12360              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
12361      Branch: perl
12362            ! utf8.c
12363 ____________________________________________________________________________
12364 [  7083] By: jhi                                   on 2000/09/14  19:38:47
12365         Log: Subject: Re: perl@7078
12366              From: Simon Cozens <simon@cozens.net>
12367              Date: Thu, 14 Sep 2000 20:13:09 +0100
12368              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
12369      Branch: perl
12370            ! t/op/bop.t
12371 ____________________________________________________________________________
12372 [  7082] By: jhi                                   on 2000/09/14  17:50:44
12373         Log: The one that got away.
12374      Branch: perl
12375            ! lib/File/Find.pm
12376 ____________________________________________________________________________
12377 [  7081] By: jhi                                   on 2000/09/14  17:45:35
12378         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
12379              From: Robin Barker <rmb1@cise.npl.co.uk>
12380              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
12381              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
12382      Branch: perl
12383            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
12384            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
12385            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
12386            ! regcomp.c toke.c universal.c
12387 ____________________________________________________________________________
12388 [  7080] By: jhi                                   on 2000/09/14  17:40:35
12389         Log: Problems picked up by AIX cc.
12390              
12391              Subject: Re: perl@7078 (patch included)
12392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12393              Date: Thu, 14 Sep 2000 18:53:30 +0200
12394              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
12395      Branch: perl
12396            ! ext/Encode/Encode.xs
12397 ____________________________________________________________________________
12398 [  7079] By: jhi                                   on 2000/09/14  17:38:27
12399         Log: Subject: File::Find 5.7.0 POD nits
12400              From: Rich Morin <rdm@cfcl.com>
12401              Date: Wed, 13 Sep 2000 22:03:58 -0700
12402              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
12403      Branch: perl
12404            ! lib/File/Find.pm
12405 ____________________________________________________________________________
12406 [  7078] By: jhi                                   on 2000/09/14  14:58:20
12407         Log: Update Changes.
12408      Branch: perl
12409            ! Changes patchlevel.h
12410 ____________________________________________________________________________
12411 [  7077] By: jhi                                   on 2000/09/14  14:55:54
12412         Log: Compilation warnings and an error.
12413      Branch: perl
12414            ! sv.c
12415 ____________________________________________________________________________
12416 [  7076] By: jhi                                   on 2000/09/14  14:42:56
12417         Log: Fix for a parsing bug, not for the original bug.
12418              
12419              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
12420              From: Spider Boardman <spider@web.zk3.dec.com>
12421              Date: Wed, 13 Sep 2000 17:52:20 -0400
12422              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
12423      Branch: perl
12424            ! regcomp.c
12425 ____________________________________________________________________________
12426 [  7075] By: jhi                                   on 2000/09/14  14:40:40
12427         Log: Batch of UTF-8 patches from Simon Cozens.
12428      Branch: perl
12429            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
12430            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
12431            ! toke.c utf8.c
12432 ____________________________________________________________________________
12433 [  7074] By: jhi                                   on 2000/09/14  14:29:58
12434         Log: Subject: Re: Two advertising clauses need to be removed
12435              From: Russ Allbery <rra@stanford.edu>
12436              Date: 13 Sep 2000 18:50:26 -0700
12437              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
12438      Branch: perl
12439            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12440 ____________________________________________________________________________
12441 [  7073] By: jhi                                   on 2000/09/14  14:28:20
12442         Log: Subject: [PATCH] de-wall t/README
12443              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12444              Date: Wed, 13 Sep 2000 17:46:55 -0700
12445              Message-ID: <//Bw5gzkge/e092yn@efn.org>
12446      Branch: perl
12447            ! t/README
12448 ____________________________________________________________________________
12449 [  7072] By: jhi                                   on 2000/09/14  14:25:10
12450         Log: Hints optimization.
12451              
12452              Subject: Minor nit
12453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12454              Date: Wed, 13 Sep 2000 21:42:07 +0200
12455              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
12456      Branch: perl
12457            ! hints/hpux.sh
12458 ____________________________________________________________________________
12459 [  7071] By: jhi                                   on 2000/09/14  14:23:30
12460         Log: Allow chop() and chomp() to be overridden.
12461              
12462              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
12463              From: "Casey R. Tweten" <crt@kiski.net>
12464              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
12465              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
12466      Branch: perl
12467            ! toke.c
12468 ____________________________________________________________________________
12469 [  7070] By: jhi                                   on 2000/09/14  14:20:36
12470         Log: The return value of setlocale must be copied away.
12471              
12472              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
12473              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12474              Date: Wed, 13 Sep 2000 16:27:37 +0100 
12475              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
12476      Branch: perl
12477            ! util.c
12478 ____________________________________________________________________________
12479 [  7069] By: jhi                                   on 2000/09/14  14:16:27
12480         Log: Remove vestiges of tr//CU.
12481              
12482              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12483              From: Nick Clark <nick@plum.flirble.org>
12484              Date: Tue, 12 Sep 2000 22:50:14 +0100
12485              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
12486              
12487              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12488              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12489              Date: Tue, 12 Sep 2000 21:38:48 -0700
12490              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
12491      Branch: perl
12492            ! op.h pod/perlunicode.pod
12493 ____________________________________________________________________________
12494 [  7068] By: jhi                                   on 2000/09/13  14:18:39
12495         Log: Add the Encode extension.  The code is still largely just skeleton.
12496      Branch: perl
12497            + ext/Encode/Encode.pm ext/Encode/Encode.xs
12498            + ext/Encode/Makefile.PL ext/Encode/Todo
12499            ! MANIFEST Todo-5.6
12500 ____________________________________________________________________________
12501 [  7067] By: jhi                                   on 2000/09/12  17:43:33
12502         Log: Allow for whitespace between "#" and "line" in cpp output.
12503              
12504              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
12505              From: Calle Dybedahl <calle@lysator.liu.se>
12506              Date: 12 Sep 2000 19:38:02 +0200 
12507              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
12508      Branch: perl
12509            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
12510 ____________________________________________________________________________
12511 [  7066] By: gsar                                  on 2000/09/12  17:24:29
12512         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
12513              initialization in all the threads on Windows
12514      Branch: perl
12515            ! win32/win32.c
12516 ____________________________________________________________________________
12517 [  7065] By: jhi                                   on 2000/09/12  15:11:31
12518         Log: Update Changes.
12519      Branch: perl
12520            ! Changes patchlevel.h
12521 ____________________________________________________________________________
12522 [  7064] By: jhi                                   on 2000/09/12  14:54:54
12523         Log: Retract #7062, the pod tests are not ready.
12524      Branch: perl
12525            ! t/TEST t/harness
12526 ____________________________________________________________________________
12527 [  7063] By: jhi                                   on 2000/09/12  14:25:41
12528         Log: The #7054 truncated Configure badly.
12529      Branch: metaconfig/U/perl
12530            ! End.U
12531      Branch: perl
12532            ! Configure config_h.SH
12533 ____________________________________________________________________________
12534 [  7062] By: jhi                                   on 2000/09/12  14:08:32
12535         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
12536              From: sthoenna@efn.org
12537              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
12538              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
12539      Branch: perl
12540            ! t/TEST t/harness
12541 ____________________________________________________________________________
12542 [  7061] By: jhi                                   on 2000/09/12  14:07:18
12543         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
12544              From: sthoenna@efn.org
12545              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
12546              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
12547      Branch: perl
12548            ! pod/perlxs.pod
12549 ____________________________________________________________________________
12550 [  7060] By: jhi                                   on 2000/09/12  14:06:08
12551         Log: Break up the myconfig lines a bit.
12552              
12553              Subject: perlbug/perl -V output format
12554              From: sthoenna@efn.org
12555              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
12556              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
12557      Branch: perl
12558            ! myconfig.SH
12559 ____________________________________________________________________________
12560 [  7059] By: jhi                                   on 2000/09/12  14:05:04
12561         Log: Test for the #7049.
12562              
12563              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
12564              From: andreas.koenig@anima.de (Andreas J. Koenig)
12565              Date: 12 Sep 2000 06:42:01 +0200
12566              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
12567      Branch: perl
12568            ! t/op/my.t
12569 ____________________________________________________________________________
12570 [  7058] By: jhi                                   on 2000/09/12  14:03:05
12571         Log: Subject: [patch: perl@7045] vms updates
12572              From: Peter Prymmer <pvhp@forte.com>
12573              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
12574              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
12575      Branch: perl
12576            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
12577 ____________________________________________________________________________
12578 [  7057] By: jhi                                   on 2000/09/12  14:00:51
12579         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
12580              From: sthoenna@efn.org
12581              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
12582              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
12583      Branch: perl
12584            ! t/op/64bitint.t
12585 ____________________________________________________________________________
12586 [  7056] By: jhi                                   on 2000/09/12  13:58:14
12587         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
12588              From: Jeff Pinyan <jeffp@crusoe.net>
12589              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
12590              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
12591      Branch: perl
12592            ! pod/perlfunc.pod
12593 ____________________________________________________________________________
12594 [  7055] By: jhi                                   on 2000/09/12  13:56:32
12595         Log: Do in VMS as the #7054 does.
12596      Branch: perl
12597            ! configure.com
12598 ____________________________________________________________________________
12599 [  7054] By: jhi                                   on 2000/09/12  13:50:31
12600         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
12601              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12602              Date: Mon, 11 Sep 2000 08:33:09 +0100
12603              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
12604      Branch: metaconfig/U/perl
12605            ! End.U
12606      Branch: perl
12607            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
12608            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12609 ____________________________________________________________________________
12610 [  7053] By: jhi                                   on 2000/09/12  13:29:19
12611         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
12612              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12613              Date:     Tue, 12 Sep 2000 08:35:59 EDT
12614              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
12615      Branch: perl
12616            ! vms/test.com
12617 ____________________________________________________________________________
12618 [  7052] By: jhi                                   on 2000/09/11  23:01:50
12619         Log: Document the SvUTF8*().
12620      Branch: perl
12621            ! pod/perlapi.pod sv.h
12622 ____________________________________________________________________________
12623 [  7051] By: gsar                                  on 2000/09/11  14:46:30
12624         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
12625              (missed a spot when fixing up op_pmreplroot hack for ithreads)
12626      Branch: perl
12627            ! op.c t/op/split.t
12628 ____________________________________________________________________________
12629 [  7050] By: nick                                  on 2000/09/11  10:03:51
12630         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
12631              
12632              Subject: borland C++ win32.c tweak
12633              From: Vadim Konovalov <vkonovalov@lucent.com>
12634              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
12635              Date: Mon, 11 Sep 2000 11:22:33 +0400
12636      Branch: perl
12637            ! win32/win32.c
12638 ____________________________________________________________________________
12639 [  7049] By: nick                                  on 2000/09/11  09:57:33
12640         Log: Point fix for s/// on foreach (keys %xxx).
12641      Branch: perl
12642            ! pp_hot.c
12643 ____________________________________________________________________________
12644 [  7048] By: jhi                                   on 2000/09/10  23:37:09
12645         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
12646              by Pod::Text, from Brad Appleton.
12647      Branch: perl
12648            ! t/pod/testp2pt.pl
12649 ____________________________________________________________________________
12650 [  7047] By: jhi                                   on 2000/09/10  14:32:53
12651         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
12652              by Russ Allbery.
12653      Branch: perl
12654            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
12655 ____________________________________________________________________________
12656 [  7046] By: jhi                                   on 2000/09/10  14:15:08
12657         Log: Upgrade to CPAN 1.57_65, from Andreas König.
12658      Branch: perl
12659            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12660 ____________________________________________________________________________
12661 [  7045] By: jhi                                   on 2000/09/08  21:36:32
12662         Log: Update Changes.
12663      Branch: perl
12664            ! Changes patchlevel.h
12665 ____________________________________________________________________________
12666 [  7044] By: jhi                                   on 2000/09/08  21:29:56
12667         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
12668              From: Peter Prymmer <pvhp@forte.com>
12669              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
12670              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
12671      Branch: perl
12672            ! configure.com
12673 ____________________________________________________________________________
12674 [  7043] By: jhi                                   on 2000/09/08  21:27:50
12675         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
12676              From: Peter Prymmer <pvhp@forte.com>
12677              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
12678              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
12679      Branch: perl
12680            ! Makefile.SH installperl
12681 ____________________________________________________________________________
12682 [  7042] By: jhi                                   on 2000/09/08  21:23:21
12683         Log: Continue #7041.
12684      Branch: perl
12685            ! cygwin/Makefile.SHs os2/Makefile.SHs
12686 ____________________________________________________________________________
12687 [  7041] By: jhi                                   on 2000/09/08  21:18:10
12688         Log: Do away with memory models cruft.  Sorry, PDP users.
12689      Branch: metaconfig
12690            ! U/modified/cc.U U/modified/libpth.U
12691      Branch: perl
12692            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12693            ! Porting/config_H cflags.SH config_h.SH configure.com
12694            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
12695            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
12696            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
12697 ____________________________________________________________________________
12698 [  7040] By: jhi                                   on 2000/09/08  14:34:18
12699         Log: Major rewrite of s2p.  And I mean really major, it is
12700              an implementation of sed in perl.  If called as s2p it
12701              will function as s2p.  Note: needs non-UNIXifying.
12702              
12703              Subject: s2p
12704              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12705              Date: Mon, 28 Aug 2000 14:05:12 +0200
12706              Message-ID: <39AA5578.2102E2AA@alcatel.at>
12707      Branch: perl
12708            ! x2p/s2p.PL
12709 ____________________________________________________________________________
12710 [  7039] By: jhi                                   on 2000/09/08  14:19:49
12711         Log: Re-allow vec() for characters > 255.
12712              
12713              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
12714              From: Spider Boardman <spider@web.zk3.dec.com>
12715              Date: Fri, 08 Sep 2000 02:21:02 -0400
12716              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
12717      Branch: perl
12718            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12719            ! t/op/vec.t
12720 ____________________________________________________________________________
12721 [  7038] By: jhi                                   on 2000/09/08  14:14:18
12722         Log: Subject: [PATCH lib/Benchmark.pm]
12723              From: <abigail@foad.org>
12724              Date: Thu, 7 Sep 2000 15:03:20 -0400
12725              Message-ID: <20000907190320.888.qmail@foad.org>
12726      Branch: perl
12727            ! lib/Benchmark.pm
12728 ____________________________________________________________________________
12729 [  7037] By: jhi                                   on 2000/09/08  14:11:06
12730         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
12731              
12732              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
12733              From: Spider Boardman <spider@web.zk3.dec.com>
12734              Date: Fri, 08 Sep 2000 01:30:27 -0400
12735              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
12736      Branch: perl
12737            ! op.c
12738 ____________________________________________________________________________
12739 [  7036] By: jhi                                   on 2000/09/08  14:08:58
12740         Log: Subject: [ID 20000908.002] perlipc documentation bug.
12741              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
12742              Date: Fri, 08 Sep 2000 12:38:32 +0200
12743              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
12744      Branch: perl
12745            ! pod/perlipc.pod
12746 ____________________________________________________________________________
12747 [  7035] By: jhi                                   on 2000/09/08  14:03:12
12748         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12749              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12750              Date: Fri, 08 Sep 2000 11:47:34 +0200
12751              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
12752      Branch: perl
12753            ! hints/dec_osf.sh
12754 ____________________________________________________________________________
12755 [  7034] By: jhi                                   on 2000/09/08  13:59:35
12756         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
12757              From: Simon Cozens <simon@cozens.net>
12758              Date: Thu, 7 Sep 2000 20:40:38 +0100
12759              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
12760      Branch: perl
12761            ! pp_hot.c
12762 ____________________________________________________________________________
12763 [  7033] By: jhi                                   on 2000/09/08  04:03:03
12764         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
12765              From: "Larry W. Virden" <lvirden@cas.org>
12766              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
12767              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
12768      Branch: perl
12769            ! pod/perldiag.pod
12770 ____________________________________________________________________________
12771 [  7032] By: jhi                                   on 2000/09/07  22:18:30
12772         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
12773              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
12774              Date: Mon, 04 Sep 2000 13:16:38 -0700
12775              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
12776      Branch: perl
12777            ! lib/perl5db.pl
12778 ____________________________________________________________________________
12779 [  7031] By: jhi                                   on 2000/09/07  22:02:29
12780         Log: Fix the ccversion detection for 5.1 and beyond.
12781              
12782              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12783              From: Spider Boardman <spider@leggy.zk3.dec.com>
12784              Date: Thu, 7 Sep 2000 17:54:27 -0400
12785              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
12786      Branch: perl
12787            ! hints/dec_osf.sh
12788 ____________________________________________________________________________
12789 [  7030] By: jhi                                   on 2000/09/07  19:12:28
12790         Log: Fix for
12791              
12792              Subject: [ID 20000903.001] \w in utf8-strings
12793              From: Marc Lehmann <pcg@goof.com>
12794              Date: Sun, 03 Sep 2000 09:44:29 +0200
12795              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
12796              
12797              and various related nits.
12798      Branch: perl
12799            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
12800 ____________________________________________________________________________
12801 [  7029] By: jhi                                   on 2000/09/07  18:49:09
12802         Log: Fix the URL, but the server is still missing in action.
12803              
12804              Subject: [ID 20000905.002] perlfaq1.pod URL error
12805              From: "Larry W. Virden" <lvirden@cas.org>
12806              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
12807              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
12808      Branch: perl
12809            ! pod/perlfaq1.pod
12810 ____________________________________________________________________________
12811 [  7028] By: jhi                                   on 2000/09/07  18:47:13
12812         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
12813              From: Hugo <hv@crypt.compulink.co.uk>
12814              Date: Tue, 05 Sep 2000 14:13:37 +0100
12815              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
12816      Branch: perl
12817            ! toke.c
12818 ____________________________________________________________________________
12819 [  7027] By: jhi                                   on 2000/09/07  18:45:35
12820         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
12821              From: Daniel Chetlin <daniel@chetlin.com>
12822              Date: Tue, 5 Sep 2000 04:57:07 -0700
12823              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
12824      Branch: perl
12825            ! pod/perlfaq6.pod pod/perlop.pod
12826 ____________________________________________________________________________
12827 [  7026] By: jhi                                   on 2000/09/07  18:44:01
12828         Log: Document the new ref() semantics.
12829              
12830              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
12831              From: Gisle Aas <gisle@ActiveState.com>
12832              Date: 05 Sep 2000 08:10:30 +0200
12833              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
12834      Branch: perl
12835            ! pod/perldelta.pod
12836 ____________________________________________________________________________
12837 [  7025] By: jhi                                   on 2000/09/07  18:42:27
12838         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
12839              
12840              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
12841              From: Gisle Aas <gisle@ActiveState.com>
12842              Date: 05 Sep 2000 08:11:40 +0200
12843              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
12844      Branch: perl
12845            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
12846 ____________________________________________________________________________
12847 [  7024] By: jhi                                   on 2000/09/07  18:39:32
12848         Log: Subject: [PATCH] Modernize Opcode.pm documentation
12849              From: Gisle Aas <gisle@ActiveState.com>
12850              Date: 4 Sep 2000 00:18:55 -0000
12851              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
12852      Branch: perl
12853            ! ext/Opcode/Opcode.pm
12854 ____________________________________________________________________________
12855 [  7023] By: jhi                                   on 2000/09/07  18:37:42
12856         Log: Subject: [PATCH] Tied filehandle documentation
12857              From: Gisle Aas <gisle@ActiveState.com>
12858              Date: 4 Sep 2000 00:14:40 -0000
12859              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
12860      Branch: perl
12861            ! pod/perlfunc.pod pod/perltie.pod
12862 ____________________________________________________________________________
12863 [  7022] By: jhi                                   on 2000/09/07  18:35:37
12864         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
12865              From: Gisle Aas <gisle@ActiveState.com>
12866              Date: 4 Sep 2000 00:04:22 -0000
12867              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
12868      Branch: perl
12869            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
12870 ____________________________________________________________________________
12871 [  7021] By: jhi                                   on 2000/09/07  18:33:22
12872         Log: Subject: small apidoc fix
12873              From: Marc Lehmann <pcg@goof.com>
12874              Date: Sun, 3 Sep 2000 05:12:06 +0200
12875              Message-ID: <20000903051206.A5909@cerebro.laendle>
12876      Branch: perl
12877            ! pod/perlapi.pod utf8.c
12878 ____________________________________________________________________________
12879 [  7020] By: jhi                                   on 2000/09/07  16:14:57
12880         Log: Tiny perldelta nits.
12881      Branch: perl
12882            ! pod/perldelta.pod
12883 ____________________________________________________________________________
12884 [  7019] By: jhi                                   on 2000/09/07  16:04:20
12885         Log: Guard against bad string->int conversion for quads.
12886      Branch: perl
12887            ! t/op/64bitint.t
12888 ____________________________________________________________________________
12889 [  7018] By: jhi                                   on 2000/09/06  17:07:03
12890         Log: Update Unicode todo list.
12891      Branch: perl
12892            ! Todo-5.6
12893 ____________________________________________________________________________
12894 [  7017] By: jhi                                   on 2000/09/05  21:16:01
12895         Log: Document the SvIOK_.*UV().
12896      Branch: perl
12897            ! pod/perlapi.pod sv.h
12898 ____________________________________________________________________________
12899 [  7016] By: nick                                  on 2000/09/03  21:54:46
12900         Log: Hash lookup of constant strings optimization:
12901              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
12902              to string table (as per sharepvn). Add newSV_pvn_share to create such
12903              a thing. Make hv.c compare addresses of strings and skip string compare
12904              if equal. Make method_named and helem ops use these shared-string SVs
12905              when arg is constant. Make keys op return shared-string SVs (less clearly
12906              a win).
12907      Branch: perl
12908            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
12909            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
12910            ! pod/perlintern.pod pp_hot.c proto.h sv.c
12911 ____________________________________________________________________________
12912 [  7015] By: jhi                                   on 2000/09/02  17:48:59
12913         Log: This is 5.7.0.
12914      Branch: perl
12915            ! Changes
12916 ____________________________________________________________________________
12917 [  7014] By: jhi                                   on 2000/09/02  17:35:45
12918         Log: Changes and patchlevel tweaks.
12919      Branch: perl
12920            ! Changes patchlevel.h
12921 ____________________________________________________________________________
12922 [  7013] By: jhi                                   on 2000/09/02  17:30:50
12923         Log: Update Changes.
12924      Branch: perl
12925            ! Changes patchlevel.h
12926 ____________________________________________________________________________
12927 [  7012] By: nick                                  on 2000/09/02  17:25:20
12928         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
12929      Branch: perl
12930            ! gv.c lib/overload.pm
12931 ____________________________________________________________________________
12932 [  7011] By: jhi                                   on 2000/09/02  17:16:25
12933         Log: Update perlhist.
12934      Branch: perl
12935            ! pod/perlhist.pod
12936 ____________________________________________________________________________
12937 [  7010] By: jhi                                   on 2000/09/02  17:01:35
12938         Log: perldelta nits.
12939      Branch: perl
12940            ! pod/perldelta.pod
12941 ____________________________________________________________________________
12942 [  7009] By: nick                                  on 2000/09/02  16:48:35
12943         Log: If overloaded %{} etc. return the object do not loop.
12944              Thus  sub deref { $_[0] } functions if object is wanted type.
12945      Branch: perl
12946            ! pp.h
12947 ____________________________________________________________________________
12948 [  7008] By: jhi                                   on 2000/09/02  16:26:11
12949         Log: Retab MANIFEST.
12950      Branch: perl
12951            ! ext/Storable/MANIFEST
12952 ____________________________________________________________________________
12953 [  7007] By: jhi                                   on 2000/09/02  16:23:02
12954         Log: Make certain cc is set before trying to run it.
12955      Branch: perl
12956            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
12957 ____________________________________________________________________________
12958 [  7006] By: jhi                                   on 2000/09/02  15:45:41
12959         Log: Unicode notes.
12960      Branch: perl
12961            ! pod/perldelta.pod
12962 ____________________________________________________________________________
12963 [  7005] By: jhi                                   on 2000/09/02  15:42:11
12964         Log: Various Configure nits by Philip Newton,
12965              plus the ebcdic one by me.
12966      Branch: metaconfig
12967            + U/modified/pager.U
12968            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
12969      Branch: metaconfig/U/perl
12970            ! Devel.U quadfio.U
12971      Branch: perl
12972            ! Configure config_h.SH
12973 ____________________________________________________________________________
12974 [  7004] By: jhi                                   on 2000/09/02  15:06:14
12975         Log: Apparently avoiding the swapping is too costly.
12976              
12977              From: "Ben Tilly" <ben_tilly@hotmail.com>
12978              Subject: Re: the door is closed.
12979              Date: Fri, 01 Sep 2000 20:23:16 EDT
12980              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
12981      Branch: perl
12982            ! pod/perlfaq4.pod
12983 ____________________________________________________________________________
12984 [  7003] By: nick                                  on 2000/09/02  12:26:04
12985         Log: Undo part of change 6489 which looks like a bulk edit which
12986              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
12987              The supressing of main:: on return from select() is undesirable.
12988      Branch: perl
12989            ! pp_sys.c
12990 ____________________________________________________________________________
12991 [  7002] By: jhi                                   on 2000/09/01  23:08:54
12992         Log: Update Changes.
12993      Branch: perl
12994            ! Changes patchlevel.h
12995 ____________________________________________________________________________
12996 [  7001] By: jhi                                   on 2000/09/01  23:00:13
12997         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
12998              From: Peter Prymmer <pvhp@forte.com>
12999              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
13000              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
13001              
13002              plus rework the http: spots as suggested by Tom Christiansen,
13003              plus regen perltoc.
13004      Branch: perl
13005            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
13006            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
13007 ____________________________________________________________________________
13008 [  7000] By: jhi                                   on 2000/09/01  22:36:01
13009         Log: Only the first line, thank you very much.
13010      Branch: perl
13011            ! hints/solaris_2.sh
13012 ____________________________________________________________________________
13013 [  6999] By: gsar                                  on 2000/09/01  22:16:40
13014         Log: change#6791 accidentally clobbered change#6710, put it back
13015      Branch: perl
13016            ! win32/win32.c
13017 ____________________________________________________________________________
13018 [  6998] By: jhi                                   on 2000/09/01  22:14:16
13019         Log: Mention the HP-UX LP64 freak failure.
13020      Branch: perl
13021            ! pod/perldelta.pod
13022 ____________________________________________________________________________
13023 [  6997] By: jhi                                   on 2000/09/01  21:48:32
13024         Log: Detypo.
13025      Branch: perl
13026            ! hints/hpux.sh
13027 ____________________________________________________________________________
13028 [  6996] By: jhi                                   on 2000/09/01  21:27:10
13029         Log: Update Changes.
13030      Branch: perl
13031            ! Changes patchlevel.h
13032 ____________________________________________________________________________
13033 [  6995] By: jhi                                   on 2000/09/01  21:14:24
13034         Log: Mi splgn s gnin.g
13035      Branch: perl
13036            ! pp_ctl.c
13037 ____________________________________________________________________________
13038 [  6994] By: jhi                                   on 2000/09/01  21:09:54
13039         Log: Subject: http:// in L<>
13040              From: Nicholas Clark <nick@ccl4.org>
13041              Date: Fri, 1 Sep 2000 22:03:21 +0100
13042              Message-ID: <20000901220321.B72074@plum.flirble.org>
13043      Branch: perl
13044            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
13045 ____________________________________________________________________________
13046 [  6993] By: jhi                                   on 2000/09/01  21:06:54
13047         Log: Update to Storable 1.0, from Raphael Manfredi.
13048      Branch: perl
13049            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
13050            ! ext/Storable/Makefile.PL ext/Storable/README
13051            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
13052            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
13053            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
13054            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
13055            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
13056            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
13057 ____________________________________________________________________________
13058 [  6992] By: jhi                                   on 2000/09/01  20:43:05
13059         Log: Mention known sfio+linux buglet.
13060      Branch: perl
13061            ! pod/perldelta.pod
13062 ____________________________________________________________________________
13063 [  6991] By: jhi                                   on 2000/09/01  20:40:11
13064         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
13065              From: Peter Prymmer <pvhp@forte.com>
13066              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
13067              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
13068      Branch: perl
13069            ! vms/vms.c
13070 ____________________________________________________________________________
13071 [  6990] By: jhi                                   on 2000/09/01  20:25:26
13072         Log: Retract #6986.
13073      Branch: perl
13074            ! hints/solaris_2.sh
13075 ____________________________________________________________________________
13076 [  6989] By: jhi                                   on 2000/09/01  20:23:00
13077         Log: Mergesort is back.
13078      Branch: perl
13079            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
13080 ____________________________________________________________________________
13081 [  6988] By: jhi                                   on 2000/09/01  19:37:40
13082         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
13083              From: Mike Guy <mjtg@cam.ac.uk>
13084              Date: Fri, 01 Sep 2000 17:43:33 +0100
13085              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
13086      Branch: perl
13087            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
13088            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
13089 ____________________________________________________________________________
13090 [  6987] By: jhi                                   on 2000/09/01  19:17:10
13091         Log: Regen perltoc.
13092      Branch: perl
13093            ! pod/perltoc.pod
13094 ____________________________________________________________________________
13095 [  6986] By: jhi                                   on 2000/09/01  18:51:10
13096         Log: Subject: Re: Solaris x86 has no SPARC libraries!
13097              From: Lupe Christoph <lupe@lupe-christoph.de>
13098              Date: Fri, 1 Sep 2000 20:41:20 +0200
13099              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
13100      Branch: perl
13101            ! hints/solaris_2.sh
13102 ____________________________________________________________________________
13103 [  6985] By: jhi                                   on 2000/09/01  18:28:10
13104         Log: Update Changes.
13105      Branch: perl
13106            ! Changes patchlevel.h
13107 ____________________________________________________________________________
13108 [  6984] By: jhi                                   on 2000/09/01  18:26:53
13109         Log: Feature ordering tweak.
13110      Branch: perl
13111            ! myconfig.SH
13112 ____________________________________________________________________________
13113 [  6983] By: jhi                                   on 2000/09/01  18:19:50
13114         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13115              From: <abigail@foad.org>
13116              Date: Fri, 1 Sep 2000 13:07:32 -0400
13117              Message-ID: <20000901170732.18249.qmail@foad.org>
13118      Branch: perl
13119            ! t/pragma/overload.t
13120 ____________________________________________________________________________
13121 [  6982] By: jhi                                   on 2000/09/01  18:17:54
13122         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
13123              so that case-ignoring systems like DCL can tell them from
13124              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
13125      Branch: metaconfig/U/perl
13126            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
13127      Branch: perl
13128            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13129            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
13130            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
13131            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
13132            ! vos/config.def vos/config.h vos/config_h.SH_orig
13133            ! win32/config.bc win32/config.gc win32/config.vc
13134 ____________________________________________________________________________
13135 [  6981] By: nick                                  on 2000/09/01  17:21:57
13136         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
13137              warning when UNTIE exists and instead pass the cound of extra references to
13138              the UNTIE method.
13139      Branch: perl
13140            ! pod/perltie.pod pp_sys.c
13141 ____________________________________________________________________________
13142 [  6980] By: jhi                                   on 2000/09/01  16:54:44
13143         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
13144              From: Peter Prymmer <pvhp@forte.com>
13145              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
13146              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
13147      Branch: perl
13148            ! configure.com
13149 ____________________________________________________________________________
13150 [  6979] By: jhi                                   on 2000/09/01  16:06:20
13151         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
13152              From: Mike Guy <mjtg@cam.ac.uk> 
13153              Date: Fri, 01 Sep 2000 16:49:27 +0100
13154              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
13155      Branch: perl
13156            ! t/base/rs.t
13157 ____________________________________________________________________________
13158 [  6978] By: jhi                                   on 2000/09/01  16:00:42
13159         Log: Update to PodParser 1.18, from Brad Appleton.
13160      Branch: perl
13161            ! lib/Pod/Checker.pm t/pod/find.t
13162 ____________________________________________________________________________
13163 [  6977] By: jhi                                   on 2000/09/01  14:48:58
13164         Log: Subject: Nit in Configure (bleadperl@6961)
13165              From: Lupe Christoph <lupe@lupe-christoph.de>
13166              Date: Fri, 1 Sep 2000 16:34:29 +0200
13167              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
13168      Branch: metaconfig
13169            ! U/compline/ccflags.U
13170      Branch: perl
13171            ! Configure config_h.SH
13172 ____________________________________________________________________________
13173 [  6976] By: jhi                                   on 2000/09/01  14:39:52
13174         Log: Update Changes.
13175      Branch: perl
13176            ! Changes patchlevel.h
13177 ____________________________________________________________________________
13178 [  6975] By: jhi                                   on 2000/09/01  14:37:36
13179         Log: microperl config update.
13180      Branch: perl
13181            ! uconfig.h uconfig.sh
13182 ____________________________________________________________________________
13183 [  6974] By: jhi                                   on 2000/09/01  14:36:53
13184         Log: Document known deficiencies.
13185      Branch: perl
13186            ! pod/perldelta.pod
13187 ____________________________________________________________________________
13188 [  6973] By: jhi                                   on 2000/09/01  14:10:20
13189         Log: Mention warnings fixes and updates.
13190      Branch: perl
13191            ! pod/perldelta.pod
13192 ____________________________________________________________________________
13193 [  6972] By: jhi                                   on 2000/09/01  14:01:52
13194         Log: Drop unused argument.
13195              
13196              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
13197              From: Spider Boardman <spider@web.zk3.dec.com>
13198              Date: Thu, 31 Aug 2000 16:10:15 -0400
13199              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
13200      Branch: perl
13201            ! toke.c
13202 ____________________________________________________________________________
13203 [  6971] By: jhi                                   on 2000/09/01  13:59:24
13204         Log: Add the overload warnings to perldiag.
13205      Branch: perl
13206            ! lib/overload.pm pod/perldiag.pod
13207 ____________________________________________________________________________
13208 [  6970] By: jhi                                   on 2000/09/01  13:55:10
13209         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13210              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13211              Date: Fri, 1 Sep 2000 13:43:15 +0100 
13212              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
13213      Branch: perl
13214            ! lib/overload.pm t/pragma/overload.t
13215 ____________________________________________________________________________
13216 [  6969] By: jhi                                   on 2000/09/01  13:52:27
13217         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13218              From: <abigail@foad.org>
13219              Date: Fri, 1 Sep 2000 05:46:54 -0400
13220              Message-ID: <20000901094654.6476.qmail@foad.org>
13221      Branch: perl
13222            ! lib/overload.pm
13223 ____________________________________________________________________________
13224 [  6968] By: jhi                                   on 2000/09/01  13:50:05
13225         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
13226              From: Daniel Chetlin <daniel@chetlin.com>
13227              Date: Fri, 1 Sep 2000 02:10:55 -0700
13228              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
13229      Branch: perl
13230            ! pod/perlretut.pod
13231 ____________________________________________________________________________
13232 [  6967] By: jhi                                   on 2000/09/01  13:47:54
13233         Log: Part of the solution.
13234              
13235              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
13236              From: Mike Guy <mjtg@cam.ac.uk>
13237              Date: Fri, 01 Sep 2000 14:16:01 +0100
13238              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
13239      Branch: perl
13240            ! gv.c mg.c
13241 ____________________________________________________________________________
13242 [  6966] By: jhi                                   on 2000/09/01  13:46:17
13243         Log: Subject: CPAN.pm beta 1.57_57 for the core
13244              From: andreas.koenig@anima.de (Andreas J. Koenig)
13245              Date: 01 Sep 2000 15:16:31 +0200
13246              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
13247      Branch: perl
13248            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13249 ____________________________________________________________________________
13250 [  6965] By: jhi                                   on 2000/09/01  13:43:18
13251         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
13252              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13253              Date: Fri, 01 Sep 2000 01:47:22 -0500
13254              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
13255      Branch: perl
13256            ! pod/perldelta.pod vms/vms.c
13257 ____________________________________________________________________________
13258 [  6964] By: jhi                                   on 2000/09/01  13:35:35
13259         Log: File::Temp patches from Andreas König,
13260              
13261              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
13262              From: andreas.koenig@anima.de (Andreas J. Koenig)
13263              Date: 01 Sep 2000 10:07:20 +0200
13264              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
13265              
13266              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
13267              From: andreas.koenig@anima.de (Andreas J. Koenig)
13268              Date: 31 Aug 2000 23:26:08 +0200
13269              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
13270      Branch: perl
13271            ! lib/File/Temp.pm t/lib/ftmp-security.t
13272 ____________________________________________________________________________
13273 [  6963] By: jhi                                   on 2000/09/01  02:22:24
13274         Log: Retract the mergesort code, way too incompatible licensing
13275              and copyrights.
13276      Branch: perl
13277            ! pod/perldelta.pod pp_ctl.c
13278 ____________________________________________________________________________
13279 [  6962] By: jhi                                   on 2000/08/31  23:27:32
13280         Log: Update Changes.
13281      Branch: perl
13282            ! Changes patchlevel.h
13283 ____________________________________________________________________________
13284 [  6961] By: jhi                                   on 2000/08/31  23:20:04
13285         Log: Small tweaks all over.
13286      Branch: metaconfig
13287            ! U/compline/d_gconvert.U
13288      Branch: perl
13289            ! AUTHORS Configure config_h.SH pp_ctl.c
13290 ____________________________________________________________________________
13291 [  6960] By: jhi                                   on 2000/08/31  22:39:36
13292         Log: Further rewording.
13293      Branch: perl
13294            ! pp_ctl.c
13295 ____________________________________________________________________________
13296 [  6959] By: jhi                                   on 2000/08/31  21:26:44
13297         Log: More address tweaking.
13298      Branch: perl
13299            ! AUTHORS Changes
13300 ____________________________________________________________________________
13301 [  6958] By: jhi                                   on 2000/08/31  20:47:25
13302         Log: AUTHORS tweaks, from Peter Prymmer.
13303              
13304              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
13305              From: Peter Prymmer <pvhp@forte.com>
13306              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
13307              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
13308      Branch: perl
13309            ! AUTHORS MAINTAIN
13310 ____________________________________________________________________________
13311 [  6957] By: jhi                                   on 2000/08/31  20:34:43
13312         Log: perldelta tweaks.
13313      Branch: perl
13314            ! pod/perldelta.pod
13315 ____________________________________________________________________________
13316 [  6956] By: jhi                                   on 2000/08/31  19:11:06
13317         Log: Regen perltoc.
13318      Branch: perl
13319            ! pod/perltoc.pod
13320 ____________________________________________________________________________
13321 [  6955] By: jhi                                   on 2000/08/31  19:06:30
13322         Log: Clarify the mergesort situation.
13323      Branch: perl
13324            ! pp_ctl.c
13325 ____________________________________________________________________________
13326 [  6954] By: jhi                                   on 2000/08/31  18:24:17
13327         Log: Move the Solaris 7 scan to use64bitall, make the
13328              failure to find 64-bot sparc libc to mention the
13329              possibility of being in an intel, from Lupe and Alan.
13330      Branch: perl
13331            ! hints/solaris_2.sh
13332 ____________________________________________________________________________
13333 [  6953] By: jhi                                   on 2000/08/31  18:09:20
13334         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
13335              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
13336      Branch: metaconfig
13337            ! U/compline/d_gconvert.U U/threads/archname.U
13338      Branch: metaconfig/U/perl
13339            ! perlxv.U
13340      Branch: perl
13341            ! Configure config_h.SH sv.c
13342 ____________________________________________________________________________
13343 [  6952] By: jhi                                   on 2000/08/31  17:42:24
13344         Log: :: not allowed in pathnames, change to .
13345              
13346              Subject: [PATCH perl@6938] cygwin port
13347              From: "Fifer, Eric" <EFifer@sanwaint.com>
13348              Date: Thu, 31 Aug 2000 16:32:59 +0100
13349              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
13350      Branch: metaconfig/U/perl
13351            ! perlxv.U
13352 ____________________________________________________________________________
13353 [  6951] By: jhi                                   on 2000/08/31  17:02:05
13354         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
13355      Branch: perl
13356            ! perl.h
13357 ____________________________________________________________________________
13358 [  6950] By: jhi                                   on 2000/08/31  16:26:08
13359         Log: More author updates.
13360              
13361              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
13362              From: Simon Cozens <simon@cozens.net>
13363              Date: Thu, 31 Aug 2000 17:13:32 +0100
13364              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
13365      Branch: perl
13366            ! AUTHORS
13367 ____________________________________________________________________________
13368 [  6949] By: jhi                                   on 2000/08/31  16:04:49
13369         Log: POSIX doesn't report long double values under -Duselongdouble
13370              when the long doubles are "real" (bigger than doubles).
13371              
13372              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
13373              From: Spider Boardman <spider@peano.zk3.dec.com>
13374              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
13375              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
13376      Branch: perl
13377            ! ext/POSIX/POSIX.xs
13378 ____________________________________________________________________________
13379 [  6948] By: jhi                                   on 2000/08/31  15:25:10
13380         Log: Update Changes.
13381      Branch: perl
13382            ! Changes patchlevel.h
13383 ____________________________________________________________________________
13384 [  6947] By: jhi                                   on 2000/08/31  15:22:29
13385         Log: Document UNTIE in a very minimalistic way.
13386      Branch: perl
13387            ! pod/perlfunc.pod pod/perltie.pod
13388 ____________________________________________________________________________
13389 [  6946] By: jhi                                   on 2000/08/31  15:15:23
13390         Log: Document known failures.
13391      Branch: perl
13392            ! pod/perldelta.pod
13393 ____________________________________________________________________________
13394 [  6945] By: jhi                                   on 2000/08/31  15:07:00
13395         Log: Don't attach -ld to the archname if pointless.
13396      Branch: metaconfig
13397            ! U/threads/archname.U
13398      Branch: perl
13399            ! Configure config_h.SH
13400 ____________________________________________________________________________
13401 [  6944] By: jhi                                   on 2000/08/31  14:37:42
13402         Log: Wrap the test in eval.
13403              
13404              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
13405              From: Tim Jenness <timj@jach.hawaii.edu>
13406              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
13407              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
13408      Branch: perl
13409            ! t/lib/ftmp-security.t
13410 ____________________________________________________________________________
13411 [  6943] By: jhi                                   on 2000/08/31  14:30:57
13412         Log: Make -Dusemorebits find long doubles in Solaris.
13413      Branch: perl
13414            ! hints/solaris_2.sh
13415 ____________________________________________________________________________
13416 [  6942] By: jhi                                   on 2000/08/31  13:48:45
13417         Log: Clarify the third case of ftmp-security warnings.
13418      Branch: perl
13419            ! INSTALL
13420 ____________________________________________________________________________
13421 [  6941] By: jhi                                   on 2000/08/31  13:40:31
13422         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
13423              From: <abigail@foad.org>
13424              Date: Thu, 31 Aug 2000 01:35:05 -0400
13425              Message-ID: <20000831053505.32120.qmail@foad.org>
13426      Branch: perl
13427            ! pod/perldelta.pod
13428 ____________________________________________________________________________
13429 [  6940] By: jhi                                   on 2000/08/31  13:38:48
13430         Log: Issue useful diagnostic on unknown pod commands.
13431              
13432              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
13433              From: <abigail@foad.org>
13434              Date: Thu, 31 Aug 2000 03:41:18 -0400
13435              Message-ID: <20000831074118.24880.qmail@foad.org>
13436      Branch: perl
13437            ! lib/Pod/Man.pm
13438 ____________________________________________________________________________
13439 [  6939] By: jhi                                   on 2000/08/31  13:34:33
13440         Log: Reveal Borland's isnan.
13441              
13442              Subject: build with BC++ tweak
13443              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13444              Date: Thu, 31 Aug 2000 13:09:37 +0400
13445              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
13446      Branch: perl
13447            ! win32/win32.h
13448 ____________________________________________________________________________
13449 [  6938] By: jhi                                   on 2000/08/31  05:01:20
13450         Log: Update Changes.
13451      Branch: perl
13452            ! Changes patchlevel.h
13453 ____________________________________________________________________________
13454 [  6937] By: jhi                                   on 2000/08/31  04:26:23
13455         Log: sscanf() may be the only way to read long doubles from strings.
13456      Branch: metaconfig/U/perl
13457            ! longdblfio.U
13458      Branch: perl
13459            ! Configure config_h.SH perl.h util.c
13460 ____________________________________________________________________________
13461 [  6936] By: jhi                                   on 2000/08/31  04:18:19
13462         Log: The #6929 was too skimpy.
13463      Branch: perl
13464            ! sv.c
13465 ____________________________________________________________________________
13466 [  6935] By: jhi                                   on 2000/08/31  02:47:07
13467         Log: Subject: Re: typos in pods
13468              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13469              Date: Wed, 30 Aug 2000 19:25:34 -0700
13470              Message-ID: <eIcr5gzkg25X092yn@efn.org>
13471      Branch: perl
13472            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
13473 ____________________________________________________________________________
13474 [  6934] By: jhi                                   on 2000/08/31  02:42:55
13475         Log: Missed one Unicode file.
13476      Branch: perl
13477            + lib/unicode/UCDFF301.html
13478 ____________________________________________________________________________
13479 [  6933] By: jhi                                   on 2000/08/30  23:42:27
13480         Log: Update Changes.
13481      Branch: perl
13482            ! Changes patchlevel.h
13483 ____________________________________________________________________________
13484 [  6932] By: jhi                                   on 2000/08/30  23:40:07
13485         Log: Mention UNTIE in perldelta.  Still needs documenting
13486              in perltie et alia.
13487      Branch: perl
13488            ! pod/perldelta.pod
13489 ____________________________________________________________________________
13490 [  6931] By: jhi                                   on 2000/08/30  23:36:02
13491         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
13492              From: <abigail@foad.org>
13493              Date: Wed, 30 Aug 2000 19:28:07 -0400
13494              Message-ID: <20000830232807.305.qmail@foad.org>
13495      Branch: perl
13496            ! pod/perldelta.pod
13497 ____________________________________________________________________________
13498 [  6930] By: jhi                                   on 2000/08/30  23:32:40
13499         Log: Update to Unicode 3.0.1.
13500      Branch: perl
13501            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
13502            + lib/unicode/PropList.txt lib/unicode/README.perl
13503            + lib/unicode/UCD301.html lib/unicode/Unicode.301
13504            - lib/unicode/Props.txt lib/unicode/UCD300.html
13505            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
13506            ! (edit 257 files)
13507 ____________________________________________________________________________
13508 [  6929] By: jhi                                   on 2000/08/30  22:38:18
13509         Log: Heap decorruption.
13510              
13511              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
13512              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13513              Date: Wed, 30 Aug 2000 22:39:52 +0100
13514              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
13515      Branch: perl
13516            ! sv.c
13517 ____________________________________________________________________________
13518 [  6928] By: jhi                                   on 2000/08/30  22:29:34
13519         Log: Retract the dummy test, skip the security tests (instead of failing),
13520              explain what the warnings mean.
13521      Branch: perl
13522            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
13523 ____________________________________________________________________________
13524 [  6927] By: jhi                                   on 2000/08/30  22:14:13
13525         Log: Change the internal implementation of sort() to be mergesort
13526              instead of quicksort, from John Linderman <jpl@research.att.com>.
13527              Gives us better worst case, better average case, and stability.
13528              What's there not to like?  (Small fixes for threaded builds
13529              were required).
13530      Branch: perl
13531            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
13532 ____________________________________________________________________________
13533 [  6926] By: jhi                                   on 2000/08/30  20:55:20
13534         Log: A better fix for the Socket building problem from Craig Berry.
13535      Branch: perl
13536            ! vms/vms.c
13537 ____________________________________________________________________________
13538 [  6925] By: jhi                                   on 2000/08/30  20:20:25
13539         Log: Subject: [PATCH] Re: UNTIE method 
13540              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13541              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
13542              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
13543      Branch: perl
13544            ! pp_sys.c t/op/tie.t
13545 ____________________________________________________________________________
13546 [  6924] By: jhi                                   on 2000/08/30  20:17:11
13547         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
13548              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13549              Date: Wed, 30 Aug 2000 15:03:14 -0500
13550              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
13551      Branch: perl
13552            ! vms/vms.c
13553 ____________________________________________________________________________
13554 [  6923] By: jhi                                   on 2000/08/30  20:15:18
13555         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
13556              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13557              Date: Wed, 30 Aug 2000 13:30:36 -0500
13558              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
13559      Branch: perl
13560            ! vms/vms.c
13561 ____________________________________________________________________________
13562 [  6922] By: jhi                                   on 2000/08/30  19:54:43
13563         Log: Better options for rsync.
13564      Branch: perl
13565            ! pod/perlhack.pod
13566 ____________________________________________________________________________
13567 [  6921] By: jhi                                   on 2000/08/30  19:40:16
13568         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
13569              From: Rick Delaney <rick@consumercontact.com>
13570              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
13571              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
13572      Branch: perl
13573            ! pod/perlfunc.pod
13574 ____________________________________________________________________________
13575 [  6920] By: jhi                                   on 2000/08/30  19:36:40
13576         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
13577              From: Peter Prymmer <pvhp@forte.com>
13578              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
13579              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
13580      Branch: perl
13581            ! configure.com
13582 ____________________________________________________________________________
13583 [  6919] By: jhi                                   on 2000/08/30  14:52:02
13584         Log: Update Changes.
13585      Branch: perl
13586            ! Changes patchlevel.h
13587 ____________________________________________________________________________
13588 [  6918] By: jhi                                   on 2000/08/30  14:48:34
13589         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
13590      Branch: perl
13591            ! lib/ExtUtils/typemap
13592 ____________________________________________________________________________
13593 [  6917] By: jhi                                   on 2000/08/30  14:46:34
13594         Log: Subject: typos in pods
13595              From: Nicholas Clark <nick@ccl4.org>
13596              Date: Wed, 30 Aug 2000 01:12:50 +0100
13597              Message-ID: <20000830011249.A61388@plum.flirble.org>
13598      Branch: perl
13599            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
13600            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
13601            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
13602            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
13603 ____________________________________________________________________________
13604 [  6916] By: jhi                                   on 2000/08/30  14:19:09
13605         Log: Document Storable problems on Crays.  (Will have
13606              to document all the other Storable problems, too.)
13607      Branch: perl
13608            ! pod/perldelta.pod
13609 ____________________________________________________________________________
13610 [  6915] By: jhi                                   on 2000/08/30  14:06:02
13611         Log: Subject: [PATCH] fix misc cast warnings
13612              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13613              Date: Tue, 29 Aug 2000 23:16:14 -0700
13614              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
13615      Branch: perl
13616            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
13617            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
13618            ! os2/os2ish.h
13619 ____________________________________________________________________________
13620 [  6914] By: jhi                                   on 2000/08/30  14:03:45
13621         Log: Timestamp mismatch again.  Need to fix this dependence on
13622              config_h.SH timestamp, since it's the contents of config_h.SH
13623              that matter.
13624      Branch: perl
13625            ! uconfig.h uconfig.sh
13626 ____________________________________________________________________________
13627 [  6913] By: jhi                                   on 2000/08/30  13:54:06
13628         Log: Don't say "Perl 5.0 source kit".
13629      Branch: perl
13630            ! perl.c
13631 ____________________________________________________________________________
13632 [  6912] By: jhi                                   on 2000/08/30  13:51:24
13633         Log: Reset archname and archname64 always, forcing them be
13634              recomputed at each Configure run, make Configure and
13635              the hints files agree on the naming of largefiles variables.
13636      Branch: metaconfig
13637            ! U/threads/archname.U
13638      Branch: metaconfig/U/perl
13639            ! use64bits.U
13640      Branch: perl
13641            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
13642            ! hints/linux.sh hints/solaris_2.sh
13643 ____________________________________________________________________________
13644 [  6911] By: jhi                                   on 2000/08/30  13:30:13
13645         Log: Put back the slice accidentally removed by #6907.
13646      Branch: perl
13647            ! hints/solaris_2.sh
13648 ____________________________________________________________________________
13649 [  6910] By: jhi                                   on 2000/08/30  01:24:26
13650         Log: Be consistent: other Net::get* do export theirs.
13651              
13652              Subject: Re: Net::protoent does not export 'getproto'
13653              From: Yasushi Nakajima <sey@jkc.co.jp>
13654              Date: Wed, 30 Aug 2000 09:53:14 +0900
13655              Message-Id: <200008300051.DAA24700@taku.hut.fi>
13656      Branch: perl
13657            ! lib/Net/protoent.pm
13658 ____________________________________________________________________________
13659 [  6909] By: jhi                                   on 2000/08/30  01:17:25
13660         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
13661              From: Gurusamy Sarathy <gsar@ActiveState.com>
13662              Date: Tue, 29 Aug 2000 17:17:07 -0700
13663              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
13664      Branch: perl
13665            ! cop.h
13666 ____________________________________________________________________________
13667 [  6908] By: jhi                                   on 2000/08/30  00:58:05
13668         Log: Update Changes.
13669      Branch: perl
13670            ! Changes patchlevel.h
13671 ____________________________________________________________________________
13672 [  6907] By: jhi                                   on 2000/08/30  00:57:22
13673         Log: Introduce ccname to keep track of what compiler kind of we have.
13674      Branch: metaconfig/U/perl
13675            ! Checkcc.U gccvers.U
13676      Branch: perl
13677            ! Configure config_h.SH hints/solaris_2.sh
13678 ____________________________________________________________________________
13679 [  6906] By: jhi                                   on 2000/08/30  00:25:47
13680         Log: Put back the flags dump as reasoned in
13681              
13682              Subject: Re: [PATCH] Glob dumping
13683              From: Mike Guy <mjtg@cam.ac.uk> 
13684              Date: Tue, 29 Aug 2000 21:41:32 +0100
13685              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
13686      Branch: perl
13687            ! dump.c t/lib/peek.t
13688 ____________________________________________________________________________
13689 [  6905] By: jhi                                   on 2000/08/30  00:16:17
13690         Log: Make the epsilon to be relative, not absolute.
13691              
13692              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
13693              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
13694              Date: Tue, 29 Aug 2000 19:58:56 -0400
13695              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
13696      Branch: perl
13697            ! t/lib/trig.t
13698 ____________________________________________________________________________
13699 [  6904] By: jhi                                   on 2000/08/30  00:13:09
13700         Log: From now on, Gisle is on my list of usual suspects :-)
13701              Retract #6902.
13702      Branch: perl
13703            ! ext/Opcode/Safe.pm
13704 ____________________________________________________________________________
13705 [  6903] By: jhi                                   on 2000/08/29  23:51:20
13706         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
13707              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13708              Date: Tue, 29 Aug 2000 18:43:26 -0500
13709              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
13710      Branch: perl
13711            + vms/vmspipe.com
13712            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
13713            ! vms/vms.c
13714 ____________________________________________________________________________
13715 [  6902] By: jhi                                   on 2000/08/29  23:44:14
13716         Log: Retry what #6882 attempted.
13717              
13718              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
13719              From: Gisle Aas <gisle@ActiveState.com>
13720              Date: 30 Aug 2000 00:33:09 +0200
13721              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
13722      Branch: perl
13723            ! ext/Opcode/Safe.pm
13724 ____________________________________________________________________________
13725 [  6901] By: jhi                                   on 2000/08/29  22:59:32
13726         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
13727              From: Hugo <hv@crypt.compulink.co.uk>
13728              Date: Mon, 12 Jun 2000 19:36:08 +0100
13729              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
13730      Branch: perl
13731            ! sv.c
13732 ____________________________________________________________________________
13733 [  6900] By: jhi                                   on 2000/08/29  22:58:35
13734         Log: Admit that we are leaking scalars.
13735              
13736              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
13737              From: Spider Boardman <spider@leggy.zk3.dec.com>
13738              Date: Tue, 29 Aug 2000 18:48:29 -0400
13739              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
13740      Branch: perl
13741            ! t/pragma/warnings.t
13742 ____________________________________________________________________________
13743 [  6899] By: jhi                                   on 2000/08/29  20:53:13
13744         Log: Update Changes.
13745      Branch: perl
13746            ! Changes patchlevel.h
13747 ____________________________________________________________________________
13748 [  6898] By: jhi                                   on 2000/08/29  20:46:21
13749         Log: Undo namespace pollution of #6878.
13750              
13751              Subject: Re: Net::protoent does not export 'getproto'
13752              From: Mike Guy <mjtg@cam.ac.uk>
13753              Date: Tue, 29 Aug 2000 21:32:37 +0100
13754              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
13755      Branch: perl
13756            ! lib/Net/protoent.pm
13757 ____________________________________________________________________________
13758 [  6897] By: jhi                                   on 2000/08/29  20:44:29
13759         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
13760              From: Peter Prymmer <pvhp@forte.com>
13761              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
13762              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
13763      Branch: perl
13764            ! pod/perlebcdic.pod
13765 ____________________________________________________________________________
13766 [  6896] By: jhi                                   on 2000/08/29  20:40:57
13767         Log: There's no point repeating the 'revision' (5) of perl5.
13768      Branch: metaconfig/U/perl
13769            ! Devel.U patchlevel.U
13770      Branch: perl
13771            ! Configure config_h.SH
13772 ____________________________________________________________________________
13773 [  6895] By: jhi                                   on 2000/08/29  20:16:58
13774         Log: Regen Configure for #6894.
13775      Branch: metaconfig/U/perl
13776            ! perladmin.U
13777      Branch: perl
13778            ! Configure config_h.SH
13779 ____________________________________________________________________________
13780 [  6894] By: jhi                                   on 2000/08/29  19:59:52
13781         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
13782              From: "Philip Newton" <Philip.Newton@gmx.net>
13783              Date: Tue, 29 Aug 2000 21:39:14 +0200
13784              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
13785      Branch: perl
13786            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
13787            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
13788            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
13789            ! utils/perlbug.PL
13790 ____________________________________________________________________________
13791 [  6893] By: jhi                                   on 2000/08/29  19:55:30
13792         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
13793              From: "Philip Newton" <Philip.Newton@gmx.net>
13794              Date: Tue, 29 Aug 2000 21:39:14 +0200
13795              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
13796      Branch: perl
13797            ! installhtml
13798 ____________________________________________________________________________
13799 [  6892] By: jhi                                   on 2000/08/29  19:53:59
13800         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
13801              From: "Philip Newton" <Philip.Newton@gmx.net>
13802              Date: Tue, 29 Aug 2000 21:48:18 +0200
13803              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
13804      Branch: perl
13805            ! lib/File/Temp.pm
13806 ____________________________________________________________________________
13807 [  6891] By: jhi                                   on 2000/08/29  18:30:03
13808         Log: Nail the ID 20000828.023.
13809      Branch: perl
13810            ! ext/Storable/Storable.xs
13811 ____________________________________________________________________________
13812 [  6890] By: jhi                                   on 2000/08/29  16:50:17
13813         Log: Under usethreads the dumped variable is IN_PAD.
13814              
13815              Subject: Re: [PATCH] Glob dumping
13816              From: Gisle Aas <gisle@ActiveState.com>
13817              Date: 29 Aug 2000 18:45:05 +0200
13818              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
13819      Branch: perl
13820            ! t/lib/peek.t
13821 ____________________________________________________________________________
13822 [  6889] By: jhi                                   on 2000/08/29  15:17:37
13823         Log: Update Changes.
13824      Branch: perl
13825            ! Changes patchlevel.h
13826 ____________________________________________________________________________
13827 [  6888] By: jhi                                   on 2000/08/29  14:49:59
13828         Log: Retract #6882, broke the safe tests.
13829      Branch: perl
13830            ! ext/Opcode/Safe.pm
13831 ____________________________________________________________________________
13832 [  6887] By: jhi                                   on 2000/08/29  14:47:06
13833         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
13834              From: Gisle Aas <gisle@ActiveState.com> 
13835              Date: 09 Jun 2000 20:00:11 +0200
13836              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
13837      Branch: perl
13838            ! utils/perldoc.PL
13839 ____________________________________________________________________________
13840 [  6886] By: jhi                                   on 2000/08/29  14:42:45
13841         Log: The #6881 removed one dump line.
13842      Branch: perl
13843            ! t/lib/peek.t
13844 ____________________________________________________________________________
13845 [  6885] By: jhi                                   on 2000/08/29  14:30:47
13846         Log: Don't forget to tidy up.
13847      Branch: perl
13848            ! t/lib/ftmp-security.t
13849 ____________________________________________________________________________
13850 [  6884] By: jhi                                   on 2000/08/29  14:25:17
13851         Log: Disabling the one test is a bit tricky.
13852      Branch: perl
13853            ! t/lib/ftmp-security.t
13854 ____________________________________________________________________________
13855 [  6883] By: jhi                                   on 2000/08/29  14:16:25
13856         Log: Disable one of the tests for now.
13857      Branch: perl
13858            ! t/lib/ftmp-security.t
13859 ____________________________________________________________________________
13860 [  6882] By: jhi                                   on 2000/08/29  14:05:50
13861         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
13862              From: gisle@aas.no
13863              Date: 29 Aug 2000 10:35:06 -0000
13864              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
13865      Branch: perl
13866            ! ext/Opcode/Safe.pm
13867 ____________________________________________________________________________
13868 [  6881] By: jhi                                   on 2000/08/29  14:03:51
13869         Log: Subject: [PATCH] Glob dumping
13870              From: Gisle Aas <gisle@ActiveState.com>
13871              Date: 29 Aug 2000 07:59:42 -0000
13872              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
13873      Branch: perl
13874            ! dump.c
13875 ____________________________________________________________________________
13876 [  6880] By: jhi                                   on 2000/08/29  14:02:01
13877         Log: Subject: [PATCH] Warnings in B::Deparse
13878              From: <abigail@foad.org>
13879              Date: Tue, 29 Aug 2000 00:00:01 -0400
13880              Message-ID: <20000829040001.2999.qmail@foad.org>
13881      Branch: perl
13882            ! ext/B/B/Deparse.pm
13883 ____________________________________________________________________________
13884 [  6879] By: jhi                                   on 2000/08/29  13:57:26
13885         Log: Missed a change in #6869.
13886      Branch: perl
13887            ! mg.c
13888 ____________________________________________________________________________
13889 [  6878] By: jhi                                   on 2000/08/29  13:45:04
13890         Log: Subject: Net::protoent does not export 'getproto'
13891              From: Yasushi Nakajima <sey@jkc.co.jp>
13892              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
13893      Branch: perl
13894            ! lib/Net/protoent.pm
13895 ____________________________________________________________________________
13896 [  6877] By: jhi                                   on 2000/08/29  13:39:19
13897         Log: Patches all over for people and the files they (hopefully) care about.
13898      Branch: perl
13899            ! AUTHORS Changes MAINTAIN
13900 ____________________________________________________________________________
13901 [  6876] By: jhi                                   on 2000/08/29  12:53:54
13902         Log: Fix for thinko in #6848.
13903              
13904              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
13905              From: Lupe Christoph <lupe@lupe-christoph.de>
13906              Date: Tue, 29 Aug 2000 09:04:08 +0200
13907              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
13908      Branch: perl
13909            ! ext/Thread/Thread.xs
13910 ____________________________________________________________________________
13911 [  6875] By: jhi                                   on 2000/08/29  12:50:14
13912         Log: Update to Getopt::Long 2.24, from Johan Vromans.
13913      Branch: perl
13914            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
13915 ____________________________________________________________________________
13916 [  6874] By: jhi                                   on 2000/08/29  02:09:53
13917         Log: Use minimal @INC in tests, most of the time just '../lib',
13918              so that we simply can't pick up stuff from other Perls than
13919              the one we are testing.  Pointed out by
13920              
13921              From: Mike Guy <mjtg@cam.ac.uk>
13922              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
13923              Date: Fri, 25 Aug 2000 15:15:59 +0100
13924              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
13925      Branch: perl
13926            ! (edit 185 files)
13927 ____________________________________________________________________________
13928 [  6873] By: jhi                                   on 2000/08/29  01:07:11
13929         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
13930              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13931              Date: Mon, 28 Aug 2000 17:45:52 -0700
13932              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
13933      Branch: perl
13934            ! Makefile.SH hints/os2.sh
13935 ____________________________________________________________________________
13936 [  6872] By: jhi                                   on 2000/08/28  23:33:39
13937         Log: Subject: [PATCH bleedperl@6866] spellings
13938              From: marcel@codewerk.com (Marcel Grunauer)
13939              Date: Tue, 29 Aug 2000 01:19:59 +0200
13940              Message-Id: <200008282319.BAA29862@gandalf.local>
13941      Branch: perl
13942            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
13943            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
13944            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
13945 ____________________________________________________________________________
13946 [  6871] By: jhi                                   on 2000/08/28  23:22:09
13947         Log: Take out the SUIDMAIL thing, that will not be
13948              a problem in 5.7.*.
13949      Branch: perl
13950            ! patchlevel.h
13951 ____________________________________________________________________________
13952 [  6870] By: jhi                                   on 2000/08/28  23:19:30
13953         Log: -S is the silent flag, -s is the strip flag.
13954              
13955              Subject: [PATCH] Re: [PATCH] make no-install          
13956              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13957              Date: Mon, 28 Aug 2000 15:12:55 -0700
13958              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
13959      Branch: perl
13960            ! Makefile.SH
13961 ____________________________________________________________________________
13962 [  6869] By: jhi                                   on 2000/08/28  23:12:05
13963         Log: Subject: [PATCH bleedperl@6856] warnings fixes
13964              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13965              Date: Mon, 28 Aug 2000 23:55:06 +0100
13966              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
13967      Branch: perl
13968            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
13969            ! warnings.h warnings.pl
13970 ____________________________________________________________________________
13971 [  6868] By: jhi                                   on 2000/08/28  21:38:22
13972         Log: Potential cruft.
13973      Branch: perl
13974            ! Makefile.SH
13975 ____________________________________________________________________________
13976 [  6867] By: jhi                                   on 2000/08/28  21:35:36
13977         Log: Update Changes.
13978      Branch: perl
13979            ! Changes patchlevel.h
13980 ____________________________________________________________________________
13981 [  6866] By: jhi                                   on 2000/08/28  21:33:49
13982         Log: Subject: hv.h Doc Patch
13983              From: Fisher Mark <fisherm@tce.com>
13984              Date: Mon, 28 Aug 2000 16:24:59 -0500
13985              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
13986      Branch: perl
13987            ! hv.h
13988 ____________________________________________________________________________
13989 [  6865] By: jhi                                   on 2000/08/28  21:02:15
13990         Log: Add -ld to archname on long tr...double platforms.
13991      Branch: metaconfig
13992            ! U/threads/archname.U
13993      Branch: perl
13994            ! Configure config_h.SH
13995 ____________________________________________________________________________
13996 [  6864] By: jhi                                   on 2000/08/28  20:38:59
13997         Log: An attempt to fix the problem reported in
13998              
13999              Subject: Building perl@6856 using gcc/AIX 4.3.3 
14000              From: Daniel Muino <dmuino@afip.gov.ar> 
14001              Date: Mon, 28 Aug 2000 15:50:01 -0300   
14002              Message-ID: <20000828155001.A14403@con2-dgi>
14003              
14004              I can't test this properly since the gcc installation I have
14005              access to seems to be botched (gcc is calling the AIX cpp,
14006              a losing proposition...)
14007      Branch: perl
14008            ! hints/aix.sh
14009 ____________________________________________________________________________
14010 [  6863] By: jhi                                   on 2000/08/28  18:57:52
14011         Log: Fix for ID 20000828.001, long doubles were not formatted
14012              correctly (showed up in $], which stopped installing perl).
14013      Branch: perl
14014            ! sv.c
14015 ____________________________________________________________________________
14016 [  6862] By: jhi                                   on 2000/08/28  18:07:15
14017         Log: Typo in #6858.
14018      Branch: perl
14019            ! lib/Cwd.pm
14020 ____________________________________________________________________________
14021 [  6861] By: jhi                                   on 2000/08/28  17:57:27
14022         Log: opmini.o may be left around if a build is interrupted.
14023      Branch: perl
14024            ! Makefile.SH
14025 ____________________________________________________________________________
14026 [  6860] By: jhi                                   on 2000/08/28  16:52:50
14027         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
14028              From: Daniel Chetlin <daniel@chetlin.com>
14029              Date: Mon, 28 Aug 2000 01:14:18 -0700
14030              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
14031      Branch: perl
14032            ! lib/overload.pm
14033 ____________________________________________________________________________
14034 [  6859] By: jhi                                   on 2000/08/28  16:08:46
14035         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
14036              From: Nicholas Clark <nick@ccl4.org>
14037              Date: Mon, 28 Aug 2000 16:03:27 +0100
14038              Message-Id: <20000828160327.C49785@plum.flirble.org>
14039      Branch: perl
14040            ! ext/ByteLoader/bytecode.h
14041 ____________________________________________________________________________
14042 [  6858] By: jhi                                   on 2000/08/28  16:02:10
14043         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
14044              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
14045              Date: Mon, 28 Aug 2000 13:08:30 +0200
14046              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
14047      Branch: perl
14048            ! lib/Cwd.pm
14049 ____________________________________________________________________________
14050 [  6857] By: jhi                                   on 2000/08/28  15:42:47
14051         Log: display_format used as a class method without arguments was broken,
14052              reported in
14053              
14054              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
14055              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
14056              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
14057              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
14058      Branch: perl
14059            ! lib/Math/Complex.pm t/lib/complex.t
14060 ____________________________________________________________________________
14061 [  6856] By: jhi                                   on 2000/08/27  22:09:48
14062         Log: Update Changes.
14063      Branch: perl
14064            ! Changes patchlevel.h
14065 ____________________________________________________________________________
14066 [  6855] By: jhi                                   on 2000/08/27  21:59:21
14067         Log: Retract #6853 (false alarm).
14068      Branch: perl
14069            ! lib/ExtUtils/xsubpp
14070 ____________________________________________________________________________
14071 [  6854] By: jhi                                   on 2000/08/27  21:37:44
14072         Log: Update Changes.
14073      Branch: perl
14074            ! Changes patchlevel.h
14075 ____________________________________________________________________________
14076 [  6853] By: jhi                                   on 2000/08/27  21:37:16
14077         Log: Subject: [PATCH perl@6850] workaround for xsubpp
14078              From: Hugo <hv@crypt.compulink.co.uk>
14079              Date: Sun, 27 Aug 2000 22:30:25 +0100
14080              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
14081      Branch: perl
14082            ! lib/ExtUtils/xsubpp
14083 ____________________________________________________________________________
14084 [  6852] By: jhi                                   on 2000/08/27  21:33:58
14085         Log: Big-endian 64-bit patch from Raphael Manfredi.
14086      Branch: perl
14087            ! ext/Storable/Storable.xs
14088 ____________________________________________________________________________
14089 [  6851] By: jhi                                   on 2000/08/27  21:22:21
14090         Log: More ruthless editing from Hugo van der Sanden.
14091      Branch: perl
14092            ! pod/perldelta.pod
14093 ____________________________________________________________________________
14094 [  6850] By: jhi                                   on 2000/08/27  16:11:46
14095         Log: Update Changes.
14096      Branch: perl
14097            ! Changes patchlevel.h
14098 ____________________________________________________________________________
14099 [  6849] By: jhi                                   on 2000/08/27  16:11:05
14100         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
14101      Branch: perl
14102            ! configpm pod/perldelta.pod
14103 ____________________________________________________________________________
14104 [  6848] By: jhi                                   on 2000/08/27  15:35:08
14105         Log: Use the actual thread type, not the pointer-to-struct.
14106      Branch: perl
14107            ! ext/Thread/Thread.xs
14108 ____________________________________________________________________________
14109 [  6847] By: jhi                                   on 2000/08/27  15:30:49
14110         Log: Test nit.
14111      Branch: perl
14112            ! t/pragma/warn/pp_sys
14113 ____________________________________________________________________________
14114 [  6846] By: jhi                                   on 2000/08/27  15:19:02
14115         Log: Passing -R in ldflags makes now it to appear in the default
14116              for lddlflags, just like with -L.
14117              
14118              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14119              From: Lupe Christoph <lupe@lupe-christoph.de>
14120              Date: Sun, 27 Aug 2000 10:28:21 +0200
14121              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
14122      Branch: metaconfig/U/perl
14123            ! dlsrc.U
14124      Branch: perl
14125            ! Configure
14126 ____________________________________________________________________________
14127 [  6845] By: jhi                                   on 2000/08/27  15:08:54
14128         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14129              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14130              Date: Sat, 26 Aug 2000 22:23:27 +0100
14131              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
14132      Branch: perl
14133            ! lib/ExtUtils/MM_Unix.pm
14134 ____________________________________________________________________________
14135 [  6844] By: jhi                                   on 2000/08/27  15:02:37
14136         Log: DJGPP update from Laszlo Molnar.
14137              
14138              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
14139              From: ml1050 <ml1050@freemail.hu>
14140              Date: Sat, 26 Aug 2000 23:24:40 +0200
14141              Message-Id: <20000826232440.A439@freemail.hu>
14142      Branch: perl
14143            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
14144            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
14145 ____________________________________________________________________________
14146 [  6843] By: jhi                                   on 2000/08/27  14:53:58
14147         Log: Subject: installman buglet
14148              From: Lupe Christoph <lupe@lupe-christoph.de>
14149              Date: Sun, 27 Aug 2000 14:38:59 +0200
14150              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
14151      Branch: perl
14152            ! installman
14153 ____________________________________________________________________________
14154 [  6842] By: jhi                                   on 2000/08/27  14:52:08
14155         Log: Can't get the test to reliably work thanks to the
14156              inaccurateness of floating point.  "Resolves" bug ids
14157              20000826.003, 20000826.009, 20000826.010,
14158      Branch: perl
14159            ! t/lib/trig.t
14160 ____________________________________________________________________________
14161 [  6841] By: jhi                                   on 2000/08/26  15:53:58
14162         Log: Update Changes.
14163      Branch: perl
14164            ! Changes patchlevel.h
14165 ____________________________________________________________________________
14166 [  6840] By: jhi                                   on 2000/08/26  14:23:03
14167         Log: grep -e isn't portable.
14168              
14169              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
14170              From: chris@broadband.att.com
14171              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
14172              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
14173      Branch: perl
14174            ! hints/solaris_2.sh
14175 ____________________________________________________________________________
14176 [  6839] By: jhi                                   on 2000/08/26  14:12:23
14177         Log: no-install target a la make -n.
14178              
14179              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
14180              From: <abigail@foad.org>
14181              Date: Sat, 26 Aug 2000 03:57:34 -0400
14182              Message-ID: <20000826075735.18912.qmail@foad.org>
14183      Branch: perl
14184            ! Makefile.SH installman installperl
14185 ____________________________________________________________________________
14186 [  6838] By: jhi                                   on 2000/08/26  14:06:33
14187         Log: Retract #6826 as the #6828 should be do the same
14188              in a More Correct Way.
14189      Branch: perl
14190            ! installperl
14191 ____________________________________________________________________________
14192 [  6837] By: jhi                                   on 2000/08/26  05:24:00
14193         Log: More casting.
14194      Branch: perl
14195            ! ext/Storable/Storable.xs
14196 ____________________________________________________________________________
14197 [  6836] By: jhi                                   on 2000/08/26  05:05:46
14198         Log: Nicer in decimal.
14199      Branch: perl
14200            ! ext/Storable/Storable.xs
14201 ____________________________________________________________________________
14202 [  6835] By: jhi                                   on 2000/08/26  05:03:50
14203         Log: There be no UVdf.
14204      Branch: perl
14205            ! ext/Storable/Storable.xs
14206 ____________________________________________________________________________
14207 [  6834] By: jhi                                   on 2000/08/26  05:00:18
14208         Log: Continue IVdfing and UVxfing.
14209      Branch: perl
14210            ! ext/Storable/Storable.xs
14211 ____________________________________________________________________________
14212 [  6833] By: jhi                                   on 2000/08/26  04:53:14
14213         Log: Use IVdf.
14214      Branch: perl
14215            ! ext/Storable/Storable.xs
14216 ____________________________________________________________________________
14217 [  6832] By: jhi                                   on 2000/08/26  04:40:41
14218         Log: Document PTR2XX and INT2PTR.
14219      Branch: perl
14220            ! pod/perlguts.pod
14221 ____________________________________________________________________________
14222 [  6831] By: jhi                                   on 2000/08/26  04:33:18
14223         Log: Use UVxf, PTR2UV, NVff.
14224      Branch: perl
14225            ! ext/Storable/Storable.xs
14226 ____________________________________________________________________________
14227 [  6830] By: jhi                                   on 2000/08/26  04:31:32
14228         Log: Update the test count.
14229      Branch: perl
14230            ! t/lib/trig.t
14231 ____________________________________________________________________________
14232 [  6829] By: jhi                                   on 2000/08/26  03:05:50
14233         Log: Subject: [PATCH] installation not quite silent yet.
14234              From: <abigail@foad.org>
14235              Date: Fri, 25 Aug 2000 20:07:53 -0400
14236              Message-ID: <20000826000753.7822.qmail@foad.org>
14237      Branch: perl
14238            ! installman installperl
14239 ____________________________________________________________________________
14240 [  6828] By: jhi                                   on 2000/08/26  03:05:14
14241         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14242              From: Spider Boardman <spider@web.zk3.dec.com>
14243              Date: Fri, 25 Aug 2000 19:12:40 -0400
14244              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
14245      Branch: perl
14246            ! gv.c
14247 ____________________________________________________________________________
14248 [  6827] By: jhi                                   on 2000/08/25  23:54:34
14249         Log: Support preserving extremely big/small angles.
14250      Branch: perl
14251            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
14252 ____________________________________________________________________________
14253 [  6826] By: jhi                                   on 2000/08/25  23:01:20
14254         Log: Patch installperl to be long double-aware.
14255              
14256              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14257              From: Spider Boardman <spider@web.zk3.dec.com>
14258              Date: Fri, 25 Aug 2000 18:15:23 -0400
14259              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
14260      Branch: perl
14261            ! installperl
14262 ____________________________________________________________________________
14263 [  6825] By: jhi                                   on 2000/08/25  22:58:25
14264         Log: Remove duplicately applied patch shards.
14265              
14266              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
14267              From: Spider Boardman <spider@leggy.zk3.dec.com>
14268              Date: Fri, 25 Aug 2000 16:45:03 -0400
14269              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
14270      Branch: perl
14271            ! t/lib/cgi-html.t
14272 ____________________________________________________________________________
14273 [  6824] By: jhi                                   on 2000/08/25  22:57:00
14274         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14275              From: Daniel Chetlin <daniel@chetlin.com>
14276              Date: Fri, 25 Aug 2000 12:23:16 -0700
14277              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
14278              
14279              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14280              From: Daniel Chetlin <daniel@chetlin.com>
14281              Date: Fri, 25 Aug 2000 14:47:19 -0700
14282              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
14283      Branch: perl
14284            ! installman
14285 ____________________________________________________________________________
14286 [  6823] By: jhi                                   on 2000/08/25  22:44:17
14287         Log: Timestamp problem?
14288      Branch: perl
14289            ! uconfig.h uconfig.sh
14290 ____________________________________________________________________________
14291 [  6822] By: jhi                                   on 2000/08/25  19:01:06
14292         Log: One forgotten file from #6816.
14293      Branch: perl
14294            ! vos/config.h
14295 ____________________________________________________________________________
14296 [  6821] By: jhi                                   on 2000/08/25  18:56:39
14297         Log: Regen Changes.
14298      Branch: perl
14299            ! Changes patchlevel.h
14300 ____________________________________________________________________________
14301 [  6820] By: jhi                                   on 2000/08/25  18:52:35
14302         Log: Fix Changes ordering.
14303      Branch: perl
14304            ! Changes
14305 ____________________________________________________________________________
14306 [  6819] By: jhi                                   on 2000/08/25  18:50:25
14307         Log: Update Changes.
14308      Branch: perl
14309            ! Changes patchlevel.h
14310 ____________________________________________________________________________
14311 [  6818] By: jhi                                   on 2000/08/25  18:47:45
14312         Log: Tweak the sfio/useperlio logic, hopefully as wished in
14313              
14314              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
14315              From: Nicholas Clark <nick@babyhippo.co.uk>
14316              Date: Fri, 25 Aug 2000 12:01:45 +0100
14317              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
14318      Branch: metaconfig/U/perl
14319            ! d_sfio.U
14320      Branch: perl
14321            ! Configure
14322 ____________________________________________________________________________
14323 [  6817] By: jhi                                   on 2000/08/25  18:32:51
14324         Log: Allow microperl to assume <math.h>, without it the math
14325              functions like floor() are assumed to return int, which makes
14326              for core dumps in machines where integer and floating register
14327              don't mix.
14328      Branch: perl
14329            ! uconfig.h uconfig.sh
14330 ____________________________________________________________________________
14331 [  6816] By: jhi                                   on 2000/08/25  18:27:17
14332         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
14333              the problem reported in
14334              
14335              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
14336              From: danhale@us.ibm.com
14337              Date: Fri, 25 Aug 2000 10:58:06 -0400
14338              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
14339      Branch: metaconfig/U/perl
14340            + d_socks5_init.U
14341      Branch: perl
14342            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
14343            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
14344            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
14345            ! win32/config.gc win32/config.vc
14346 ____________________________________________________________________________
14347 [  6815] By: jhi                                   on 2000/08/25  17:43:31
14348         Log: A solution for the retrieve_fd autosplit warning,
14349              idea suggested by Mike Guy.
14350      Branch: perl
14351            ! ext/Storable/Storable.pm
14352 ____________________________________________________________________________
14353 [  6814] By: jhi                                   on 2000/08/25  17:16:03
14354         Log: Add install-silent target.
14355      Branch: perl
14356            ! Makefile.SH
14357 ____________________________________________________________________________
14358 [  6813] By: jhi                                   on 2000/08/25  17:14:23
14359         Log: Subject: Re: [PATCH] More silencing of installman.
14360              From: <abigail@foad.org>
14361              Date: Thu, 24 Aug 2000 19:27:03 -0400
14362              Message-ID: <20000824232703.7001.qmail@foad.org>
14363              
14364              Subject: Re: [PATCH] More silencing of installman.
14365              From: <abigail@foad.org>
14366              Date: Fri, 25 Aug 2000 03:00:58 -0400
14367              Message-ID: <20000825070058.10697.qmail@foad.org>
14368      Branch: perl
14369            ! installman
14370 ____________________________________________________________________________
14371 [  6812] By: jhi                                   on 2000/08/25  17:11:28
14372         Log: installperl --verbose and --silent.
14373              
14374              Subject: Re: [PATCH] More silencing of installman.
14375              From: <abigail@foad.org>
14376              Message-ID: <20000825064430.9719.qmail@foad.org>
14377              Date: Fri, 25 Aug 2000 02:44:30 -0400
14378      Branch: perl
14379            ! installperl
14380 ____________________________________________________________________________
14381 [  6811] By: jhi                                   on 2000/08/25  17:05:43
14382         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
14383              From: "Peter J. Farley III" <pjfarley@banet.net>
14384              Date: Thu, 24 Aug 2000 21:58:03 -0400
14385              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
14386              
14387              (applied slightly modified)
14388      Branch: perl
14389            ! lib/ExtUtils/MM_Unix.pm
14390 ____________________________________________________________________________
14391 [  6810] By: jhi                                   on 2000/08/25  17:01:18
14392         Log: Missing parts of 
14393              
14394              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
14395              From: Peter Prymmer <pvhp@forte.com>
14396              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
14397              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
14398      Branch: perl
14399            ! t/lib/cgi-html.t
14400 ____________________________________________________________________________
14401 [  6809] By: jhi                                   on 2000/08/25  16:46:32
14402         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
14403              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14404              Date: Thu, 24 Aug 2000 19:13:11 -0500
14405              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
14406      Branch: perl
14407            ! vms/vms.c
14408 ____________________________________________________________________________
14409 [  6808] By: jhi                                   on 2000/08/25  16:39:22
14410         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
14411              From: Peter Prymmer <pvhp@forte.com>
14412              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
14413              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
14414      Branch: perl
14415            ! configure.com
14416 ____________________________________________________________________________
14417 [  6807] By: jhi                                   on 2000/08/25  16:36:37
14418         Log: Better wording for the vec lvalue diagnostic.
14419              
14420              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14421              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14422              Date: Wed, 23 Aug 2000 14:12:16 -0400
14423              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
14424      Branch: perl
14425            ! pod/perldiag.pod
14426 ____________________________________________________________________________
14427 [  6806] By: jhi                                   on 2000/08/24  18:17:22
14428         Log: Subject: [PATCH] More silencing of installman.
14429              From: <abigail@foad.org>
14430              Date: Thu, 24 Aug 2000 14:01:44 -0400
14431              Message-ID: <20000824180144.20062.qmail@foad.org>
14432      Branch: perl
14433            ! installman
14434 ____________________________________________________________________________
14435 [  6805] By: jhi                                   on 2000/08/24  15:00:31
14436         Log: Update Changes.
14437      Branch: perl
14438            ! Changes patchlevel.h
14439 ____________________________________________________________________________
14440 [  6804] By: jhi                                   on 2000/08/24  14:59:07
14441         Log: Regen perltoc.
14442      Branch: perl
14443            ! pod/perltoc.pod
14444 ____________________________________________________________________________
14445 [  6803] By: jhi                                   on 2000/08/24  14:44:39
14446         Log: Show the doc file, not the temp file.
14447      Branch: perl
14448            ! installman
14449 ____________________________________________________________________________
14450 [  6802] By: jhi                                   on 2000/08/24  14:41:53
14451         Log: Continue silencing.
14452      Branch: perl
14453            ! installman
14454 ____________________________________________________________________________
14455 [  6801] By: jhi                                   on 2000/08/24  14:34:40
14456         Log: Actually do something with the silencer option.
14457      Branch: perl
14458            ! installman
14459 ____________________________________________________________________________
14460 [  6800] By: jhi                                   on 2000/08/24  14:26:22
14461         Log: Make installman to recognize the silence flag -S.
14462      Branch: perl
14463            ! installman
14464 ____________________________________________________________________________
14465 [  6799] By: jhi                                   on 2000/08/24  13:49:38
14466         Log: DOS patches and portability/porting notes, from Tim Jenness.
14467      Branch: perl
14468            ! lib/File/Temp.pm
14469 ____________________________________________________________________________
14470 [  6798] By: jhi                                   on 2000/08/24  13:48:27
14471         Log: Create directories in silence.
14472              
14473              Subject: [PATCH] Another silencer for MakeMaker
14474              From: andreas.koenig@anima.de (Andreas J. Koenig)
14475              Date: 24 Aug 2000 14:18:52 +0200
14476              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
14477      Branch: perl
14478            ! lib/ExtUtils/Command.pm
14479 ____________________________________________________________________________
14480 [  6797] By: jhi                                   on 2000/08/24  13:46:42
14481         Log: More liberal parsing of version numbers.
14482              
14483              Subject: Re: CPAN.pm beta for testing available
14484              From: andreas.koenig@anima.de (Andreas J. Koenig)
14485              Date: 24 Aug 2000 13:51:57 +0200
14486              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
14487      Branch: perl
14488            ! lib/CPAN.pm
14489 ____________________________________________________________________________
14490 [  6796] By: jhi                                   on 2000/08/24  13:44:36
14491         Log: Make "make install" by default silent.  A new "install-verbose"
14492              target is verbose.
14493      Branch: perl
14494            ! Makefile.SH
14495 ____________________________________________________________________________
14496 [  6795] By: jhi                                   on 2000/08/24  13:39:14
14497         Log: Add silencer flags to installperl.
14498              
14499              Subject: [PATCH] Making installperl silent.
14500              From: <abigail@foad.org>
14501              Date: Thu, 24 Aug 2000 05:01:45 -0400
14502              Message-ID: <20000824090145.13141.qmail@foad.org>
14503      Branch: perl
14504            ! installperl
14505 ____________________________________________________________________________
14506 [  6794] By: jhi                                   on 2000/08/24  13:35:50
14507         Log: installperl couldn't tell whether it had run tests or not.
14508              
14509              Subject: [PATCH] Re: installperl and t/TEST
14510              From: <abigail@foad.org>
14511              Date: Thu, 24 Aug 2000 04:00:53 -0400
14512              Message-ID: <20000824080053.2494.qmail@foad.org>
14513      Branch: perl
14514            ! Makefile.SH installperl
14515 ____________________________________________________________________________
14516 [  6793] By: jhi                                   on 2000/08/24  13:27:50
14517         Log: Drop the separate perlbc, perlcc -b should be enough.
14518      Branch: perl
14519            - utils/perlbc.PL
14520            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
14521 ____________________________________________________________________________
14522 [  6792] By: jhi                                   on 2000/08/24  04:41:30
14523         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
14524              plus the typo fix from Peter Prymmer.
14525      Branch: perl
14526            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
14527            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14528 ____________________________________________________________________________
14529 [  6791] By: jhi                                   on 2000/08/24  02:10:43
14530         Log: Replace #6705 with a minimal doc patch.
14531              
14532              Subject: [PATCH 5.6.0] replace change #6705
14533              From: Jan Dubois <jand@ActiveState.com>
14534              Date: Wed, 23 Aug 2000 18:31:51 -0700
14535              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
14536      Branch: perl
14537            ! lib/Win32.pod win32/win32.c
14538 ____________________________________________________________________________
14539 [  6790] By: jhi                                   on 2000/08/23  17:52:00
14540         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14541              From: Mike Guy <mjtg@cam.ac.uk>
14542              Date: Wed, 23 Aug 2000 18:38:46 +0100
14543              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
14544      Branch: perl
14545            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
14546 ____________________________________________________________________________
14547 [  6789] By: jhi                                   on 2000/08/23  15:34:21
14548         Log: Update Changes.
14549      Branch: perl
14550            ! Changes patchlevel.h
14551 ____________________________________________________________________________
14552 [  6788] By: jhi                                   on 2000/08/23  15:33:40
14553         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
14554              From: Wilfredo Sánchez <wsanchez@apple.com>
14555              Date: Tue, 22 Aug 2000 19:31:27 -0700
14556              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
14557      Branch: perl
14558            ! perl.h
14559 ____________________________________________________________________________
14560 [  6787] By: jhi                                   on 2000/08/23  15:29:31
14561         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
14562              From: Spider Boardman <spider@leggy.zk3.dec.com>
14563              Date: Wed, 23 Aug 2000 10:33:23 -0400
14564              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
14565      Branch: perl
14566            ! lib/Pod/Html.pm
14567 ____________________________________________________________________________
14568 [  6786] By: jhi                                   on 2000/08/23  15:28:11
14569         Log: Bad makefile.
14570      Branch: perl
14571            ! ext/B/Makefile.PL
14572 ____________________________________________________________________________
14573 [  6785] By: jhi                                   on 2000/08/23  14:37:04
14574         Log: Update Changes.
14575      Branch: perl
14576            ! Changes patchlevel.h
14577 ____________________________________________________________________________
14578 [  6784] By: jhi                                   on 2000/08/23  13:58:41
14579         Log: Portability fix from Hugo van der Sanden.
14580      Branch: perl
14581            ! ext/re/Makefile.PL
14582 ____________________________________________________________________________
14583 [  6783] By: jhi                                   on 2000/08/23  13:53:53
14584         Log: Storable support, v-version fixes.
14585              
14586              Subject: CPAN.pm beta for testing available
14587              From: andreas.koenig@anima.de (Andreas J. Koenig)
14588              Date: 22 Aug 2000 23:31:33 +0200
14589              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
14590      Branch: perl
14591            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14592 ____________________________________________________________________________
14593 [  6782] By: jhi                                   on 2000/08/23  13:51:26
14594         Log: Mac and other portability updates from Chris Nandor.
14595      Branch: perl
14596            ! pod/perlmodinstall.pod
14597 ____________________________________________________________________________
14598 [  6781] By: jhi                                   on 2000/08/23  13:47:33
14599         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
14600              From: Peter Prymmer <pvhp@forte.com>
14601              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
14602              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
14603      Branch: perl
14604            ! ext/Storable/Storable.xs
14605 ____________________________________________________________________________
14606 [  6780] By: jhi                                   on 2000/08/23  13:33:34
14607         Log: VMS MMS (make) wants null action.
14608      Branch: perl
14609            ! ext/B/Makefile.PL
14610 ____________________________________________________________________________
14611 [  6779] By: jhi                                   on 2000/08/22  19:44:47
14612         Log: Forgot portability nit.
14613      Branch: perl
14614            ! t/lib/st-forgive.t
14615 ____________________________________________________________________________
14616 [  6778] By: jhi                                   on 2000/08/22  19:35:25
14617         Log: Be portable.
14618      Branch: perl
14619            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
14620            ! t/lib/st-store.t
14621 ____________________________________________________________________________
14622 [  6777] By: jhi                                   on 2000/08/22  18:50:53
14623         Log: Update Changes.
14624      Branch: perl
14625            ! Changes patchlevel.h
14626 ____________________________________________________________________________
14627 [  6776] By: jhi                                   on 2000/08/22  18:44:46
14628         Log: cSVOPo_*v things index into the current PL_curpad
14629              under ithreads, which is different from the curpad
14630              used by the XSUB.  (In other words, the code as-is
14631              before this patch wouldn't work under ithreads.)
14632              From Sarathy.
14633      Branch: perl
14634            ! ext/B/B.xs
14635 ____________________________________________________________________________
14636 [  6775] By: jhi                                   on 2000/08/22  18:18:37
14637         Log: Make the selection of NVff et al stricter.
14638      Branch: metaconfig/U/perl
14639            ! perlxvf.U
14640      Branch: perl
14641            ! Configure config_h.SH
14642 ____________________________________________________________________________
14643 [  6774] By: jhi                                   on 2000/08/22  17:19:42
14644         Log: perldelta nits.
14645      Branch: perl
14646            ! pod/perldelta.pod
14647 ____________________________________________________________________________
14648 [  6773] By: jhi                                   on 2000/08/22  17:06:26
14649         Log: Long double fixes from Spider Boardman.
14650              
14651              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
14652              From: system PRIVILEGED account <root@peano.zk3.dec.com>
14653              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
14654              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
14655      Branch: perl
14656            ! t/lib/bigfltpm.t t/lib/st-06compat.t
14657 ____________________________________________________________________________
14658 [  6772] By: jhi                                   on 2000/08/22  15:04:53
14659         Log: Update Changes.
14660      Branch: perl
14661            ! Changes patchlevel.h
14662 ____________________________________________________________________________
14663 [  6771] By: jhi                                   on 2000/08/22  15:01:44
14664         Log: perldelta fixes from Hugo van der Sanden.
14665      Branch: perl
14666            ! pod/perldelta.pod
14667 ____________________________________________________________________________
14668 [  6770] By: jhi                                   on 2000/08/22  14:34:49
14669         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
14670              From: Hugo <hv@crypt.compulink.co.uk>
14671              Date: Tue, 22 Aug 2000 11:21:53 +0100
14672              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
14673      Branch: perl
14674            ! regcomp.c
14675 ____________________________________________________________________________
14676 [  6769] By: jhi                                   on 2000/08/22  14:30:02
14677         Log: Add Yitzchak, reformat.
14678      Branch: perl
14679            ! Changes config_h.SH
14680 ____________________________________________________________________________
14681 [  6768] By: jhi                                   on 2000/08/22  14:21:35
14682         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
14683              and Spider Boardman.
14684      Branch: metaconfig
14685            ! U/compline/d_gconvert.U
14686      Branch: perl
14687            ! Configure
14688 ____________________________________________________________________________
14689 [  6767] By: jhi                                   on 2000/08/22  14:11:24
14690         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
14691              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14692              Date: Mon, 21 Aug 2000 19:08:31 -0700
14693              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
14694      Branch: perl
14695            - ext/Storable/patchlevel.h
14696            ! MANIFEST ext/Storable/MANIFEST
14697 ____________________________________________________________________________
14698 [  6766] By: jhi                                   on 2000/08/22  13:49:29
14699         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
14700              From: Peter Prymmer <pvhp@forte.com>
14701              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
14702              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
14703      Branch: perl
14704            ! configure.com ext/Storable/Makefile.PL
14705 ____________________________________________________________________________
14706 [  6765] By: jhi                                   on 2000/08/22  13:44:59
14707         Log: Subject: [PATCH blead] B:: missing dependency
14708              From: Hugo <hv@crypt.compulink.co.uk>
14709              Date: Tue, 22 Aug 2000 06:44:33 +0100
14710              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
14711      Branch: perl
14712            ! ext/B/Makefile.PL
14713 ____________________________________________________________________________
14714 [  6764] By: jhi                                   on 2000/08/22  13:38:12
14715         Log: More bytecompiler.
14716      Branch: perl
14717            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
14718 ____________________________________________________________________________
14719 [  6763] By: jhi                                   on 2000/08/22  13:36:44
14720         Log: Bytecompiler patches from Benjamin Stuhl.
14721      Branch: perl
14722            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
14723            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
14724            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
14725            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14726            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
14727            ! perl.c perlapi.h pod/perldelta.pod
14728 ____________________________________________________________________________
14729 [  6762] By: jhi                                   on 2000/08/21  23:43:40
14730         Log: An obsoleted diagnostic.
14731      Branch: perl
14732            ! pod/perldelta.pod
14733 ____________________________________________________________________________
14734 [  6761] By: jhi                                   on 2000/08/21  23:01:45
14735         Log: The #6759 wasn't quite right.
14736      Branch: perl
14737            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
14738            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
14739            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
14740            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
14741            ! t/lib/st-tieditems.t
14742 ____________________________________________________________________________
14743 [  6760] By: jhi                                   on 2000/08/21  22:35:49
14744         Log: Be verydeepclean.
14745      Branch: perl
14746            ! Makefile.SH
14747 ____________________________________________________________________________
14748 [  6759] By: jhi                                   on 2000/08/21  22:25:40
14749         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
14750              From: Peter Prymmer <pvhp@forte.com>
14751              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
14752              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
14753      Branch: perl
14754            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
14755            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
14756            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
14757            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
14758            ! t/lib/st-tieditems.t
14759 ____________________________________________________________________________
14760 [  6758] By: jhi                                   on 2000/08/21  22:22:32
14761         Log: Few more casts, need reported in
14762              
14763              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
14764              From: Mike Stok <mike@stok.co.uk>
14765              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
14766              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
14767              
14768              and
14769              
14770              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
14771              From: abigail@foad.org
14772              Date: 21 Aug 2000 21:31:34 -0000
14773              Message-Id: <20000821213134.30170.qmail@foad.org>
14774      Branch: perl
14775            ! ext/Storable/Storable.xs
14776 ____________________________________________________________________________
14777 [  6757] By: jhi                                   on 2000/08/21  18:37:07
14778         Log: Update Changes.
14779      Branch: perl
14780            ! Changes patchlevel.h
14781 ____________________________________________________________________________
14782 [  6756] By: jhi                                   on 2000/08/21  18:34:02
14783         Log: A pod nit.
14784              
14785              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
14786              From: <abigail@foad.org>
14787              Date: Mon, 21 Aug 2000 14:00:16 -0400
14788              Message-ID: <20000821180016.28627.qmail@foad.org>
14789      Branch: perl
14790            ! pod/perlre.pod
14791 ____________________________________________________________________________
14792 [  6755] By: jhi                                   on 2000/08/21  18:30:56
14793         Log: Use PodParser 1.18 new test.
14794      Branch: perl
14795            ! t/pod/special_seqs.t t/pod/special_seqs.xr
14796 ____________________________________________________________________________
14797 [  6754] By: jhi                                   on 2000/08/21  18:28:35
14798         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
14799              patches cannot be applied since #6712 conflicts.
14800      Branch: perl
14801            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
14802 ____________________________________________________________________________
14803 [  6753] By: jhi                                   on 2000/08/21  18:15:11
14804         Log: Weed out some smaller changes.
14805      Branch: perl
14806            ! pod/perldelta.pod
14807 ____________________________________________________________________________
14808 [  6752] By: jhi                                   on 2000/08/21  18:02:30
14809         Log: Also under djgpp the timestamps are funky.
14810      Branch: perl
14811            ! t/op/stat.t
14812 ____________________________________________________________________________
14813 [  6751] By: jhi                                   on 2000/08/21  17:55:56
14814         Log: Tweak the floating point output routine preferences.
14815      Branch: metaconfig
14816            ! U/compline/d_gconvert.U
14817      Branch: perl
14818            ! Configure
14819 ____________________________________________________________________________
14820 [  6750] By: jhi                                   on 2000/08/21  17:51:29
14821         Log: Unicos/mk requires elaborate paranoia.
14822      Branch: perl
14823            ! lib/Math/Complex.pm
14824 ____________________________________________________________________________
14825 [  6749] By: gsar                                  on 2000/08/21  16:53:31
14826         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
14827      Branch: perl
14828            ! lib/Cwd.pm
14829 ____________________________________________________________________________
14830 [  6748] By: gsar                                  on 2000/08/21  16:22:19
14831         Log: free TLS slot properly on Windows
14832      Branch: perl
14833            ! thread.h win32/perllib.c win32/win32thread.h
14834 ____________________________________________________________________________
14835 [  6747] By: jhi                                   on 2000/08/21  16:20:58
14836         Log: Rename the macro argument because some preprocessors
14837              can't tell the difference and expand arguments also inside
14838              double quoted strings.
14839      Branch: perl
14840            ! regcomp.c
14841 ____________________________________________________________________________
14842 [  6746] By: jhi                                   on 2000/08/21  16:09:41
14843         Log: Support long doubles in Storable.
14844              
14845              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
14846              From: Radu Greab <radu@netsoft.ro>
14847              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
14848              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
14849      Branch: perl
14850            ! ext/Storable/Storable.xs
14851 ____________________________________________________________________________
14852 [  6745] By: jhi                                   on 2000/08/21  15:51:40
14853         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
14854              From: "Fifer, Eric" <EFifer@sanwaint.com>
14855              Date: Mon, 21 Aug 2000 15:34:49 +0100
14856              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
14857      Branch: perl
14858            ! t/pragma/warn/9enabled
14859 ____________________________________________________________________________
14860 [  6744] By: jhi                                   on 2000/08/21  15:39:35
14861         Log: Document the endianness of Alpha more precisely.
14862      Branch: perl
14863            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
14864            ! pod/perlport.pod
14865 ____________________________________________________________________________
14866 [  6743] By: jhi                                   on 2000/08/21  14:47:05
14867         Log: perldelta fixes from the p5p crowd.
14868      Branch: perl
14869            ! pod/perldelta.pod pod/perlop.pod
14870 ____________________________________________________________________________
14871 [  6742] By: jhi                                   on 2000/08/21  13:34:51
14872         Log: Update to Pod::LaTeX 0.53.
14873              
14874              Subject: [PATCH] lib/Pod/LaTeX.pm updates
14875              From: Tim Jenness <timj@jach.hawaii.edu>
14876              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
14877              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
14878      Branch: perl
14879            ! lib/Pod/LaTeX.pm
14880 ____________________________________________________________________________
14881 [  6741] By: jhi                                   on 2000/08/21  13:33:01
14882         Log: Subject: [PATCH] os2.c fix for use64bitint
14883              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14884              Date: Mon, 21 Aug 2000 01:32:25 -0700
14885              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
14886      Branch: perl
14887            ! os2/os2.c
14888 ____________________________________________________________________________
14889 [  6740] By: jhi                                   on 2000/08/21  13:28:52
14890         Log: Array context keeps slithering in.
14891              
14892              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
14893              From: Daniel Chetlin <daniel@chetlin.com>
14894              Date: Sun, 20 Aug 2000 21:40:25 -0700
14895              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
14896      Branch: perl
14897            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
14898            ! pod/perldebtut.pod
14899 ____________________________________________________________________________
14900 [  6739] By: jhi                                   on 2000/08/21  13:23:55
14901         Log: Big-endian quad fixes for Storable from Radu Greab,
14902              plus few explicit null casts for picky compilers.
14903      Branch: perl
14904            ! ext/Storable/Storable.xs
14905 ____________________________________________________________________________
14906 [  6738] By: gsar                                  on 2000/08/21  05:56:13
14907         Log: small tweaks for change#6705: avoid C++ style comments in C code;
14908              use Perl's malloc API rather than the low level system one
14909      Branch: perl
14910            ! win32/win32.c
14911 ____________________________________________________________________________
14912 [  6737] By: gsar                                  on 2000/08/21  05:35:41
14913         Log: add Storable to list of extensions on Windows
14914      Branch: perl
14915            ! win32/Makefile win32/makefile.mk
14916 ____________________________________________________________________________
14917 [  6736] By: jhi                                   on 2000/08/21  02:57:53
14918         Log: Update Changes.
14919      Branch: perl
14920            ! Changes patchlevel.h
14921 ____________________________________________________________________________
14922 [  6735] By: jhi                                   on 2000/08/21  02:57:20
14923         Log: Draft 0.
14924      Branch: perl
14925            ! pod/perldelta.pod
14926 ____________________________________________________________________________
14927 [  6734] By: jhi                                   on 2000/08/21  02:57:03
14928         Log: Add Storable 0.7.2 from Raphael Manfredi,
14929              plus the patch from
14930              
14931              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
14932              From: Radu Greab <radu@netsoft.ro>
14933              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
14934              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
14935              
14936              plus changes to get Storable to compile with
14937              picky ANSI compilers.
14938      Branch: perl
14939            + ext/Storable/ChangeLog ext/Storable/MANIFEST
14940            + ext/Storable/Makefile.PL ext/Storable/README
14941            + ext/Storable/Storable.pm ext/Storable/Storable.xs
14942            + ext/Storable/patchlevel.h t/lib/st-06compat.t
14943            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
14944            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
14945            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
14946            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
14947            + t/lib/st-tieditems.t
14948            ! MANIFEST
14949 ____________________________________________________________________________
14950 [  6733] By: jhi                                   on 2000/08/21  02:29:09
14951         Log: The correct cleaning order is an art.
14952      Branch: perl
14953            ! Makefile.SH
14954 ____________________________________________________________________________
14955 [  6732] By: jhi                                   on 2000/08/21  01:23:39
14956         Log: The #6724 is here.
14957      Branch: perl
14958            ! t/lib/ftmp-security.t
14959 ____________________________________________________________________________
14960 [  6731] By: jhi                                   on 2000/08/20  23:17:03
14961         Log: s/this one/the 5.6.0 release/
14962      Branch: perl
14963            ! pod/perl56delta.pod
14964 ____________________________________________________________________________
14965 [  6730] By: jhi                                   on 2000/08/20  23:07:34
14966         Log: Mention perlebcdic and perlposix-bc.
14967      Branch: perl
14968            ! pod/perlport.pod
14969 ____________________________________________________________________________
14970 [  6729] By: jhi                                   on 2000/08/20  21:32:59
14971         Log: Document the number of exponent digits.
14972      Branch: perl
14973            ! pod/perlfunc.pod
14974 ____________________________________________________________________________
14975 [  6728] By: jhi                                   on 2000/08/20  21:16:47
14976         Log: Use File::Spec->tmpdir().
14977              
14978              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
14979              From: Tim Jenness <timj@jach.hawaii.edu>
14980              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
14981              MIME-Version: 1.0
14982              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
14983      Branch: perl
14984            ! utils/perlbug.PL
14985 ____________________________________________________________________________
14986 [  6727] By: jhi                                   on 2000/08/20  20:43:32
14987         Log: Update Changes.
14988      Branch: perl
14989            ! Changes patchlevel.h
14990 ____________________________________________________________________________
14991 [  6726] By: jhi                                   on 2000/08/20  20:41:44
14992         Log: The veryclean target needs to clobber.
14993      Branch: perl
14994            ! Makefile.SH
14995 ____________________________________________________________________________
14996 [  6725] By: jhi                                   on 2000/08/20  20:37:38
14997         Log: Document odd vs even subreleases and -Dusedevel.
14998      Branch: perl
14999            ! INSTALL
15000 ____________________________________________________________________________
15001 [  6724] By: jhi                                   on 2000/08/20  19:58:05
15002         Log: Use temporary directory instead of current directory.
15003              
15004              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
15005              From: Tim Jenness <timj@jach.hawaii.edu>
15006              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
15007              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
15008      Branch: perl
15009            ! t/lib/ftmp-security.t
15010 ____________________________________________________________________________
15011 [  6723] By: jhi                                   on 2000/08/20  19:55:55
15012         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
15013              From: andreas.koenig@anima.de (Andreas J. Koenig)
15014              Date: 20 Aug 2000 15:52:03 +0200
15015              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
15016      Branch: perl
15017            ! lib/ExtUtils/MM_Unix.pm
15018 ____________________________________________________________________________
15019 [  6722] By: jhi                                   on 2000/08/20  19:46:01
15020         Log: Update to CGI 2.72, from Lincoln Stein.
15021      Branch: perl
15022            ! lib/CGI.pm
15023 ____________________________________________________________________________
15024 [  6721] By: jhi                                   on 2000/08/20  19:43:54
15025         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
15026              From: Radu Greab <radu@netsoft.ro>
15027              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
15028              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
15029      Branch: perl
15030            ! ext/GDBM_File/GDBM_File.xs
15031 ____________________________________________________________________________
15032 [  6720] By: jhi                                   on 2000/08/20  19:42:01
15033         Log: pp_open() could pass an uninitialized filename down to do_open9().
15034      Branch: perl
15035            ! pp_sys.c
15036 ____________________________________________________________________________
15037 [  6719] By: jhi                                   on 2000/08/20  14:06:41
15038         Log: UTF8 concat fixes.
15039              
15040              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
15041              From: Hugo <hv@crypt.compulink.co.uk>
15042              Date: Sun, 20 Aug 2000 07:30:46 +0100
15043              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
15044      Branch: perl
15045            ! pp_hot.c t/op/append.t
15046 ____________________________________________________________________________
15047 [  6718] By: jhi                                   on 2000/08/20  02:09:37
15048         Log: Let's try #6717 again.
15049      Branch: perl
15050            ! lib/File/Temp.pm
15051 ____________________________________________________________________________
15052 [  6717] By: jhi                                   on 2000/08/20  01:56:55
15053         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
15054              From: "Craig A. Berry" <craig.berry@metamorgs.com>
15055              Date: Sat, 19 Aug 2000 18:15:39 -0500
15056              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
15057      Branch: perl
15058            ! lib/File/Temp.pm
15059 ____________________________________________________________________________
15060 [  6716] By: jhi                                   on 2000/08/19  15:50:11
15061         Log: Update Changes.
15062      Branch: perl
15063            ! Changes patchlevel.h
15064 ____________________________________________________________________________
15065 [  6715] By: jhi                                   on 2000/08/19  15:39:09
15066         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
15067              From: Jonathan D Johnston <jdjohnston2@juno.com>
15068              Date: Thu, 17 Aug 2000 23:13:01 -0400       
15069              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
15070      Branch: perl
15071            ! pod/perlfunc.pod
15072 ____________________________________________________________________________
15073 [  6714] By: jhi                                   on 2000/08/19  15:34:04
15074         Log: Introduce a 'veryclean' target that is like 'distclean'
15075              but also removes *~ and *.orig.
15076      Branch: perl
15077            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
15078            ! utils/Makefile x2p/Makefile.SH
15079 ____________________________________________________________________________
15080 [  6713] By: jhi                                   on 2000/08/19  14:15:45
15081         Log: Put back the long double avoidance code to POSIX.xs
15082              because VMS seems to need it still.
15083      Branch: perl
15084            ! ext/POSIX/POSIX.xs
15085 ____________________________________________________________________________
15086 [  6712] By: jhi                                   on 2000/08/19  14:10:41
15087         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
15088              From: Peter Prymmer <pvhp@forte.com>
15089              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
15090              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
15091      Branch: perl
15092            ! lib/Pod/Find.pm t/pod/find.t
15093 ____________________________________________________________________________
15094 [  6711] By: jhi                                   on 2000/08/19  14:09:19
15095         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
15096              From: Peter Prymmer <pvhp@forte.com>
15097              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
15098              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
15099              cc: vmsperl@perl.org
15100      Branch: perl
15101            ! t/lib/peek.t
15102 ____________________________________________________________________________
15103 [  6710] By: jhi                                   on 2000/08/19  14:08:01
15104         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
15105              From: Jan Dubois <jand@ActiveState.com>
15106              Date: Fri, 18 Aug 2000 16:31:48 -0700
15107              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
15108      Branch: perl
15109            ! win32/win32.c
15110 ____________________________________________________________________________
15111 [  6709] By: jhi                                   on 2000/08/19  14:06:57
15112         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
15113              
15114              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
15115              From: Spider.Boardman@Orb.Nashua.NH.US
15116              Date: Fri, 18 Aug 2000 18:41:14 -0400
15117              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
15118      Branch: perl
15119            ! regcomp.c
15120 ____________________________________________________________________________
15121 [  6708] By: jhi                                   on 2000/08/18  22:04:49
15122         Log: Update Changes.
15123      Branch: perl
15124            ! Changes patchlevel.h
15125 ____________________________________________________________________________
15126 [  6707] By: jhi                                   on 2000/08/18  21:55:14
15127         Log: Add warnif(), check warnings further up the stack,
15128              all the warnings functions now can take an optional object reference.
15129              
15130              Subject: [PATCH bleedperl@6691] warnings pragma update
15131              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15132              Date: Fri, 18 Aug 2000 22:42:06 +0100
15133              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
15134      Branch: perl
15135            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
15136            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
15137            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
15138 ____________________________________________________________________________
15139 [  6706] By: jhi                                   on 2000/08/18  21:41:45
15140         Log: Typo in pp_complement().
15141              
15142              Subject: [PATCH perl-current] Deparse
15143              From: Peter Scott <Peter@PSDT.com>
15144              Date: Fri, 18 Aug 2000 12:44:37 -0700
15145              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
15146      Branch: perl
15147            ! ext/B/B/Deparse.pm
15148 ____________________________________________________________________________
15149 [  6705] By: jhi                                   on 2000/08/18  21:25:59
15150         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
15151              From: Jan Dubois <jand@ActiveState.com>
15152              Date: Fri, 18 Aug 2000 14:22:51 -0700
15153              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
15154      Branch: perl
15155            ! lib/Win32.pod win32/win32.c
15156 ____________________________________________________________________________
15157 [  6704] By: jhi                                   on 2000/08/18  21:16:14
15158         Log: Don't eat leading os from index entries.
15159              
15160              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
15161              From: Russ Allbery <rra@stanford.edu>
15162              Date: 10 Aug 2000 20:49:25 -0700
15163              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
15164      Branch: perl
15165            ! lib/Pod/Man.pm
15166 ____________________________________________________________________________
15167 [  6703] By: jhi                                   on 2000/08/18  21:07:06
15168         Log: Add [[:blank:]] as suggested in
15169              
15170              Subject: [ID 20000716.024] [=cc=] / [:blank:]
15171              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
15172              Date: Sun, 16 Jul 2000 17:55:29 -0700
15173              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
15174              
15175              (the [=cc=] has already been taken care of by #6439
15176              so the whole bug report can be closed)
15177              
15178              and make [[:space:]] to be equivalent to isspace(3)
15179              (as opposed to \s, which is isSPACE()).  The difference
15180              is that now [[:space:]] matches the mythical vertical tab,
15181              while \s doesn't.
15182      Branch: perl
15183            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
15184            ! regexec.c t/op/pat.t
15185 ____________________________________________________________________________
15186 [  6702] By: jhi                                   on 2000/08/18  18:47:47
15187         Log: The new tests were missing from #6415.
15188      Branch: perl
15189            ! t/op/bop.t
15190 ____________________________________________________________________________
15191 [  6701] By: jhi                                   on 2000/08/18  18:20:40
15192         Log: Document the NDBM_File and ODBM_File as SDBM_File
15193              was documented in #6417.
15194      Branch: perl
15195            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
15196            ! ext/SDBM_File/SDBM_File.pm
15197 ____________________________________________________________________________
15198 [  6700] By: jhi                                   on 2000/08/18  18:10:39
15199         Log: Subject: [PATCH perl@6698] cygwin port
15200              From: "Fifer, Eric" <EFifer@sanwaint.com>
15201              Date: Fri, 18 Aug 2000 17:30:05 +0100
15202              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
15203      Branch: perl
15204            ! lib/File/Temp.pm
15205 ____________________________________________________________________________
15206 [  6699] By: jhi                                   on 2000/08/18  16:21:49
15207         Log: Document code point which makes if (defined %stash::) to work
15208              (noted by Spider Boardman).
15209      Branch: perl
15210            ! op.c
15211 ____________________________________________________________________________
15212 [  6698] By: jhi                                   on 2000/08/18  13:43:27
15213         Log: Update Changes.
15214      Branch: perl
15215            ! Changes patchlevel.h
15216 ____________________________________________________________________________
15217 [  6697] By: jhi                                   on 2000/08/18  13:35:57
15218         Log: Tiny Getopt::Long patch from Johan Vromans.
15219      Branch: perl
15220            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
15221 ____________________________________________________________________________
15222 [  6696] By: jhi                                   on 2000/08/18  13:26:14
15223         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
15224              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
15225              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
15226              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
15227      Branch: perl
15228            ! pod/perldiag.pod pod/perlsyn.pod
15229 ____________________________________________________________________________
15230 [  6695] By: jhi                                   on 2000/08/18  13:13:26
15231         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
15232              From: Daniel Chetlin <daniel@chetlin.com>
15233              Date: Fri, 18 Aug 2000 03:13:36 -0700
15234              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
15235      Branch: perl
15236            ! pod/perlfunc.pod
15237 ____________________________________________________________________________
15238 [  6694] By: jhi                                   on 2000/08/18  13:08:05
15239         Log: Subject: [PATCH] perltrap.pod spring cleaning
15240              From: Daniel Chetlin <daniel@chetlin.com>
15241              Date: Fri, 18 Aug 2000 03:06:54 -0700
15242              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
15243              
15244              plus Mike Guy's nitfix.
15245      Branch: perl
15246            ! pod/perltrap.pod
15247 ____________________________________________________________________________
15248 [  6693] By: jhi                                   on 2000/08/18  13:00:26
15249         Log: Unbuffer the output.
15250              
15251              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
15252              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15253              Date: Thu, 17 Aug 2000 18:39:29 -0700
15254              Message-ID: <RPJn5gzkgydf092yn@efn.org>
15255      Branch: perl
15256            ! t/op/fork.t
15257 ____________________________________________________________________________
15258 [  6692] By: jhi                                   on 2000/08/18  05:19:17
15259         Log: Delete the image, too, not just its MANIFEStation.
15260      Branch: perl
15261            - lib/CGI/eg/wilogo.gif
15262 ____________________________________________________________________________
15263 [  6691] By: jhi                                   on 2000/08/18  05:10:26
15264         Log: Propagate new Configure vars.
15265      Branch: perl
15266            ! configure.com epoc/config.sh uconfig.h uconfig.sh
15267            ! vos/config.def vos/config.h vos/config_h.SH_orig
15268            ! win32/config.bc win32/config.gc win32/config.vc
15269            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15270 ____________________________________________________________________________
15271 [  6690] By: jhi                                   on 2000/08/18  04:30:56
15272         Log: Update Changes.
15273      Branch: perl
15274            ! Changes patchlevel.h
15275 ____________________________________________________________________________
15276 [  6689] By: jhi                                   on 2000/08/18  04:12:30
15277         Log: Fix the lib/complex failure of
15278              
15279              From: abigail@foad.org
15280              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15281              Date: 15 Aug 2000 04:06:38 -0000
15282              Message-Id: <20000815040638.8524.qmail@foad.org> 
15283              
15284              Linux long double accuracy issue: something that
15285              when printed with %g looks like "2" but int() of it is 1.
15286      Branch: perl
15287            ! lib/Math/Complex.pm
15288 ____________________________________________________________________________
15289 [  6688] By: jhi                                   on 2000/08/18  03:15:35
15290         Log: The byteorder code in #6671 was wrong.
15291      Branch: perl
15292            ! configpm
15293 ____________________________________________________________________________
15294 [  6687] By: jhi                                   on 2000/08/18  02:08:42
15295         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
15296              From: Jan Dubois <jand@ActiveState.com>
15297              Date: Thu, 17 Aug 2000 18:31:55 -0700
15298              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
15299      Branch: perl
15300            ! sv.c
15301 ____________________________________________________________________________
15302 [  6686] By: jhi                                   on 2000/08/18  02:04:15
15303         Log: Use NVs in POSIX math, not doubles.
15304              
15305              From: abigail@foad.org
15306              Subject: [ID 20000817.014] POSIX & modfl
15307              Date: 17 Aug 2000 20:49:18 -0000
15308              Message-Id: <20000817204918.23123.qmail@foad.org>
15309      Branch: perl
15310            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
15311 ____________________________________________________________________________
15312 [  6685] By: jhi                                   on 2000/08/18  02:02:12
15313         Log: Introduce NVef, NVff, and NVgf, use the middle one.
15314              (helps for lib/peek + Linux + long doubles)  Reported in
15315              
15316              From: abigail@foad.org
15317              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15318              Date: 15 Aug 2000 04:06:38 -0000
15319              Message-Id: <20000815040638.8524.qmail@foad.org> 
15320              
15321              (note: the lib/complex failure has not yet been addressed)
15322      Branch: metaconfig/U/perl
15323            ! perlxvf.U
15324      Branch: perl
15325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15326            ! config_h.SH dump.c perl.h pod/perlguts.pod
15327 ____________________________________________________________________________
15328 [  6684] By: jhi                                   on 2000/08/17  23:22:19
15329         Log: Add byteorder to the myconfig output.
15330      Branch: perl
15331            ! myconfig.SH
15332 ____________________________________________________________________________
15333 [  6683] By: jhi                                   on 2000/08/17  23:20:19
15334         Log: The image doth not exist, spotted by Johan Vromans.
15335      Branch: perl
15336            ! MANIFEST
15337 ____________________________________________________________________________
15338 [  6682] By: jhi                                   on 2000/08/17  22:38:16
15339         Log: Document what the backtick returns if the command fails.
15340      Branch: perl
15341            ! pod/perlop.pod
15342 ____________________________________________________________________________
15343 [  6681] By: jhi                                   on 2000/08/17  22:33:12
15344         Log: Do not use prototyping here.
15345              
15346              Subject: [ID 20000817.016] [PATCH] Peek.xs
15347              From: abigail@foad.org
15348              Date: 17 Aug 2000 20:55:56 -0000
15349              Message-Id: <20000817205556.24270.qmail@foad.org>
15350      Branch: perl
15351            ! ext/Devel/Peek/Makefile.PL
15352 ____________________________________________________________________________
15353 [  6680] By: jhi                                   on 2000/08/17  19:46:43
15354         Log: Don't propose using modules built for 5.005 if no binary
15355              compatibility with 5.005 is attempted.
15356              
15357              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15358              Subject: Minor nit with 5.7.0 (6655)
15359              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
15360              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
15361      Branch: metaconfig
15362            ! U/installdirs/inc_version_list.U
15363      Branch: perl
15364            ! Configure config_h.SH
15365 ____________________________________________________________________________
15366 [  6679] By: jhi                                   on 2000/08/17  19:16:39
15367         Log: Microperl config update.
15368      Branch: perl
15369            ! uconfig.h uconfig.sh
15370 ____________________________________________________________________________
15371 [  6678] By: jhi                                   on 2000/08/17  19:16:13
15372         Log: The #6648 wasn't protective enough for limited platforms
15373              (like microperl).
15374      Branch: perl
15375            ! dump.c sv.c
15376 ____________________________________________________________________________
15377 [  6677] By: jhi                                   on 2000/08/17  14:46:35
15378         Log: Update Changes.
15379      Branch: perl
15380            ! Changes patchlevel.h
15381 ____________________________________________________________________________
15382 [  6676] By: jhi                                   on 2000/08/17  14:44:02
15383         Log: Add perlebcdic from Peter Prymmer, regen toc.
15384      Branch: perl
15385            + pod/perlebcdic.pod
15386            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15387 ____________________________________________________________________________
15388 [  6675] By: jhi                                   on 2000/08/17  14:41:52
15389         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
15390      Branch: perl
15391            ! pod/perldebtut.pod
15392 ____________________________________________________________________________
15393 [  6674] By: jhi                                   on 2000/08/17  14:29:43
15394         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
15395              
15396              Subject: [ID 20000724.006] -DLEAKTEST problem
15397              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
15398              Date: Tue, 25 Jul 2000 00:36:32 -0500
15399              Message-Id: <20000725003632.A26186@www.llamacom.com>
15400              
15401              Reminder sent
15402              
15403              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
15404              From: Hugo <hv@crypt.compulink.co.uk>
15405              Date: Thu, 17 Aug 2000 15:23:42 +0100
15406              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
15407      Branch: perl
15408            ! util.c
15409 ____________________________________________________________________________
15410 [  6673] By: jhi                                   on 2000/08/17  04:07:10
15411         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
15412              From: John Peacock <JPeacock@UnivPress.com>
15413              Date: Tue, 01 Aug 2000 09:38:12 -0400
15414              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
15415      Branch: perl
15416            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
15417 ____________________________________________________________________________
15418 [  6672] By: jhi                                   on 2000/08/17  03:04:35
15419         Log: Subject: [PATCH] Cwd.pm now uses strict
15420              From: Tim Jenness <timj@jach.hawaii.edu>
15421              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
15422              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
15423      Branch: perl
15424            ! lib/Cwd.pm
15425 ____________________________________________________________________________
15426 [  6671] By: jhi                                   on 2000/08/17  02:16:35
15427         Log: Make $Config{byteorder} more magical so that it is
15428              dynamically computed: nice for 'fat binaries'.
15429              
15430              Subject: [PATCH]: default byteorder
15431              From: Wilfredo Sánchez <wsanchez@apple.com>
15432              Date: Mon, 31 Jul 2000 19:45:31 -0700
15433              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
15434      Branch: perl
15435            ! configpm
15436 ____________________________________________________________________________
15437 [  6670] By: gsar                                  on 2000/08/17  01:22:21
15438         Log: move WNOHANG definition to where other such things are
15439      Branch: perl
15440            ! win32/win32.h
15441 ____________________________________________________________________________
15442 [  6669] By: jhi                                   on 2000/08/17  01:19:17
15443         Log: Update Changes.
15444      Branch: perl
15445            ! Changes patchlevel.h
15446 ____________________________________________________________________________
15447 [  6668] By: jhi                                   on 2000/08/17  01:16:29
15448         Log: Doc nits spotted by Richard Soderberg.
15449      Branch: perl
15450            ! README.posix-bc README.vmesa
15451 ____________________________________________________________________________
15452 [  6667] By: jhi                                   on 2000/08/17  01:12:11
15453         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
15454              From: "Casey R. Tweten" <crt@kiski.net>
15455              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
15456              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
15457      Branch: perl
15458            ! pod/perldebtut.pod
15459 ____________________________________________________________________________
15460 [  6666] By: jhi                                   on 2000/08/17  01:09:31
15461         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
15462              From: "Casey R. Tweten" <crt@kiski.net>
15463              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
15464              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
15465      Branch: perl
15466            ! lib/Shell.pm
15467 ____________________________________________________________________________
15468 [  6665] By: gsar                                  on 2000/08/17  01:03:52
15469         Log: add "ok" targets from change#6632 in makefile.mk
15470      Branch: perl
15471            ! pod/perlport.pod win32/Makefile win32/makefile.mk
15472 ____________________________________________________________________________
15473 [  6664] By: gsar                                  on 2000/08/17  00:56:11
15474         Log: avoid warnings from dense compiler
15475      Branch: perl
15476            ! win32/win32.c
15477 ____________________________________________________________________________
15478 [  6663] By: jhi                                   on 2000/08/17  00:51:49
15479         Log: Tweak the regex compilation errors once more.
15480      Branch: perl
15481            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15482            ! t/op/regmesg.t t/pragma/warn/regcomp
15483 ____________________________________________________________________________
15484 [  6662] By: gsar                                  on 2000/08/17  00:28:19
15485         Log: trailing new %ENV entries weren't being pushed into the real
15486              environment of subprocesses on Windows
15487      Branch: perl
15488            ! t/op/magic.t win32/perlhost.h
15489 ____________________________________________________________________________
15490 [  6661] By: gsar                                  on 2000/08/17  00:19:20
15491         Log: waitpid() now handles externally spawned pids correctly;
15492              fixes for backtick/wait/waitpid failures on Windows 9x
15493              
15494              these changes make the pid returned by process functions on
15495              Windows 9x always positive by clearing the high bit (which
15496              is always set on Win9x); pseudo-process PIDs are likewise
15497              always negative now on Win9x (just as on NT/2000)
15498      Branch: perl
15499            ! pp_sys.c win32/perlhost.h win32/win32.c
15500 ____________________________________________________________________________
15501 [  6660] By: jhi                                   on 2000/08/17  00:04:32
15502         Log: Retract #6645.
15503      Branch: perl
15504            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15505            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
15506            ! t/op/sprintf.t
15507 ____________________________________________________________________________
15508 [  6659] By: gsar                                  on 2000/08/16  23:59:28
15509         Log: on windows, the return values from wait() and waitpid() don't
15510              match those of pseudo-pids
15511      Branch: perl
15512            ! pp_sys.c t/op/fork.t util.c win32/win32.c
15513 ____________________________________________________________________________
15514 [  6658] By: gsar                                  on 2000/08/16  23:56:14
15515         Log: pod nit seen in passing
15516      Branch: perl
15517            ! pod/perlfunc.pod
15518 ____________________________________________________________________________
15519 [  6657] By: gsar                                  on 2000/08/16  23:53:42
15520         Log: change#6328 could make close(SOCKET) return false on windows
15521              when it shouldn't
15522      Branch: perl
15523            ! win32/win32sck.c
15524 ____________________________________________________________________________
15525 [  6656] By: gsar                                  on 2000/08/16  23:46:57
15526         Log: check that the number pseudo children doesn't exceed
15527              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
15528              the WaitForMultipleObjects() limit that would cause wait()
15529              to crash)
15530              
15531              wait() and waitpid() could potentially be rewritten to use
15532              more than one thread to do the waiting to eliminate this
15533              limitation
15534      Branch: perl
15535            ! win32/perlhost.h
15536 ____________________________________________________________________________
15537 [  6655] By: jhi                                   on 2000/08/16  14:11:05
15538         Log: Update Changes.
15539      Branch: perl
15540            ! Changes patchlevel.h
15541 ____________________________________________________________________________
15542 [  6654] By: jhi                                   on 2000/08/16  14:10:12
15543         Log: Update to perldebtut 1.9, from Richard Foley.
15544      Branch: perl
15545            ! pod/perldebtut.pod
15546 ____________________________________________________________________________
15547 [  6653] By: jhi                                   on 2000/08/16  14:08:17
15548         Log: Change the regx compilation error markers to use = instead of <
15549              since pod makes using the latter quite messy.  Reported in
15550              ID 20000814.006 by Abigail and in
15551              Subject: Unknown escape E<> ?
15552              From: Lupe Christoph <lupe@lupe-christoph.de>
15553              Date: Fri, 11 Aug 2000 00:30:27 +0200
15554              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
15555      Branch: perl
15556            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15557            ! t/op/regmesg.t t/pragma/warn/regcomp
15558 ____________________________________________________________________________
15559 [  6652] By: jhi                                   on 2000/08/16  13:25:31
15560         Log: Change the perlbug address to perl.org since it's more forgiving.
15561              
15562              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
15563              From: abigail@foad.org
15564              Date: 15 Aug 2000 04:15:40 -0000
15565              Message-Id: <20000815041540.8633.qmail@foad.org>
15566      Branch: perl
15567            ! utils/perlbug.PL
15568 ____________________________________________________________________________
15569 [  6651] By: jhi                                   on 2000/08/16  13:22:35
15570         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
15571              From: Tim Jenness <timj@jach.hawaii.edu>
15572              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
15573              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
15574      Branch: perl
15575            ! lib/Cwd.pm
15576 ____________________________________________________________________________
15577 [  6650] By: jhi                                   on 2000/08/16  13:18:13
15578         Log: Update to CPAN 1.57.
15579              
15580              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
15581              From: andreas.koenig@anima.de (Andreas J. Koenig)
15582              Date: 16 Aug 2000 15:09:46 +0200
15583              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
15584      Branch: perl
15585            ! lib/CPAN.pm
15586 ____________________________________________________________________________
15587 [  6649] By: jhi                                   on 2000/08/16  13:12:31
15588         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
15589              From: "Larry W. Virden" <lvirden@cas.org>
15590              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
15591              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
15592      Branch: perl
15593            ! README.hpux
15594 ____________________________________________________________________________
15595 [  6648] By: jhi                                   on 2000/08/16  13:03:53
15596         Log: The numeric locale was reset to "C" by s?printf and never restored.
15597              
15598              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15599              From: Christian Kirsch <ck@held.mind.de>
15600              Date: Wed, 9 Aug 2000 17:05:17 +0200
15601              Message-Id: <20000809170517.A25389@held>
15602              
15603              No test since adding the failing example to locale.t
15604              does not fail -- probably because the locale settings are so
15605              thoroughly tweaked by that time.  Running the example standalone
15606              does fail, though.  UPDATE: test case added at change #7540.
15607      Branch: perl
15608            ! dump.c perl.h pp.c pp_ctl.c sv.c
15609 ____________________________________________________________________________
15610 [  6647] By: jhi                                   on 2000/08/16  00:07:54
15611         Log: Update Changes and test semi-automatic patchlevel updating.
15612      Branch: perl
15613            ! Changes patchlevel.h
15614 ____________________________________________________________________________
15615 [  6646] By: jhi                                   on 2000/08/15  23:35:07
15616         Log: Fix a dependency problem.
15617              
15618              Subject: [PATCH: 6640] VMS Makefile.SH update
15619              From: Peter Prymmer <pvhp@forte.com>
15620              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
15621              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
15622      Branch: perl
15623            ! vms/descrip_mms.template
15624 ____________________________________________________________________________
15625 [  6645] By: jhi                                   on 2000/08/15  23:33:23
15626         Log: (Retracted by #6660)
15627              
15628              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
15629              From: Dominic Dunlop <domo@computer.org>
15630              Date: Tue, 15 Aug 2000 22:20:52 +0200
15631              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
15632      Branch: metaconfig/U/perl
15633            + d_printfed.U
15634      Branch: perl
15635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15636            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
15637            ! t/op/sprintf.t
15638 ____________________________________________________________________________
15639 [  6644] By: jhi                                   on 2000/08/15  21:17:20
15640         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
15641              From: abigail@foad.org
15642              Date: 15 Aug 2000 20:12:41 -0000
15643              Message-Id: <20000815201241.25556.qmail@foad.org>
15644      Branch: perl
15645            ! INSTALL
15646 ____________________________________________________________________________
15647 [  6643] By: jhi                                   on 2000/08/15  21:15:28
15648         Log: (an already applied patch)
15649      Branch: perl
15650            ! lib/CGI.pm
15651 ____________________________________________________________________________
15652 [  6642] By: gsar                                  on 2000/08/15  19:54:05
15653         Log: magic callbacks all need to have same type signature
15654      Branch: perl
15655            ! embed.pl mg.c proto.h
15656 ____________________________________________________________________________
15657 [  6641] By: jhi                                   on 2000/08/15  17:56:27
15658         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)
15659              From: Mike Guy <mjtg@cam.ac.uk>
15660              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
15661              Date: Tue, 15 Aug 2000 18:26:45 +0100
15662              
15663              Only the peek.t part applied, not the hash quality part.
15664      Branch: perl
15665            ! t/lib/peek.t
15666 ____________________________________________________________________________
15667 [  6640] By: jhi                                   on 2000/08/15  16:37:37
15668         Log: Update Changes.
15669      Branch: perl
15670            ! Changes
15671 ____________________________________________________________________________
15672 [  6639] By: jhi                                   on 2000/08/15  16:34:55
15673         Log: Missed a file from #6638.
15674      Branch: perl
15675            ! lib/File/Temp.pm
15676 ____________________________________________________________________________
15677 [  6638] By: jhi                                   on 2000/08/15  16:33:19
15678         Log: Subject: [PATCH perl@6620] cygwin port
15679              From: "Fifer, Eric" <EFifer@sanwaint.com>
15680              Date: Tue, 15 Aug 2000 17:00:49 +0100
15681              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
15682      Branch: perl
15683            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
15684 ____________________________________________________________________________
15685 [  6637] By: jhi                                   on 2000/08/15  16:29:22
15686         Log: Subject: [PATCH] debugger exit code should reflect user exit code
15687              From: Mike Guy <mjtg@cam.ac.uk>
15688              Date: Tue, 15 Aug 2000 16:55:59 +0100
15689              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
15690      Branch: perl
15691            ! lib/perl5db.pl
15692 ____________________________________________________________________________
15693 [  6636] By: jhi                                   on 2000/08/15  15:30:58
15694         Log: Update Changes.
15695      Branch: perl
15696            ! Changes
15697 ____________________________________________________________________________
15698 [  6635] By: jhi                                   on 2000/08/15  15:27:21
15699         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
15700      Branch: metaconfig
15701            ! U/mkglossary U/mksample
15702      Branch: metaconfig/U/perl
15703            ! Devel.U
15704      Branch: perl
15705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15706 ____________________________________________________________________________
15707 [  6634] By: jhi                                   on 2000/08/15  14:11:55
15708         Log: Don't blow limited stacks, a lower number is enough to
15709              tickle the lookbehind limit.
15710              
15711              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
15712              From: Dominic Dunlop <domo@computer.org>
15713              Date: Tue, 15 Aug 2000 13:51:24 +0200
15714              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
15715      Branch: perl
15716            ! t/op/regmesg.t
15717 ____________________________________________________________________________
15718 [  6633] By: jhi                                   on 2000/08/15  14:01:46
15719         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
15720              From: Mike Guy <mjtg@cam.ac.uk>
15721              Date: Tue, 15 Aug 2000 12:10:50 +0100
15722              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
15723      Branch: perl
15724            ! utils/perldoc.PL
15725 ____________________________________________________________________________
15726 [  6632] By: jhi                                   on 2000/08/15  13:58:48
15727         Log: make ok etc also for win32.
15728              
15729              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
15730              From: Prymmer/Kahn <pvhp@best.com>
15731              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
15732              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
15733      Branch: perl
15734            ! win32/Makefile
15735 ____________________________________________________________________________
15736 [  6631] By: jhi                                   on 2000/08/15  13:45:03
15737         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
15738      Branch: perl
15739            ! lib/Test.pm
15740 ____________________________________________________________________________
15741 [  6630] By: jhi                                   on 2000/08/15  03:25:09
15742         Log: Update Changes.
15743      Branch: perl
15744            ! Changes
15745 ____________________________________________________________________________
15746 [  6629] By: jhi                                   on 2000/08/15  03:23:53
15747         Log: magic_regdatum_set() is void, not int.
15748      Branch: perl
15749            ! embed.pl mg.c proto.h
15750 ____________________________________________________________________________
15751 [  6628] By: jhi                                   on 2000/08/15  03:08:02
15752         Log: Make the user to give up his firstborn, err, to knowingly
15753              verify installing an unstable developer release.  Also bump
15754              the release to 5.7.0, but leave a patch tag in the local
15755              patches saying that this is not yet the real thing.
15756      Branch: metaconfig
15757            ! U/modified/Instruct.U
15758      Branch: metaconfig/U/perl
15759            + Devel.U
15760      Branch: perl
15761            ! Configure patchlevel.h
15762 ____________________________________________________________________________
15763 [  6627] By: jhi                                   on 2000/08/14  22:32:52
15764         Log: README.os2 update.
15765              
15766              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
15767              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15768              Date: Wed, 02 Aug 2000 21:55:09 -0700
15769              Message-ID: <tsPi5gzkgegX092yn@efn.org>
15770      Branch: perl
15771            ! README.os2
15772 ____________________________________________________________________________
15773 [  6626] By: jhi                                   on 2000/08/14  21:00:02
15774         Log: Subject: Re: File::Temp problems on VMS in bleedperl
15775              From: Tim Jenness <timj@jach.hawaii.edu>
15776              cc: vmsperl@perl.org
15777              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
15778              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
15779      Branch: perl
15780            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
15781 ____________________________________________________________________________
15782 [  6625] By: jhi                                   on 2000/08/14  20:52:16
15783         Log: Add SUIDMAIL as was done for the CERT alert.
15784      Branch: perl
15785            ! patchlevel.h
15786 ____________________________________________________________________________
15787 [  6624] By: jhi                                   on 2000/08/14  20:48:50
15788         Log: Subject: sfio2000
15789              From: Daniel Muino <dmuino@afip.gov.ar>
15790              Date: Mon, 14 Aug 2000 16:58:11 -0300
15791              Message-ID: <20000814165811.B16368@con2-dgi>
15792      Branch: perl
15793            ! perlsdio.h perlsfio.h
15794 ____________________________________________________________________________
15795 [  6623] By: jhi                                   on 2000/08/14  20:47:36
15796         Log: Subject: warning: storage class after type is obsolescent
15797              From: Daniel Muino <dmuino@afip.gov.ar>
15798              Date: Mon, 14 Aug 2000 16:42:47 -0300
15799              Message-ID: <20000814164247.A16368@con2-dgi>
15800      Branch: perl
15801            ! regcomp.pl regnodes.h
15802 ____________________________________________________________________________
15803 [  6622] By: jhi                                   on 2000/08/14  20:43:05
15804         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
15805              From: abigail@foad.org
15806              Date: 14 Aug 2000 20:00:10 -0000
15807              Message-Id: <20000814200010.27271.qmail@foad.org>
15808      Branch: perl
15809            ! Changes
15810 ____________________________________________________________________________
15811 [  6621] By: jhi                                   on 2000/08/14  15:23:05
15812         Log: Update Changes.
15813      Branch: perl
15814            ! Changes
15815 ____________________________________________________________________________
15816 [  6620] By: jhi                                   on 2000/08/14  15:22:14
15817         Log: Subject: Re: [PATCH] @+, @- readonly
15818              From: Mike Guy <mjtg@cam.ac.uk>
15819              Date: Mon, 14 Aug 2000 15:26:55 +0100
15820              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
15821      Branch: perl
15822            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
15823            ! sv.c t/op/pat.t
15824 ____________________________________________________________________________
15825 [  6619] By: jhi                                   on 2000/08/14  14:12:08
15826         Log: Update Changes.
15827      Branch: perl
15828            ! Changes
15829 ____________________________________________________________________________
15830 [  6618] By: jhi                                   on 2000/08/14  14:09:34
15831         Log: For now remove the mail code.
15832      Branch: perl
15833            ! perl.c
15834 ____________________________________________________________________________
15835 [  6617] By: jhi                                   on 2000/08/14  14:08:28
15836         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
15837      Branch: perl
15838            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
15839            ! pod/perlfaq8.pod pod/perlsec.pod
15840 ____________________________________________________________________________
15841 [  6616] By: jhi                                   on 2000/08/14  14:00:11
15842         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15843              From: Mike Guy <mjtg@cam.ac.uk>
15844              Date: Mon, 14 Aug 2000 08:26:02 +0100
15845              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
15846      Branch: perl
15847            ! lib/perl5db.pl
15848 ____________________________________________________________________________
15849 [  6615] By: jhi                                   on 2000/08/14  13:58:45
15850         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
15851              From: Mike Guy <mjtg@cam.ac.uk>
15852              Date: Mon, 14 Aug 2000 08:04:22 +0100
15853              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
15854      Branch: perl
15855            ! gv.c mg.c t/op/pat.t
15856 ____________________________________________________________________________
15857 [  6614] By: jhi                                   on 2000/08/14  13:56:45
15858         Log: Subject: Test fails / warnings with perl-current #6612
15859              From: Mike Guy <mjtg@cam.ac.uk>
15860              Date: Mon, 14 Aug 2000 07:57:23 +0100
15861              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
15862      Branch: perl
15863            ! t/lib/b.t t/lib/peek.t
15864 ____________________________________________________________________________
15865 [  6613] By: jhi                                   on 2000/08/14  13:45:33
15866         Log: VMS configure.com update continues.
15867      Branch: perl
15868            - vms/configure.com
15869            ! MANIFEST configure.com
15870 ____________________________________________________________________________
15871 [  6612] By: jhi                                   on 2000/08/13  22:13:35
15872         Log: Update Changes.
15873      Branch: perl
15874            ! Changes
15875 ____________________________________________________________________________
15876 [  6611] By: jhi                                   on 2000/08/13  16:21:45
15877         Log: Upgrade to CGI 2.71, from Lincoln Stein.
15878      Branch: perl
15879            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
15880 ____________________________________________________________________________
15881 [  6610] By: jhi                                   on 2000/08/13  15:09:16
15882         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
15883              From: Mike Guy <mjtg@cam.ac.uk>
15884              Date: Sun, 13 Aug 2000 13:45:51 +0100
15885              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
15886      Branch: perl
15887            ! t/op/regmesg.t
15888 ____________________________________________________________________________
15889 [  6609] By: jhi                                   on 2000/08/13  14:31:26
15890         Log: Andreas says that 1.56 is fine, so reverting back to it.
15891      Branch: perl
15892            ! lib/CPAN.pm
15893 ____________________________________________________________________________
15894 [  6608] By: jhi                                   on 2000/08/13  05:34:20
15895         Log: Update Changes.
15896      Branch: perl
15897            ! Changes
15898 ____________________________________________________________________________
15899 [  6607] By: jhi                                   on 2000/08/13  05:32:01
15900         Log: Put back the \z changes of #5406 to CPAN.pm.
15901      Branch: perl
15902            ! lib/CPAN.pm
15903 ____________________________________________________________________________
15904 [  6606] By: jhi                                   on 2000/08/13  05:20:16
15905         Log: Fix-n-skip the tests under 5005threads.
15906      Branch: perl
15907            ! t/lib/b.t
15908 ____________________________________________________________________________
15909 [  6605] By: jhi                                   on 2000/08/13  05:07:48
15910         Log: Fix the test for 5005threads.
15911      Branch: perl
15912            ! t/lib/peek.t
15913 ____________________________________________________________________________
15914 [  6604] By: jhi                                   on 2000/08/13  03:35:37
15915         Log: Should have deleted this in #6603.
15916      Branch: perl
15917            - vms/subconfigure.com
15918 ____________________________________________________________________________
15919 [  6603] By: jhi                                   on 2000/08/12  18:29:32
15920         Log: Rewrite of vms/subconfigure.com as configure.com,
15921              from Peter Prymmer and the vmsperl crew.
15922      Branch: perl
15923            + vms/configure.com
15924            ! MANIFEST
15925 ____________________________________________________________________________
15926 [  6602] By: jhi                                   on 2000/08/11  13:00:01
15927         Log: PlainText.pm is dead.
15928      Branch: perl
15929            - lib/Pod/PlainText.pm
15930            ! MANIFEST
15931 ____________________________________________________________________________
15932 [  6601] By: jhi                                   on 2000/08/11  04:06:45
15933         Log: Update Changes.
15934      Branch: perl
15935            ! Changes
15936 ____________________________________________________________________________
15937 [  6600] By: jhi                                   on 2000/08/11  04:06:10
15938         Log: Add a few missing files, update MANIFEST.
15939      Branch: perl
15940            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
15941            + lib/Pod/PlainText.pm t/pod/find.t
15942            ! MANIFEST t/op/regmesg.t
15943 ____________________________________________________________________________
15944 [  6599] By: jhi                                   on 2000/08/11  03:31:10
15945         Log: Add Perl debugging tutorial, regen toc. 
15946              
15947              Subject: perldebtut.pod
15948              From: Richard Foley <Richard.Foley@m.dasa.de>
15949              Date: Wed, 09 Aug 2000 10:17:15 +0200
15950              Message-id: <3991138B.262247B8@m.dasa.de>
15951      Branch: perl
15952            + pod/perldebtut.pod
15953            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15954 ____________________________________________________________________________
15955 [  6598] By: jhi                                   on 2000/08/11  02:48:56
15956         Log: tiny Changes edit
15957      Branch: perl
15958            ! Changes
15959 ____________________________________________________________________________
15960 [  6597] By: jhi                                   on 2000/08/11  02:39:04
15961         Log: Tests for #6589.
15962              
15963              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15964              From: simon@brecon.co.uk (Simon Cozens)
15965              Date: 11 Aug 2000 02:24:52 GMT
15966              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
15967      Branch: perl
15968            ! t/lib/b.t
15969 ____________________________________________________________________________
15970 [  6596] By: jhi                                   on 2000/08/11  01:50:07
15971         Log: Update Changes.
15972      Branch: perl
15973            ! Changes
15974 ____________________________________________________________________________
15975 [  6595] By: jhi                                   on 2000/08/11  01:47:16
15976         Log: nitfix
15977      Branch: perl
15978            ! Changes
15979 ____________________________________________________________________________
15980 [  6594] By: jhi                                   on 2000/08/11  01:36:16
15981         Log: Subject: Getting perlio and threads to compile
15982              From: Lupe Christoph <lupe@lupe-christoph.de>
15983              Date: Wed, 9 Aug 2000 11:35:54 +0200
15984              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
15985              
15986              (the Solaris version changes in Configure skipped)
15987      Branch: perl
15988            ! hints/solaris_2.sh thread.h
15989 ____________________________________________________________________________
15990 [  6593] By: jhi                                   on 2000/08/11  01:30:16
15991         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
15992              From: simon@brecon.co.uk (Simon Cozens)
15993              Date: 1 Aug 2000 06:55:19 GMT
15994              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
15995      Branch: perl
15996            ! lib/utf8.pm
15997 ____________________________________________________________________________
15998 [  6592] By: jhi                                   on 2000/08/11  01:26:39
15999         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
16000              From: Peter Scott <Peter@PeterScott.com>
16001              Date: Thu, 10 Aug 2000 08:23:27 -0700
16002              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
16003      Branch: perl
16004            ! lib/perl5db.pl
16005 ____________________________________________________________________________
16006 [  6591] By: jhi                                   on 2000/08/11  01:22:02
16007         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
16008              From: Hugo <hv@crypt.compulink.co.uk>
16009              Date: Thu, 10 Aug 2000 19:23:04 +0100
16010              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
16011      Branch: perl
16012            ! regexec.c t/op/pat.t
16013 ____________________________________________________________________________
16014 [  6590] By: jhi                                   on 2000/08/11  01:19:19
16015         Log: Preprocessing and postprocessing for File::Find.
16016              
16017              Subject: Patch to Find::File.pm to allow alphabetical results
16018              From: Joe Smith <jsmith@inwap.com>
16019              Date: Wed, 9 Aug 2000 02:44:54 -0700
16020              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
16021      Branch: perl
16022            ! lib/File/Find.pm
16023 ____________________________________________________________________________
16024 [  6589] By: jhi                                   on 2000/08/11  01:12:39
16025         Log: B::Deparse didn't do sub attributes.
16026              
16027              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16028              From: simon@brecon.co.uk (Simon Cozens)
16029              Date: 9 Aug 2000 04:49:20 GMT
16030              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
16031      Branch: perl
16032            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
16033 ____________________________________________________________________________
16034 [  6588] By: jhi                                   on 2000/08/11  01:06:40
16035         Log: Subject: debugger "d" command doesnt check line number
16036              From: Mike Guy <mjtg@cam.ac.uk>
16037              Date: Tue, 08 Aug 2000 21:54:29 +0100
16038              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
16039      Branch: perl
16040            ! lib/perl5db.pl mg.c pod/perldiag.pod
16041 ____________________________________________________________________________
16042 [  6587] By: jhi                                   on 2000/08/11  00:45:03
16043         Log: sleep(1) does not necessarily return 1.
16044              
16045              Subject: [PATCH bleadperl] op/lex_assign.t  
16046              From: Hugo <hv@crypt.compulink.co.uk>
16047              Date: Thu, 03 Aug 2000 14:34:22 +0100        
16048              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
16049      Branch: perl
16050            ! t/op/lex_assign.t
16051 ____________________________________________________________________________
16052 [  6586] By: jhi                                   on 2000/08/11  00:31:50
16053         Log: Document the IO::Select timeout.
16054      Branch: perl
16055            ! ext/IO/lib/IO/Select.pm
16056 ____________________________________________________________________________
16057 [  6585] By: jhi                                   on 2000/08/11  00:13:54
16058         Log: Forgot contributor.
16059      Branch: perl
16060            ! Changes
16061 ____________________________________________________________________________
16062 [  6584] By: jhi                                   on 2000/08/11  00:09:19
16063         Log: detypo
16064      Branch: perl
16065            ! Changes
16066 ____________________________________________________________________________
16067 [  6583] By: jhi                                   on 2000/08/11  00:07:53
16068         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
16069              
16070              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
16071              From: Mike Guy <mjtg@cam.ac.uk> 
16072              Date: Thu, 10 Aug 2000 15:50:54 +0100
16073              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
16074      Branch: perl
16075            ! sv.c t/op/int.t
16076 ____________________________________________________________________________
16077 [  6582] By: jhi                                   on 2000/08/10  23:29:32
16078         Log: Update Changes.
16079      Branch: perl
16080            ! Changes
16081 ____________________________________________________________________________
16082 [  6581] By: jhi                                   on 2000/08/10  23:26:16
16083         Log: Put back the std @INC thing.
16084      Branch: perl
16085            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
16086            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
16087            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
16088            ! t/lib/gol-oo.t
16089 ____________________________________________________________________________
16090 [  6580] By: jhi                                   on 2000/08/10  23:03:34
16091         Log: Update to CGI 2.70, from Lincoln Stein.
16092      Branch: perl
16093            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
16094            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
16095            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
16096            ! t/lib/cgi-request.t
16097 ____________________________________________________________________________
16098 [  6579] By: jhi                                   on 2000/08/10  22:41:50
16099         Log: Update to CPAN 1.56, from Andreas König.
16100      Branch: perl
16101            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16102 ____________________________________________________________________________
16103 [  6578] By: jhi                                   on 2000/08/10  22:38:13
16104         Log: Update to Pod::Parser 1.17, from Brad Appleton.
16105      Branch: perl
16106            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
16107            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
16108            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
16109            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
16110            ! t/pod/include.t t/pod/included.t t/pod/lref.t
16111            ! t/pod/multiline_items.t t/pod/nested_items.t
16112            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16113            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
16114            ! t/pod/special_seqs.t
16115 ____________________________________________________________________________
16116 [  6577] By: jhi                                   on 2000/08/10  22:35:41
16117         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
16118      Branch: perl
16119            ! AUTHORS MAINTAIN
16120 ____________________________________________________________________________
16121 [  6576] By: jhi                                   on 2000/08/10  22:24:54
16122         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
16123      Branch: perl
16124            + t/lib/gol-oo.t
16125            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
16126            ! t/lib/gol-compat.t t/lib/gol-linkage.t
16127 ____________________________________________________________________________
16128 [  6575] By: jhi                                   on 2000/08/10  22:02:07
16129         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
16130      Branch: perl
16131            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
16132 ____________________________________________________________________________
16133 [  6574] By: jhi                                   on 2000/08/10  21:55:03
16134         Log: Iterating perl6 description.
16135      Branch: perl
16136            ! pod/perlfaq1.pod
16137 ____________________________________________________________________________
16138 [  6573] By: jhi                                   on 2000/08/10  21:48:26
16139         Log: Revert the sv.c part of #6559, a better fix is needed.
16140      Branch: perl
16141            ! sv.c
16142 ____________________________________________________________________________
16143 [  6572] By: jhi                                   on 2000/08/10  20:33:43
16144         Log: It's the 2ndO'ROSSC.
16145      Branch: perl
16146            ! pod/perlfaq1.pod
16147 ____________________________________________________________________________
16148 [  6571] By: jhi                                   on 2000/08/10  15:55:48
16149         Log: detypo
16150      Branch: perl
16151            ! pod/perlfaq1.pod
16152 ____________________________________________________________________________
16153 [  6570] By: jhi                                   on 2000/08/10  14:11:17
16154         Log: An exceptionally sticky typo.
16155      Branch: perl
16156            ! Changes
16157 ____________________________________________________________________________
16158 [  6569] By: jhi                                   on 2000/08/10  14:09:33
16159         Log: detypo (and test Changes updating script)
16160      Branch: perl
16161            ! Changes
16162 ____________________________________________________________________________
16163 [  6568] By: jhi                                   on 2000/08/10  14:07:07
16164         Log: Update Changes.
16165      Branch: perl
16166            ! Changes
16167 ____________________________________________________________________________
16168 [  6567] By: jhi                                   on 2000/08/10  14:06:19
16169         Log: Amend the description of Perl6.
16170              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
16171              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16172              Date: Wed, 9 Aug 2000 22:11:06 -0500
16173              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
16174      Branch: perl
16175            ! pod/perlfaq1.pod
16176 ____________________________________________________________________________
16177 [  6566] By: jhi                                   on 2000/08/10  13:58:57
16178         Log: Subject: Remove dead entry in perldiag
16179              From: Mike Guy <mjtg@cam.ac.uk>
16180              Date: Thu, 10 Aug 2000 14:19:19 +0100
16181              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
16182      Branch: perl
16183            ! pod/perldiag.pod
16184 ____________________________________________________________________________
16185 [  6565] By: jhi                                   on 2000/08/10  13:51:48
16186         Log: Zero entries were skipped, fix from Adrian Goalby
16187              <argoalby@yahoo.co.uk>
16188      Branch: perl
16189            ! lib/unicode/Number.pl lib/unicode/mktables.PL
16190 ____________________________________________________________________________
16191 [  6564] By: jhi                                   on 2000/08/10  13:00:12
16192         Log: Subject: [PATCH 5.6.0] cygwin port
16193              From: "Fifer, Eric" <EFifer@sanwaint.com>
16194              Date: Thu, 10 Aug 2000 13:15:36 +0100
16195              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
16196      Branch: perl
16197            ! README.cygwin hints/cygwin.sh
16198 ____________________________________________________________________________
16199 [  6563] By: jhi                                   on 2000/08/10  12:55:16
16200         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
16201      Branch: perl
16202            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
16203 ____________________________________________________________________________
16204 [  6562] By: gsar                                  on 2000/08/10  08:38:39
16205         Log: warn is a macro, avoid using at a variable to avoid warnings
16206              in some configurations; readdir.t is too conservative in
16207              estimating number of *.t's
16208      Branch: perl
16209            ! t/op/readdir.t util.c
16210 ____________________________________________________________________________
16211 [  6561] By: jhi                                   on 2000/08/09  23:35:42
16212         Log: Update Changes.
16213      Branch: perl
16214            ! Changes
16215 ____________________________________________________________________________
16216 [  6560] By: jhi                                   on 2000/08/09  23:05:47
16217         Log: Subject: Re: enhanced(?) regex error messages
16218              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16219              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
16220              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
16221              
16222              (plus two small patches sent privately)
16223              (this still seems to leave few test failures)
16224      Branch: perl
16225            + t/op/regmesg.t
16226            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
16227            ! t/pragma/warn/regcomp
16228 ____________________________________________________________________________
16229 [  6559] By: jhi                                   on 2000/08/09  20:41:18
16230         Log: (The fix did work but was not right, retracted in #6573)
16231              
16232              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16233              From: Christian Kirsch <ck@held.mind.de>
16234              Date: Wed, 9 Aug 2000 17:05:17 +0200
16235              Message-Id: <20000809170517.A25389@held>
16236      Branch: perl
16237            ! sv.c t/pragma/locale.t
16238 ____________________________________________________________________________
16239 [  6558] By: jhi                                   on 2000/08/08  22:34:08
16240         Log: Tiny updates on the contributors list.
16241      Branch: perl
16242            ! Changes
16243 ____________________________________________________________________________
16244 [  6557] By: jhi                                   on 2000/08/08  19:34:28
16245         Log: Double check that we have a dirhandle.
16246      Branch: perl
16247            ! util.c
16248 ____________________________________________________________________________
16249 [  6556] By: jhi                                   on 2000/08/08  19:01:51
16250         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
16251              May be repopulated with fresh maintained examples.
16252      Branch: perl
16253            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
16254            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
16255            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
16256            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
16257            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
16258            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
16259            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
16260            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
16261            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
16262            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
16263            + lib/CGI/eg/wilogo_gif.uu
16264            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
16265            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
16266            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
16267            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
16268            - eg/cgi/frameset.cgi eg/cgi/index.html
16269            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
16270            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
16271            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
16272            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
16273            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
16274            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
16275            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
16276            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
16277            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
16278            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
16279            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
16280            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
16281            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
16282            - eg/van/vanish eg/who eg/wrapsuid
16283            ! MANIFEST
16284 ____________________________________________________________________________
16285 [  6555] By: jhi                                   on 2000/08/08  18:51:08
16286         Log: Delete chat2 as requested by Randal.
16287              
16288              Subject: Re: perlfaq8 coyness
16289              From: merlyn@stonehenge.com (Randal L. Schwartz) 
16290              Date: 15 May 2000 18:52:42 -0700 
16291              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
16292      Branch: perl
16293            - lib/chat2.pl
16294            ! MANIFEST
16295 ____________________________________________________________________________
16296 [  6554] By: jhi                                   on 2000/08/08  18:31:35
16297         Log: Regen global.sym.
16298      Branch: perl
16299            ! global.sym
16300 ____________________________________________________________________________
16301 [  6553] By: jhi                                   on 2000/08/08  18:28:13
16302         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
16303              (either perlbug or p5p ate the original), plus regen
16304              perlapi and perltoc. 
16305      Branch: perl
16306            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
16307            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
16308            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
16309            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
16310            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
16311            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
16312            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
16313            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
16314            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
16315            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
16316 ____________________________________________________________________________
16317 [  6552] By: jhi                                   on 2000/08/08  18:06:29
16318         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
16319              From: Mike Guy <mjtg@cam.ac.uk>
16320              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
16321              Date: Tue, 08 Aug 2000 15:51:27 +0100
16322      Branch: perl
16323            ! doop.c sv.h t/op/join.t t/pragma/overload.t
16324 ____________________________________________________________________________
16325 [  6551] By: jhi                                   on 2000/08/08  18:01:11
16326         Log: Re-apply #6549.
16327      Branch: perl
16328            ! lib/perl5db.pl
16329 ____________________________________________________________________________
16330 [  6550] By: jhi                                   on 2000/08/08  17:43:08
16331         Log: Accidental retraction of #6549.
16332      Branch: perl
16333            ! lib/perl5db.pl
16334 ____________________________________________________________________________
16335 [  6549] By: jhi                                   on 2000/08/08  17:40:04
16336         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16337              From: Mike Guy <mjtg@cam.ac.uk>
16338              Date: Mon, 07 Aug 2000 21:49:58 +0100
16339              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
16340      Branch: perl
16341            ! lib/perl5db.pl
16342 ____________________________________________________________________________
16343 [  6548] By: jhi                                   on 2000/08/08  17:37:57
16344         Log: Document here-doc better.
16345              
16346              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
16347              From: Mike Guy <mjtg@cam.ac.uk>
16348              Date: Mon, 07 Aug 2000 14:02:09 +0100
16349              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
16350      Branch: perl
16351            ! pod/perldata.pod
16352 ____________________________________________________________________________
16353 [  6547] By: jhi                                   on 2000/08/08  17:33:34
16354         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
16355              From: "Randy J. Ray" <rjray@redhat.com>
16356              Date: Mon, 07 Aug 2000 19:12:25 -0700
16357              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
16358      Branch: perl
16359            ! perl.c pod/perlrun.pod
16360 ____________________________________________________________________________
16361 [  6546] By: jhi                                   on 2000/08/08  17:29:26
16362         Log: Subject: Re: enhanced(?) regex error messages 
16363              From: Hugo <hv@crypt.compulink.co.uk>
16364              Date: Tue, 08 Aug 2000 03:25:51 +0100
16365              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
16366              
16367              plus Capitalize the error messages, plus perldiag them.
16368      Branch: perl
16369            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
16370 ____________________________________________________________________________
16371 [  6545] By: jhi                                   on 2000/08/08  13:59:28
16372         Log: Augment #6539 a bit: don't croak if there's magic in the air.
16373              
16374              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
16375              From: Hugo <hv@crypt.compulink.co.uk>
16376              Date: Tue, 08 Aug 2000 03:02:03 +0100
16377              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
16378      Branch: perl
16379            ! pp.c t/op/bless.t
16380 ____________________________________________________________________________
16381 [  6544] By: jhi                                   on 2000/08/07  21:11:52
16382         Log: Make the test -w clean.
16383      Branch: perl
16384            ! t/op/bless.t
16385 ____________________________________________________________________________
16386 [  6543] By: jhi                                   on 2000/08/07  19:49:53
16387         Log: use warnings instead of $^W.
16388      Branch: perl
16389            ! t/op/bless.t
16390 ____________________________________________________________________________
16391 [  6542] By: jhi                                   on 2000/08/07  17:41:41
16392         Log: Disable a portability warning Because We Know What We Are Doing.
16393      Branch: perl
16394            ! t/op/bless.t
16395 ____________________________________________________________________________
16396 [  6541] By: jhi                                   on 2000/08/07  17:29:51
16397         Log: Tiny tidying on report_evil_fh().
16398      Branch: perl
16399            ! util.c
16400 ____________________________________________________________________________
16401 [  6540] By: jhi                                   on 2000/08/07  16:37:38
16402         Log: Make regular expression parse error messages easier to understand.
16403              
16404              Subject: Re: enhanced(?) regex error messages
16405              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16406              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
16407              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
16408      Branch: perl
16409            ! regcomp.c
16410 ____________________________________________________________________________
16411 [  6539] By: jhi                                   on 2000/08/07  16:12:27
16412         Log: Make bless(REF, REF) a fatal error, add bless tests.
16413              
16414              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
16415              From: Hugo <hv@crypt.compulink.co.uk>
16416              Date: Mon, 07 Aug 2000 16:59:38 +0100
16417              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
16418      Branch: perl
16419            + t/op/bless.t
16420            ! MANIFEST pod/perldiag.pod pp.c sv.c
16421 ____________________________________________________________________________
16422 [  6538] By: jhi                                   on 2000/08/07  15:59:43
16423         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
16424              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
16425              Date: Thu, 3 Aug 2000 14:29:21 -0700
16426              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
16427      Branch: perl
16428            ! lib/lib_pm.PL
16429 ____________________________________________________________________________
16430 [  6537] By: jhi                                   on 2000/08/07  15:47:18
16431         Log: Retract #6419 for now since it breaks in AFS and MachTen.
16432      Branch: perl
16433            ! lib/Cwd.pm
16434 ____________________________________________________________________________
16435 [  6536] By: jhi                                   on 2000/08/07  15:05:29
16436         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
16437              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
16438              The security hole exists only in suidperls, which isn't
16439              installed or even built by default.
16440      Branch: perl
16441            ! perl.c
16442 ____________________________________________________________________________
16443 [  6535] By: jhi                                   on 2000/08/07  14:45:14
16444         Log: tr memory corruption fix from Simon Cozens.
16445      Branch: perl
16446            ! doop.c
16447 ____________________________________________________________________________
16448 [  6534] By: jhi                                   on 2000/08/06  11:38:16
16449         Log: Document a bit that UDP is not what you might think.
16450              
16451              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
16452              From: Lupe Christoph <lupe@lupe-christoph.de>
16453              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
16454              Date: Mon, 24 Jul 2000 08:59:15 +0200
16455      Branch: perl
16456            ! pod/perlipc.pod
16457 ____________________________________________________________________________
16458 [  6533] By: jhi                                   on 2000/08/06  11:35:01
16459         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
16460              From: Jeff Pinyan <jeffp@hut.crusoe.net>
16461              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
16462              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
16463      Branch: perl
16464            ! pod/perlfunc.pod
16465 ____________________________________________________________________________
16466 [  6532] By: jhi                                   on 2000/08/06  03:45:41
16467         Log: Have symbols for the IoTYPEs.
16468      Branch: perl
16469            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
16470 ____________________________________________________________________________
16471 [  6531] By: jhi                                   on 2000/08/06  01:33:55
16472         Log: Continue fixing the io warnings.  This also
16473              sort of fixes bug ID 20000802.003: the core dump
16474              is no more.  Whether the current behaviour is correct
16475              (giving a warning: "Not a format reference"), is another matter.
16476      Branch: perl
16477            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
16478            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
16479 ____________________________________________________________________________
16480 [  6530] By: jhi                                   on 2000/08/05  21:33:12
16481         Log: Change the Policy policy: now -Dprefix= with an existing
16482              Policy.sh and prefix == siteprefix == vendorprefix, then all
16483              of them follow along the new prefix.
16484              
16485              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
16486              From: Andy Dougherty <doughera@lafayette.edu>
16487              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
16488              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
16489      Branch: perl
16490            ! Policy_sh.SH
16491 ____________________________________________________________________________
16492 [  6529] By: jhi                                   on 2000/08/05  18:57:28
16493         Log: Zap lib/Sys directory when cleaning up.
16494      Branch: perl
16495            ! Makefile.SH
16496 ____________________________________________________________________________
16497 [  6528] By: jhi                                   on 2000/08/05  18:40:44
16498         Log: Essential prototype changes were missing from #6527.
16499              Also make report_evil_fh() more bomb-proof.
16500      Branch: perl
16501            ! embed.h util.c
16502 ____________________________________________________________________________
16503 [  6527] By: jhi                                   on 2000/08/05  03:22:05
16504         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
16505              From: "Ronald F. Guilmette" <rfg@monkeys.com>
16506              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
16507              Message-Id: <200007242247.PAA52177@monkeys.com>
16508      Branch: perl
16509            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
16510 ____________________________________________________________________________
16511 [  6526] By: jhi                                   on 2000/08/04  21:23:27
16512         Log: gcc versions might have (parentheses) in them.
16513      Branch: metaconfig/U/perl
16514            ! gccvers.U
16515      Branch: perl
16516            ! Configure config_h.SH
16517 ____________________________________________________________________________
16518 [  6525] By: jhi                                   on 2000/08/04  20:23:12
16519         Log: Weed buglets pointed out by
16520              
16521              From: Lupe Christoph <lupe@lupe-christoph.de>
16522              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
16523              Date: Fri, 4 Aug 2000 17:34:39 +0200
16524              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
16525      Branch: metaconfig/U/perl
16526            ! gccvers.U uselfs.U
16527      Branch: perl
16528            ! Configure config_h.SH
16529 ____________________________________________________________________________
16530 [  6524] By: jhi                                   on 2000/08/04  19:02:08
16531         Log: Warn under -w if lstat(FH) is attempted.
16532              
16533              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
16534              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
16535              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
16536              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
16537      Branch: perl
16538            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
16539            ! t/pragma/warn/pp_sys
16540 ____________________________________________________________________________
16541 [  6523] By: jhi                                   on 2000/08/04  12:31:11
16542         Log: Subject: New perlcc, take 2
16543              From: simon@brecon.co.uk (Simon Cozens)
16544              Date: 4 Aug 2000 06:21:04 GMT
16545              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
16546      Branch: perl
16547            ! utils/perlcc.PL
16548 ____________________________________________________________________________
16549 [  6522] By: jhi                                   on 2000/08/04  12:26:33
16550         Log: Subject: Re: Array vs. List context
16551              From: Daniel Chetlin <daniel@chetlin.com>
16552              Date: Fri, 4 Aug 2000 00:22:44 -0700
16553              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
16554      Branch: perl
16555            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
16556            ! pod/perlfaq4.pod
16557 ____________________________________________________________________________
16558 [  6521] By: jhi                                   on 2000/08/04  12:22:38
16559         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
16560              From: Raymund Will <ray@caldera.de>
16561              Date: Fri, 4 Aug 2000 12:07:09 +0200
16562              Message-Id: <20000804120709.A14982@caldera.de>
16563      Branch: perl
16564            ! configure.gnu
16565 ____________________________________________________________________________
16566 [  6520] By: jhi                                   on 2000/08/04  04:09:06
16567         Log: After the #6519 a warning about stat() is just that,
16568              not about a filetest, which now have their own warning.
16569      Branch: perl
16570            ! pod/perldiag.pod
16571 ____________________________________________________________________________
16572 [  6519] By: jhi                                   on 2000/08/04  04:06:30
16573         Log: In the warnings call filehandles consistently so;
16574              add "unopened" warning for stat().
16575      Branch: perl
16576            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
16577            ! t/pragma/warn/pp_sys
16578 ____________________________________________________________________________
16579 [  6518] By: jhi                                   on 2000/08/04  02:55:35
16580         Log: Subject: Minor tweak to perlvar.pod
16581              From: "Stephen P. Potter" <spp@ds.net>
16582              Date: Tue, 18 Apr 2000 09:26:03 -0400
16583              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
16584      Branch: perl
16585            ! pod/perlvar.pod
16586 ____________________________________________________________________________
16587 [  6517] By: jhi                                   on 2000/08/04  02:50:08
16588         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
16589              From: "Clinton Pierce" <cpierce1@ford.com>
16590              Date: Wed, 21 Jul 1999 16:45:31 -0400
16591              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
16592              
16593              Fix by Stephen Potter (visible in the bug db but not in p5p?)
16594      Branch: perl
16595            ! pod/perlfunc.pod pod/perlop.pod
16596 ____________________________________________________________________________
16597 [  6516] By: jhi                                   on 2000/08/04  02:09:25
16598         Log: This is 6512.  Really.
16599      Branch: perl
16600            ! dump.c
16601 ____________________________________________________________________________
16602 [  6515] By: jhi                                   on 2000/08/04  01:25:50
16603         Log: mention the idea of @( and @)
16604      Branch: perl
16605            ! Todo-5.6
16606 ____________________________________________________________________________
16607 [  6514] By: bailey                                on 2000/08/04  01:18:46
16608         Log: YA resync with mainstem, including VMS patches from others
16609      Branch: vmsperl
16610           +> (branch 48 files)
16611            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
16612           !> (integrate 354 files)
16613 ____________________________________________________________________________
16614 [  6513] By: jhi                                   on 2000/08/04  01:18:18
16615         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
16616              From: Mark Dickinson <dickins3@fas.harvard.edu>
16617              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
16618              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
16619      Branch: perl
16620            ! t/op/grent.t t/op/pwent.t
16621 ____________________________________________________________________________
16622 [  6512] By: jhi                                   on 2000/08/04  01:14:06
16623         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
16624              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16625              Date: Wed, 02 Aug 2000 10:51:01 +0100
16626              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
16627      Branch: perl
16628            ! sv.c
16629 ____________________________________________________________________________
16630 [  6511] By: jhi                                   on 2000/08/04  00:57:00
16631         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
16632              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16633              Date: Thu, 03 Aug 2000 17:20:04 -0700
16634              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
16635      Branch: metaconfig
16636            ! U/modified/Cppsym.U
16637      Branch: perl
16638            ! Configure config_h.SH
16639 ____________________________________________________________________________
16640 [  6510] By: jhi                                   on 2000/08/04  00:25:28
16641         Log: detypo
16642      Branch: perl
16643            ! Makefile.SH
16644 ____________________________________________________________________________
16645 [  6509] By: jhi                                   on 2000/08/03  23:43:18
16646         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
16647              From: Dominic Dunlop <domo@computer.org>
16648              Date: Thu, 3 Aug 2000 22:16:46 +0200
16649              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
16650      Branch: perl
16651            ! t/op/sprintf.t
16652 ____________________________________________________________________________
16653 [  6508] By: jhi                                   on 2000/08/03  23:40:37
16654         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
16655              From: Hugo <hv@crypt.compulink.co.uk>
16656              Date: Thu, 03 Aug 2000 18:25:30 +0100
16657              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
16658      Branch: perl
16659            ! regcomp.c t/op/re_tests
16660 ____________________________________________________________________________
16661 [  6507] By: jhi                                   on 2000/08/03  23:38:28
16662         Log: Subject: [PATCH] sv.h documentation - SvLEN
16663              From: Mike Guy <mjtg@cam.ac.uk>
16664              Date: Thu, 03 Aug 2000 14:43:09 +0100
16665              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
16666      Branch: perl
16667            ! sv.h
16668 ____________________________________________________________________________
16669 [  6506] By: jhi                                   on 2000/08/03  15:49:14
16670         Log: Disable the fix_pl hack for now.
16671      Branch: perl
16672            ! Makefile.SH
16673 ____________________________________________________________________________
16674 [  6505] By: jhi                                   on 2000/08/03  13:49:04
16675         Log: Add a URL for FSF.
16676              
16677              Subject: Patch for README
16678              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16679              Date: Wed, 2 Aug 2000 13:25:09 -0500
16680              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
16681      Branch: perl
16682            ! README
16683 ____________________________________________________________________________
16684 [  6504] By: jhi                                   on 2000/08/03  13:29:19
16685         Log: Be more informative on what is skipped and why,
16686              also repeat the list at the end.
16687      Branch: perl
16688            ! Porting/p4desc
16689 ____________________________________________________________________________
16690 [  6503] By: jhi                                   on 2000/08/03  13:07:05
16691         Log: Circumvent the removal of .patch by fix_pl.
16692              
16693              Subject: Re: [ID 20000802.011] unable to 'make test'          
16694              From: simon@brecon.co.uk (Simon Cozens) 
16695              Date: 3 Aug 2000 04:17:00 GMT
16696              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
16697      Branch: perl
16698            ! Makefile.SH
16699 ____________________________________________________________________________
16700 [  6502] By: jhi                                   on 2000/08/03  00:14:34
16701         Log: Add the missing setproctitle unit.
16702      Branch: metaconfig/U/perl
16703            + d_setproctitle.U
16704 ____________________________________________________________________________
16705 [  6501] By: jhi                                   on 2000/08/03  00:00:26
16706         Log: The subtest 4 may fail also on VOBS, as pointed out
16707              by Nick Ing-Simmons in November 1999, bug id 19991124.003
16708              (but the failure in that bug report isn't the subtest 4).
16709      Branch: perl
16710            ! t/op/stat.t
16711 ____________________________________________________________________________
16712 [  6500] By: jhi                                   on 2000/08/02  23:49:30
16713         Log: Better skip message for the test; one of the two problems in
16714              
16715              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
16716              From: Lupe Christoph <lupe@lupe-christoph.de>
16717              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
16718              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
16719      Branch: perl
16720            ! t/op/numconvert.t
16721 ____________________________________________________________________________
16722 [  6499] By: jhi                                   on 2000/08/02  22:49:16
16723         Log: Allow "no Module;" even if there is no 'unimport'.
16724              
16725              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
16726              From: mjd@plover.com
16727              Date: 24 Mar 2000 15:24:34 -0000
16728              Message-Id: <20000324152434.15160.qmail@plover.com>
16729      Branch: perl
16730            ! gv.c
16731 ____________________________________________________________________________
16732 [  6498] By: jhi                                   on 2000/08/02  22:42:58
16733         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
16734              that are hopefully soon put into use.
16735      Branch: perl
16736            ! opcode.h opcode.pl opnames.h
16737 ____________________________________________________________________________
16738 [  6497] By: gsar                                  on 2000/08/02  22:28:59
16739         Log: require.t needs binmode() to work on windows
16740      Branch: perl
16741            ! t/comp/require.t
16742 ____________________________________________________________________________
16743 [  6496] By: jhi                                   on 2000/08/02  22:08:51
16744         Log: Document the IVdf UVuf UVof UVxf.
16745      Branch: perl
16746            ! pod/perlguts.pod
16747 ____________________________________________________________________________
16748 [  6495] By: jhi                                   on 2000/08/02  21:54:26
16749         Log: detypo #6494
16750      Branch: perl
16751            ! ext/Data/Dumper/Dumper.xs
16752 ____________________________________________________________________________
16753 [  6494] By: jhi                                   on 2000/08/02  21:49:17
16754         Log: Dump UVs as UVs in Data::Dumper.
16755              
16756              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
16757              From: Gurusamy Sarathy <gsar@ActiveState.com>
16758              Date: Thu, 27 Apr 2000 12:26:25 -0700
16759              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
16760      Branch: perl
16761            ! ext/Data/Dumper/Dumper.xs
16762 ____________________________________________________________________________
16763 [  6493] By: jhi                                   on 2000/08/02  17:01:58
16764         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
16765              From: Hugo <hv@crypt.compulink.co.uk>
16766              Date: Wed, 02 Aug 2000 14:53:56 +0100
16767              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
16768      Branch: perl
16769            ! regexec.c t/op/re_tests
16770 ____________________________________________________________________________
16771 [  6492] By: jhi                                   on 2000/08/02  15:02:46
16772         Log: The new setproctitle() feature is available only in 
16773              bleeding edge FreeBSD.  From Paul Saab.
16774      Branch: perl
16775            ! mg.c
16776 ____________________________________________________________________________
16777 [  6491] By: jhi                                   on 2000/08/02  13:34:36
16778         Log: The tr utf8 patching continues.
16779              
16780              Subject: Re: #6469, too many tests claimed in require.t
16781              From: simon@brecon.co.uk (Simon Cozens)
16782              Date: 2 Aug 2000 02:37:17 GMT
16783              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
16784              
16785              (the logic of the test was the wrong way round in the patch)
16786      Branch: perl
16787            ! doop.c
16788 ____________________________________________________________________________
16789 [  6490] By: jhi                                   on 2000/08/02  13:27:38
16790         Log: The name of a filehandle does not have <these>.
16791      Branch: perl
16792            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
16793            ! t/pragma/warn/pp_sys util.c
16794 ____________________________________________________________________________
16795 [  6489] By: jhi                                   on 2000/08/02  04:26:46
16796         Log: Remove the extraneous "main::" prefix from all the
16797              "opened only for", "on closed", and "never opened" warnings.
16798              
16799              Subject: Re: inappropriate warning
16800              From: Gurusamy Sarathy <gsar@ActiveState.com>
16801              Date: Mon, 20 Mar 2000 11:28:02 -0800
16802              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
16803      Branch: perl
16804            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
16805            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
16806            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
16807 ____________________________________________________________________________
16808 [  6488] By: jhi                                   on 2000/08/02  03:02:57
16809         Log: memcpy has n o in it, as pinted ut by Sarathy.
16810      Branch: perl
16811            ! pod/perlguts.pod
16812 ____________________________________________________________________________
16813 [  6487] By: jhi                                   on 2000/08/02  02:44:51
16814         Log: Document in one place the memory abstractions used in Perl core.
16815              
16816              Subject: Re: Memory abstraction
16817              From: simon@brecon.co.uk (Simon Cozens)
16818              Date: 2 Aug 2000 02:20:23 GMT
16819              Organization: Earth.li Origins
16820      Branch: perl
16821            ! pod/perlguts.pod
16822 ____________________________________________________________________________
16823 [  6486] By: jhi                                   on 2000/08/02  02:41:57
16824         Log: regen_headers, regen perltoc.
16825      Branch: perl
16826            ! perlapi.c pod/perltoc.pod
16827 ____________________________________________________________________________
16828 [  6485] By: jhi                                   on 2000/08/02  01:43:33
16829         Log: "This little thing tests for a file .patch, and if it contains
16830              a number, pops into patchlevel.h" (making it easier to track
16831              which development version people are reporting bugs against)
16832              
16833              Subject: Patchlevel autogeneration for repository perls
16834              From: simon@brecon.co.uk (Simon Cozens)
16835              Date: 14 Jul 2000 07:12:15 GMT
16836              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
16837      Branch: perl
16838            + fix_pl
16839            ! MANIFEST Makefile.SH
16840 ____________________________________________________________________________
16841 [  6484] By: jhi                                   on 2000/08/02  01:32:54
16842         Log: FreeBSD 3.* updates from
16843              
16844              From: Paul Saab <ps@yahoo-inc.com>
16845              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
16846              Date: Tue, 1 Aug 2000 15:41:39 -0700
16847              Message-Id: <20000801154139.A53740@yahoo-inc.com>
16848      Branch: perl
16849            ! hints/freebsd.sh
16850 ____________________________________________________________________________
16851 [  6483] By: jhi                                   on 2000/08/02  01:27:44
16852         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
16853              instead one must use setproctitle().  This was already addressed
16854              by change #6457, but the below has a new variant for FreeBSD 4.0
16855              or later, and the matter is also documented more.
16856              
16857              From: Paul Saab <ps@yahoo-inc.com>
16858              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
16859              Date: Tue, 1 Aug 2000 15:41:39 -0700
16860              Message-Id: <20000801154139.A53740@yahoo-inc.com>
16861      Branch: metaconfig/U/perl
16862            + i_libutil.U
16863      Branch: perl
16864            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
16865 ____________________________________________________________________________
16866 [  6482] By: jhi                                   on 2000/08/01  22:17:32
16867         Log: The test from this
16868              
16869              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
16870              Date: Sat, 15 Apr 2000 17:03:44 +0100
16871              From: Tom Hughes <tom@compton.nu>
16872              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
16873              
16874              was missing, the code change went in as #5989
16875              (which had a different test?)
16876      Branch: perl
16877            ! t/op/misc.t
16878 ____________________________________________________________________________
16879 [  6481] By: jhi                                   on 2000/08/01  21:48:38
16880         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
16881              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16882              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
16883              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
16884      Branch: perl
16885            ! perl.h
16886 ____________________________________________________________________________
16887 [  6480] By: jhi                                   on 2000/08/01  18:05:28
16888         Log: Make p4desc to skip non-mainperl branches by default.
16889      Branch: perl
16890            ! Porting/p4desc
16891 ____________________________________________________________________________
16892 [  6479] By: jhi                                   on 2000/08/01  17:29:19
16893         Log: If gccosandvers is equal to osname, clear gccosandvers.
16894      Branch: metaconfig/U/perl
16895            ! gccvers.U
16896      Branch: perl
16897            ! Configure config_h.SH
16898 ____________________________________________________________________________
16899 [  6478] By: jhi                                   on 2000/08/01  15:54:08
16900         Log: BOM patching from Simon Cozens.
16901      Branch: perl
16902            ! toke.c
16903 ____________________________________________________________________________
16904 [  6477] By: jhi                                   on 2000/08/01  04:50:33
16905         Log: Stash away the largefiles flags and libswanted.
16906      Branch: perl
16907            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
16908 ____________________________________________________________________________
16909 [  6476] By: gsar                                  on 2000/08/01  04:24:24
16910         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
16911              on Windows)
16912      Branch: perl
16913            ! t/pragma/utf8.t utf8.c win32/win32.c
16914 ____________________________________________________________________________
16915 [  6475] By: jhi                                   on 2000/08/01  03:35:24
16916         Log: Make chr() for values >127 to create utf8 when under utf8.
16917              
16918              Subject: Re: uft8/chr()
16919              From: simon@brecon.co.uk (Simon Cozens)
16920              Date: 1 Aug 2000 02:37:02 GMT
16921              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
16922      Branch: perl
16923            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
16924 ____________________________________________________________________________
16925 [  6474] By: jhi                                   on 2000/08/01  02:36:18
16926         Log: In Digital UNIX warn if gcc explicitly chosen because even
16927              2.95.2 is known to cause problems.
16928      Branch: perl
16929            ! hints/dec_osf.sh
16930 ____________________________________________________________________________
16931 [  6473] By: jhi                                   on 2000/08/01  02:00:56
16932         Log: Make the safety catch for buggy gccs work with triple version
16933              numbers like 2.95.2.  Reported in
16934              
16935              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
16936              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
16937              Date: Mon, 31 Jul 2000 14:55:06 +0200
16938              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
16939      Branch: perl
16940            ! hints/dec_osf.sh
16941 ____________________________________________________________________________
16942 [  6472] By: jhi                                   on 2000/08/01  01:13:33
16943         Log: Subject: fix and question re: waitpid() under win32
16944              From: Brian Clarke <clarke@appliedmeta.com>
16945              Date: Fri, 28 Jul 2000 15:18:29 -0400
16946              Message-ID: <3981DC85.290314EB@appliedmeta.com>
16947              
16948              Slightly reformatted and WNOHANG # define moved to win32.h
16949              so that also POSIX.xs sees it, as suggsted by Sarathy.
16950      Branch: perl
16951            ! win32/win32.c win32/win32.h
16952 ____________________________________________________________________________
16953 [  6471] By: jhi                                   on 2000/08/01  00:55:05
16954         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
16955              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16956              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
16957              Date: Mon, 31 Jul 2000 13:28:51 +0100
16958              
16959              (aka ID 20000730.002)
16960      Branch: perl
16961            ! op.c t/op/tr.t
16962 ____________________________________________________________________________
16963 [  6470] By: jhi                                   on 2000/07/31  23:34:42
16964         Log: Document the problem with -P in HP-UX and its workaround.
16965              
16966              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
16967              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
16968              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
16969              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
16970      Branch: perl
16971            ! README.hpux
16972 ____________________________________________________________________________
16973 [  6469] By: jhi                                   on 2000/07/31  04:15:02
16974         Log: The swallow_bom() saga continues.  The #23 of require.t
16975              (UTF16-LE) still fails (silently, no output) but the #22
16976              (UTF16-BE) seems to be working now.  The root of the
16977              failure may be in sv_gets(): is it UTF-16LE-aware,
16978              especially when it comes to line endings? 
16979      Branch: perl
16980            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
16981            ! t/comp/require.t toke.c utf8.c
16982 ____________________________________________________________________________
16983 [  6468] By: jhi                                   on 2000/07/30  19:05:48
16984         Log: Find green threads before native threads.
16985              
16986              Subject: Re: Patch to jpl/JNI/Makefile.PL
16987              From: Jens Thomsen <jens@fiend.cis.com>
16988              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
16989              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
16990      Branch: perl
16991            ! jpl/JNI/Makefile.PL
16992 ____________________________________________________________________________
16993 [  6467] By: jhi                                   on 2000/07/30  18:36:22
16994         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
16995      Branch: perl
16996            ! doop.c
16997 ____________________________________________________________________________
16998 [  6466] By: jhi                                   on 2000/07/30  04:37:29
16999         Log: A new version of the "remove UPPERACSE string comparison"
17000              operators.  The problem with the previous one (change #6454)
17001              was that it was for Perl 5.6.0.  From Paul Marquess.
17002      Branch: perl
17003            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
17004            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
17005            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17006 ____________________________________________________________________________
17007 [  6465] By: jhi                                   on 2000/07/29  22:39:56
17008         Log: Do not upgrade SVs into utf8 just because they participate
17009              in eq or cmp.  Reported and fix suggested in
17010              
17011              Subject: [ID 20000720.009] sv_eq UTF8 bug
17012              From: "Simon Cozens" <simon@othersideofthe.earth.li>
17013              Date: 21 Jul 2000 04:37:29 -0000
17014              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
17015              
17016              Exercise for the kind reader: should we or should we not
17017              cache the utf8 conversion alonside the SV? (as magic,
17018              as thestrxfrm()ed version is cached under use locale)
17019              Argue both for and against.
17020      Branch: perl
17021            ! sv.c
17022 ____________________________________________________________________________
17023 [  6464] By: jhi                                   on 2000/07/29  22:36:22
17024         Log: Subject: UTF8 concat
17025              From: simon@brecon.co.uk (Simon Cozens) 
17026              Date: 30 Jun 2000 06:13:25 GMT
17027              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
17028              
17029              (with a memory leak fixed, plus a few casts added)
17030              
17031              This also seems to help for
17032              
17033              Subject: [ID 20000716.015] join UTF8 weirdness
17034              From: root <root@ak-71.mind.de> 
17035              Date: Sat, 15 Jul 2000 15:29:54 +0200
17036              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
17037              
17038              (from Andreas König)
17039      Branch: perl
17040            ! pp_hot.c
17041 ____________________________________________________________________________
17042 [  6463] By: jhi                                   on 2000/07/29  00:55:39
17043         Log: Tune the comments and hopefully stop a memory leak.
17044      Branch: perl
17045            ! toke.c utf8.c
17046 ____________________________________________________________________________
17047 [  6462] By: jhi                                   on 2000/07/29  00:16:53
17048         Log: The problem described in this
17049              
17050              Subject: [ID 20000322.018] named chars aren't magical enough
17051              From: root <root@dixie.cscaper.com>     
17052              Date: Wed, 22 Mar 2000 18:37:42 -0700
17053              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
17054              
17055              has been fixed in perl 5.6.0 but just in case added a test
17056              to keep it away.  (The report from Joseph Hall.)
17057      Branch: perl
17058            ! t/lib/charnames.t
17059 ____________________________________________________________________________
17060 [  6461] By: jhi                                   on 2000/07/28  23:56:36
17061         Log: Tiny fixes for #6460.
17062      Branch: metaconfig/U/perl
17063            ! gccvers.U
17064      Branch: perl
17065            ! Configure config_h.SH
17066 ____________________________________________________________________________
17067 [  6460] By: jhi                                   on 2000/07/28  23:24:41
17068         Log: Warn if the version of the operating system used to compile gcc
17069              differs from the current version of the operating system.
17070              Also display the gcc compilation os and version in myconfig.
17071              Inspiration from
17072              
17073              Subject: Re: [ID 20000710.003] ERRORS!!         
17074              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17075              Date: Mon, 10 Jul 2000 15:54:16 -0400
17076              Message-ID: <20000710155416.A1384@O2.chapin.edu>
17077      Branch: metaconfig/U/perl
17078            ! gccvers.U
17079      Branch: perl
17080            ! Configure config_h.SH myconfig.SH
17081 ____________________________________________________________________________
17082 [  6459] By: jhi                                   on 2000/07/28  22:00:32
17083         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
17084              letter to $Config{osvers}.
17085      Branch: metaconfig
17086            ! U/modified/Oldconfig.U
17087      Branch: perl
17088            ! Configure config_h.SH
17089 ____________________________________________________________________________
17090 [  6458] By: jhi                                   on 2000/07/28  04:15:39
17091         Log: Back out #6454, doesn't seem to work.
17092              (Reason: that patch was for perl 5.6.0, not perl-current)
17093              (A version of the patch for perl-current came in later as #6466)
17094      Branch: perl
17095            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17096            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17097            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17098 ____________________________________________________________________________
17099 [  6457] By: jhi                                   on 2000/07/27  23:31:49
17100         Log: Use setproctitle() if available to modify $0.
17101              
17102              Subject: setting $* on BSD4 broken
17103              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17104              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
17105              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
17106      Branch: metaconfig
17107            ! U/modified/Myinit.U
17108      Branch: perl
17109            ! Configure config_h.SH mg.c
17110 ____________________________________________________________________________
17111 [  6456] By: jhi                                   on 2000/07/27  14:50:47
17112         Log: Allow "no AutoLoader;", based on change #6444,
17113              suggested by Graham Barr.
17114      Branch: perl
17115            ! lib/AutoLoader.pm
17116 ____________________________________________________________________________
17117 [  6455] By: jhi                                   on 2000/07/27  14:19:10
17118         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
17119              From: rspier@pobox.com (Robert Spier)
17120              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
17121              Message-ID: <14720.15855.787664.424783@rls.cx>
17122      Branch: perl
17123            ! pod/perldiag.pod
17124 ____________________________________________________________________________
17125 [  6454] By: jhi                                   on 2000/07/27  14:03:02
17126         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
17127              for a long time).
17128              
17129              Reported in
17130              
17131              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
17132              From: Ryan Herbert <rherbert@sycamorehq.com>
17133              Date: Mon, 17 Jul 2000 11:40:42 -0400
17134              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
17135              
17136              Patched in
17137              
17138              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
17139              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17140              Date: Wed, 26 Jul 2000 23:40:18 +0100
17141              Message-ID: <000001bff752$79511880$0a17073e@tiny>
17142              
17143              based on an earlier patch from Stephen P. Potter.
17144              
17145              (Removed later by change #6458 because this patch was for
17146              perl 5.6.0, not perl-current)
17147      Branch: perl
17148            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17149            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17150            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17151 ____________________________________________________________________________
17152 [  6453] By: jhi                                   on 2000/07/27  13:48:02
17153         Log: Subject: [PATCH] fixes bug 20000508.004
17154              From: Michael Stevens <mstevens@globnix.org>
17155              Date: Thu, 27 Jul 2000 13:49:04 +0100
17156              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
17157      Branch: perl
17158            ! pod/perldata.pod
17159 ____________________________________________________________________________
17160 [  6452] By: jhi                                   on 2000/07/26  23:51:26
17161         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
17162              and Craig A. Berry.
17163      Branch: perl
17164            ! lib/File/Temp.pm pod/perlport.pod
17165 ____________________________________________________________________________
17166 [  6451] By: jhi                                   on 2000/07/26  19:43:30
17167         Log: Be wary of close()s, too.
17168              
17169              Subject: Re: [PATCH] perlbug cleanup
17170              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17171              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
17172              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
17173      Branch: perl
17174            ! utils/perlbug.PL
17175 ____________________________________________________________________________
17176 [  6450] By: jhi                                   on 2000/07/26  18:41:40
17177         Log: Subject: Minor doc patch: handy.h
17178              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
17179              Date: Wed, 26 Jul 2000 15:34:25 -0300
17180              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
17181      Branch: perl
17182            ! handy.h pod/perlapi.pod
17183 ____________________________________________________________________________
17184 [  6449] By: jhi                                   on 2000/07/26  18:23:55
17185         Log: Subject: [PATCH] minor doc change - perlguts
17186              From: Michael Stevens <mstevens@globnix.org>
17187              Date: Thu, 13 Jul 2000 12:39:18 +0100
17188              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
17189      Branch: perl
17190            ! pod/perlguts.pod
17191 ____________________________________________________________________________
17192 [  6448] By: jhi                                   on 2000/07/26  18:20:30
17193         Log: open() wariness in perlbug.
17194              
17195              Subject: [PATCH] perlbug cleanup
17196              From: Michael Stevens <mstevens@globnix.org>
17197              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
17198              Date: Thu, 13 Jul 2000 15:52:23 +0100
17199      Branch: perl
17200            ! utils/perlbug.PL
17201 ____________________________________________________________________________
17202 [  6447] By: jhi                                   on 2000/07/26  18:13:04
17203         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
17204      Branch: perl
17205            ! lib/File/Temp.pm t/lib/ftmp-security.t
17206 ____________________________________________________________________________
17207 [  6446] By: jhi                                   on 2000/07/26  18:06:32
17208         Log: docfix from Peter Scott <Peter@PSDT.com>.
17209      Branch: perl
17210            ! pod/perlfunc.pod
17211 ____________________________________________________________________________
17212 [  6445] By: jhi                                   on 2000/07/26  17:53:31
17213         Log: Fix *foo{FORMAT}.
17214              
17215              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17216              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
17217              Date: Wed, 26 Jul 2000 19:51:02 +0200
17218              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
17219              
17220              From: Graham Barr <gbarr@pobox.com>
17221              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
17222              Date: Wed, 26 Jul 2000 17:38:36 +0100
17223              Message-ID: <20000726173836.L472@pobox.com>
17224      Branch: perl
17225            ! pp.c sv.c t/op/gv.t
17226 ____________________________________________________________________________
17227 [  6444] By: jhi                                   on 2000/07/26  17:49:14
17228         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
17229              from Graham Barr in the module list.
17230      Branch: perl
17231            ! gv.c pod/perlobj.pod
17232 ____________________________________________________________________________
17233 [  6443] By: jhi                                   on 2000/07/26  16:06:56
17234         Log: More split() doc and test patches from Mike Guy.
17235      Branch: perl
17236            ! pod/perlfunc.pod t/op/split.t
17237 ____________________________________________________________________________
17238 [  6442] By: jhi                                   on 2000/07/26  16:05:30
17239         Log: MacOS nits from Matthias Neeracher.
17240      Branch: perl
17241            ! perl.c pp_ctl.c
17242 ____________________________________________________________________________
17243 [  6441] By: jhi                                   on 2000/07/26  04:39:57
17244         Log: Subject: [PATCH] split /^/
17245              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17246              Date: Tue, 25 Jul 2000 14:18:57 +0100
17247              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
17248              
17249              (with notes from tchrist and gbarr)
17250      Branch: perl
17251            ! pod/perlfunc.pod t/op/split.t
17252 ____________________________________________________________________________
17253 [  6440] By: jhi                                   on 2000/07/26  04:32:32
17254         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
17255              From: Peter Prymmer <pvhp@forte.com>
17256              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
17257              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
17258      Branch: perl
17259            ! vms/munchconfig.c
17260 ____________________________________________________________________________
17261 [  6439] By: jhi                                   on 2000/07/26  04:31:01
17262         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
17263              to be fatal errors (instead of by default ignoring them, and
17264              ignoring with a bug: even though -w gave an error, the opening [
17265              was left in)  Reported in:
17266              
17267              Subject: [ID 20000716.024] [=cc=] / [:blank:]
17268              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
17269              Date: Sun, 16 Jul 2000 17:55:29 -0700
17270              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
17271      Branch: perl
17272            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
17273 ____________________________________________________________________________
17274 [  6438] By: jhi                                   on 2000/07/25  15:41:15
17275         Log: Subject: [PATCH] av.c apidoc
17276              From: simon@brecon.co.uk (Simon Cozens)
17277              Date: 24 Jul 2000 06:40:52 GMT
17278              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
17279      Branch: perl
17280            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
17281            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
17282 ____________________________________________________________________________
17283 [  6437] By: jhi                                   on 2000/07/25  14:05:36
17284         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
17285              From: "Stephen P. Potter" <spp@ds.net>
17286              Date: Mon, 24 Jul 2000 14:22:23 -0400
17287              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
17288      Branch: perl
17289            ! pod/perllocale.pod
17290 ____________________________________________________________________________
17291 [  6436] By: jhi                                   on 2000/07/25  14:02:03
17292         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
17293              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17294              Date: Mon, 24 Jul 2000 18:04:28 +0100
17295              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
17296      Branch: perl
17297            ! t/lib/syslfs.t t/op/lfs.t
17298 ____________________________________________________________________________
17299 [  6435] By: jhi                                   on 2000/07/25  13:59:28
17300         Log: Get UTF16 BOMs working.  Patch from
17301              
17302              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17303              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17304              Date: Tue, 25 Jul 2000 12:52:45 +0100
17305              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
17306              
17307              and notes from
17308              
17309              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17310              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17311              Date: Tue, 25 Jul 2000 11:43:25 +0100
17312              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
17313      Branch: perl
17314            ! t/comp/require.t toke.c utf8.c
17315 ____________________________________________________________________________
17316 [  6434] By: jhi                                   on 2000/07/25  02:39:54
17317         Log: Make the "uninit variable" warning to say "concat or string"
17318              or "join or string" when in concat or join .
17319              
17320              Subject: Re: [ID 20000403.009] uninitialised concatenation???
17321              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17322              Date: Tue, 04 Apr 2000 18:22:58 +0100
17323              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
17324              
17325              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
17326              From: William R Ward <hermit@BayView.COM>
17327              Date: Thu, 30 Mar 2000 19:50:03 -0800
17328              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
17329      Branch: perl
17330            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
17331            ! t/pragma/warn/op t/pragma/warn/sv
17332 ____________________________________________________________________________
17333 [  6433] By: jhi                                   on 2000/07/24  17:52:56
17334         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
17335      Branch: perl
17336            ! lib/File/Spec/VMS.pm
17337 ____________________________________________________________________________
17338 [  6432] By: jhi                                   on 2000/07/24  17:44:44
17339         Log: Test cases for #6431.
17340              
17341              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17342              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17343              Date: Mon, 24 Jul 2000 15:32:29 +0100
17344              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
17345      Branch: perl
17346            ! t/op/pat.t t/op/split.t
17347 ____________________________________________________________________________
17348 [  6431] By: jhi                                   on 2000/07/24  17:43:17
17349         Log: Bind op fix.
17350              
17351              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17352              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17353              Date: Mon, 17 Jul 2000 20:04:56 +0100
17354              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
17355      Branch: perl
17356            ! op.c
17357 ____________________________________________________________________________
17358 [  6430] By: jhi                                   on 2000/07/24  03:42:42
17359         Log: Subject: [ID 20000716.023] syslog test fails without sockets
17360              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17361              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
17362              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
17363      Branch: metaconfig/U/perl
17364            ! Extensions.U
17365      Branch: perl
17366            ! Configure config_h.SH
17367 ____________________________________________________________________________
17368 [  6429] By: jhi                                   on 2000/07/24  03:11:52
17369         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
17370              case, but add also notes explaining the relationship of this
17371              patch and the earlier notes by Sarathy.
17372              
17373              Subject: Map is still slow
17374              From: "Ben Tilly" <ben_tilly@hotmail.com>
17375              Date: Sat, 15 Jul 2000 17:23:27 EDT
17376              Message-ID: <20000715212327.21656.qmail@hotmail.com>
17377      Branch: perl
17378            ! pp_ctl.c
17379 ____________________________________________________________________________
17380 [  6428] By: jhi                                   on 2000/07/24  02:58:52
17381         Log: Documentation to explain the behaviour of map().
17382              
17383              Subject: Re: Map is still slow 
17384              From: Gurusamy Sarathy <gsar@ActiveState.com>
17385              Date: Sat, 15 Jul 2000 16:05:09 -0700
17386              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
17387      Branch: perl
17388            ! pp_ctl.c
17389 ____________________________________________________________________________
17390 [  6427] By: jhi                                   on 2000/07/24  02:50:03
17391         Log: Add tests for
17392              [ID 19991110.003] another matching finding by pcre author
17393              which has already been fixed by some patch, as verified in
17394              
17395              Subject: Re: two regex bugs from the mists of time (well, last November)
17396              From: Hugo <hv@crypt.compulink.co.uk>
17397              Date: Sat, 22 Jul 2000 18:12:58 +0100
17398              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
17399      Branch: perl
17400            ! t/op/re_tests
17401 ____________________________________________________________________________
17402 [  6426] By: jhi                                   on 2000/07/24  02:11:20
17403         Log: A missing 'break' after the [[:space:]] switch case.
17404              
17405              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
17406              From: "Stephen P. Potter" <spp@ds.net>
17407              Date: Tue, 18 Jul 2000 16:25:17 -0400
17408              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
17409      Branch: perl
17410            ! regcomp.c
17411 ____________________________________________________________________________
17412 [  6425] By: jhi                                   on 2000/07/24  02:06:12
17413         Log: The output might have been produced in the wrong order.
17414              
17415              Subject: [ID 20000720.003] [PATCH] t/op/write.t
17416              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17417              Date: Thu, 20 Jul 2000 18:49:18 +0100
17418              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
17419      Branch: perl
17420            ! t/op/write.t
17421 ____________________________________________________________________________
17422 [  6424] By: jhi                                   on 2000/07/24  02:00:07
17423         Log: Use STDOUT consistently.
17424              
17425              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
17426              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17427              Date: Thu, 20 Jul 2000 18:04:01 +0100
17428              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
17429      Branch: perl
17430            ! lib/Test/Harness.pm
17431 ____________________________________________________________________________
17432 [  6423] By: jhi                                   on 2000/07/24  01:54:54
17433         Log: Protect against "wild next"s, that is, callbacks doing "next"
17434              instead of "return".
17435              
17436              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
17437              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17438              Date: Tue, 18 Jul 2000 11:30:16 +0100
17439              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
17440      Branch: perl
17441            ! lib/File/Find.pm
17442 ____________________________________________________________________________
17443 [  6422] By: jhi                                   on 2000/07/24  01:35:47
17444         Log: Out-of-date note removed.
17445              
17446              Subject: [PATCH] documentation perlipc
17447              From: rspier@pobox.com (Robert Spier)
17448              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
17449              Message-ID: <14711.35178.572612.502654@rls.cx>
17450      Branch: perl
17451            ! pod/perlipc.pod
17452 ____________________________________________________________________________
17453 [  6421] By: jhi                                   on 2000/07/24  00:09:18
17454         Log: Send all installperl messages to STDERR and be -w clean.
17455              
17456              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
17457              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17458              Date: Sat, 22 Jul 2000 14:02:11 +0100
17459              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
17460      Branch: perl
17461            ! installperl
17462 ____________________________________________________________________________
17463 [  6420] By: jhi                                   on 2000/07/24  00:04:19
17464         Log: Decutandpasto.
17465              
17466              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
17467              From: "Richard Soderberg" <rs@crystalflame.net>
17468              Date: Sun, 23 Jul 2000 01:37:23 -0700
17469              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
17470      Branch: perl
17471            ! pod/perlipc.pod
17472 ____________________________________________________________________________
17473 [  6419] By: jhi                                   on 2000/07/24  00:01:12
17474         Log: A cleaner abs_path().
17475              Subject: Re: unix alternative to Cwd.pm
17476              From: Jeff Pinyan <jeffp@crusoe.net>
17477              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
17478              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
17479      Branch: perl
17480            ! lib/Cwd.pm
17481 ____________________________________________________________________________
17482 [  6418] By: jhi                                   on 2000/07/23  23:48:56
17483         Log: Detypo.
17484              
17485              Subject: [PATCH perl-current] Typo in hints/powerux.sh
17486              From: "Richard Soderberg" <rs@crystalflame.net>
17487              Date: Sun, 23 Jul 2000 01:27:33 -0700
17488              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
17489      Branch: perl
17490            ! hints/powerux.sh
17491 ____________________________________________________________________________
17492 [  6417] By: jhi                                   on 2000/07/17  22:13:31
17493         Log: Subject: SDBM_File documentation
17494              From: mjd@plover.com
17495              Date: 16 Jul 2000 17:41:17 -0000
17496              Message-ID: <20000716174117.18515.qmail@plover.com>
17497      Branch: perl
17498            ! ext/SDBM_File/SDBM_File.pm
17499 ____________________________________________________________________________
17500 [  6416] By: jhi                                   on 2000/07/17  19:13:26
17501         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
17502      Branch: perl
17503            ! hints/mpeix.sh mpeix/relink
17504 ____________________________________________________________________________
17505 [  6415] By: jhi                                   on 2000/07/15  14:11:02
17506         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
17507              the utf8 'characters' can be more than one octet).
17508              
17509              Date: Sat, 15 Jul 2000 00:21:56 +0100
17510              From: Tom Hughes <tom@compton.nu>
17511              Subject: Re: [ID 20000714.002]
17512              Message-ID: <db2334de49.tom@compton.compton.nu>
17513              
17514              Reported in
17515              
17516              Subject: [ID 20000714.002]
17517              From: "Simon Cozens" <simon@othersideofthe.earth.li>
17518              Date: 14 Jul 2000 15:13:09 -0000
17519              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
17520      Branch: perl
17521            ! doop.c
17522 ____________________________________________________________________________
17523 [  6414] By: jhi                                   on 2000/07/15  03:13:41
17524         Log: another VMS build tweak from Peter Prymmer
17525      Branch: perl
17526            ! vms/descrip_mms.template
17527 ____________________________________________________________________________
17528 [  6413] By: jhi                                   on 2000/07/15  03:10:40
17529         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
17530      Branch: perl
17531            ! vms/perlvms.pod
17532 ____________________________________________________________________________
17533 [  6412] By: jhi                                   on 2000/07/15  00:31:05
17534         Log: More docs for sv functions.
17535              
17536              Subject: [PATCH cfgperl] sv.c apidoc
17537              From: simon@brecon.co.uk (Simon Cozens)
17538              Date: 13 Jul 2000 09:00:20 GMT
17539              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
17540              
17541              Subject: Re: [PATCH cfgperl] sv.c apidoc
17542              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17543              Date: Thu, 13 Jul 2000 12:27:41 +0100
17544              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
17545              
17546              Subject: Re: [PATCH cfgperl] sv.c apidoc
17547              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17548              Date: Thu, 13 Jul 2000 13:23:09 +0100
17549              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
17550              
17551              Subject: Re: [PATCH cfgperl] sv.c apidoc
17552              From: simon@brecon.co.uk (Simon Cozens)
17553              Date: 14 Jul 2000 06:51:02 GMT
17554              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
17555      Branch: perl
17556            ! embed.pl pod/perlapi.pod sv.c
17557 ____________________________________________________________________________
17558 [  6411] By: jhi                                   on 2000/07/15  00:10:41
17559         Log: lib/b test fixes from Peter Prymmer.
17560      Branch: perl
17561            ! t/lib/b.t
17562 ____________________________________________________________________________
17563 [  6410] By: jhi                                   on 2000/07/15  00:02:09
17564         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
17565              From: Hugo <hv@crypt.compulink.co.uk>
17566              Date: Fri, 14 Jul 2000 23:05:20 +0100
17567              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
17568              
17569              Didn't anymore apply, but that point still could use another fix.
17570      Branch: perl
17571            ! pod/perlfunc.pod
17572 ____________________________________________________________________________
17573 [  6409] By: jhi                                   on 2000/07/14  23:15:15
17574         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
17575              not in pod, from Peter Prymmer
17576      Branch: perl
17577            ! vms/descrip_mms.template
17578 ____________________________________________________________________________
17579 [  6408] By: jhi                                   on 2000/07/14  20:35:05
17580         Log: The bug report
17581              [ID 19991110.002] minimal matching discrepancy found by pcre author
17582              seems to have been fixed (though differently from what was suggested
17583              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
17584      Branch: perl
17585            ! t/op/re_tests
17586 ____________________________________________________________________________
17587 [  6407] By: jhi                                   on 2000/07/14  17:38:08
17588         Log: Fix AutoSplit to use File::Spec the right way in VMS,
17589              from Peter Prymmer.
17590      Branch: perl
17591            ! lib/AutoSplit.pm
17592 ____________________________________________________________________________
17593 [  6406] By: jhi                                   on 2000/07/14  14:13:22
17594         Log: Merge perlhacktut into perlhack, update perlguts.
17595              
17596              Subject: Re: Perlhacktut
17597              From: simon@brecon.co.uk (Simon Cozens)
17598              Date: 14 Jul 2000 06:49:21 GMT
17599              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
17600              
17601              Subject: Re: Perlhacktut
17602              From: simon@brecon.co.uk (Simon Cozens)
17603              Date: 14 Jul 2000 07:09:45 GMT
17604              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
17605      Branch: perl
17606            ! pod/perlguts.pod pod/perlhack.pod
17607 ____________________________________________________________________________
17608 [  6405] By: jhi                                   on 2000/07/14  14:02:31
17609         Log: Integrate with Sarathy.
17610      Branch: cfgperl
17611           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
17612           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
17613           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
17614 ____________________________________________________________________________
17615 [  6404] By: gsar                                  on 2000/07/14  12:15:02
17616         Log: PERL_OBJECT build tweaks
17617      Branch: perl
17618            ! toke.c
17619 ____________________________________________________________________________
17620 [  6403] By: gsar                                  on 2000/07/14  11:23:41
17621         Log: inconsistent types needs casts
17622      Branch: perl
17623            ! toke.c
17624 ____________________________________________________________________________
17625 [  6402] By: gsar                                  on 2000/07/14  11:12:04
17626         Log: typos in change#6399, regen headers
17627      Branch: perl
17628            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
17629 ____________________________________________________________________________
17630 [  6401] By: gsar                                  on 2000/07/14  10:59:12
17631         Log: typecasts needed for change#6394
17632      Branch: perl
17633            ! toke.c
17634 ____________________________________________________________________________
17635 [  6400] By: gsar                                  on 2000/07/14  10:49:37
17636         Log: integrate cfgperl contents into mainline
17637      Branch: perl
17638           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
17639           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
17640 ____________________________________________________________________________
17641 [  6399] By: gsar                                  on 2000/07/14  10:38:35
17642         Log: enable UTF-16 filter by default if relevant BOM is seen; various
17643              cleanups (typos, misformatted code, and small bugs)
17644      Branch: perl
17645            ! doop.c embed.pl mg.c op.c pp.c toke.c
17646 ____________________________________________________________________________
17647 [  6398] By: gsar                                  on 2000/07/14  08:55:38
17648         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
17649              name suggests anyway)
17650      Branch: perl
17651            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
17652 ____________________________________________________________________________
17653 [  6397] By: gsar                                  on 2000/07/14  08:44:33
17654         Log: move new variables to the end of the interpreter structure (for
17655              bincompat in code that doesn't #include XSUB.h)
17656      Branch: perl
17657            ! intrpvar.h
17658 ____________________________________________________________________________
17659 [  6396] By: gsar                                  on 2000/07/14  08:13:58
17660         Log: MakeMaker should not remove editor backups (*~) on `make clean`
17661              by default (completes change#6383)
17662      Branch: perl
17663            ! lib/ExtUtils/MM_Unix.pm
17664 ____________________________________________________________________________
17665 [  6395] By: jhi                                   on 2000/07/14  05:20:33
17666         Log: Replace change #6337 with a better one.
17667              
17668              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
17669              From: Hugo <hv@crypt.compulink.co.uk>
17670              Date: Fri, 14 Jul 2000 04:16:20 +0100
17671              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
17672      Branch: cfgperl
17673            ! regexec.c t/op/re_tests
17674 ____________________________________________________________________________
17675 [  6394] By: jhi                                   on 2000/07/14  01:33:59
17676         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
17677      Branch: cfgperl
17678            ! embed.pl global.sym proto.h toke.c
17679 ____________________________________________________________________________
17680 [  6393] By: jhi                                   on 2000/07/13  23:41:23
17681         Log: remove discarded test
17682      Branch: cfgperl
17683            ! MANIFEST
17684 ____________________________________________________________________________
17685 [  6392] By: jhi                                   on 2000/07/13  23:32:25
17686         Log: The {multiplier} of a fixed substring was overlooked which
17687              caused a wrong initial search offset for that substring.
17688              
17689              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
17690              From: Hugo <hv@crypt.compulink.co.uk>
17691              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
17692              Date: Thu, 13 Jul 2000 19:27:13 +0100
17693      Branch: cfgperl
17694            ! regcomp.c t/op/re_tests
17695 ____________________________________________________________________________
17696 [  6391] By: jhi                                   on 2000/07/13  16:37:42
17697         Log: typo fix from Craig Berry
17698      Branch: cfgperl
17699            ! vms/subconfigure.com
17700 ____________________________________________________________________________
17701 [  6390] By: jhi                                   on 2000/07/13  13:20:12
17702         Log: Integrate with Sarathy.
17703      Branch: cfgperl
17704            - t/op/method2entersub.t
17705           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
17706           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
17707           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
17708           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
17709 ____________________________________________________________________________
17710 [  6389] By: jhi                                   on 2000/07/13  13:18:48
17711         Log: Detypo from Peter Prymmer, part of #6388.
17712      Branch: cfgperl
17713            ! Configure config_h.SH
17714      Branch: metaconfig
17715            ! U/modified/d_longlong.U
17716 ____________________________________________________________________________
17717 [  6388] By: gsar                                  on 2000/07/13  06:33:40
17718         Log: typos (spotted by Peter Prymmer)
17719      Branch: perl
17720            ! Configure t/lib/english.t
17721 ____________________________________________________________________________
17722 [  6387] By: gsar                                  on 2000/07/13  05:35:28
17723         Log: new selfloader.t in change#6183 doesn't close DATA handles,
17724              and thus fails to clean up tmp files on dosish platforms
17725      Branch: perl
17726            ! t/lib/selfloader.t
17727 ____________________________________________________________________________
17728 [  6386] By: gsar                                  on 2000/07/12  21:42:39
17729         Log: sprintf test tweaks (from Dominic Dunlop)
17730      Branch: perl
17731            ! t/op/sprintf.t
17732 ____________________________________________________________________________
17733 [  6385] By: gsar                                  on 2000/07/12  21:33:46
17734         Log: fix bugs in processing %v-*d and similar format specs (from
17735              Avi Finkel <avi@finkel.org>)
17736      Branch: perl
17737            ! sv.c t/op/sprintf.t
17738 ____________________________________________________________________________
17739 [  6384] By: gsar                                  on 2000/07/12  16:04:19
17740         Log: readd missing perldelta.pod changes from changes#6339,6376
17741      Branch: perl
17742            ! pod/perldelta.pod
17743 ____________________________________________________________________________
17744 [  6383] By: gsar                                  on 2000/07/12  16:00:51
17745         Log: don't clobber *.orig files on *clean targets
17746      Branch: perl
17747            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
17748 ____________________________________________________________________________
17749 [  6382] By: gsar                                  on 2000/07/12  07:59:12
17750         Log: fix broken integrations in cfgperl
17751      Branch: cfgperl
17752           !> Changes pod/perldelta.pod
17753 ____________________________________________________________________________
17754 [  6381] By: gsar                                  on 2000/07/12  07:42:17
17755         Log: integrate cfgperl changes into mainline
17756      Branch: perl
17757            ! Changes
17758           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
17759           !> pod/perlre.pod
17760 ____________________________________________________________________________
17761 [  6380] By: gsar                                  on 2000/07/12  07:31:00
17762         Log: get sprintf.t to adjust properly for 3-digit exponents
17763      Branch: perl
17764            ! t/op/sprintf.t
17765 ____________________________________________________________________________
17766 [  6379] By: gsar                                  on 2000/07/12  06:40:04
17767         Log: change#6174 needs corresponding change in win32/config_h.PL,
17768              which grovels through config_h.SH to find the config.h name
17769      Branch: perl
17770            ! win32/config_h.PL
17771 ____________________________________________________________________________
17772 [  6378] By: jhi                                   on 2000/07/12  05:03:59
17773         Log: Do the cc sanity check both before the hints and
17774              after the cc selction.
17775      Branch: cfgperl
17776            ! Configure config_h.SH
17777      Branch: metaconfig
17778            ! U/modified/Oldconfig.U U/modified/cc.U
17779      Branch: metaconfig/U/perl
17780            + Checkcc.U
17781 ____________________________________________________________________________
17782 [  6377] By: jhi                                   on 2000/07/12  02:49:22
17783         Log: Fix nits noticed by Boston.pm.
17784      Branch: cfgperl
17785            ! pod/perlre.pod
17786 ____________________________________________________________________________
17787 [  6376] By: jhi                                   on 2000/07/11  21:22:13
17788         Log: Configure cosmetics and perldelta.
17789      Branch: cfgperl
17790            ! Configure config_h.SH pod/perldelta.pod
17791      Branch: metaconfig
17792            ! U/modified/cc.U
17793 ____________________________________________________________________________
17794 [  6375] By: gsar                                  on 2000/07/11  21:17:35
17795         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
17796      Branch: perl
17797            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
17798            ! win32/win32sck.c
17799 ____________________________________________________________________________
17800 [  6374] By: gsar                                  on 2000/07/11  20:48:50
17801         Log: tweak for build failure under multiplicity
17802      Branch: perl
17803            ! toke.c
17804 ____________________________________________________________________________
17805 [  6373] By: gsar                                  on 2000/07/11  20:37:23
17806         Log: integrate cfgperl changes#6325..6373 into mainline
17807              (NOTE: today's batch of integrations still untested)
17808      Branch: perl
17809           +> ext/DynaLoader/hints/netbsd.pl
17810            ! Changes
17811           !> (integrate 26 files)
17812 ____________________________________________________________________________
17813 [  6372] By: jhi                                   on 2000/07/11  20:30:36
17814         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
17815              regen perltoc.
17816      Branch: cfgperl
17817            + pod/perlbook.pod
17818            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
17819            ! pod/perltoc.pod
17820 ____________________________________________________________________________
17821 [  6371] By: jhi                                   on 2000/07/11  20:08:56
17822         Log: Minor cleanups on the booklist.
17823      Branch: cfgperl
17824            ! pod/perlfaq2.pod
17825 ____________________________________________________________________________
17826 [  6370] By: jhi                                   on 2000/07/11  19:31:13
17827         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
17828      Branch: cfgperl
17829            ! t/pragma/overload.t
17830 ____________________________________________________________________________
17831 [  6369] By: gsar                                  on 2000/07/11  19:27:48
17832         Log: integrate cfgperl changes#6293..6324 into mainline
17833      Branch: perl
17834           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
17835            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
17836           !> (integrate 30 files)
17837 ____________________________________________________________________________
17838 [  6368] By: gsar                                  on 2000/07/11  19:18:57
17839         Log: skip integrate of problematic change#6292 from cfgperl into mainline
17840      Branch: perl
17841           !> pp_hot.c
17842 ____________________________________________________________________________
17843 [  6367] By: gsar                                  on 2000/07/11  19:17:21
17844         Log: integrate cfgperl changes#6288..6290 into mainline
17845      Branch: perl
17846           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
17847 ____________________________________________________________________________
17848 [  6366] By: gsar                                  on 2000/07/11  19:11:18
17849         Log: integrate cfgperl changes#6268..6282 into mainline
17850      Branch: perl
17851           !> (integrate 30 files)
17852 ____________________________________________________________________________
17853 [  6365] By: gsar                                  on 2000/07/11  18:57:00
17854         Log: delete new accidentally branched file
17855      Branch: perl
17856            - t/op/method2entersub.t
17857 ____________________________________________________________________________
17858 [  6364] By: gsar                                  on 2000/07/11  18:55:13
17859         Log: skip integrate of change#6267 from cfgperl into mainline (the
17860              method call optimization is flawed without additional hints
17861              from user about immutableness of @ISA and no runtime method
17862              definitions)
17863      Branch: perl
17864           +> t/op/method2entersub.t
17865           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
17866           !> perl.h t/op/sprintf.t xsutils.c
17867 ____________________________________________________________________________
17868 [  6363] By: gsar                                  on 2000/07/11  18:49:43
17869         Log: integrate cfgperl changes#6261..6266 into mainline
17870      Branch: perl
17871           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
17872           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
17873           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17874           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
17875 ____________________________________________________________________________
17876 [  6362] By: gsar                                  on 2000/07/11  18:43:26
17877         Log: integrate cfgperl changes#6252..6260 into mainline
17878      Branch: perl
17879           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
17880           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
17881           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
17882           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
17883 ____________________________________________________________________________
17884 [  6361] By: gsar                                  on 2000/07/11  18:37:12
17885         Log: skip integrate of problematic change#6251 from cfgperl into mainline
17886      Branch: perl
17887           !> lib/Exporter.pm
17888 ____________________________________________________________________________
17889 [  6360] By: gsar                                  on 2000/07/11  18:34:56
17890         Log: integrate cfgperl change#6250 into mainline
17891      Branch: perl
17892           +> t/op/my_stash.t
17893           !> MANIFEST embed.pl proto.h toke.c
17894 ____________________________________________________________________________
17895 [  6359] By: gsar                                  on 2000/07/11  18:21:19
17896         Log: integrate cfgperl changes#6242..6249 into mainline
17897      Branch: perl
17898           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
17899           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
17900           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
17901           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
17902           !> t/lib/peek.t utf8.c
17903 ____________________________________________________________________________
17904 [  6358] By: gsar                                  on 2000/07/11  18:15:45
17905         Log: skip integrate of problematic change#6241 from cfgperl into mainline
17906      Branch: perl
17907           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
17908 ____________________________________________________________________________
17909 [  6357] By: jhi                                   on 2000/07/11  18:15:16
17910         Log: Fix for
17911              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
17912              From: Roderick Schertler <roderick@argon.org> 
17913              Date: Tue, 11 Jul 2000 13:55:05 -0400 
17914              Message-Id: <200007111755.NAA05077@jones.argon.org> 
17915      Branch: cfgperl
17916            ! doio.c
17917 ____________________________________________________________________________
17918 [  6356] By: jhi                                   on 2000/07/11  18:12:51
17919         Log: Typo in #6341.
17920      Branch: cfgperl
17921            ! pp_hot.c
17922 ____________________________________________________________________________
17923 [  6355] By: gsar                                  on 2000/07/11  18:12:10
17924         Log: integrate cfgperl changes#6231..6240 into mainline
17925      Branch: perl
17926           +> pod/perlutil.pod
17927           !> (integrate 35 files)
17928 ____________________________________________________________________________
17929 [  6354] By: jhi                                   on 2000/07/11  18:04:34
17930         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
17931              From: Dominic Dunlop <domo@computer.org> 
17932              Date: Tue, 11 Jul 2000 12:27:33 +0200 
17933              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
17934              
17935              Replaces change #6268.
17936      Branch: cfgperl
17937            ! t/op/sprintf.t
17938 ____________________________________________________________________________
17939 [  6353] By: gsar                                  on 2000/07/11  17:59:51
17940         Log: skip integrate of problematic change#6230 from cfgperl into mainline
17941              (a later version of File::Spec is already in mainline)
17942      Branch: perl
17943           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
17944           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
17945 ____________________________________________________________________________
17946 [  6352] By: gsar                                  on 2000/07/11  17:57:48
17947         Log: integrate cfgperl changes#6224..6229 into mainline
17948      Branch: perl
17949           +> lib/lib.pm.PL
17950            - lib/lib.pm
17951           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
17952           !> lib/English.pm op.c t/lib/english.t
17953 ____________________________________________________________________________
17954 [  6351] By: gsar                                  on 2000/07/11  17:50:10
17955         Log: skip integrate of problematic change#6223 from cfgperl into mainline
17956      Branch: perl
17957           !> doio.c
17958 ____________________________________________________________________________
17959 [  6350] By: gsar                                  on 2000/07/11  17:48:28
17960         Log: integrate cfgperl changes#6220..6222 into mainline
17961      Branch: perl
17962           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
17963           !> toke.c utf8.c win32/win32.h
17964 ____________________________________________________________________________
17965 [  6349] By: gsar                                  on 2000/07/11  17:46:13
17966         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
17967              mainline
17968      Branch: perl
17969           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
17970           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
17971           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
17972 ____________________________________________________________________________
17973 [  6348] By: jhi                                   on 2000/07/11  17:45:49
17974         Log: README.posix-bc podified from Thomas Dorner.
17975      Branch: cfgperl
17976            ! README.posix-bc
17977 ____________________________________________________________________________
17978 [  6347] By: gsar                                  on 2000/07/11  17:42:04
17979         Log: integrate cfgperl change#6217 into mainline
17980      Branch: perl
17981           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
17982           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
17983           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
17984 ____________________________________________________________________________
17985 [  6346] By: gsar                                  on 2000/07/11  17:39:37
17986         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
17987              mainline
17988      Branch: perl
17989           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
17990           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
17991           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
17992           !> perlapi.h pod/perlapi.pod
17993 ____________________________________________________________________________
17994 [  6345] By: gsar                                  on 2000/07/11  17:36:42
17995         Log: integrate cfgperl changes#6207..6210 into mainline
17996      Branch: perl
17997           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
17998           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
17999 ____________________________________________________________________________
18000 [  6344] By: gsar                                  on 2000/07/11  17:31:20
18001         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
18002              mainline
18003      Branch: perl
18004           !> (integrate 40 files)
18005 ____________________________________________________________________________
18006 [  6343] By: gsar                                  on 2000/07/11  17:19:08
18007         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
18008      Branch: perl
18009           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
18010            ! Changes
18011           !> (integrate 34 files)
18012 ____________________________________________________________________________
18013 [  6342] By: jhi                                   on 2000/07/11  16:05:48
18014         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
18015              To: perl5-porters@perl.org
18016              From: Karsten Sperling <spiff@phreax.net>
18017              Date: Mon, 10 Jul 2000 15:12:52 +0200
18018              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
18019      Branch: cfgperl
18020            ! lib/Symbol.pm
18021 ____________________________________________________________________________
18022 [  6341] By: jhi                                   on 2000/07/11  15:59:23
18023         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
18024              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18025              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
18026              Date: Fri, 07 Jul 2000 17:57:16 +0100
18027      Branch: cfgperl
18028            ! pp_hot.c
18029 ____________________________________________________________________________
18030 [  6340] By: jhi                                   on 2000/07/11  15:55:47
18031         Log: Subject: Re: format bug report  [Patch]
18032              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18033              Date: Wed, 05 Jul 2000 13:12:52 +0200
18034              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
18035              
18036              Subject: Re: format bug report  [Patch]
18037              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18038              Date: Wed, 05 Jul 2000 14:10:01 +0200
18039              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
18040      Branch: cfgperl
18041            ! t/op/write.t toke.c
18042 ____________________________________________________________________________
18043 [  6339] By: jhi                                   on 2000/07/11  13:54:09
18044         Log: Be less forgiving about ambiguous and illegal tr ranges.
18045              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18046              From: Mark-Jason Dominus <mjd@plover.com>
18047              Date: Tue, 04 Jul 2000 10:00:12 -0400
18048              Message-ID: <20000704140012.17772.qmail@plover.com>
18049              
18050              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18051              From: Mark-Jason Dominus <mjd@plover.com>
18052              Date: Wed, 05 Jul 2000 09:37:36 -0400
18053              Message-ID: <20000705133736.27293.qmail@plover.com>
18054      Branch: cfgperl
18055            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
18056 ____________________________________________________________________________
18057 [  6338] By: jhi                                   on 2000/07/11  13:31:24
18058         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
18059              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18060              Date: Tue, 11 Jul 2000 13:50:51 +0100
18061              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
18062      Branch: cfgperl
18063            ! sv.c
18064 ____________________________________________________________________________
18065 [  6337] By: jhi                                   on 2000/07/11  13:29:14
18066         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
18067              From: Hugo <hv@crypt.compulink.co.uk>
18068              Date: Tue, 11 Jul 2000 12:44:50 +0100
18069              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
18070      Branch: cfgperl
18071            ! regexec.c t/op/re_tests
18072 ____________________________________________________________________________
18073 [  6336] By: jhi                                   on 2000/07/11  13:26:47
18074         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
18075              From: simon@brecon.co.uk (Simon Cozens)
18076              Date: 7 Jul 2000 11:26:09 GMT
18077              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
18078      Branch: cfgperl
18079            ! mg.c
18080 ____________________________________________________________________________
18081 [  6335] By: jhi                                   on 2000/07/11  13:23:37
18082         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
18083              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
18084              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
18085              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
18086      Branch: cfgperl
18087            + ext/DynaLoader/hints/netbsd.pl
18088            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
18089 ____________________________________________________________________________
18090 [  6334] By: jhi                                   on 2000/07/11  13:20:38
18091         Log: Subject: PATCH perlguts.pod: Document D and d magic types
18092              From: mjd@plover.com
18093              Date: 5 Jul 2000 18:01:51 -0000
18094              Message-ID: <20000705180151.29413.qmail@plover.com>
18095      Branch: cfgperl
18096            ! pod/perlguts.pod
18097 ____________________________________________________________________________
18098 [  6333] By: jhi                                   on 2000/07/11  13:15:51
18099         Log: Precedence goof, fix based on
18100              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
18101              From: Hugo <hv@crypt.compulink.co.uk>
18102              Date: Tue, 11 Jul 2000 12:52:38 +0100
18103              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
18104      Branch: cfgperl
18105            ! t/op/taint.t
18106 ____________________________________________________________________________
18107 [  6332] By: jhi                                   on 2000/07/11  12:40:17
18108         Log: Integrate with Sarathy.
18109      Branch: cfgperl
18110           !> win32/win32sck.c
18111 ____________________________________________________________________________
18112 [  6331] By: jhi                                   on 2000/07/10  20:14:16
18113         Log: Sprinkle ldlibpath.
18114      Branch: cfgperl
18115            ! pod/Makefile.SH
18116 ____________________________________________________________________________
18117 [  6330] By: jhi                                   on 2000/07/10  17:54:49
18118         Log: More POSIX.pod tweaks.
18119      Branch: cfgperl
18120            ! ext/POSIX/POSIX.pod
18121 ____________________________________________________________________________
18122 [  6329] By: jhi                                   on 2000/07/10  14:02:12
18123         Log: Reorder perl.pod once more.
18124      Branch: cfgperl
18125            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18126 ____________________________________________________________________________
18127 [  6328] By: gsar                                  on 2000/07/10  07:06:00
18128         Log: accept() leaks memory on windows due to incorrect ordering of
18129              closesocket() and fclose() calls
18130      Branch: perl
18131            ! win32/win32sck.c
18132 ____________________________________________________________________________
18133 [  6327] By: gsar                                  on 2000/07/10  06:49:17
18134         Log: winsock options weren't being set in all threads under ithreads
18135              (caused send()s from second and subsequent threads to fail)
18136      Branch: perl
18137            ! win32/win32sck.c
18138 ____________________________________________________________________________
18139 [  6326] By: jhi                                   on 2000/07/08  02:45:40
18140         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
18141              was cast to an unsigned (32-bit) integer with wild abandon.
18142      Branch: cfgperl
18143            ! ext/Devel/DProf/DProf.xs
18144 ____________________________________________________________________________
18145 [  6325] By: jhi                                   on 2000/07/07  18:50:33
18146         Log: Remove perlbook, update perlfaq book listing,
18147              rearrange perl.pod, regenerate perltoc.
18148      Branch: cfgperl
18149            - pod/perlbook.pod
18150            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
18151            ! pod/perlfaq2.pod pod/perltoc.pod
18152 ____________________________________________________________________________
18153 [  6324] By: jhi                                   on 2000/07/07  14:03:40
18154         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
18155      Branch: cfgperl
18156            ! sv.h toke.c
18157 ____________________________________________________________________________
18158 [  6323] By: jhi                                   on 2000/07/06  16:03:55
18159         Log: Fix complaints of buildtoc.
18160      Branch: cfgperl
18161            + lib/Win32.pod
18162            - pod/Win32.pod
18163            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18164 ____________________________________________________________________________
18165 [  6322] By: jhi                                   on 2000/07/06  15:15:52
18166         Log: Add =head1 NAMEs so that buildtoc is happy.
18167              (The CGI::Util nit reported to Lincoln.)
18168      Branch: cfgperl
18169            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
18170            ! pod/perltoc.pod
18171 ____________________________________________________________________________
18172 [  6321] By: jhi                                   on 2000/07/06  03:16:04
18173         Log: Config is being used.
18174      Branch: cfgperl
18175            ! t/op/method.t
18176 ____________________________________________________________________________
18177 [  6320] By: jhi                                   on 2000/07/06  03:13:13
18178         Log: Integrate with Sarathy.
18179      Branch: cfgperl
18180           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
18181 ____________________________________________________________________________
18182 [  6319] By: jhi                                   on 2000/07/06  03:11:46
18183         Log: Autogenerate pod/Makefile and pod/buildtoc.
18184              buildtoc also checks whether the existin pods are
18185              mentioned in MANIFEST and perl.pod, and vice versa.
18186              (None of the thusly found discrepancies fixed yet.)
18187              roffitall also needs to be autogenerated similarly but it
18188              seems so badly out of date that I didn't touch it yet.
18189      Branch: cfgperl
18190            + pod/Makefile.SH pod/buildtoc.PL
18191            - pod/Makefile pod/buildtoc
18192            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
18193 ____________________________________________________________________________
18194 [  6318] By: gsar                                  on 2000/07/05  22:10:54
18195         Log: fix UNC path handling on Windows under ithreads, and chdir()
18196              return value when given a non-existent directory
18197      Branch: perl
18198            ! win32/vdir.h
18199 ____________________________________________________________________________
18200 [  6317] By: gsar                                  on 2000/07/05  22:08:19
18201         Log: winsock cleanup never done on Windows (leads to handle leaks)
18202      Branch: perl
18203            ! win32/perllib.c win32/win32sck.c
18204 ____________________________________________________________________________
18205 [  6316] By: gsar                                  on 2000/07/05  22:06:19
18206         Log: some debugger output does not go to the socket when RemotePort is set
18207      Branch: perl
18208            ! lib/perl5db.pl
18209 ____________________________________________________________________________
18210 [  6315] By: jhi                                   on 2000/07/05  00:25:21
18211         Log: Integrate with Sarathy, preliminary fix for unicos
18212              alignment problems in [ID 20000612.002] Perl problem on Cray system.
18213      Branch: cfgperl
18214            ! sv.h
18215           !> pp_hot.c
18216 ____________________________________________________________________________
18217 [  6314] By: gsar                                  on 2000/07/04  23:34:02
18218         Log: tyop in change#6306
18219      Branch: perl
18220            ! pp_hot.c
18221 ____________________________________________________________________________
18222 [  6313] By: jhi                                   on 2000/07/04  22:14:38
18223         Log: Multiline string literals ENONPORTABLE.
18224      Branch: cfgperl
18225            ! pp_hot.c
18226 ____________________________________________________________________________
18227 [  6312] By: jhi                                   on 2000/07/04  20:34:44
18228         Log: Integrate with Sarathy.
18229      Branch: cfgperl
18230           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
18231           !> t/op/method.t
18232 ____________________________________________________________________________
18233 [  6311] By: jhi                                   on 2000/07/04  20:30:56
18234         Log: More POSIX.pod embellishment.
18235      Branch: cfgperl
18236            ! ext/POSIX/POSIX.pod
18237 ____________________________________________________________________________
18238 [  6310] By: gsar                                  on 2000/07/04  17:28:48
18239         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
18240      Branch: perl
18241            ! t/lib/b.t
18242 ____________________________________________________________________________
18243 [  6309] By: jhi                                   on 2000/07/04  17:22:18
18244         Log: The #6308 required a little bit more.
18245      Branch: cfgperl
18246            ! Makefile.SH win32/Makefile
18247 ____________________________________________________________________________
18248 [  6308] By: jhi                                   on 2000/07/04  16:35:24
18249         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
18250      Branch: cfgperl
18251            + lib/lib_pm.PL
18252            - lib/lib.pm.PL
18253            ! MANIFEST Makefile.SH
18254 ____________________________________________________________________________
18255 [  6307] By: jhi                                   on 2000/07/04  16:28:58
18256         Log: Win32 patches for cfgperl from Sarathy.
18257      Branch: cfgperl
18258            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
18259            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
18260            ! thread.h toke.c util.c win32/Makefile win32/win32.c
18261 ____________________________________________________________________________
18262 [  6306] By: gsar                                  on 2000/07/04  16:28:40
18263         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
18264              (from Richard Soderberg <rs@oregonnet.com>)
18265      Branch: perl
18266            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
18267 ____________________________________________________________________________
18268 [  6305] By: jhi                                   on 2000/07/04  16:24:24
18269         Log: Integrate with Sarathy.
18270      Branch: cfgperl
18271           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
18272           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18273           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
18274           !> proto.h win32/win32.c
18275 ____________________________________________________________________________
18276 [  6304] By: gsar                                  on 2000/07/04  16:17:24
18277         Log: missing perldiag entry for unpack("w",...) diagnostic (from
18278              Andreas Koenig)
18279      Branch: perl
18280            ! pod/perldiag.pod
18281 ____________________________________________________________________________
18282 [  6303] By: gsar                                  on 2000/07/04  16:14:44
18283         Log: remove rel2abs prototypes (from Barrie Slaymaker)
18284      Branch: perl
18285            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
18286            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18287 ____________________________________________________________________________
18288 [  6302] By: gsar                                  on 2000/07/04  04:59:35
18289         Log: adjust change#6299
18290      Branch: perl
18291            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
18292            ! win32/win32.c
18293 ____________________________________________________________________________
18294 [  6301] By: jhi                                   on 2000/07/04  04:50:07
18295         Log: Integrate with Sarathy.
18296      Branch: cfgperl
18297           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
18298           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
18299           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
18300 ____________________________________________________________________________
18301 [  6300] By: gsar                                  on 2000/07/04  04:42:09
18302         Log: PERL_OBJECT build tweak
18303      Branch: perl
18304            ! perl.h
18305 ____________________________________________________________________________
18306 [  6299] By: gsar                                  on 2000/07/04  04:37:00
18307         Log: fix memory leak on Windows (PL_sys_intern contents were never
18308              freed)
18309      Branch: perl
18310            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
18311            ! perlapi.c proto.h win32/win32.c
18312 ____________________________________________________________________________
18313 [  6298] By: gsar                                  on 2000/07/04  04:15:59
18314         Log: fix large memory leak that has been around for ever, masked by
18315              -DPURIFY (most of the arenas were never freed!)
18316      Branch: perl
18317            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
18318 ____________________________________________________________________________
18319 [  6297] By: gsar                                  on 2000/07/04  04:07:46
18320         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
18321      Branch: perl
18322            ! perl.c
18323 ____________________________________________________________________________
18324 [  6296] By: jhi                                   on 2000/06/30  18:28:37
18325         Log: Elaborate POSIX.pod.  Still needs work.
18326      Branch: cfgperl
18327            ! ext/POSIX/POSIX.pod
18328 ____________________________________________________________________________
18329 [  6295] By: jhi                                   on 2000/06/30  14:58:18
18330         Log: Point to perlipc for more SysV IPC examples.
18331      Branch: cfgperl
18332            ! pod/perlfunc.pod
18333 ____________________________________________________________________________
18334 [  6294] By: gsar                                  on 2000/06/30  14:47:45
18335         Log: slurp mode fix in change#4736 still not quite right
18336      Branch: perl
18337            ! pp_hot.c t/io/argv.t
18338 ____________________________________________________________________________
18339 [  6293] By: jhi                                   on 2000/06/30  12:02:55
18340         Log: Integrate with Sarathy.
18341      Branch: cfgperl
18342           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
18343 ____________________________________________________________________________
18344 [  6292] By: jhi                                   on 2000/06/30  12:01:11
18345         Log: From: simon@brecon.co.uk (Simon Cozens)
18346              Subject: UTF8 concat
18347              Date: 30 Jun 2000 06:13:25 GMT
18348              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
18349      Branch: cfgperl
18350            ! pp_hot.c
18351 ____________________________________________________________________________
18352 [  6291] By: gsar                                  on 2000/06/30  04:37:33
18353         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
18354              when @_ is modified, causing coredumps
18355      Branch: perl
18356            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
18357 ____________________________________________________________________________
18358 [  6290] By: jhi                                   on 2000/06/30  02:21:44
18359         Log: Integrate with Sarathy.
18360      Branch: cfgperl
18361           !> vms/vms.c vms/vmsish.h
18362 ____________________________________________________________________________
18363 [  6289] By: jhi                                   on 2000/06/30  02:21:02
18364         Log: Check VERSIONs.
18365      Branch: cfgperl
18366            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18367            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18368            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18369 ____________________________________________________________________________
18370 [  6288] By: jhi                                   on 2000/06/30  02:18:52
18371         Log: Integrate with Sarathy.
18372      Branch: cfgperl
18373           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
18374           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18375           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18376           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
18377 ____________________________________________________________________________
18378 [  6287] By: gsar                                  on 2000/06/30  02:17:08
18379         Log: integrate vmsperl changes into mainline
18380      Branch: perl
18381           !> vms/vms.c vms/vmsish.h
18382 ____________________________________________________________________________
18383 [  6285] By: gsar                                  on 2000/06/30  02:05:28
18384         Log: localize %INC in a Safe compartment so that use/require work
18385              (many other magic globals probably need similar treatment)
18386      Branch: perl
18387            ! ext/Opcode/Opcode.xs
18388 ____________________________________________________________________________
18389 [  6284] By: gsar                                  on 2000/06/30  01:54:54
18390         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
18391              about Windows
18392      Branch: perl
18393            ! pod/perlembed.pod
18394 ____________________________________________________________________________
18395 [  6283] By: jhi                                   on 2000/06/30  01:50:10
18396         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
18397              From: Barrie Slaymaker <barries@jester.slaysys.com>
18398              Date: Wed, 28 Jun 2000 11:35:29 -0400
18399              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
18400      Branch: perl
18401            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
18402            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18403            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18404            ! lib/File/Spec/Win32.pm
18405 ____________________________________________________________________________
18406 [  6282] By: jhi                                   on 2000/06/29  22:57:22
18407         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
18408              From: Dan Sugalski <dan@sidhe.org>
18409              Date: Tue, 06 Jun 2000 11:59:50 -0400
18410              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
18411      Branch: cfgperl
18412            ! vms/vms.c
18413 ____________________________________________________________________________
18414 [  6281] By: jhi                                   on 2000/06/29  22:52:50
18415         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
18416              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18417              Date: Wed, 7 Jun 2000 04:02:04 -0500
18418              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
18419      Branch: cfgperl
18420            ! utils/h2xs.PL
18421 ____________________________________________________________________________
18422 [  6280] By: jhi                                   on 2000/06/29  22:45:47
18423         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
18424              From: rspier@pobox.com (Robert Spier)
18425              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
18426              Message-ID: <14654.31913.845602.610277@rls.cx>
18427      Branch: cfgperl
18428            ! utils/h2xs.PL
18429 ____________________________________________________________________________
18430 [  6279] By: jhi                                   on 2000/06/29  22:38:16
18431         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
18432              From: Tim Ayers <tayers@bridge.com>
18433              Date: Thu, 08 Jun 2000 08:11:06 +0200
18434              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
18435              [resent by Richard Foley, Message-Id probably wrong]
18436      Branch: cfgperl
18437            ! pod/perlsub.pod
18438 ____________________________________________________________________________
18439 [  6278] By: jhi                                   on 2000/06/29  22:21:45
18440         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
18441              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
18442              Date: Fri, 09 Jun 2000 12:39:27 -0400
18443              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
18444              (plus update the version "number" of Text::Wrap)
18445      Branch: cfgperl
18446            ! lib/Text/Wrap.pm
18447 ____________________________________________________________________________
18448 [  6277] By: jhi                                   on 2000/06/29  22:13:10
18449         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
18450              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18451              Date: Mon, 12 Jun 2000 14:55:59 +0100
18452              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
18453      Branch: cfgperl
18454            ! pod/perlfunc.pod
18455 ____________________________________________________________________________
18456 [  6276] By: jhi                                   on 2000/06/29  22:11:06
18457         Log: Subject: [PATCH] Re: eval documentation: context
18458              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18459              Date: Mon, 12 Jun 2000 15:07:29 +0100
18460              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
18461      Branch: cfgperl
18462            ! pod/perlfunc.pod
18463 ____________________________________________________________________________
18464 [  6275] By: jhi                                   on 2000/06/29  21:59:46
18465         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
18466              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18467              Date: Tue, 13 Jun 2000 02:43:48 -0500
18468              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
18469      Branch: cfgperl
18470            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
18471 ____________________________________________________________________________
18472 [  6274] By: jhi                                   on 2000/06/29  21:56:14
18473         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
18474              From: Andy Dougherty <doughera@lafayette.edu>
18475              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
18476              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
18477      Branch: cfgperl
18478            ! ext/File/Glob/Glob.pm
18479 ____________________________________________________________________________
18480 [  6273] By: jhi                                   on 2000/06/29  21:49:09
18481         Log: Subject: [PATCH] xsub attributes
18482              From: Doug MacEachern <dougm@covalent.net>
18483              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
18484              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
18485      Branch: cfgperl
18486            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
18487            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
18488 ____________________________________________________________________________
18489 [  6272] By: jhi                                   on 2000/06/29  21:41:28
18490         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
18491              From: Tom Phoenix <rootbeer@redcat.com>
18492              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
18493              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
18494      Branch: cfgperl
18495            ! lib/Net/Ping.pm
18496 ____________________________________________________________________________
18497 [  6271] By: jhi                                   on 2000/06/29  21:36:55
18498         Log: Subject: PATCH pod/perltie.pod
18499              From: Ian Phillipps <Ian.Phillipps@iname.com>
18500              Date: Fri, 16 Jun 2000 00:17:19 +0100
18501              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
18502              (only the first hunk, the second hunk had already been done
18503              by some other patch)
18504      Branch: cfgperl
18505            ! pod/perltie.pod
18506 ____________________________________________________________________________
18507 [  6270] By: jhi                                   on 2000/06/29  21:24:51
18508         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
18509              From: Nicholas Clark <nick@talking.bollo.cx>
18510              Date: Fri, 23 Jun 2000 16:21:15 +0100
18511              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
18512      Branch: cfgperl
18513            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
18514            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
18515 ____________________________________________________________________________
18516 [  6269] By: jhi                                   on 2000/06/29  19:38:15
18517         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
18518              silence few compiler warnings.
18519      Branch: cfgperl
18520            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
18521 ____________________________________________________________________________
18522 [  6268] By: jhi                                   on 2000/06/29  18:21:50
18523         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
18524              From: Dominic Dunlop <domo@computer.org> 
18525              Date: Thu, 29 Jun 2000 12:32:39 +0200 
18526              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
18527      Branch: cfgperl
18528            ! t/op/sprintf.t
18529 ____________________________________________________________________________
18530 [  6267] By: jhi                                   on 2000/06/29  18:16:07
18531         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
18532              From: Doug MacEachern <dougm@covalent.net>
18533              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
18534              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
18535      Branch: cfgperl
18536            + t/op/method2entersub.t
18537            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
18538            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18539            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
18540            ! xsutils.c
18541 ____________________________________________________________________________
18542 [  6266] By: jhi                                   on 2000/06/29  15:11:15
18543         Log: Subject: [PATCH 5.6.0] cygwin port
18544              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
18545              From: "Fifer, Eric" <EFifer@sanwaint.com>
18546              Date: Thu, 29 Jun 2000 12:58:29 +0100
18547      Branch: cfgperl
18548            ! cygwin/Makefile.SHs
18549 ____________________________________________________________________________
18550 [  6265] By: jhi                                   on 2000/06/29  15:04:05
18551         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
18552              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18553              Date: Wed, 28 Jun 2000 17:50:12 -0700
18554              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
18555      Branch: cfgperl
18556            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18557 ____________________________________________________________________________
18558 [  6264] By: jhi                                   on 2000/06/29  15:00:57
18559         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
18560              From: Marty Lucich <marty@netcom.com>
18561              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
18562              Message-Id: <200006282116.OAA11148@netcom.com>
18563              ccdlflags update (the BSD/OS 4.1 part had already been taken
18564              care of by #6141).
18565      Branch: cfgperl
18566            ! hints/bsdos.sh
18567 ____________________________________________________________________________
18568 [  6263] By: jhi                                   on 2000/06/29  13:47:44
18569         Log: tr fixes from Simon Cozens
18570      Branch: cfgperl
18571            ! doop.c
18572 ____________________________________________________________________________
18573 [  6262] By: jhi                                   on 2000/06/28  18:46:01
18574         Log: Subject: 5.6.0 Patch for EPOC
18575              From: Olaf Flebbe <o.flebbe@gmx.de>
18576              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
18577              Message-ID: <23449.960929969@www11.gmx.net>
18578      Branch: cfgperl
18579            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
18580            ! epoc/epocish.h
18581 ____________________________________________________________________________
18582 [  6261] By: jhi                                   on 2000/06/28  18:29:07
18583         Log: Subject: Re: [PATCH cfgperl] BOMs away!
18584              From: simon@brecon.co.uk (Simon Cozens)
18585              Date: 17 Jun 2000 11:49:57 GMT
18586              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
18587      Branch: cfgperl
18588            ! pod/perldiag.pod t/comp/require.t toke.c
18589 ____________________________________________________________________________
18590 [  6260] By: jhi                                   on 2000/06/28  17:47:16
18591         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
18592              From: simon@brecon.co.uk (Simon Cozens) 
18593              Date: 17 Jun 2000 11:56:44 GMT 
18594              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
18595              pack U0, pack C0
18596      Branch: cfgperl
18597            ! pod/perlfunc.pod pp.c t/op/pack.t
18598 ____________________________________________________________________________
18599 [  6259] By: jhi                                   on 2000/06/28  16:43:17
18600         Log: perlnewmod was missing from MANIFEST.
18601      Branch: cfgperl
18602            ! MANIFEST
18603 ____________________________________________________________________________
18604 [  6258] By: jhi                                   on 2000/06/28  15:54:30
18605         Log: linenumber tweak
18606      Branch: cfgperl
18607            ! t/pragma/warn/regcomp
18608 ____________________________________________________________________________
18609 [  6257] By: jhi                                   on 2000/06/28  15:50:44
18610         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
18611              From: Doug MacEachern <dougm@covalent.net>
18612              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
18613              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
18614              (one part of the patch had been applied earlier)
18615      Branch: cfgperl
18616            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
18617 ____________________________________________________________________________
18618 [  6256] By: jhi                                   on 2000/06/28  15:40:22
18619         Log: tweaks from Simon Cozens to further fix tr/// under utf8
18620      Branch: cfgperl
18621            ! doop.c
18622 ____________________________________________________________________________
18623 [  6255] By: jhi                                   on 2000/06/28  15:33:45
18624         Log: small thinko tweaks
18625      Branch: cfgperl
18626            ! lib/IPC/Open3.pm t/op/my_stash.t
18627 ____________________________________________________________________________
18628 [  6254] By: jhi                                   on 2000/06/28  15:33:25
18629         Log: Subject: tr///, help wanted.
18630              From: simon@brecon.co.uk (Simon Cozens)
18631              Date: 28 Jun 2000 11:29:04 GMT
18632              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
18633      Branch: cfgperl
18634            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
18635            ! pp_proto.h proto.h t/op/tr.t
18636 ____________________________________________________________________________
18637 [  6253] By: jhi                                   on 2000/06/28  15:09:17
18638         Log: Paranoia tweak on #6249.
18639              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
18640              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18641              Date: Sun, 25 Jun 2000 23:43:12 -0400
18642              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
18643      Branch: cfgperl
18644            ! lib/IPC/Open3.pm
18645 ____________________________________________________________________________
18646 [  6252] By: jhi                                   on 2000/06/28  15:01:38
18647         Log: Document #6249 and #6251.
18648      Branch: cfgperl
18649            ! lib/Exporter.pm lib/IPC/Open3.pm
18650 ____________________________________________________________________________
18651 [  6251] By: jhi                                   on 2000/06/28  14:50:43
18652         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
18653              From: Doug MacEachern <dougm@covalent.net>
18654              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
18655              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
18656      Branch: cfgperl
18657            ! lib/Exporter.pm
18658 ____________________________________________________________________________
18659 [  6250] By: jhi                                   on 2000/06/28  14:45:23
18660         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
18661              From: Doug MacEachern <dougm@covalent.net>
18662              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
18663              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
18664      Branch: cfgperl
18665            + t/op/my_stash.t
18666            ! MANIFEST embed.pl global.sym proto.h toke.c
18667 ____________________________________________________________________________
18668 [  6249] By: jhi                                   on 2000/06/28  14:36:34
18669         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
18670              From: Frank Tobin <ftobin@uiuc.edu>
18671              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
18672              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
18673      Branch: cfgperl
18674            ! lib/IPC/Open3.pm
18675 ____________________________________________________________________________
18676 [  6248] By: jhi                                   on 2000/06/28  14:11:25
18677         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
18678              From: Mark-Jason Dominus <mjd@plover.com>
18679              Date: Tue, 27 Jun 2000 22:36:42 -0400
18680              Message-ID: <20000628023642.12166.qmail@plover.com>
18681      Branch: cfgperl
18682            ! pod/perlfunc.pod
18683 ____________________________________________________________________________
18684 [  6247] By: jhi                                   on 2000/06/27  12:46:37
18685         Log: Tweak $VERSION, patch from Doug MacEachern.
18686      Branch: cfgperl
18687            ! lib/File/Spec.pm
18688 ____________________________________________________________________________
18689 [  6246] By: jhi                                   on 2000/06/27  03:34:46
18690         Log: Allow for standalone testing.
18691      Branch: cfgperl
18692            ! t/lib/filefunc.t t/lib/filespec.t
18693 ____________________________________________________________________________
18694 [  6245] By: jhi                                   on 2000/06/27  02:50:02
18695         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
18696              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18697              Date: Sat, 24 Jun 2000 13:06:20 +0100
18698              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
18699      Branch: cfgperl
18700            ! ext/DynaLoader/DynaLoader_pm.PL
18701 ____________________________________________________________________________
18702 [  6244] By: jhi                                   on 2000/06/27  02:46:10
18703         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
18704              From: Doug MacEachern <dougm@covalent.net>
18705              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
18706              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
18707      Branch: cfgperl
18708            ! gv.c sv.c t/lib/peek.t
18709 ____________________________________________________________________________
18710 [  6243] By: jhi                                   on 2000/06/27  02:38:07
18711         Log: Subject: [PATCH] is_utf8_string
18712              From: simon@brecon.co.uk (Simon Cozens)
18713              Date: 26 Jun 2000 02:25:59 GMT
18714              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
18715      Branch: cfgperl
18716            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
18717            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
18718            ! proto.h utf8.c
18719 ____________________________________________________________________________
18720 [  6242] By: jhi                                   on 2000/06/27  02:24:00
18721         Log: Subject: [PATCH] bytes<->utf8 fixes
18722              From: simon@brecon.co.uk (Simon Cozens)
18723              Date: 26 Jun 2000 04:55:45 GMT
18724              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
18725      Branch: cfgperl
18726            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
18727 ____________________________________________________________________________
18728 [  6241] By: jhi                                   on 2000/06/27  02:12:42
18729         Log: Do no -warn on \_, only on \alpha.
18730              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
18731              From: David Dyck <dcd@tc.fluke.com>
18732              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
18733              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
18734      Branch: cfgperl
18735            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
18736 ____________________________________________________________________________
18737 [  6240] By: jhi                                   on 2000/06/27  02:00:01
18738         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
18739              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18740              Date: Mon, 26 Jun 2000 18:40:14 +0100
18741              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
18742      Branch: cfgperl
18743            ! utils/h2xs.PL
18744 ____________________________________________________________________________
18745 [  6239] By: jhi                                   on 2000/06/27  01:53:40
18746         Log: Configure maintenance.  Sever some dependency cycles,
18747              separate gccversion from the cc unit,
18748              address [ID 20000623.006] Configure script patch for using gcc on AIX
18749              (but solve it a little bit differently),
18750              unduplex some accidentally duplicated units,
18751              suggest using gcc if no cc available
18752              (p5p thread: "Solaris configure: counterproposal", 1999-09)
18753      Branch: cfgperl
18754            ! Configure Todo-5.6 config_h.SH
18755      Branch: metaconfig
18756            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
18757            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
18758      Branch: metaconfig/U/perl
18759            + gccvers.U
18760            ! d_getespwnam.U d_getprpwnam.U i_prot.U
18761 ____________________________________________________________________________
18762 [  6238] By: jhi                                   on 2000/06/25  18:04:56
18763         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
18764              From: Dan Sugalski <dan@sidhe.org>
18765              Date: Fri, 23 Jun 2000 17:00:00 -0400
18766              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
18767      Branch: cfgperl
18768            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
18769 ____________________________________________________________________________
18770 [  6237] By: jhi                                   on 2000/06/25  16:36:45
18771         Log: Tweak embed.pl, regen headers.
18772      Branch: cfgperl
18773            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
18774            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
18775            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
18776            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
18777            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
18778 ____________________________________________________________________________
18779 [  6236] By: jhi                                   on 2000/06/25  15:26:42
18780         Log: Regen headers.
18781      Branch: cfgperl
18782            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
18783            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
18784            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
18785            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
18786            ! regnodes.h warnings.h
18787 ____________________________________________________________________________
18788 [  6235] By: jhi                                   on 2000/06/23  19:39:35
18789         Log: The thread begun by
18790              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
18791              From: Kevin.Ruscoe@ubsw.com
18792              Date: Fri, 16 Jun 2000 16:38:51 +0100
18793              Message-Id: <H000019b03c300d6@MHS>
18794      Branch: cfgperl
18795            ! hints/solaris_2.sh
18796 ____________________________________________________________________________
18797 [  6234] By: jhi                                   on 2000/06/23  19:23:36
18798         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
18799              because when run as services (Win32ese for daemons)
18800              no environment variables are set and tmpdir ends up as /tmp,
18801              which is ambiguous.
18802              
18803              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
18804              From: matt@sergeant.org
18805              Date: 16 Jun 2000 16:30:43 -0000
18806              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
18807      Branch: cfgperl
18808            ! lib/File/Spec/Win32.pm
18809 ____________________________________________________________________________
18810 [  6233] By: jhi                                   on 2000/06/23  19:18:58
18811         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
18812              From: Mark-Jason Dominus <mjd@plover.com>
18813              Date: Fri, 16 Jun 2000 20:53:04 -0400
18814              Message-ID: <20000617005304.8008.qmail@plover.com>
18815      Branch: cfgperl
18816            ! op.h
18817 ____________________________________________________________________________
18818 [  6232] By: jhi                                   on 2000/06/23  16:10:02
18819         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
18820              From: simon@brecon.co.uk (Simon Cozens)
18821              Date: 19 Jun 2000 15:18:27 GMT
18822              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
18823              
18824              plus update pod/Makefile and regenerate perltoc
18825      Branch: cfgperl
18826            + pod/perlutil.pod
18827            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
18828 ____________________________________________________________________________
18829 [  6231] By: jhi                                   on 2000/06/23  15:19:18
18830         Log: Subject: [PATCH 5.6.0] cygwin port
18831              From: "Fifer, Eric" <EFifer@sanwaint.com>
18832              Date: Tue, 20 Jun 2000 14:30:58 +0100
18833              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
18834      Branch: cfgperl
18835            ! README.cygwin lib/File/Find.pm
18836 ____________________________________________________________________________
18837 [  6230] By: jhi                                   on 2000/06/23  14:25:21
18838         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
18839      Branch: cfgperl
18840            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
18841            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18842            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18843            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
18844 ____________________________________________________________________________
18845 [  6229] By: jhi                                   on 2000/06/23  14:13:34
18846         Log: Subject: README.hpux version 0.6.1
18847              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
18848              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18849              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
18850      Branch: cfgperl
18851            ! README.hpux
18852 ____________________________________________________________________________
18853 [  6228] By: jhi                                   on 2000/06/23  14:07:20
18854         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
18855              From: Doug MacEachern <dougm@covalent.net>
18856              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
18857              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
18858      Branch: cfgperl
18859            ! op.c
18860 ____________________________________________________________________________
18861 [  6227] By: jhi                                   on 2000/06/23  14:01:06
18862         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
18863              From: Doug MacEachern <dougm@covalent.net>
18864              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
18865              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
18866      Branch: cfgperl
18867            + lib/lib.pm.PL
18868            - lib/lib.pm
18869            ! MANIFEST Makefile.SH
18870 ____________________________________________________________________________
18871 [  6226] By: jhi                                   on 2000/06/23  13:53:07
18872         Log: Subject: [PATCH] remove forward declarations in Socket.pm
18873              From: Doug MacEachern <dougm@covalent.net>
18874              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
18875              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
18876              
18877              From: Doug MacEachern <dougm@covalent.net>
18878              Subject: Re: [PATCH] remove forward declarations in Socket.pm
18879              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
18880              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
18881      Branch: cfgperl
18882            ! ext/Socket/Socket.pm op.c
18883 ____________________________________________________________________________
18884 [  6225] By: jhi                                   on 2000/06/23  13:41:52
18885         Log: Add source code filenames to apidoc.
18886              From: simon@brecon.co.uk (Simon Cozens)
18887              Subject: [PATCH embed.pl] Source X-ref
18888              Date: 22 Jun 2000 02:18:49 GMT
18889              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
18890      Branch: cfgperl
18891            ! embed.pl
18892 ____________________________________________________________________________
18893 [  6224] By: jhi                                   on 2000/06/23  13:32:33
18894         Log: A way to avoid English.pm performance hit.
18895              From: root <root@jester.slaysys.com>
18896              Subject: [YAPATCH English.pm] My turn to putt again
18897              Date: Thu, 22 Jun 2000 20:33:58 -0400
18898              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
18899      Branch: cfgperl
18900            ! lib/English.pm t/lib/english.t
18901 ____________________________________________________________________________
18902 [  6223] By: jhi                                   on 2000/06/23  13:27:06
18903         Log: Avoid double close().
18904              Subject: [PATCH] avoid double close()
18905              From: Doug MacEachern <dougm@covalent.net>
18906              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
18907              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
18908      Branch: cfgperl
18909            ! doio.c
18910 ____________________________________________________________________________
18911 [  6222] By: jhi                                   on 2000/06/23  13:25:54
18912         Log: doc typo fix
18913              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
18914              From: Ian Phillipps <Ian.Phillipps@iname.com>
18915              Date: Fri, 23 Jun 2000 10:40:58 +0100
18916              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
18917      Branch: cfgperl
18918            ! lib/Pod/Usage.pm
18919 ____________________________________________________________________________
18920 [  6221] By: jhi                                   on 2000/06/23  13:24:15
18921         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
18922              From: simon@brecon.co.uk (Simon Cozens)
18923              Subject: [PATCH] Eliminate tr///[CU][CU]
18924              Date: 23 Jun 2000 11:05:40 GMT
18925              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
18926      Branch: cfgperl
18927            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
18928 ____________________________________________________________________________
18929 [  6220] By: jhi                                   on 2000/06/22  16:07:51
18930         Log: Win32 patches from Benjamin Stuhl.
18931      Branch: cfgperl
18932            ! makedef.pl win32/win32.h
18933 ____________________________________________________________________________
18934 [  6219] By: jhi                                   on 2000/06/22  16:06:34
18935         Log: Bytecode patches from Benjamin Stuhl.
18936      Branch: cfgperl
18937            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18938            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
18939            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18940 ____________________________________________________________________________
18941 [  6218] By: jhi                                   on 2000/06/15  23:54:16
18942         Log: Bytecode patches from Benjamin Stuhl.
18943      Branch: cfgperl
18944            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18945 ____________________________________________________________________________
18946 [  6217] By: jhi                                   on 2000/06/09  13:38:29
18947         Log: Rename the fdpid locking and integrate with Sarathy.
18948      Branch: cfgperl
18949            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
18950            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
18951            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
18952            ! win32/win32.c
18953           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
18954 ____________________________________________________________________________
18955 [  6216] By: gsar                                  on 2000/06/08  14:54:21
18956         Log: be more optimal about clearing @_
18957      Branch: perl
18958            ! cop.h
18959 ____________________________________________________________________________
18960 [  6215] By: gsar                                  on 2000/06/08  14:33:04
18961         Log: tweak comment about @DB::args
18962      Branch: perl
18963            ! av.h pp_ctl.c
18964 ____________________________________________________________________________
18965 [  6214] By: gsar                                  on 2000/06/08  13:57:54
18966         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
18967              caller() wants to populate @DB::args with it (causes a coredump
18968              in Carp::confess())
18969      Branch: perl
18970            ! cop.h t/op/runlevel.t
18971 ____________________________________________________________________________
18972 [  6213] By: gsar                                  on 2000/06/08  07:06:35
18973         Log: back out change#6106 (seems problematic)
18974      Branch: perl
18975            ! hints/solaris_2.sh
18976 ____________________________________________________________________________
18977 [  6212] By: jhi                                   on 2000/06/07  03:10:36
18978         Log: Continuing mopup for #6204.
18979      Branch: cfgperl
18980            ! ext/B/defsubs_h.PL
18981 ____________________________________________________________________________
18982 [  6211] By: jhi                                   on 2000/06/07  02:41:50
18983         Log: Mopup for #6204.
18984              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
18985              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
18986              This is comes from const() where POK isn't on when expected.
18987      Branch: cfgperl
18988            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
18989            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18990            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
18991            ! perlapi.h pod/perlapi.pod
18992 ____________________________________________________________________________
18993 [  6210] By: jhi                                   on 2000/06/07  01:56:29
18994         Log: Mopup for #6207 and #6209.
18995      Branch: cfgperl
18996            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
18997 ____________________________________________________________________________
18998 [  6209] By: jhi                                   on 2000/06/07  01:33:12
18999         Log: Lock PL_fdpid against race conditions, based on:
19000              Subject: [PATCH 5.6.0]subprocess fixup for threads
19001              From: Dan Sugalski <dan@sidhe.org>
19002              To: perl5-porters@perl.org
19003              Date: Tue, 11 Apr 2000 17:02:32 -0400
19004              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
19005      Branch: cfgperl
19006            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
19007            ! win32/win32.c
19008 ____________________________________________________________________________
19009 [  6208] By: jhi                                   on 2000/06/07  01:05:23
19010         Log: Regen headers for #6207.
19011      Branch: cfgperl
19012            ! embed.h global.sym objXSUB.h proto.h
19013 ____________________________________________________________________________
19014 [  6207] By: jhi                                   on 2000/06/06  23:43:13
19015         Log: Subject: [PATCH 5.6.0] Threadsafe patches
19016              From: Dan Sugalski <dan@sidhe.org>
19017              To: perl5-porters@perl.org
19018              Date: Mon, 08 May 2000 18:08:13 -0400
19019              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
19020      Branch: cfgperl
19021            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
19022            ! proto.h sv.h util.c
19023 ____________________________________________________________________________
19024 [  6206] By: jhi                                   on 2000/06/06  23:21:23
19025         Log: Subject: [PATCH] Eliminate $a/$b in pod
19026              From: David Glasser <me@davidglasser.net>
19027              To: perl5-porters@perl.org
19028              Date: Mon, 29 May 2000 21:15:59 -0400
19029              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
19030      Branch: cfgperl
19031            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
19032            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
19033            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
19034            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
19035            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
19036            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
19037            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
19038            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
19039            ! pod/perlvar.pod pod/perlxs.pod
19040 ____________________________________________________________________________
19041 [  6205] By: jhi                                   on 2000/06/06  23:12:14
19042         Log: Subject: [PATCH] Win32 improvements
19043              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19044              To: gsar@activestate.com, perl5-porters@perl.org
19045              Date: Mon, 29 May 2000 17:22:24 PDT
19046              Message-ID: <20000530002224.91142.qmail@hotmail.com>
19047              (MUA had mangled many lines by wordwrapping)
19048      Branch: cfgperl
19049            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
19050 ____________________________________________________________________________
19051 [  6204] By: jhi                                   on 2000/06/06  23:01:50
19052         Log: Subject: [PATCH] B::Bytecode patches
19053              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19054              To: gsar@activestate.com, jhi@iki.fi
19055              Cc: perl5-porters@perl.org
19056              Message-ID: <20000602202526.48694.qmail@hotmail.com>
19057              (MUA had mangled many lines by wordwrapping)
19058      Branch: cfgperl
19059            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
19060            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
19061            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19062            ! intrpvar.h perl.c
19063 ____________________________________________________________________________
19064 [  6203] By: jhi                                   on 2000/06/06  22:32:43
19065         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
19066              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19067              Date: Tue, 06 Jun 2000 13:07:45 -0700
19068              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
19069      Branch: cfgperl
19070            ! pod/perldiag.pod
19071 ____________________________________________________________________________
19072 [  6202] By: jhi                                   on 2000/06/06  19:38:35
19073         Log: Integrate with Sarathy.
19074      Branch: cfgperl
19075           !> perl.c
19076 ____________________________________________________________________________
19077 [  6201] By: gsar                                  on 2000/06/06  00:42:59
19078         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
19079              does a PUSHMARK that's never ever POPMARKed; in general, only
19080              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
19081              Perl_eval_[sp]v() don't because they don't take any incoming
19082              arguments (this leak has been around since the original version
19083              of perl_eval_pv() in 5.003_97e)
19084      Branch: perl
19085            ! perl.c
19086 ____________________________________________________________________________
19087 [  6200] By: jhi                                   on 2000/06/04  03:44:52
19088         Log: Update to cperl-mode.el 4.31 from
19089              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
19090              Subject: A couple of notes
19091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19092              To: Mailing list Perl5 <perl5-porters@perl.org>
19093              Date: Sat, 3 Jun 2000 23:33:32 -0400
19094              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
19095      Branch: cfgperl
19096            ! emacs/cperl-mode.el
19097 ____________________________________________________________________________
19098 [  6199] By: jhi                                   on 2000/06/03  15:11:05
19099         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
19100              From: Dan Sugalski <dan@sidhe.org>
19101              To: perl5-porters@perl.org, vmsperl@perl.org
19102              Date: Fri, 02 Jun 2000 17:30:51 -0400
19103              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
19104      Branch: cfgperl
19105            ! vms/descrip_mms.template vms/gen_shrfls.pl
19106 ____________________________________________________________________________
19107 [  6198] By: jhi                                   on 2000/06/03  14:59:15
19108         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
19109              From: Dan Sugalski <dan@sidhe.org>
19110              To: vmsperl@perl.org, perl5-porters@perl.org
19111              Date: Fri, 02 Jun 2000 16:00:41 -0400
19112              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
19113              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
19114      Branch: cfgperl
19115            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
19116            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
19117            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
19118 ____________________________________________________________________________
19119 [  6197] By: jhi                                   on 2000/06/03  14:41:30
19120         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
19121              From: John Borwick <jhborwic@unity.ncsu.edu>
19122              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
19123              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
19124      Branch: cfgperl
19125            ! pod/perlsyn.pod
19126 ____________________________________________________________________________
19127 [  6196] By: jhi                                   on 2000/06/03  14:38:09
19128         Log: Integrate with Sarathy.
19129      Branch: cfgperl
19130           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19131           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19132           !> vms/perly_c.vms
19133 ____________________________________________________________________________
19134 [  6195] By: gsar                                  on 2000/06/02  22:43:13
19135         Log: fix yet another eval"" leak under USE_ITHREADS
19136      Branch: perl
19137            ! op.c
19138 ____________________________________________________________________________
19139 [  6194] By: gsar                                  on 2000/06/02  18:22:06
19140         Log: fix small eval"" memory leaks under USE_ITHREADS
19141      Branch: perl
19142            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19143            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19144            ! vms/perly_c.vms
19145 ____________________________________________________________________________
19146 [  6193] By: jhi                                   on 2000/06/01  13:03:56
19147         Log: Signals-be-gone for microperl.
19148      Branch: cfgperl
19149            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
19150 ____________________________________________________________________________
19151 [  6192] By: jhi                                   on 2000/06/01  12:52:02
19152         Log: Integrate with Sarathy.
19153      Branch: cfgperl
19154           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
19155           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
19156           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
19157           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19158           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
19159           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
19160           !> t/op/vec.t utils/h2xs.PL
19161 ____________________________________________________________________________
19162 [  6191] By: gsar                                  on 2000/06/01  09:38:21
19163         Log: vec() loses numericalness (modified version of patch suggested
19164              by Robin Barker)
19165      Branch: perl
19166            ! doop.c t/op/vec.t
19167 ____________________________________________________________________________
19168 [  6190] By: gsar                                  on 2000/06/01  09:26:15
19169         Log: submit missing embed.pl change
19170      Branch: perl
19171            ! embed.pl
19172 ____________________________________________________________________________
19173 [  6189] By: gsar                                  on 2000/06/01  09:05:34
19174         Log: counting tr/// corrupts later operation (from M.J.T Guy)
19175      Branch: perl
19176            ! doop.c t/op/tr.t
19177 ____________________________________________________________________________
19178 [  6188] By: gsar                                  on 2000/06/01  08:58:39
19179         Log: h2xs tweaks
19180      Branch: perl
19181            ! utils/h2xs.PL
19182 ____________________________________________________________________________
19183 [  6187] By: gsar                                  on 2000/06/01  08:50:07
19184         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
19185              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19186      Branch: perl
19187            + lib/Pod/LaTeX.pm
19188            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
19189            ! pod/pod2latex.PL
19190 ____________________________________________________________________________
19191 [  6186] By: gsar                                  on 2000/06/01  08:24:40
19192         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
19193              <wolfgang.laun@alcatel.at>)
19194      Branch: perl
19195            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19196            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
19197 ____________________________________________________________________________
19198 [  6185] By: gsar                                  on 2000/06/01  08:12:00
19199         Log: remove incorrect documentation about implicit split to @_ in
19200              list context, which never really worked in perl 5 (from
19201              M.J.T. Guy)
19202      Branch: perl
19203            ! pod/perlfunc.pod pod/perltrap.pod
19204 ____________________________________________________________________________
19205 [  6184] By: gsar                                  on 2000/06/01  07:52:27
19206         Log: tweak for change#6127
19207      Branch: perl
19208            ! perl.c
19209 ____________________________________________________________________________
19210 [  6183] By: gsar                                  on 2000/06/01  07:41:02
19211         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
19212              <nick@ccl4.org>)
19213      Branch: perl
19214            + t/lib/selfloader.t
19215            ! MANIFEST lib/SelfLoader.pm
19216 ____________________________________________________________________________
19217 [  6182] By: jhi                                   on 2000/06/01  00:34:42
19218         Log: Be Cleaner Part Deux.
19219      Branch: cfgperl
19220            ! Makefile.SH
19221 ____________________________________________________________________________
19222 [  6181] By: jhi                                   on 2000/06/01  00:32:09
19223         Log: Integrate with Sarathy.
19224      Branch: cfgperl
19225           !> pp.c t/op/arith.t
19226 ____________________________________________________________________________
19227 [  6180] By: jhi                                   on 2000/06/01  00:31:13
19228         Log: microperl nits from Simon Cozens.
19229      Branch: cfgperl
19230            + uconfig.h
19231            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
19232            ! unixish.h
19233 ____________________________________________________________________________
19234 [  6179] By: gsar                                  on 2000/05/31  22:37:51
19235         Log: buggy modulus on UVs introduced by change#3378 (resulted in
19236              4063328477 % 65535 amounting to 27406, instead of 27407)
19237      Branch: perl
19238            ! pp.c t/op/arith.t
19239 ____________________________________________________________________________
19240 [  6178] By: jhi                                   on 2000/05/31  21:52:41
19241         Log: Be cleaner.
19242      Branch: cfgperl
19243            ! Makefile.SH
19244 ____________________________________________________________________________
19245 [  6177] By: jhi                                   on 2000/05/31  21:47:33
19246         Log: Substitution utf8 patch from Simon Cozens.
19247      Branch: cfgperl
19248            ! pp_hot.c
19249 ____________________________________________________________________________
19250 [  6176] By: jhi                                   on 2000/05/31  21:45:34
19251         Log: Single-quoted utf8 patch from Simon Cozens.
19252      Branch: cfgperl
19253            ! toke.c
19254 ____________________________________________________________________________
19255 [  6175] By: jhi                                   on 2000/05/31  21:40:18
19256         Log: Integrate with Sarathy.
19257      Branch: cfgperl
19258           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
19259 ____________________________________________________________________________
19260 [  6174] By: jhi                                   on 2000/05/31  21:37:31
19261         Log: microperl changes from Simon Cozens; Makefile for microperl
19262              written from scratch; few casts added as microperl compilation
19263              doesn't have all prototypes available.
19264      Branch: cfgperl
19265            + Makefile.micro README.micro Todo.micro uconfig.sh
19266            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
19267            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
19268      Branch: metaconfig
19269            + U/modified/Config_h.U
19270 ____________________________________________________________________________
19271 [  6173] By: jhi                                   on 2000/05/31  20:00:24
19272         Log: metaconfig maintenance.
19273      Branch: metaconfig
19274            + U/modified/Inhdr.U U/typedefs/inotype.U
19275      Branch: metaconfig/U/perl
19276            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
19277            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
19278 ____________________________________________________________________________
19279 [  6172] By: gsar                                  on 2000/05/31  05:05:42
19280         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
19281              (from Ilya Zakharevich)
19282      Branch: perl
19283            ! regexec.c t/op/re_tests
19284 ____________________________________________________________________________
19285 [  6171] By: gsar                                  on 2000/05/31  05:01:47
19286         Log: scalar() doesn't force scalar context when used in void context
19287              (from Simon Cozens)
19288      Branch: perl
19289            ! op.c t/op/wantarray.t
19290 ____________________________________________________________________________
19291 [  6170] By: gsar                                  on 2000/05/31  04:41:33
19292         Log: change#6142 needs tweaks to tests to work where there's no symlink()
19293              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19294      Branch: perl
19295            ! t/lib/filefind.t
19296 ____________________________________________________________________________
19297 [  6169] By: gsar                                  on 2000/05/31  04:29:49
19298         Log: integrate cfgperl contents into mainline
19299      Branch: perl
19300           +> pod/perlmodlib.PL pod/perlnewmod.pod
19301           !> (integrate 42 files)
19302 ____________________________________________________________________________
19303 [  6168] By: jhi                                   on 2000/05/30  22:53:37
19304         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
19305      Branch: cfgperl
19306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19307            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
19308            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
19309            ! win32/config.bc win32/config.gc win32/config.vc
19310            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19311            ! win32/config_h.PL win32/config_sh.PL
19312      Branch: metaconfig/U/perl
19313            ! perlxv.U
19314 ____________________________________________________________________________
19315 [  6167] By: jhi                                   on 2000/05/30  22:20:21
19316         Log: tweak todo 
19317      Branch: cfgperl
19318            ! Todo-5.6
19319 ____________________________________________________________________________
19320 [  6166] By: jhi                                   on 2000/05/30  22:11:51
19321         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
19322              in case somebody wants to write an extension for more
19323              shadow database interfaces.
19324      Branch: cfgperl
19325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19326            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
19327            ! vos/config.def vos/config.h vos/config_h.SH_orig
19328            ! win32/config.bc win32/config.gc win32/config.vc
19329            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19330      Branch: metaconfig
19331            ! U/modified/Myinit.U
19332      Branch: metaconfig/U/perl
19333            + d_getespwnam.U d_getprpwnam.U i_prot.U
19334 ____________________________________________________________________________
19335 [  6165] By: jhi                                   on 2000/05/30  18:35:34
19336         Log: Integrate with Sarathy.
19337      Branch: cfgperl
19338           !> op.c
19339 ____________________________________________________________________________
19340 [  6164] By: jhi                                   on 2000/05/30  18:30:16
19341         Log: detypo
19342      Branch: cfgperl
19343            ! Configure config_h.SH
19344      Branch: metaconfig/U/perl
19345            ! perlxv.U
19346 ____________________________________________________________________________
19347 [  6163] By: gsar                                  on 2000/05/30  03:24:03
19348         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
19349      Branch: perl
19350            ! op.c
19351 ____________________________________________________________________________
19352 [  6162] By: gsar                                  on 2000/05/30  03:09:38
19353         Log: fix memory leak in method call optimization (change#3768);
19354              made C<eval "$x->foo()"> leak
19355      Branch: perl
19356            ! op.c
19357 ____________________________________________________________________________
19358 [  6161] By: jhi                                   on 2000/05/29  17:56:26
19359         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
19360              both from Simon Cozens.
19361      Branch: cfgperl
19362            + pod/perlmodlib.PL pod/perlnewmod.pod
19363            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
19364            ! pod/perlmodlib.pod pod/perltoc.pod
19365 ____________________________________________________________________________
19366 [  6160] By: jhi                                   on 2000/05/29  17:23:55
19367         Log: Changes for the File::Temp 0.08 (change #6159) test suite
19368              to fit better into the Perl distribution test framework.
19369      Branch: cfgperl
19370            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
19371            ! t/lib/ftmp-tempfile.t
19372 ____________________________________________________________________________
19373 [  6159] By: jhi                                   on 2000/05/29  16:55:36
19374         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
19375      Branch: cfgperl
19376            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19377            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19378 ____________________________________________________________________________
19379 [  6158] By: bailey                                on 2000/05/29  16:22:08
19380         Log: Add fallback to tmpfile for use in cases where user's relying on
19381              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
19382              Lane's patch)
19383      Branch: vmsperl
19384            ! vms/vms.c vms/vmsish.h
19385 ____________________________________________________________________________
19386 [  6157] By: jhi                                   on 2000/05/29  03:10:36
19387         Log: Regen Configure to jive with #6149.
19388      Branch: cfgperl
19389            ! Configure
19390      Branch: metaconfig
19391            ! U/modified/Getfile.U
19392 ____________________________________________________________________________
19393 [  6156] By: jhi                                   on 2000/05/29  03:01:38
19394         Log: Integrate with Sarathy.
19395      Branch: cfgperl
19396           +> ext/DynaLoader/dl_mac.xs
19397           !> (integrate 38 files)
19398 ____________________________________________________________________________
19399 [  6155] By: gsar                                  on 2000/05/28  21:15:58
19400         Log: small bug in change#6144; remove random \xA0 character that snuck
19401              in via change#6145
19402      Branch: perl
19403            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
19404 ____________________________________________________________________________
19405 [  6154] By: gsar                                  on 2000/05/28  21:04:19
19406         Log: avoid type mismatch warning
19407      Branch: perl
19408            ! perl.c
19409 ____________________________________________________________________________
19410 [  6153] By: gsar                                  on 2000/05/28  20:58:31
19411         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
19412              <nick@Bagpuss.uk.boo.com>)
19413      Branch: perl
19414            ! lib/Test/Harness.pm
19415 ____________________________________________________________________________
19416 [  6152] By: gsar                                  on 2000/05/28  20:53:42
19417         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
19418      Branch: perl
19419            ! regexec.c
19420 ____________________________________________________________________________
19421 [  6151] By: gsar                                  on 2000/05/28  20:50:28
19422         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
19423      Branch: perl
19424            ! regexec.c
19425 ____________________________________________________________________________
19426 [  6150] By: gsar                                  on 2000/05/28  20:39:58
19427         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
19428      Branch: perl
19429            ! pod/perlrequick.pod
19430 ____________________________________________________________________________
19431 [  6149] By: gsar                                  on 2000/05/28  20:35:16
19432         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
19433              <troc@netrus.net>)
19434      Branch: perl
19435            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
19436            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
19437            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
19438            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
19439 ____________________________________________________________________________
19440 [  6148] By: gsar                                  on 2000/05/28  20:21:07
19441         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
19442      Branch: perl
19443            ! lib/ExtUtils/MM_Unix.pm
19444 ____________________________________________________________________________
19445 [  6147] By: gsar                                  on 2000/05/28  20:12:41
19446         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
19447              (from Peter Prymmer)
19448      Branch: perl
19449            ! vms/subconfigure.com
19450 ____________________________________________________________________________
19451 [  6146] By: gsar                                  on 2000/05/28  20:06:15
19452         Log: doc typo
19453      Branch: perl
19454            ! lib/warnings.pm warnings.h warnings.pl
19455 ____________________________________________________________________________
19456 [  6145] By: gsar                                  on 2000/05/28  18:44:33
19457         Log: make xsubpp skip embedded pod (from Matthias Neeracher
19458              <neeri@iis.ee.ethz.ch>)
19459      Branch: perl
19460            ! lib/ExtUtils/xsubpp
19461 ____________________________________________________________________________
19462 [  6144] By: gsar                                  on 2000/05/28  18:42:49
19463         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
19464              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
19465              <neeri@iis.ee.ethz.ch>)
19466      Branch: perl
19467            ! lib/AutoSplit.pm
19468 ____________________________________________________________________________
19469 [  6143] By: gsar                                  on 2000/05/28  18:41:12
19470         Log: MacOS support, part 1 (from Matthias Neeracher
19471              <neeri@iis.ee.ethz.ch>)
19472      Branch: perl
19473            + ext/DynaLoader/dl_mac.xs
19474            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
19475            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
19476            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
19477            ! util.h
19478 ____________________________________________________________________________
19479 [  6142] By: gsar                                  on 2000/05/28  18:21:51
19480         Log: File::Find fails to chdir when chasing symlinks (from
19481              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19482      Branch: perl
19483            ! lib/File/Find.pm t/lib/filefind.t
19484 ____________________________________________________________________________
19485 [  6141] By: jhi                                   on 2000/05/28  14:25:15
19486         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
19487              forwarded by Peter Seebach from the bsdi-users mailing list.
19488              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
19489      Branch: perl
19490            ! hints/bsdos.sh
19491 ____________________________________________________________________________
19492 [  6140] By: jhi                                   on 2000/05/28  14:11:57
19493         Log: Integrate with Sarathy.
19494      Branch: cfgperl
19495           +> (branch 30 files)
19496           !> (integrate 93 files)
19497 ____________________________________________________________________________
19498 [  6139] By: gsar                                  on 2000/05/28  10:01:48
19499         Log: revise mktables.PL for bugs and newness in Unicode 3.0
19500              (from James Bence <jbence@amgen.com>)
19501      Branch: perl
19502            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
19503            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
19504            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
19505            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
19506            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
19507            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
19508            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
19509            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
19510            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
19511            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
19512            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
19513            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
19514            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
19515            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
19516            + lib/unicode/Is/SylWU.pl
19517            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
19518            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19519            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
19520            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
19521            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
19522            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
19523            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
19524            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
19525            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
19526            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
19527            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
19528            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
19529            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
19530            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
19531            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
19532            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
19533            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
19534            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
19535            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
19536            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
19537            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
19538            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
19539            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
19540            ! lib/unicode/Makefile lib/unicode/mktables.PL
19541 ____________________________________________________________________________
19542 [  6138] By: gsar                                  on 2000/05/28  08:50:32
19543         Log: add note about the handling of negative indices to tied arrays
19544              (from Michael G Schwern <schwern@pobox.com>)
19545      Branch: perl
19546            ! pod/perltie.pod
19547 ____________________________________________________________________________
19548 [  6137] By: gsar                                  on 2000/05/28  08:46:10
19549         Log: fix bogus redeclaration warning for "our" variables in different
19550              scopes
19551      Branch: perl
19552            ! op.c t/pragma/strict-vars
19553 ____________________________________________________________________________
19554 [  6136] By: gsar                                  on 2000/05/28  08:31:20
19555         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
19556      Branch: perl
19557            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
19558 ____________________________________________________________________________
19559 [  6135] By: gsar                                  on 2000/05/28  08:17:50
19560         Log: enable Test::Harness to dynamically determine column width etc.
19561              (from Rob Napier <rnapier@employees.org>)
19562      Branch: perl
19563            ! lib/Test/Harness.pm
19564 ____________________________________________________________________________
19565 [  6134] By: gsar                                  on 2000/05/28  08:13:39
19566         Log: make Test::Harness use wait.h/WCOREDUMP if available
19567              (from Ben Tilly <ben_tilly@hotmail.com>)
19568      Branch: perl
19569            ! lib/Test/Harness.pm
19570 ____________________________________________________________________________
19571 [  6133] By: gsar                                  on 2000/05/28  08:08:05
19572         Log: elide bogus test in change#6132
19573      Branch: perl
19574            ! t/pragma/warn/9enabled
19575 ____________________________________________________________________________
19576 [  6132] By: gsar                                  on 2000/05/28  08:03:14
19577         Log: warnings::enabled() doesn't fall back to looking at $^W if
19578              caller isn't using lexical warnings (from Paul Marquess)
19579      Branch: perl
19580            ! pp_ctl.c t/pragma/warn/9enabled
19581 ____________________________________________________________________________
19582 [  6131] By: gsar                                  on 2000/05/28  07:57:47
19583         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
19584      Branch: perl
19585            ! ext/POSIX/POSIX.pm
19586 ____________________________________________________________________________
19587 [  6130] By: gsar                                  on 2000/05/28  07:29:12
19588         Log: fix places that mean C<"word" character> but say C<alphanumeric
19589              character>
19590      Branch: perl
19591            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
19592 ____________________________________________________________________________
19593 [  6129] By: gsar                                  on 2000/05/28  07:18:41
19594         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
19595      Branch: perl
19596            ! vms/test.com
19597 ____________________________________________________________________________
19598 [  6128] By: gsar                                  on 2000/05/28  07:12:55
19599         Log: new perlxstut example for passing/returning refs to arrays
19600              (from David Lowe <dlowe@pootpoot.com>)
19601      Branch: perl
19602            ! pod/perlxstut.pod
19603 ____________________________________________________________________________
19604 [  6127] By: gsar                                  on 2000/05/28  07:02:50
19605         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
19606              failed (from Gisle Aas)
19607      Branch: perl
19608            ! cop.h perl.c
19609 ____________________________________________________________________________
19610 [  6126] By: gsar                                  on 2000/05/28  06:39:53
19611         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
19612              (reworked variant of patch suggested by Simon Cozens)
19613      Branch: perl
19614            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
19615            ! pp_hot.c proto.h t/op/gv.t
19616 ____________________________________________________________________________
19617 [  6125] By: gsar                                  on 2000/05/28  05:14:55
19618         Log: enable propagating exception objects via Perl_croak() in XS code
19619              (from Gisle Aas)
19620      Branch: perl
19621            ! util.c
19622 ____________________________________________________________________________
19623 [  6124] By: gsar                                  on 2000/05/28  05:07:28
19624         Log: integrate vmsperl contents into mainline
19625      Branch: perl
19626           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
19627           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
19628           !> vms/vmsish.h
19629 ____________________________________________________________________________
19630 [  6123] By: gsar                                  on 2000/05/28  05:03:53
19631         Log: clarify gotcha with #line directives (from Rocco Caputo
19632              <troc@netrus.net>)
19633      Branch: perl
19634            ! pod/perldebug.pod pod/perlsyn.pod
19635 ____________________________________________________________________________
19636 [  6122] By: gsar                                  on 2000/05/28  04:58:29
19637         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
19638              (from Mark-Jason Dominus)
19639      Branch: perl
19640            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
19641            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
19642            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
19643            ! toke.c
19644 ____________________________________________________________________________
19645 [  6121] By: bailey                                on 2000/05/25  04:46:54
19646         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
19647              lists (based on fixes by Craig Berry)
19648      Branch: vmsperl
19649            ! lib/File/Spec/VMS.pm
19650 ____________________________________________________________________________
19651 [  6120] By: bailey                                on 2000/05/25  04:25:38
19652         Log: Add missing escape (Charles Lane)
19653      Branch: vmsperl
19654            ! t/op/lex_assign.t
19655 ____________________________________________________________________________
19656 [  6119] By: bailey                                on 2000/05/25  04:21:25
19657         Log: Quiet error messages in vmsish.t (Charles Lane)
19658      Branch: vmsperl
19659            ! vms/ext/vmsish.t
19660 ____________________________________________________________________________
19661 [  6118] By: bailey                                on 2000/05/25  04:17:57
19662         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
19663              Flatten case labels in switch statements uniformly (Charles Bailey)
19664      Branch: vmsperl
19665            ! vms/vms.c
19666 ____________________________________________________________________________
19667 [  6117] By: bailey                                on 2000/05/25  03:58:09
19668         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
19669      Branch: vmsperl
19670            ! vms/vmsish.h
19671 ____________________________________________________________________________
19672 [  6116] By: bailey                                on 2000/05/25  03:11:15
19673         Log: Miscellaneous cosmetic fixes (Charles Lane)
19674      Branch: vmsperl
19675            ! lib/ExtUtils/MM_VMS.pm
19676 ____________________________________________________________________________
19677 [  6115] By: bailey                                on 2000/05/25  03:10:36
19678         Log: Add bounds checking for several strings (Charles Lane)
19679      Branch: vmsperl
19680            ! vms/vms.c
19681 ____________________________________________________________________________
19682 [  6114] By: bailey                                on 2000/05/25  02:25:34
19683         Log: Urk -- undo previous removal of vmsish 'exit' change
19684      Branch: vmsperl
19685            ! vms/ext/vmsish.pm vms/vmsish.h
19686 ____________________________________________________________________________
19687 [  6113] By: bailey                                on 2000/05/24  02:24:40
19688         Log: Ugly workaround for version-specific RTL error
19689      Branch: vmsperl
19690            ! vms/vms.c
19691 ____________________________________________________________________________
19692 [  6112] By: bailey                                on 2000/05/24  02:19:55
19693         Log: Check for existence of file before trying to delete
19694      Branch: vmsperl
19695            ! vms/test.com
19696 ____________________________________________________________________________
19697 [  6111] By: bailey                                on 2000/05/23  23:35:13
19698         Log: Resync with mainline prior to post-5.6.0 updates
19699      Branch: vmsperl
19700           +> (branch 49 files)
19701            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
19702            ! vms/ext/vmsish.pm
19703           !> (integrate 334 files)
19704 ____________________________________________________________________________
19705 [  6110] By: jhi                                   on 2000/05/23  19:28:32
19706         Log: todo tweak
19707      Branch: cfgperl
19708            ! Todo-5.6
19709 ____________________________________________________________________________
19710 [  6109] By: jhi                                   on 2000/05/18  17:38:54
19711         Log: Integrate with Sarathy.
19712      Branch: cfgperl
19713           !> mg.c perl.h win32/perlhost.h
19714 ____________________________________________________________________________
19715 [  6108] By: gsar                                  on 2000/05/17  02:24:56
19716         Log: reenable fake signal handling on Windows, bugs and all
19717      Branch: perl
19718            ! mg.c perl.h win32/perlhost.h
19719 ____________________________________________________________________________
19720 [  6107] By: jhi                                   on 2000/05/15  18:01:41
19721         Log: Tweak the todo list.
19722      Branch: cfgperl
19723            ! Todo-5.6
19724 ____________________________________________________________________________
19725 [  6106] By: jhi                                   on 2000/05/15  13:41:48
19726         Log: The (Configure) script refuses to go on, after asking for
19727              'You may also choose to try maximal 64-bitness....'.
19728              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
19729              -- Patrick Zima
19730              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
19731      Branch: cfgperl
19732            ! hints/solaris_2.sh
19733 ____________________________________________________________________________
19734 [  6105] By: jhi                                   on 2000/05/11  14:37:43
19735         Log: Integrate with Sarathy.
19736      Branch: cfgperl
19737           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
19738           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
19739 ____________________________________________________________________________
19740 [  6104] By: gsar                                  on 2000/05/11  03:39:07
19741         Log: PL_sys_intern was being initialized too late on windows
19742      Branch: perl
19743            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
19744            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
19745 ____________________________________________________________________________
19746 [  6103] By: jhi                                   on 2000/05/09  19:42:20
19747         Log: Test tweaking for Unicos continues.
19748      Branch: cfgperl
19749            ! t/op/64bitint.t
19750 ____________________________________________________________________________
19751 [  6102] By: jhi                                   on 2000/05/09  16:47:27
19752         Log: The test suite tweak in #6101 wasn't quite right.
19753      Branch: cfgperl
19754            ! t/lib/complex.t
19755 ____________________________________________________________________________
19756 [  6101] By: jhi                                   on 2000/05/09  15:35:34
19757         Log: Hints and test tweaks for Unicos.
19758      Branch: cfgperl
19759            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
19760 ____________________________________________________________________________
19761 [  6100] By: jhi                                   on 2000/05/08  21:15:06
19762         Log: More compilation tweakery from Allen Smith.
19763      Branch: cfgperl
19764            ! hints/irix_6.sh
19765 ____________________________________________________________________________
19766 [  6099] By: jhi                                   on 2000/05/08  19:21:18
19767         Log: Tweaks for the cc bugs from Allen Smith.
19768      Branch: cfgperl
19769            ! hints/irix_6.sh
19770 ____________________________________________________________________________
19771 [  6098] By: jhi                                   on 2000/05/08  19:13:37
19772         Log: Add a note about other, yet unsupported, shadow password APIs.
19773      Branch: cfgperl
19774            ! pp_sys.c
19775 ____________________________________________________________________________
19776 [  6097] By: jhi                                   on 2000/05/08  18:46:34
19777         Log: Add a note about possible compilation problems from Allen Smith.
19778      Branch: cfgperl
19779            ! hints/irix_6.sh
19780 ____________________________________________________________________________
19781 [  6096] By: jhi                                   on 2000/05/08  17:33:10
19782         Log: Integrate with Sarathy.
19783      Branch: cfgperl
19784           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
19785           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
19786 ____________________________________________________________________________
19787 [  6095] By: jhi                                   on 2000/05/08  16:21:33
19788         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
19789              might be useful in future.
19790      Branch: cfgperl
19791            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19792            ! config_h.SH
19793      Branch: metaconfig
19794            ! U/installdirs/inc_version_list.U
19795      Branch: metaconfig/U/perl
19796            ! perlxv.U
19797 ____________________________________________________________________________
19798 [  6094] By: gsar                                  on 2000/05/08  14:22:22
19799         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
19800      Branch: perl
19801            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
19802            ! hints/cygwin.sh pp_sys.c
19803 ____________________________________________________________________________
19804 [  6093] By: gsar                                  on 2000/05/08  12:52:28
19805         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
19806              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
19807      Branch: perl
19808            ! pp_sys.c sv.c win32/perlhost.h
19809 ____________________________________________________________________________
19810 [  6092] By: jhi                                   on 2000/05/07  22:40:34
19811         Log: Regen perltoc with the fixed buildtoc.
19812      Branch: cfgperl
19813            ! pod/perltoc.pod
19814 ____________________________________________________________________________
19815 [  6091] By: jhi                                   on 2000/05/07  22:24:16
19816         Log: Integrate with Sarathy.
19817      Branch: cfgperl
19818           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
19819           !> t/op/substr.t toke.c
19820 ____________________________________________________________________________
19821 [  6090] By: gsar                                  on 2000/05/07  19:47:07
19822         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
19823              [NI]OK; added tests for both
19824      Branch: perl
19825            ! perl.c pp_hot.c sv.c t/op/substr.t
19826 ____________________________________________________________________________
19827 [  6089] By: gsar                                  on 2000/05/07  18:18:38
19828         Log: buildtoc tweak to fix newline lossage
19829      Branch: perl
19830            ! pod/buildtoc
19831 ____________________________________________________________________________
19832 [  6088] By: jhi                                   on 2000/05/07  16:35:36
19833         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
19834              because we do not use those.  The HAS_GETSPNAM remains,
19835              though, because we still do use that.
19836      Branch: cfgperl
19837            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19838            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
19839            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
19840            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
19841            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19842            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
19843 ____________________________________________________________________________
19844 [  6087] By: gsar                                  on 2000/05/07  16:05:16
19845         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
19846      Branch: perl
19847            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
19848 ____________________________________________________________________________
19849 [  6086] By: jhi                                   on 2000/05/07  15:27:07
19850         Log: Integrate with Sarathy.
19851      Branch: cfgperl
19852           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19853           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19854           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
19855           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
19856           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
19857           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
19858 ____________________________________________________________________________
19859 [  6085] By: gsar                                  on 2000/05/07  05:52:02
19860         Log: repeat operator (x) doesn't preserve utf8-ness
19861      Branch: perl
19862            ! pp.c t/op/substr.t
19863 ____________________________________________________________________________
19864 [  6084] By: gsar                                  on 2000/05/07  05:39:55
19865         Log: substr() does not preserve utf8-ness (from Stefan Eissing
19866              <Eissing@medicaldataservice.de>); added tests
19867      Branch: perl
19868            ! pp.c t/op/substr.t
19869 ____________________________________________________________________________
19870 [  6083] By: gsar                                  on 2000/05/07  05:24:46
19871         Log: note about undocumented caller() return value (from M.J.T. Guy);
19872              yet another peek.t tweak
19873      Branch: perl
19874            ! pod/perlfunc.pod t/lib/peek.t
19875 ____________________________________________________________________________
19876 [  6082] By: gsar                                  on 2000/05/07  05:08:40
19877         Log: peek.t non-portable to ithreads
19878      Branch: perl
19879            ! t/lib/peek.t
19880 ____________________________________________________________________________
19881 [  6081] By: gsar                                  on 2000/05/07  04:17:04
19882         Log: better default perlbug categories for ok reports (from Richard Foley)
19883      Branch: perl
19884            ! utils/perlbug.PL
19885 ____________________________________________________________________________
19886 [  6080] By: gsar                                  on 2000/05/07  04:08:07
19887         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
19888              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19889      Branch: perl
19890            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19891            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19892            ! AUTHORS MAINTAIN MANIFEST
19893 ____________________________________________________________________________
19894 [  6079] By: gsar                                  on 2000/05/07  04:01:38
19895         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
19896      Branch: perl
19897            ! lib/Carp/Heavy.pm
19898 ____________________________________________________________________________
19899 [  6078] By: gsar                                  on 2000/05/07  01:24:19
19900         Log: workaround for CRT bug in chdir() (from Charles Lane, via
19901              Peter Prymmer)
19902      Branch: perl
19903            ! iperlsys.h vms/vms.c vms/vmsish.h
19904 ____________________________________________________________________________
19905 [  6077] By: gsar                                  on 2000/05/07  01:22:23
19906         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
19907              and Tom Phoenix)
19908      Branch: perl
19909            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
19910 ____________________________________________________________________________
19911 [  6076] By: gsar                                  on 2000/05/06  17:36:29
19912         Log: integrate cfgperl contents into mainline
19913      Branch: perl
19914           +> t/lib/peek.t
19915           !> Configure MANIFEST Porting/Glossary Porting/config.sh
19916           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
19917           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
19918           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
19919 ____________________________________________________________________________
19920 [  6075] By: jhi                                   on 2000/05/05  18:56:10
19921         Log: Make the test more portable.
19922      Branch: cfgperl
19923            ! t/lib/peek.t
19924 ____________________________________________________________________________
19925 [  6074] By: jhi                                   on 2000/05/05  18:49:20
19926         Log: Introduce t/lib/peek.t.
19927      Branch: cfgperl
19928            + t/lib/peek.t
19929            ! MANIFEST
19930 ____________________________________________________________________________
19931 [  6073] By: jhi                                   on 2000/05/05  14:30:45
19932         Log: Complex tweaks.
19933      Branch: cfgperl
19934            ! lib/Math/Complex.pm t/lib/complex.t
19935 ____________________________________________________________________________
19936 [  6072] By: jhi                                   on 2000/05/05  12:27:13
19937         Log: Integrate with Sarathy.
19938      Branch: cfgperl
19939           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
19940           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19941           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
19942           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
19943 ____________________________________________________________________________
19944 [  6071] By: gsar                                  on 2000/05/05  02:24:46
19945         Log: misformatted perllocal.pod (from Tim Jenness
19946              <t.jenness@jach.hawaii.edu>)
19947      Branch: perl
19948            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
19949 ____________________________________________________________________________
19950 [  6070] By: gsar                                  on 2000/05/05  02:16:52
19951         Log: remove misleading comment (from M.J.T. Guy)
19952      Branch: perl
19953            ! t/lib/anydbm.t
19954 ____________________________________________________________________________
19955 [  6069] By: gsar                                  on 2000/05/05  02:15:13
19956         Log: File::Spec compatibility update (from Barrie Slaymaker
19957              <barries@slaysys.com>)
19958      Branch: perl
19959            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19960            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19961 ____________________________________________________________________________
19962 [  6068] By: gsar                                  on 2000/05/05  02:01:50
19963         Log: note about values()
19964      Branch: perl
19965            ! pod/perlfunc.pod
19966 ____________________________________________________________________________
19967 [  6067] By: gsar                                  on 2000/05/05  01:33:09
19968         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
19969      Branch: perl
19970            ! win32/win32.c
19971 ____________________________________________________________________________
19972 [  6066] By: gsar                                  on 2000/05/05  01:23:43
19973         Log: s/END/CHECK/
19974      Branch: perl
19975            ! perl.c
19976 ____________________________________________________________________________
19977 [  6065] By: jhi                                   on 2000/05/04  17:30:22
19978         Log: Integrate with Sarathy.
19979      Branch: cfgperl
19980           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
19981 ____________________________________________________________________________
19982 [  6064] By: gsar                                  on 2000/05/04  17:26:14
19983         Log: change#5905 wasn't quite right--it's intent only applies when arguments
19984              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
19985      Branch: perl
19986            ! pp_sys.c sv.c
19987 ____________________________________________________________________________
19988 [  6063] By: gsar                                  on 2000/05/04  16:52:29
19989         Log: tokeq() could read unallocated field in argument
19990      Branch: perl
19991            ! toke.c
19992 ____________________________________________________________________________
19993 [  6062] By: gsar                                  on 2000/05/04  16:34:51
19994         Log: additional tests for utf8.t
19995      Branch: perl
19996            ! t/pragma/utf8.t
19997 ____________________________________________________________________________
19998 [  6061] By: gsar                                  on 2000/05/04  16:09:28
19999         Log: change#5921 neglected to make eq honor "use bytes"
20000      Branch: perl
20001            ! sv.c
20002 ____________________________________________________________________________
20003 [  6060] By: jhi                                   on 2000/05/04  15:30:16
20004         Log: Integrate with Sarathy.
20005      Branch: cfgperl
20006           !> perl.c regcomp.c t/pragma/utf8.t
20007 ____________________________________________________________________________
20008 [  6059] By: jhi                                   on 2000/05/04  15:26:37
20009         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
20010              in natively 64-bit platforms where a long is a quad (no need
20011              for long longs).  Also added bias for IVs.
20012      Branch: cfgperl
20013            ! toke.c
20014 ____________________________________________________________________________
20015 [  6058] By: gsar                                  on 2000/05/04  00:19:14
20016         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
20017              (spotted by Donald Kinzer <dkinzer@premia.com>)
20018      Branch: perl
20019            ! perl.c
20020 ____________________________________________________________________________
20021 [  6057] By: gsar                                  on 2000/05/03  18:34:01
20022         Log: fix broken parsing of /\x{ab}/
20023      Branch: perl
20024            ! regcomp.c t/pragma/utf8.t
20025 ____________________________________________________________________________
20026 [  6056] By: jhi                                   on 2000/05/03  17:57:16
20027         Log: The search of infinity continues, this time simplified.
20028      Branch: cfgperl
20029            ! lib/Math/Complex.pm
20030 ____________________________________________________________________________
20031 [  6055] By: jhi                                   on 2000/05/03  17:45:30
20032         Log: Detypo.
20033      Branch: cfgperl
20034            ! hints/unicos.sh
20035 ____________________________________________________________________________
20036 [  6054] By: jhi                                   on 2000/05/02  22:28:27
20037         Log: Be more forgiving in POSIX about HUGE_VALL.
20038      Branch: cfgperl
20039            ! ext/POSIX/POSIX.xs
20040 ____________________________________________________________________________
20041 [  6053] By: jhi                                   on 2000/05/02  22:25:05
20042         Log: Integrate with Sarathy.
20043      Branch: cfgperl
20044           !> hints/irix_6.sh pod/perlop.pod
20045 ____________________________________________________________________________
20046 [  6052] By: jhi                                   on 2000/05/02  22:24:31
20047         Log: Unicos hint tweak.
20048      Branch: cfgperl
20049            ! hints/unicos.sh
20050 ____________________________________________________________________________
20051 [  6051] By: jhi                                   on 2000/05/02  22:21:26
20052         Log: Complex tweakery.
20053      Branch: cfgperl
20054            ! lib/Math/Complex.pm t/lib/complex.t
20055 ____________________________________________________________________________
20056 [  6050] By: jhi                                   on 2000/05/02  19:26:22
20057         Log: Use setxxent()/endxxent().
20058      Branch: cfgperl
20059            ! t/op/grent.t t/op/pwent.t
20060 ____________________________________________________________________________
20061 [  6049] By: jhi                                   on 2000/05/02  19:06:02
20062         Log: Test both the scalar and list contexts.
20063      Branch: cfgperl
20064            ! t/op/grent.t t/op/pwent.t
20065 ____________________________________________________________________________
20066 [  6048] By: gsar                                  on 2000/05/02  18:29:10
20067         Log: add note about how $( doesn't interpolate in REs (from
20068              Philip Newton <newton@ficus.frogspace.net>)
20069      Branch: perl
20070            ! pod/perlop.pod
20071 ____________________________________________________________________________
20072 [  6047] By: jhi                                   on 2000/05/02  17:41:24
20073         Log: Call getspnam() only iff needd.
20074      Branch: cfgperl
20075            ! pp_sys.c
20076 ____________________________________________________________________________
20077 [  6046] By: gsar                                  on 2000/05/02  17:07:25
20078         Log: libscheck has insufficient checks for n32 libs (from
20079              Albert Chin-A-Young <china@thewrittenword.com>)
20080      Branch: perl
20081            ! hints/irix_6.sh
20082 ____________________________________________________________________________
20083 [  6045] By: jhi                                   on 2000/05/02  13:57:17
20084         Log: Integrate with Sarathy.
20085      Branch: cfgperl
20086           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
20087           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
20088 ____________________________________________________________________________
20089 [  6044] By: gsar                                  on 2000/05/02  06:48:19
20090         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
20091              such that underscores are only ignored in literal numbers,
20092              "\x{...}", and hex/oct argument
20093      Branch: perl
20094            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
20095 ____________________________________________________________________________
20096 [  6043] By: gsar                                  on 2000/05/02  02:22:29
20097         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
20098      Branch: perl
20099            ! pod/perlretut.pod
20100 ____________________________________________________________________________
20101 [  6042] By: gsar                                  on 2000/05/02  02:17:51
20102         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
20103      Branch: perl
20104            ! pod/perltrap.pod
20105 ____________________________________________________________________________
20106 [  6041] By: gsar                                  on 2000/05/02  01:53:51
20107         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
20108              to compensate
20109      Branch: perl
20110            ! Porting/makerel
20111 ____________________________________________________________________________
20112 [  6040] By: gsar                                  on 2000/05/02  01:51:57
20113         Log: missing files in MANIFEST
20114      Branch: perl
20115            ! MANIFEST
20116 ____________________________________________________________________________
20117 [  6039] By: jhi                                   on 2000/05/02  00:36:46
20118         Log: Infinite problems.
20119      Branch: cfgperl
20120            ! lib/Math/Complex.pm
20121 ____________________________________________________________________________
20122 [  6038] By: jhi                                   on 2000/05/02  00:06:38
20123         Log: pwent/spent #ifdef imbalance.
20124      Branch: cfgperl
20125            ! pp_sys.c
20126 ____________________________________________________________________________
20127 [  6037] By: jhi                                   on 2000/05/01  22:50:11
20128         Log: Use HUGE_VALL if applicable.
20129      Branch: cfgperl
20130            ! ext/POSIX/POSIX.xs util.c
20131 ____________________________________________________________________________
20132 [  6036] By: jhi                                   on 2000/05/01  22:20:53
20133         Log: Correct Freudian slip.
20134      Branch: cfgperl
20135            ! pp_sys.c
20136 ____________________________________________________________________________
20137 [  6035] By: jhi                                   on 2000/05/01  21:07:38
20138         Log: Continue on the pwent/spent case.
20139      Branch: cfgperl
20140            ! pp_sys.c
20141 ____________________________________________________________________________
20142 [  6034] By: jhi                                   on 2000/05/01  17:45:14
20143         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
20144              adjustments in 6032 conflicted badly with this, will have
20145              to revisit them later.
20146      Branch: cfgperl
20147           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
20148           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20149           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
20150           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
20151           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
20152           !> t/lib/cgi-html.t t/lib/cgi-request.t
20153 ____________________________________________________________________________
20154 [  6033] By: jhi                                   on 2000/05/01  17:40:49
20155         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
20156      Branch: cfgperl
20157            ! pp_sys.c
20158 ____________________________________________________________________________
20159 [  6032] By: gsar                                  on 2000/05/01  15:56:32
20160         Log: whitespace adjustments
20161      Branch: perl
20162            ! pp_sys.c
20163 ____________________________________________________________________________
20164 [  6031] By: gsar                                  on 2000/05/01  15:19:41
20165         Log: small nits in diagnostics.pm (from Robin Barker)
20166      Branch: perl
20167            ! lib/diagnostics.pm pod/perldiag.pod
20168 ____________________________________________________________________________
20169 [  6030] By: gsar                                  on 2000/05/01  08:39:18
20170         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
20171              for @- and @+ (from Johan Vromans)
20172      Branch: perl
20173            ! lib/English.pm pod/perlvar.pod
20174 ____________________________________________________________________________
20175 [  6029] By: gsar                                  on 2000/05/01  08:16:10
20176         Log: add CGI.pm v2.66 (from Lincoln Stein)
20177      Branch: perl
20178            + lib/CGI/Util.pm t/lib/cgi-pretty.t
20179            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20180            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
20181            ! t/lib/cgi-html.t t/lib/cgi-request.t
20182 ____________________________________________________________________________
20183 [  6028] By: gsar                                  on 2000/05/01  06:34:41
20184         Log: Pod::Man generates groff-incompatible macro definition (from
20185              Tom Christiansen)
20186      Branch: perl
20187            ! lib/Pod/Man.pm
20188 ____________________________________________________________________________
20189 [  6027] By: gsar                                  on 2000/05/01  06:31:36
20190         Log: podlators-1.02 update (from Russ Allbery)
20191      Branch: perl
20192            ! lib/Pod/Man.pm lib/Pod/Text.pm
20193 ____________________________________________________________________________
20194 [  6026] By: jhi                                   on 2000/04/30  23:24:23
20195         Log: Integrate with Sarathy.
20196      Branch: cfgperl
20197           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20198           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
20199           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20200           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20201           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
20202           !> t/lib/syslog.t toke.c win32/win32.h
20203 ____________________________________________________________________________
20204 [  6025] By: gsar                                  on 2000/04/30  18:17:47
20205         Log: Is{Alnum,Alpha,Word} don't match titlecase
20206              
20207              TODO: IsSpace is defined recursively!
20208              
20209              (both spotted by Larry)
20210      Branch: perl
20211            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20212            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20213 ____________________________________________________________________________
20214 [  6024] By: gsar                                  on 2000/04/30  17:50:19
20215         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
20216              (from Hugo van der Sanden)
20217      Branch: perl
20218            ! toke.c
20219 ____________________________________________________________________________
20220 [  6023] By: gsar                                  on 2000/04/30  17:14:43
20221         Log: debugger stomps on $. (from M.J.T. Guy)
20222      Branch: perl
20223            ! lib/perl5db.pl
20224 ____________________________________________________________________________
20225 [  6022] By: gsar                                  on 2000/04/30  16:59:22
20226         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
20227      Branch: perl
20228            ! sv.c
20229 ____________________________________________________________________________
20230 [  6021] By: gsar                                  on 2000/04/29  21:00:08
20231         Log: remove Win2K issue in pod (fixed by change#6020)
20232      Branch: perl
20233            ! README.win32 pod/perl56delta.pod
20234 ____________________________________________________________________________
20235 [  6020] By: gsar                                  on 2000/04/29  20:51:49
20236         Log: test tweak
20237      Branch: perl
20238            ! t/lib/open3.t
20239 ____________________________________________________________________________
20240 [  6019] By: gsar                                  on 2000/04/29  20:34:27
20241         Log: windows portability tweaks
20242      Branch: perl
20243            ! t/lib/b.t win32/win32.h
20244 ____________________________________________________________________________
20245 [  6018] By: gsar                                  on 2000/04/29  19:55:24
20246         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
20247              make _PATH_LOG() return "" if unavailable
20248      Branch: perl
20249            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20250            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
20251 ____________________________________________________________________________
20252 [  6017] By: jhi                                   on 2000/04/28  22:49:46
20253         Log: Integrate with Sarathy.
20254      Branch: cfgperl
20255           !> op.c perl.c pod/perldiag.pod t/lib/b.t
20256 ____________________________________________________________________________
20257 [  6016] By: jhi                                   on 2000/04/28  22:46:14
20258         Log: Do not warn that an infinity does not look like a number.
20259      Branch: cfgperl
20260            ! sv.c
20261 ____________________________________________________________________________
20262 [  6015] By: gsar                                  on 2000/04/28  22:35:49
20263         Log: tweak test for portability
20264      Branch: perl
20265            ! t/lib/b.t
20266 ____________________________________________________________________________
20267 [  6014] By: gsar                                  on 2000/04/28  22:05:31
20268         Log: glob() loading File::Glob behind the scenes may cause syntax errors
20269      Branch: perl
20270            ! op.c
20271 ____________________________________________________________________________
20272 [  6013] By: gsar                                  on 2000/04/28  21:25:22
20273         Log: tweak change#5945 to display correct switch name in diagnostic
20274      Branch: perl
20275            ! perl.c pod/perldiag.pod
20276 ____________________________________________________________________________
20277 [  6012] By: jhi                                   on 2000/04/28  21:08:12
20278         Log: Integrate with Sarathy.
20279      Branch: cfgperl
20280           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
20281           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
20282           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
20283 ____________________________________________________________________________
20284 [  6011] By: jhi                                   on 2000/04/28  21:04:46
20285         Log: &HUGE_VAL is not defined, it exists.
20286      Branch: cfgperl
20287            ! lib/Math/Complex.pm
20288 ____________________________________________________________________________
20289 [  6010] By: gsar                                  on 2000/04/28  21:02:58
20290         Log: clarify note about shadow password support (from
20291              gellyfish@gellyfish.com)
20292      Branch: perl
20293            ! pod/perlfunc.pod
20294 ____________________________________________________________________________
20295 [  6009] By: gsar                                  on 2000/04/28  21:00:00
20296         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
20297      Branch: perl
20298            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
20299 ____________________________________________________________________________
20300 [  6008] By: gsar                                  on 2000/04/28  20:56:33
20301         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
20302      Branch: perl
20303            ! installperl vms/subconfigure.com
20304 ____________________________________________________________________________
20305 [  6007] By: gsar                                  on 2000/04/28  20:51:21
20306         Log: note about compile failures and END blocks (from M.J.T. Guy)
20307      Branch: perl
20308            ! pod/perl56delta.pod pod/perlmod.pod
20309 ____________________________________________________________________________
20310 [  6006] By: jhi                                   on 2000/04/28  20:42:14
20311         Log: Regen Configure.
20312      Branch: cfgperl
20313            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20314            ! config_h.SH
20315 ____________________________________________________________________________
20316 [  6005] By: gsar                                  on 2000/04/28  20:41:16
20317         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
20318      Branch: perl
20319            ! utils/perldoc.PL
20320 ____________________________________________________________________________
20321 [  6004] By: jhi                                   on 2000/04/28  20:28:21
20322         Log: Integrate with Sarathy.
20323      Branch: cfgperl
20324           !> Configure INSTALL Porting/Glossary Porting/config.sh
20325           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
20326           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
20327           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20328           !> win32/config.vc win32/win32.c
20329 ____________________________________________________________________________
20330 [  6003] By: gsar                                  on 2000/04/28  20:11:20
20331         Log: allow REG_EXPAND_SZ keys in Windows registry (from
20332              John Clayton <John.Clayton@barclayscapital.com>)
20333      Branch: perl
20334            ! win32/win32.c
20335 ____________________________________________________________________________
20336 [  6002] By: gsar                                  on 2000/04/28  19:34:16
20337         Log: destructive sv_setsv() can lose UV-ness from source, causing
20338              numeric promotions/comparisons to fail to do the right thing
20339      Branch: perl
20340            ! sv.c
20341 ____________________________________________________________________________
20342 [  6001] By: gsar                                  on 2000/04/28  18:44:15
20343         Log: support additional library locations via $Config{otherlibdirs}
20344              (from Andy Dougherty)
20345      Branch: perl
20346            ! Configure INSTALL Porting/Glossary Porting/config.sh
20347            ! Porting/config_H config_h.SH epoc/config.sh perl.c
20348            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
20349            ! win32/config.bc win32/config.gc win32/config.vc
20350 ____________________________________________________________________________
20351 [  6000] By: gsar                                  on 2000/04/28  18:26:58
20352         Log: reworked otherlibdirs.U (from Andy Dougherty)
20353      Branch: metaconfig
20354            ! U/installdirs/otherlibdirs.U
20355 ____________________________________________________________________________
20356 [  5999] By: gsar                                  on 2000/04/28  18:17:07
20357         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
20358      Branch: perl
20359            ! t/pragma/warn/toke toke.c
20360 ____________________________________________________________________________
20361 [  5998] By: jhi                                   on 2000/04/28  13:32:17
20362         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
20363      Branch: cfgperl
20364            ! lib/Math/Complex.pm
20365 ____________________________________________________________________________
20366 [  5997] By: jhi                                   on 2000/04/28  13:14:04
20367         Log: Preserve $!.
20368      Branch: cfgperl
20369            ! lib/Math/Complex.pm
20370 ____________________________________________________________________________
20371 [  5996] By: jhi                                   on 2000/04/28  12:59:23
20372         Log: Integrate with Sarathy.
20373      Branch: cfgperl
20374           +> pod/perlrequick.pod pod/perlretut.pod
20375           !> (integrate 51 files)
20376 ____________________________________________________________________________
20377 [  5995] By: gsar                                  on 2000/04/28  09:37:36
20378         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
20379      Branch: perl
20380            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
20381 ____________________________________________________________________________
20382 [  5994] By: gsar                                  on 2000/04/28  09:33:26
20383         Log: fix for missed accounting for null byte in pack("Z",...) (from
20384              M.J.T. Guy)
20385      Branch: perl
20386            ! pp.c t/op/pack.t
20387 ____________________________________________________________________________
20388 [  5993] By: gsar                                  on 2000/04/28  09:30:05
20389         Log: various minor tweaks seen on p5p
20390      Branch: perl
20391            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
20392 ____________________________________________________________________________
20393 [  5992] By: gsar                                  on 2000/04/28  09:08:19
20394         Log: pod nit (from Simon Cozens)
20395      Branch: perl
20396            ! pod/perlop.pod
20397 ____________________________________________________________________________
20398 [  5991] By: gsar                                  on 2000/04/28  09:06:36
20399         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
20400      Branch: perl
20401            ! README.posix-bc hints/posix-bc.sh
20402 ____________________________________________________________________________
20403 [  5990] By: gsar                                  on 2000/04/28  08:54:52
20404         Log: use $ENV{LIB} to search for libs under Visual C compiler
20405              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
20406      Branch: perl
20407            ! lib/ExtUtils/Liblist.pm
20408 ____________________________________________________________________________
20409 [  5989] By: gsar                                  on 2000/04/28  08:27:12
20410         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
20411              itself and no other (from Tom Hughes)
20412      Branch: perl
20413            ! t/op/array.t toke.c
20414 ____________________________________________________________________________
20415 [  5988] By: gsar                                  on 2000/04/28  08:01:38
20416         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
20417              <paul@miraclefish.com>)
20418      Branch: perl
20419            ! lib/ExtUtils/MakeMaker.pm
20420 ____________________________________________________________________________
20421 [  5987] By: gsar                                  on 2000/04/28  07:53:09
20422         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
20423      Branch: perl
20424            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
20425 ____________________________________________________________________________
20426 [  5986] By: gsar                                  on 2000/04/28  07:44:17
20427         Log: add regular expressions tutorial and quick-start guide (from
20428              Mark Kvale <kvale@phy.ucsf.edu>)
20429      Branch: perl
20430            + pod/perlrequick.pod pod/perlretut.pod
20431            ! AUTHORS MAINTAIN MANIFEST
20432 ____________________________________________________________________________
20433 [  5985] By: gsar                                  on 2000/04/28  07:30:28
20434         Log: forked child may not exit correctly if it failed to open
20435              /dev/console (from Graham Barr)
20436      Branch: perl
20437            ! ext/Sys/Syslog/Syslog.pm
20438 ____________________________________________________________________________
20439 [  5984] By: gsar                                  on 2000/04/28  07:27:20
20440         Log: attributes::reftype() doesn't work on tied argument
20441      Branch: perl
20442            ! xsutils.c
20443 ____________________________________________________________________________
20444 [  5983] By: gsar                                  on 2000/04/28  07:15:04
20445         Log: numeric conversion of non-number in change#3378 tramples on
20446              OOK offset, causing segfaults
20447      Branch: perl
20448            ! sv.c
20449 ____________________________________________________________________________
20450 [  5982] By: gsar                                  on 2000/04/28  04:48:25
20451         Log: avoid error in IO::Socket::INET when given an unknown service name
20452              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
20453      Branch: perl
20454            ! ext/IO/lib/IO/Socket/INET.pm
20455 ____________________________________________________________________________
20456 [  5981] By: gsar                                  on 2000/04/28  04:31:31
20457         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
20458              prototype mismatch with CORE::glob(); update pod and tests to
20459              suit (File::Glob::glob() is still available for backward
20460              compatibility, but should be considered deprecated)
20461      Branch: perl
20462            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
20463            ! t/lib/glob-taint.t
20464 ____________________________________________________________________________
20465 [  5980] By: gsar                                  on 2000/04/28  03:47:29
20466         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
20467              <ghudson@mit.edu>)
20468      Branch: metaconfig
20469            ! U/modified/Options.U
20470      Branch: perl
20471            ! Configure
20472 ____________________________________________________________________________
20473 [  5979] By: gsar                                  on 2000/04/28  03:07:54
20474         Log: under useithreads, constant pad entries could inadvertantly be
20475              shared across threads (from Eric Blood <eblood@xmission.com>);
20476              added Eric's test case to testsuite
20477      Branch: perl
20478            ! op.c t/op/misc.t
20479 ____________________________________________________________________________
20480 [  5978] By: gsar                                  on 2000/04/27  21:13:00
20481         Log: sync version numbers in File::Spec with the ones on CPAN
20482              (from Barrie Slaymaker)
20483      Branch: perl
20484            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
20485            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
20486            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20487 ____________________________________________________________________________
20488 [  5977] By: gsar                                  on 2000/04/27  21:07:29
20489         Log: autoquote barewords followed by newline and arrow properly
20490              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
20491      Branch: perl
20492            ! t/pragma/warn/toke toke.c
20493 ____________________________________________________________________________
20494 [  5976] By: gsar                                  on 2000/04/27  20:41:20
20495         Log: DB_File v1.73 update (from Paul Marquess)
20496      Branch: perl
20497            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20498            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20499 ____________________________________________________________________________
20500 [  5975] By: gsar                                  on 2000/04/27  20:34:24
20501         Log: allow sort() reentrancy (variant of patch suggested by
20502              Hugo van der Sanden)
20503      Branch: perl
20504            ! pp_ctl.c t/op/sort.t
20505 ____________________________________________________________________________
20506 [  5974] By: gsar                                  on 2000/04/27  19:46:57
20507         Log: change#4197 somehow missed initializing PL_errors, meaning
20508              sytax error queueing wasn't working outside eval"" at all;
20509              also fixed eval"" to localize PL_error_count, so that compile-time
20510              eval's don't clobber the error state of the outer context
20511      Branch: perl
20512            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
20513            ! t/pragma/warn/toke
20514 ____________________________________________________________________________
20515 [  5973] By: gsar                                  on 2000/04/27  18:29:05
20516         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
20517      Branch: perl
20518            ! regcomp.c regexec.c t/op/re_tests
20519 ____________________________________________________________________________
20520 [  5972] By: jhi                                   on 2000/04/27  18:22:41
20521         Log: Integrate with Sarathy.
20522      Branch: cfgperl
20523           +> t/lib/b.t t/lib/syslog.t
20524           !> (integrate 31 files)
20525 ____________________________________________________________________________
20526 [  5971] By: jhi                                   on 2000/04/27  18:18:46
20527         Log: Unicos tweaks from Mark P. Lutz.
20528      Branch: cfgperl
20529            ! hints/unicos.sh lib/Math/Complex.pm
20530 ____________________________________________________________________________
20531 [  5970] By: gsar                                  on 2000/04/27  18:05:11
20532         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
20533              IV is >32bits
20534      Branch: perl
20535            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
20536 ____________________________________________________________________________
20537 [  5969] By: gsar                                  on 2000/04/27  17:50:56
20538         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
20539      Branch: perl
20540            + t/lib/syslog.t
20541            ! MANIFEST ext/Sys/Syslog/Syslog.pm
20542 ____________________________________________________________________________
20543 [  5968] By: gsar                                  on 2000/04/27  17:44:49
20544         Log: tolerate spaces in group names in test on solaris (from David Boyce
20545              <dsb@boyski.com>)
20546      Branch: perl
20547            ! t/op/groups.t
20548 ____________________________________________________________________________
20549 [  5967] By: gsar                                  on 2000/04/27  17:41:22
20550         Log: improved docs on the warn_uninit diagnostic (from David Glasser
20551              and Simon Cozens)
20552      Branch: perl
20553            ! pod/perldiag.pod
20554 ____________________________________________________________________________
20555 [  5966] By: gsar                                  on 2000/04/27  16:54:58
20556         Log: add testsuite for B backends, fix bug in B::Deparse (from
20557              Simon Cozens <simon@brecon.co.uk>)
20558      Branch: perl
20559            + t/lib/b.t
20560            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
20561 ____________________________________________________________________________
20562 [  5965] By: gsar                                  on 2000/04/27  16:10:37
20563         Log: avoid "will not stay shared" warnings for our variables (from
20564              Robin Barker)
20565      Branch: perl
20566            ! op.c t/pragma/warn/op
20567 ____________________________________________________________________________
20568 [  5964] By: gsar                                  on 2000/04/27  07:05:05
20569         Log: reformat to 72 columns (again)
20570      Branch: perl
20571            ! pod/perldiag.pod
20572 ____________________________________________________________________________
20573 [  5963] By: gsar                                  on 2000/04/27  06:28:31
20574         Log: patch from Larry to make (\&) prototype work; added tests for
20575              the same
20576      Branch: perl
20577            ! op.c t/comp/proto.t
20578 ____________________________________________________________________________
20579 [  5962] By: gsar                                  on 2000/04/27  06:15:47
20580         Log: updated README.hpux (from Jeff Okamoto)
20581      Branch: perl
20582            ! README.hpux
20583 ____________________________________________________________________________
20584 [  5961] By: gsar                                  on 2000/04/27  05:55:03
20585         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
20586      Branch: perl
20587            ! emacs/cperl-mode.el
20588 ____________________________________________________________________________
20589 [  5960] By: gsar                                  on 2000/04/27  05:49:26
20590         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
20591      Branch: perl
20592            ! INSTALL
20593 ____________________________________________________________________________
20594 [  5959] By: gsar                                  on 2000/04/27  05:33:41
20595         Log: doubled words in pods (from Simon Cozens
20596              <simon.p.cozens@jp.pwcglobal.com>)
20597      Branch: perl
20598            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
20599            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
20600            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
20601            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
20602            ! pod/perltootc.pod
20603 ____________________________________________________________________________
20604 [  5958] By: gsar                                  on 2000/04/27  05:11:39
20605         Log: change#3569 deleted some essential code, revert; avoid use of
20606              atexit() to make DynaLoader work properly on AIX under mod_perl
20607              (from Jens-Uwe Mager <jum@helios.de>)
20608      Branch: perl
20609            ! ext/DynaLoader/dl_aix.xs
20610 ____________________________________________________________________________
20611 [  5957] By: gsar                                  on 2000/04/27  04:54:51
20612         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
20613      Branch: perl
20614            ! pod/perlmod.pod
20615 ____________________________________________________________________________
20616 [  5956] By: gsar                                  on 2000/04/27  04:51:47
20617         Log: better diagnostics on failed tests (from Ilya Zakharevich)
20618      Branch: perl
20619            ! t/op/lex_assign.t
20620 ____________________________________________________________________________
20621 [  5955] By: gsar                                  on 2000/04/27  04:26:44
20622         Log: longstanding bug exposed by change#3307: sort arguments weren't
20623              compiled with the right wantarray context (ensuing runtime lookup
20624              via block_gimme() was getting the incidental context of the
20625              sort() itself)
20626      Branch: perl
20627            ! op.c t/op/sort.t
20628 ____________________________________________________________________________
20629 [  5954] By: gsar                                  on 2000/04/26  23:42:12
20630         Log: integrate cfgperl contents into mainline
20631      Branch: perl
20632           !> (integrate 30 files)
20633 ____________________________________________________________________________
20634 [  5953] By: jhi                                   on 2000/04/26  23:06:42
20635         Log: Integrate with Sarathy.
20636      Branch: cfgperl
20637           !> README.win32 ext/B/B/Deparse.pm
20638           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
20639           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
20640           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
20641           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
20642           !> utils/perldoc.PL vms/perlvms.pod
20643 ____________________________________________________________________________
20644 [  5952] By: jhi                                   on 2000/04/26  23:03:46
20645         Log: Undo "use integer" addition from 64bitint as it seems
20646              to break most of the subtests in Digital UNIX;
20647              Unicos needs to find another way.
20648      Branch: cfgperl
20649            ! t/op/64bitint.t
20650 ____________________________________________________________________________
20651 [  5951] By: jhi                                   on 2000/04/26  22:57:53
20652         Log: Be more robust on "extreme" (large absolute value)
20653              arguments.  Originally reported by Daniel Connelly
20654              as a problem with asinh() on large negative arguments,
20655              asinh() used to bail out because an argument to log()
20656              ended up being zero.  Ilya Zakharevich proposed using
20657              Taylor's series in such cases, which for such large
20658              arguments is a very good approximation.
20659      Branch: cfgperl
20660            ! lib/Math/Complex.pm t/lib/complex.t
20661 ____________________________________________________________________________
20662 [  5950] By: gsar                                  on 2000/04/25  19:13:12
20663         Log: reformat perldiag to avoid long lines
20664      Branch: perl
20665            ! pod/perldiag.pod
20666 ____________________________________________________________________________
20667 [  5949] By: gsar                                  on 2000/04/25  18:41:11
20668         Log: make perldoc use the pod2man from the same version (from
20669              M.J.T. Guy)
20670      Branch: perl
20671            ! utils/perldoc.PL
20672 ____________________________________________________________________________
20673 [  5948] By: gsar                                  on 2000/04/25  18:21:57
20674         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
20675              <kompas@kompas.usr.onet.pl>)
20676      Branch: perl
20677            ! lib/vars.pm
20678 ____________________________________________________________________________
20679 [  5947] By: gsar                                  on 2000/04/25  18:11:53
20680         Log: use &dl_error rather than &dl_load_file as the guard for calling
20681              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
20682              statically built perl)
20683      Branch: perl
20684            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
20685 ____________________________________________________________________________
20686 [  5946] By: jhi                                   on 2000/04/25  17:37:54
20687         Log: Document that tr() is not tr(1).
20688      Branch: cfgperl
20689            ! pod/perlop.pod
20690 ____________________________________________________________________________
20691 [  5945] By: gsar                                  on 2000/04/25  16:34:33
20692         Log: make module name mandatory after -M switch; reorder perldiag
20693              alphabetically (from Mark-Jason Dominus)
20694      Branch: perl
20695            ! perl.c pod/perldiag.pod
20696 ____________________________________________________________________________
20697 [  5944] By: jhi                                   on 2000/04/25  01:15:18
20698         Log: On second thoughts frexp() does have two arguments.
20699      Branch: cfgperl
20700            ! perl.h
20701 ____________________________________________________________________________
20702 [  5943] By: jhi                                   on 2000/04/24  22:56:32
20703         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
20704              Now pp_ncmp() returns undef is either operand is a NaN.
20705      Branch: cfgperl
20706            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20707            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
20708            ! vms/subconfigure.com vos/config.def vos/config.h
20709            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
20710            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20711            ! win32/config_H.vc
20712      Branch: metaconfig/U/perl
20713            + d_modfl.U
20714 ____________________________________________________________________________
20715 [  5942] By: jhi                                   on 2000/04/24  19:45:17
20716         Log: Regen Configure to match #5937.
20717      Branch: cfgperl
20718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20719            ! config_h.SH
20720      Branch: metaconfig
20721            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
20722 ____________________________________________________________________________
20723 [  5941] By: jhi                                   on 2000/04/24  19:24:11
20724         Log: Further Unicos fixes for Mark Lutz.
20725      Branch: cfgperl
20726            ! hints/unicos.sh pp_ctl.c
20727 ____________________________________________________________________________
20728 [  5940] By: jhi                                   on 2000/04/24  19:09:06
20729         Log: Various Unicos 10.0.0.6 fixes.
20730              
20731              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
20732              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
20733              Reply-To: tecmpl1@triton.ca.boeing.com 
20734              To: perl5-porters@perl.org 
20735              Date: Fri, 14 Apr 2000 20:21:00 GMT 
20736              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
20737      Branch: cfgperl
20738            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
20739 ____________________________________________________________________________
20740 [  5939] By: gsar                                  on 2000/04/24  19:01:24
20741         Log: more pod nits (from Larry Virden)
20742      Branch: perl
20743            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
20744            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
20745            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
20746 ____________________________________________________________________________
20747 [  5938] By: gsar                                  on 2000/04/24  18:54:01
20748         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
20749      Branch: perl
20750            ! ext/B/B/Deparse.pm
20751 ____________________________________________________________________________
20752 [  5937] By: jhi                                   on 2000/04/24  17:39:00
20753         Log: Integrate with Sarathy.
20754      Branch: cfgperl
20755           +> (branch 31 files)
20756           !> (integrate 73 files)
20757 ____________________________________________________________________________
20758 [  5936] By: gsar                                  on 2000/04/24  17:30:06
20759         Log: additional tests for change#5934 (from Paul Marquess, who also
20760              sent in the same fix)
20761      Branch: perl
20762            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
20763            ! t/pragma/warn/5nolint t/pragma/warn/6default
20764 ____________________________________________________________________________
20765 [  5935] By: jhi                                   on 2000/04/24  17:26:05
20766         Log: Do not assume sign propagation.
20767              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
20768              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
20769              To: payner@ncifcrf.gov, perl5-porters@perl.org 
20770              Date: Tue, 18 Apr 2000 18:24:49 +0100 
20771              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
20772      Branch: cfgperl
20773            ! t/op/bop.t t/op/misc.t
20774 ____________________________________________________________________________
20775 [  5934] By: gsar                                  on 2000/04/24  17:16:54
20776         Log: propagate lexical warnings from surrounding scope correctly
20777              within string eval()
20778      Branch: perl
20779            ! pp_ctl.c t/pragma/warn/pp_ctl
20780 ____________________________________________________________________________
20781 [  5933] By: jhi                                   on 2000/04/24  17:01:07
20782         Log: Flatten the cpp jungle doing the nosuid checking.
20783      Branch: cfgperl
20784            ! perl.c
20785 ____________________________________________________________________________
20786 [  5932] By: gsar                                  on 2000/04/24  09:08:14
20787         Log: add rsignal(), whichsig() and do_join() to public API list
20788              (mod_perl uses them to good advantage)
20789      Branch: perl
20790            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
20791 ____________________________________________________________________________
20792 [  5931] By: gsar                                  on 2000/04/24  09:01:40
20793         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
20794      Branch: perl
20795            ! pp_hot.c regexec.c t/op/pat.t
20796 ____________________________________________________________________________
20797 [  5930] By: gsar                                  on 2000/04/24  08:58:33
20798         Log: small os390 tweaks (from Peter Prymmer)
20799      Branch: perl
20800            ! config_h.SH makedepend.SH
20801 ____________________________________________________________________________
20802 [  5929] By: gsar                                  on 2000/04/24  08:55:25
20803         Log: pod nits
20804      Branch: perl
20805            ! pod/perlguts.pod
20806 ____________________________________________________________________________
20807 [  5928] By: gsar                                  on 2000/04/24  08:50:13
20808         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
20809      Branch: perl
20810            ! ext/IO/lib/IO/Poll.pm
20811 ____________________________________________________________________________
20812 [  5927] By: gsar                                  on 2000/04/24  08:43:24
20813         Log: arrange for next() to resume at the unstack op rather than the
20814              loop conditional, so that scope cleanup happens correctly
20815              (from Stephen McCamant)
20816      Branch: perl
20817            ! op.c pp_ctl.c t/op/misc.t
20818 ____________________________________________________________________________
20819 [  5926] By: gsar                                  on 2000/04/24  08:18:40
20820         Log: on windows, reserve 16M of stack rather than 128M (allows more
20821              threads to run concurrently)
20822      Branch: perl
20823            ! win32/Makefile win32/makefile.mk
20824 ____________________________________________________________________________
20825 [  5925] By: gsar                                  on 2000/04/24  08:13:52
20826         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
20827      Branch: perl
20828            ! toke.c
20829 ____________________________________________________________________________
20830 [  5924] By: gsar                                  on 2000/04/24  08:08:59
20831         Log: avoid using uninitialized memory in require version check
20832      Branch: perl
20833            ! pp_ctl.c universal.c
20834 ____________________________________________________________________________
20835 [  5923] By: gsar                                  on 2000/04/24  07:20:14
20836         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
20837      Branch: perl
20838            ! ext/IO/lib/IO/Poll.pm
20839 ____________________________________________________________________________
20840 [  5922] By: gsar                                  on 2000/04/24  07:08:42
20841         Log: commentary about IoTYPE() (from Nathan Torkington)
20842      Branch: perl
20843            ! sv.h
20844 ____________________________________________________________________________
20845 [  5921] By: gsar                                  on 2000/04/24  06:58:26
20846         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
20847              by fix
20848      Branch: perl
20849            ! sv.c t/lib/charnames.t t/pragma/utf8.t
20850 ____________________________________________________________________________
20851 [  5920] By: gsar                                  on 2000/04/24  06:37:59
20852         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
20853      Branch: perl
20854            ! doop.c t/op/ver.t
20855 ____________________________________________________________________________
20856 [  5919] By: gsar                                  on 2000/04/24  06:21:58
20857         Log: Configure might miss old directories when prefix must be
20858              expanded (from Robin Barker)
20859      Branch: metaconfig
20860            ! U/installdirs/inc_version_list.U
20861      Branch: perl
20862            ! Configure
20863 ____________________________________________________________________________
20864 [  5918] By: gsar                                  on 2000/04/24  06:16:11
20865         Log: VMS nits in glob() test (from Charles Lane)
20866      Branch: perl
20867            ! t/lib/glob-basic.t
20868 ____________________________________________________________________________
20869 [  5917] By: gsar                                  on 2000/04/24  06:11:56
20870         Log: various pod nits (from Larry Virden and others)
20871      Branch: perl
20872            ! README.amiga README.hpux README.machten README.os2
20873            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
20874            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
20875            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
20876            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
20877            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
20878            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
20879            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
20880            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
20881 ____________________________________________________________________________
20882 [  5916] By: gsar                                  on 2000/04/24  05:52:43
20883         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
20884              <wjones@tc.fluke.com>)
20885      Branch: perl
20886            ! t/lib/glob-basic.t
20887 ____________________________________________________________________________
20888 [  5915] By: gsar                                  on 2000/04/24  05:07:01
20889         Log: supported platforms mixed up
20890      Branch: perl
20891            ! pod/perl56delta.pod pod/perlport.pod
20892 ____________________________________________________________________________
20893 [  5914] By: gsar                                  on 2000/04/24  04:56:08
20894         Log: caller() wasn't returning the right number of elements for
20895              eval {...}
20896      Branch: perl
20897            ! pp_ctl.c t/pragma/warn/9enabled
20898 ____________________________________________________________________________
20899 [  5913] By: gsar                                  on 2000/04/24  04:35:41
20900         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
20901              Mark-Jason Dominus)
20902      Branch: perl
20903            ! pod/perlfunc.pod
20904 ____________________________________________________________________________
20905 [  5912] By: gsar                                  on 2000/04/24  04:17:15
20906         Log: fix totally broken caching in UNIVERSAL::isa() (from
20907              Nick Ing-Simmons)
20908      Branch: perl
20909            ! t/op/universal.t universal.c
20910 ____________________________________________________________________________
20911 [  5911] By: gsar                                  on 2000/04/24  03:39:47
20912         Log: add linebreak properties from unicode/LineBrk.txt (from
20913              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
20914      Branch: perl
20915            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20916            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20917            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20918            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20919            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20920            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20921            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20922            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20923            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20924            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20925            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20926            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20927            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20928            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
20929            + lib/unicode/Is/LbrkZW.pl
20930            ! lib/unicode/mktables.PL
20931 ____________________________________________________________________________
20932 [  5910] By: gsar                                  on 2000/04/24  03:23:10
20933         Log: typo in pod
20934      Branch: perl
20935            ! ext/Thread/Thread.pm
20936 ____________________________________________________________________________
20937 [  5909] By: gsar                                  on 2000/04/24  03:22:03
20938         Log: mode argument to do_binmode() should be file mode, not boolean
20939      Branch: perl
20940            ! pp_sys.c
20941 ____________________________________________________________________________
20942 [  5908] By: gsar                                  on 2000/04/16  16:51:08
20943         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
20944              always returns a valid GV even when the symbol is trapped by strictures
20945              (avoids coredumps)
20946              
20947              TODO: the C<package;> hack needs similar treatment
20948      Branch: perl
20949            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
20950            ! t/pragma/strict-vars
20951 ____________________________________________________________________________
20952 [  5907] By: jhi                                   on 2000/03/31  23:42:56
20953         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
20954              an assumption which #5905 demolished.
20955      Branch: cfgperl
20956            ! pp_sys.c
20957 ____________________________________________________________________________
20958 [  5906] By: jhi                                   on 2000/03/31  18:54:37
20959         Log: Typo in #5905.
20960      Branch: cfgperl
20961            ! t/op/64bitint.t
20962 ____________________________________________________________________________
20963 [  5905] By: jhi                                   on 2000/03/31  18:50:54
20964         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
20965              reported by Joseph N. Hall.  The bug was that even with use64bitint
20966              one had to use the prefixes q, L, or ll with printf/sprintf,
20967              contrary to the documentation and common sense.
20968      Branch: cfgperl
20969            ! sv.c t/op/64bitint.t
20970 ____________________________________________________________________________
20971 [  5904] By: gsar                                  on 2000/03/28  02:31:32
20972         Log: add Changes, perldelta.pod
20973      Branch: perl
20974            + Changes pod/perldelta.pod
20975 ____________________________________________________________________________
20976 [  5903] By: gsar                                  on 2000/03/28  02:03:55
20977         Log: rename Changes and perldelta.pod
20978      Branch: perl
20979           +> Changes5.6 pod/perl56delta.pod
20980            - Changes pod/perldelta.pod
20981            ! MANIFEST
20982 ____________________________________________________________________________
20983 [  5902] By: gsar                                  on 2000/03/28  01:59:14
20984         Log: create maint-5.6 branch
20985      Branch: maint-5.6/perl
20986           +> (branch 1611 files)
20987 ____________________________________________________________________________
20988 [  5901] By: jhi                                   on 2000/03/23  05:48:43
20989         Log: Integrate with Sarathy.
20990      Branch: cfgperl
20991           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
20992 ____________________________________________________________________________
20993 [  5900] By: gsar                                  on 2000/03/23  05:42:43
20994         Log: three guesses on what this is :-)
20995      Branch: perl
20996            ! Changes